@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .sp_wrap {
    display: block;
  }
}

.header ul {
  padding-left: 0;
  list-style: none;
}
.header a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 981px) {
  .header a {
    transition: 0.5s;
  }
  .header a:hover {
    opacity: 0.8;
  }
}
.header .header_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 50px 11px;
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    display: block;
  }
}
@media print, screen and (max-width: 1200px) {
  .header .header_inner {
    padding: 15px 30px 11px;
  }
}
@media print, screen and (max-width: 1150px) {
  .header .header_inner {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner {
    display: block;
    padding: 8px 20px 0;
  }
}
.header .header_logo {
  margin: 0;
  flex: 0 0 271px;
}
@media screen and (max-width: 980px) {
  .header .header_logo {
    margin: 15px 0;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_logo {
    margin: 0 0 15px;
    width: 160px;
  }
}
.header .header_logo a {
  display: block;
}
@media screen and (min-width: 981px) {
  .header .header_logo a {
    transition: 0.5s;
  }
  .header .header_logo a:hover {
    opacity: 0.8;
  }
}
.header .header_logo img {
  display: block;
  width: 100%;
}
.header .header_logo img.top {
  display: none;
}
.header .header_navi_wrap {
  flex: 1 1 auto;
  transform: translateY(1px);
}
@media screen and (max-width: 980px) {
  .header .header_navi_wrap {
    display: none;
    margin: 0 -20px;
    padding: 25px 100px;
    background-color: #fff;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .header .header_navi_wrap {
    margin: 0 -20px;
    padding: 25px 20px;
  }
}
.header .header_navi_wrap .copy {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .header_navi_wrap .copy {
    margin: 0;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header .header_navi_wrap .copy {
    font-size: 10px;
  }
}
.header .header_navi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header .header_navi {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header .header_navi {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header_navi {
    padding: 0 40px;
  }
}
.header ul.depth1 {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .header ul.depth1 {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header ul.depth1 {
    display: block;
    margin: 0;
  }
}
.header ul.depth1 li.depth1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  .header ul.depth1 li.depth1 {
    font-weight: normal;
    font-size: 14px;
  }
}
.header ul.depth1 li.depth1.lm8 {
  display: none;
}
.header ul.depth1 li.depth1 + li {
  margin-left: 32px;
}
@media print, screen and (max-width: 1129px) {
  .header ul.depth1 li.depth1 + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 980px) {
  .header ul.depth1 li.depth1 + li {
    margin-left: 0;
  }
}
.header ul.depth1 li.depth1::before {
  display: none;
}
.header ul.depth1 li.depth1 a {
  position: relative;
  display: block;
  border-bottom: 1px solid transparent;
  padding: 9px 0 8px;
  font-size: 17px;
}
@media print, screen and (min-width: 981px) {
  .header ul.depth1 li.depth1 a {
    transition: 0.5s;
  }
  .header ul.depth1 li.depth1 a:hover {
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (max-width: 1129px) {
  .header ul.depth1 li.depth1 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .header ul.depth1 li.depth1 a {
    padding: 15px 5px;
    border-bottom: 1px solid #888;
    text-align: center;
  }
}
.header ul.depth1 li.depth1 a[href^="http"] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: top 59% right;
  background-image: url(../media/images/common/2021/icon_blank_wh.svg);
  background-size: 15px 12px;
}
@media screen and (max-width: 980px) {
  .header ul.depth1 li.depth1 a[href^="http"] {
    background: none;
  }
  .header ul.depth1 li.depth1 a[href^="http"]::after {
    content: "";
    position: absolute;
    display: inline-block;
    transform: translateY(5px);
    margin-left: 0.3em;
    width: 1em;
    height: 1em;
    background: url(../media/images/common/2021/icon_blank.svg) no-repeat center/100%;
  }
}
@media screen and (max-width: 767px) {
  .header ul.depth1 li.depth1 a[href^="http"] {
    font-size: 15px;
  }
}
.header ul.depth1.with_depth2 li.depth1 {
  position: relative;
}
@media (hover) {
  .header ul.depth1.with_depth2 li.depth1:has(ul.depth2):hover > a {
    color: #fda565;
  }
}
@media (hover) and (hover) {
  .header ul.depth1.with_depth2 li.depth1:has(ul.depth2):hover a:hover {
    color: #fda565;
  }
}
@media (hover) {
  .header ul.depth1.with_depth2 li.depth1:has(ul.depth2):hover ul.depth2 {
    opacity: 1;
    visibility: visible;
  }
}
.header ul.depth1.with_depth2 ul.depth2 {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  margin-top: 0px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .header ul.depth1.with_depth2 ul.depth2 > li {
    border: 1px solid #fda565;
  }
  .header ul.depth1.with_depth2 ul.depth2 > li:first-child {
    border-top: 1px solid #fda565;
  }
  .header ul.depth1.with_depth2 ul.depth2 > li + li {
    border-top: none;
  }
}
.header ul.depth1.with_depth2 ul.depth2 > li a {
  display: block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  line-height: 1.5;
}
@media (hover) {
  .header ul.depth1.with_depth2 ul.depth2 > li a:hover {
    opacity: 0.8;
  }
}
.header .sns_list {
  margin: 0 0 0 25px;
}
@media print, screen and (max-width: 1129px) {
  .header .sns_list {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .sns_list {
    margin: 30px 0;
  }
}
.header .lang_select {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 980px) {
  .header .lang_select {
    margin: 30px 0;
  }
}
.header .lang_select > li {
  font-size: 14px;
}
.header .lang_select > li::before {
  display: none;
}
.header .lang_select > li + li {
  border-left: 1px solid #707070;
}
.header .lang_select > li.active a {
  pointer-events: none;
  color: #707070;
}
.header .lang_select > li a {
  padding: 3px 10px;
}

@media screen and (max-width: 767px) {
  .header .faq,
  .header .idea {
    display: none;
  }

  .footer .footer_menu_sp ul.depth1 li.depth1.has_items > a::after,
  .header ul.depth1 li.depth1.has_items > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0;
    padding-left: 5px;
    content: "";
  }
  .footer .footer_menu_sp ul.depth1 li.depth1.has_items > a.open::after,
  .header ul.depth1 li.depth1.has_items > a.open::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0;
    padding-left: 5px;
    content: "";
  }
  .footer .footer_menu_sp ul.depth1 li.depth1.has_items > a + ul,
  .header ul.depth1 li.depth1.has_items > a + ul {
    display: none;
    margin: 0 0 30px;
    padding-left: 0;
    list-style: none;
  }
  .footer .footer_menu_sp ul.depth1 li.depth1.has_items > a + ul > li > a,
  .header ul.depth1 li.depth1.has_items > a + ul > li > a {
    padding: 10px;
    font-size: 14px;
  }
}
.sp_menu {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .sp_menu {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .sp_menu {
    top: 15px;
    right: 20px;
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 980px) {
  .sp_menu .menu_bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .sp_menu .menu_bar:nth-child(2) {
    transition: 0.5s;
  }
}
@media screen and (max-width: 980px) {
  .sp_menu.open .menu_bar:nth-child(1) {
    transform: rotate(45deg) translate(10px, 14px);
  }
}
@media screen and (max-width: 767px) {
  .sp_menu.open .menu_bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 4px);
  }
}
.sp_menu.open .menu_bar:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .sp_menu.open .menu_bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -12px);
  }
}
@media screen and (max-width: 767px) {
  .sp_menu.open .menu_bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -5px);
  }
}

.sns_list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .sns_list {
    justify-content: center;
  }
}
.sns_list li {
  font-size: 28px;
  transform: scale(1.1);
}
@media print, screen and (max-width: 1129px) {
  .sns_list li {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  .sns_list li {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sns_list li {
    font-size: 27px;
  }
}
.sns_list li::before {
  display: none;
}
.sns_list li + li {
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .sns_list li + li {
    margin-left: 20px;
  }
}
.sns_list li a {
  display: block;
  padding: 6px;
}
@media screen and (min-width: 981px) {
  .sns_list li a {
    transition: 0.5s;
  }
  .sns_list li a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 1129px) {
  .sns_list li a {
    padding: 4px;
  }
}

.header_submenu {
  display: none;
}
@media screen and (max-width: 980px) {
  .header_submenu {
    display: block;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_submenu {
    margin: 50px 0 0;
  }
}

.footer {
  margin-top: 15px;
}
.footer .pagetop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 100px;
  background: linear-gradient(#434343 0%, #000 100%);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@media screen and (max-width: 980px) {
  .footer .pagetop {
    right: 20px;
  }
}
.footer .pagetop.show {
  opacity: 1;
  visibility: visible;
}
.footer .pagetop a {
  position: relative;
  display: block;
  background: url(../media/images/common/2021/pagetop.png) no-repeat center/23px;
  width: 60px;
  height: 60px;
  opacity: 0.9;
}
.footer .pagetop a:after {
  content: "";
}
.footer .pagetop span {
  display: none;
}
.footer .footer_nav {
  padding: 56px 0 40px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    padding: 30px 0;
    display: none;
  }
}
.footer .footer_inner {
  margin: 0 auto;
  max-width: 1130px;
}
@media print, screen and (max-width: 1129px) {
  .footer .footer_inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 980px) {
  .footer .footer_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    padding: 0 20px;
  }
}
.footer .footer_navi_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi_wrap {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  [lang="en"] .footer .footer_navi_wrap {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  [lang="en"] .footer .footer_navi_wrap .footer_nav_item.products {
    margin-right: 50px;
  }
}
.footer .footer_navi_wrap ul.depth1 {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi_wrap ul.depth1 {
    margin: 10px 0 20px;
  }
}
.footer .footer_navi_wrap ul.depth1 li.depth1 {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.footer .footer_navi_wrap ul.depth1 li.depth1::before {
  content: "ー";
  color: #fda565;
}
[lang="en"] .footer .footer_navi_wrap ul.depth1 li.depth1::before {
  content: "";
  position: relative;
  top: 15px;
  transform: translatey(-50%);
  margin-right: 5px;
  background-color: #fda565;
  width: 1em;
  height: 1px;
}
.footer .footer_navi_wrap ul.depth1 li.depth1 a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 981px) {
  .footer .footer_navi_wrap ul.depth1 li.depth1 a {
    transition: 0.5s;
  }
  .footer .footer_navi_wrap ul.depth1 li.depth1 a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_navi_wrap .footer_nav_item.products ul.depth1 {
    margin: 20px 0 0;
  }
}
.footer .footer_navi_wrap .footer_nav_item.products2 {
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .footer .footer_navi_wrap .footer_nav_item.products2 {
    padding-top: 0;
  }
  .footer .footer_navi_wrap .footer_nav_item.products2 ul.depth1 {
    margin: 0 0 20px;
  }
}
.footer .footer_nav_item_title {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.17em;
}
[lang="en"] .footer .footer_nav_item_title {
  letter-spacing: 0.1em;
}
.footer .footer_nav_item_title a {
  text-decoration: none;
  color: #000;
}
.footer .footer_bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 56px 0px;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    padding: 5px 0px 20px;
  }
}
.footer .footer_bottom .footer_bottom_menu {
  flex: 0 0 280px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_menu {
    padding: 0 41px;
  }
}
.footer .footer_content {
  order: 1;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .footer .footer_content {
    margin-top: 46px;
  }
}
[lang="en"] .footer .footer_content {
  letter-spacing: 0.5px;
}
.footer .footer_content .footer_logo {
  margin-bottom: 26px;
  width: 271px;
}
@media screen and (max-width: 767px) {
  .footer .footer_content .footer_logo {
    margin: 0 auto;
    width: 225px;
  }
}
.footer .footer_content .footer_logo img {
  display: block;
  width: 100%;
}
.footer .footer_content address {
  margin: 25px 0 8px -1px;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer .footer_content address {
    display: table;
    margin: 21px auto 20px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}
[lang="en"] .footer .footer_content address {
  letter-spacing: 0;
  text-align: center;
}
.footer .footer_content address .zip {
  display: block;
}
.footer .footer_content .tel {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 980px) {
  .footer .footer_content .tel {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_content .tel {
    justify-content: center;
    font-size: 15px;
  }
}
[lang="en"] .footer .footer_content .tel {
  letter-spacing: 0.5px;
}
.footer .footer_content .tel .tel_namber {
  padding-left: 6px;
  font-size: 23px;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 767px) {
  .footer .footer_content .tel .tel_namber {
    font-size: 22px;
  }
}
[lang="en"] .footer .footer_content .tel .tel_namber {
  letter-spacing: 0.5px;
}
.footer .footer_content .tel .reception_time {
  padding: 0 0px 0 7px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  line-height: 1;
  margin-left: 9px;
  letter-spacing: 0px;
}
@media screen and (max-width: 980px) {
  .footer .footer_content .tel .reception_time {
    display: block;
    flex: 0 0 100%;
    border: none;
    padding: 0;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_content .tel .reception_time {
    margin: 5px 0 7px;
    flex: 0 0 75%;
    text-align: center;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 15px;
  }
}
.footer .footer_menu_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_menu_sp {
    display: block;
  }
}
.footer .footer_menu_sp ul.depth1 {
  margin: 0 0px 50px;
  padding-left: 0;
  list-style: none;
}
.footer .footer_menu_sp ul.depth1 li.depth1 a {
  display: block;
  padding: 15px 5px;
  border-bottom: 1px solid #888;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.footer .footer_menu_sp ul.depth1 li.depth1 a[href^="http"] {
  padding-right: 20px;
}
.footer .footer_menu_sp ul.depth1 li.depth1 a[href^="http"]::after {
  content: "";
  position: absolute;
  display: inline-block;
  transform: translateY(5px);
  margin-left: 0.3em;
  width: 1em;
  height: 1em;
  background: url(../media/images/common/2021/icon_blank.svg) no-repeat center/100%;
}
.footer .sns_list {
  margin: 26px -3px;
}
@media screen and (max-width: 767px) {
  .footer .sns_list {
    margin: 13px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .sns_list li + li {
    margin-left: 4px;
  }
}
.footer .sns_list a {
  color: #000;
}
.footer .list_arrow {
  padding: 0;
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
  margin: -2px 0 0px -1.1em;
}
.footer .list_arrow li a {
  display: block;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}
.footer .list_arrow li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  padding-left: 0;
  content: "";
  font-size: 0.7em;
  transform: translateY(-0.15em);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .list_arrow {
    display: table;
    margin: 20px auto 10px;
  }
}
.footer .list_arrow li a {
  font-size: 13px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .footer .list_arrow li a {
    font-size: 12px;
  }
}
.footer .copy {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    text-align: center;
    font-size: 10px;
  }
}

.onlineshop_banner {
  display: none;
  border-radius: 50%;
  box-shadow: 2.83px 2.83px 4px rgba(0, 0, 0, 0.14);
  background-color: #a3988a;
  width: 170px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .onlineshop_banner {
    right: 10px;
    bottom: 10px;
    width: 95px;
  }
}
.onlineshop_banner.show {
  opacity: 1;
  visibility: visible;
}
.onlineshop_banner a {
  position: relative;
  display: block;
  padding-top: 100%;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 981px) {
  .onlineshop_banner a {
    transition: 0.5s;
  }
  .onlineshop_banner a:hover {
    opacity: 0.8;
  }
}
.onlineshop_banner .wrap {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.onlineshop_banner .banner_title {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onlineshop_banner .banner_title {
    font-size: 10px;
  }
}
.onlineshop_banner .banner_title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0;
  padding-left: 0;
  content: "";
  display: block;
  font-size: 29px;
  line-height: 1;
  transform: translateY(-19px);
}
@media screen and (max-width: 767px) {
  .onlineshop_banner .banner_title::before {
    transform: translateY(-10px);
    font-size: 17px;
  }
}
.onlineshop_banner .banner_title .banner_title_en {
  display: block;
  margin-top: 7px;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .onlineshop_banner .banner_title .banner_title_en {
    margin-top: 5px;
    font-size: 11px;
  }
}

.submenu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.submenu li::before {
  display: none;
}
.submenu li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .submenu li + li {
    margin-top: 12px;
  }
}
.submenu li a {
  display: block;
  padding: 17px 15px 17px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  .submenu li a {
    transition: background-color 0.5s;
  }
  .submenu li a:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .submenu li a {
    padding: 16px 15px 16px;
    font-size: 13px;
  }
}
.submenu li a[href*="media/files/"] {
  background-image: url(../media/images/common/2021/icon_down.svg);
  background-size: 13px 17px;
}
@media print, screen and (min-width: 981px) {
  .submenu li a[href*="media/files/"]:hover {
    background-image: url(../media/images/common/2021/icon_down_wh.svg);
  }
}
.submenu li a[href^="http"] {
  background-image: url(../media/images/common/2021/icon_blank.svg);
  background-size: 16px 17px;
}
@media print, screen and (min-width: 981px) {
  .submenu li a[href^="http"]:hover {
    background-image: url(../media/images/common/2021/icon_blank_wh.svg);
  }
}
.submenu li a[href^="contact/"] {
  padding: 18px 15px;
  border: none;
  background: linear-gradient(240deg, #434343 0%, #434343 11.94%, #222 60.37%, #000 100%);
  color: #fff;
}
@media screen and (min-width: 981px) {
  .submenu li a[href^="contact/"] {
    transition: 0.5s;
  }
  .submenu li a[href^="contact/"]:hover {
    opacity: 0.8;
  }
}
.submenu li a[href^="contact/"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0;
  padding-left: 0;
  content: "";
  float: right;
}
.submenu li.submenu_contact {
  display: none;
}

#main {
  position: relative;
  z-index: 5;
}
#main .title--h2 {
  position: relative;
  margin: 0 auto 78px;
  padding: 28px 0px 20px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 6px;
  line-height: 1.47;
  color: #000;
  max-width: 1130px;
}
@media screen and (max-width: 767px) {
  #main .title--h2 {
    margin: 0 auto 40px;
    padding: 14px 0px 9px;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
[lang="en"] #main .title--h2 {
  letter-spacing: 0;
  line-height: 1.2;
}
#main .title--h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fda565;
  width: 100px;
}
#main .title--h2 .title--en {
  display: block;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  color: #888;
}
@media screen and (max-width: 767px) {
  #main .title--h2 .title--en {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
#main .title--h2.mbs {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  #main .title--h2.mbs {
    margin-bottom: 21px;
  }
}
#main .title--h3 {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main .title--h3 {
    margin: 0 0 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
[lang="en"] #main .title--h3 {
  letter-spacing: 0;
}
#main .title--min--center {
  margin: 0 0 70px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 45px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-indent: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .title--min--center {
    margin-bottom: 33px;
    font-size: 24px;
    text-indent: 0;
  }
}
#main .title--sns {
  margin: 0 0 20px;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.47;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .title--sns {
    margin: 0 0 12px;
    font-size: 13px;
  }
}
[lang="en"] #main .title--sns {
  letter-spacing: 0;
}
#main .title--sns::before {
  display: inline-block;
  font-size: 1.4em;
  transform: translateY(3px);
}
#main .title--sns.instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding-right: 10px;
  padding-left: 0;
  content: "";
}
#main .title--sns.twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding-right: 10px;
  padding-left: 0;
  content: "";
}
#main p {
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #main p {
    font-size: 13px;
    line-height: 1.75;
  }
}
[lang="en"] #main p {
  line-height: 1.5;
}
#main p + p {
  margin-top: 1em;
}
#main .button {
  margin: 28px auto;
  max-width: 330px;
}
#main .button a,
#main .button span {
  position: relative;
  display: block;
  padding: 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .button a,
  #main .button span {
    border-radius: 2.5px;
  }
}
[lang="en"] #main .button a, [lang="en"]
#main .button span {
  letter-spacing: 0;
}
#main .button a::after,
#main .button span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0;
  padding-left: 0;
  content: "";
  right: 10px;
}
#main .button.wh a,
#main .button.wh span {
  background-color: #fff;
  color: #000;
}
#main .button_ub ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#main .button_ub ul li {
  display: none;
}
#main .button_ub ul li.active {
  display: block;
}
#main .button_ub a {
  text-decoration: none;
  color: #000;
}
#main .button_ub a,
#main .button_ub > span {
  position: relative;
  display: block;
  padding: 10px 0px 14px;
  border-bottom: 2px solid #000;
  letter-spacing: 1.7px;
}
@media print, screen and (min-width: 981px) {
  #main .button_ub a:hover::after,
  #main .button_ub > span:hover::after {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 767px) {
  #main .button_ub a,
  #main .button_ub > span {
    padding: 10px 0px 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
[lang="en"] #main .button_ub a, [lang="en"]
#main .button_ub > span {
  letter-spacing: 0;
}
#main .button_ub a::after,
#main .button_ub > span::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0;
  padding-left: 0;
  content: "";
  right: 0;
  transition: 0.5s;
}
#main .button_ub.wh a,
#main .button_ub.wh > span {
  color: #fff;
  border-bottom: 2px solid #fff;
}
#main .button_youtube {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 20px 5px 22px;
  border-radius: 5px;
  background: #f00;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-decoration: none;
  max-width: 330px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .button_youtube {
    padding: 18px 15px;
    font-size: 12px;
    max-width: 250px;
  }
}
[lang="en"] #main .button_youtube {
  line-height: 1;
  align-items: center;
  letter-spacing: 0;
}
#main .button_youtube::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding-right: 15px;
  padding-left: 0;
  content: "";
  font-size: 2.2em;
}
#main .button_youtube .button_inner {
  display: table;
  margin: 0 0 0 0px;
}
@media screen and (min-width: 981px) {
  #main .button_youtube {
    transition: 0.5s;
  }
  #main .button_youtube:hover {
    opacity: 0.8;
  }
}
#main .inner {
  margin: 0 auto;
  max-width: 1130px;
}
@media print, screen and (max-width: 1129px) {
  #main .inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 980px) {
  #main .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .inner {
    padding: 0 20px;
  }
}
#main .list_arrow {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}
#main .list_arrow li a {
  display: block;
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}
#main .list_arrow li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  padding-left: 0;
  content: "";
  font-size: 0.7em;
  transform: translateY(-0.15em);
  display: inline-block;
}
#main .product_banner {
  margin: 105px auto 48px;
  padding-left: 0;
  list-style: none;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  #main .product_banner {
    margin: 45px auto 0;
    padding-bottom: 48px;
  }
}
#main .product_banner > li + li {
  margin-top: 30px;
}
#main .product_banner > li a {
  display: block;
  color: #000;
}
@media screen and (min-width: 981px) {
  #main .product_banner > li a {
    transition: 0.5s;
  }
  #main .product_banner > li a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 981px) {
  #main .product_banner > li a .thambnail {
    overflow: hidden;
  }
  #main .product_banner > li a .thambnail img {
    transition: 0.5s;
  }
  #main .product_banner > li a .thambnail:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li a {
    text-decoration: none;
  }
}
#main .product_banner > li .wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .thambnail img {
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .thambnail img.pc {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .thambnail img.sp {
    display: block;
  }
}
@media print, screen and (min-width: 981px) {
  #main .product_banner > li .thambnail > a {
    overflow: hidden;
    float: right;
  }
  #main .product_banner > li .thambnail > a img {
    transition: 0.5s;
  }
  #main .product_banner > li .thambnail > a:hover img {
    transform: scale(1.1);
  }
}
#main .product_banner > li img {
  width: 100%;
}
#main .product_banner > li .title--icon {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: 0 0 44px;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .title--icon {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
[lang="en"] #main .product_banner > li .title--icon {
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .title--icon .icon {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .title--icon {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .title--icon .icon img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .title--icon .icon img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#main .product_banner > li .product_banner_contents {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 30px 35px;
  background: #fff;
  width: 450px;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .product_banner_contents {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .product_banner_contents {
    padding: 16px 15px 30px 20px;
  }
}
#main .product_banner > li .read {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .read {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .read {
    padding: 0;
    width: 100%;
  }
}
[lang="en"] #main .product_banner > li .read {
  letter-spacing: 0;
}
#main .product_banner > li .read p {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .read p {
    font-size: 12px;
    line-height: 1.95;
  }
}
[lang="en"] #main .product_banner > li .read p {
  line-height: 1.5;
}
#main .product_banner > li .button_list {
  position: absolute;
  bottom: 30px;
  right: 35px;
  left: 35px;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .button_list {
    width: 35%;
    left: auto;
    right: 20px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .button_list {
    position: static;
    margin: 15px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
#main .product_banner > li .button_list > li {
  flex: 0 0 48%;
}
#main .product_banner > li .button_list > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 1030px) {
  #main .product_banner > li .button_list > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .button_list > li + li {
    margin-top: 5px;
  }
}
#main .product_banner > li .button_list .button_ub {
  position: static;
  width: 100%;
  max-width: 100%;
}
#main .product_banner > li .button_ub {
  position: absolute;
  bottom: 25px;
  left: 35px;
  /* right: 49px; */
  width: 77%;
}
@media screen and (max-width: 1030px) {
  #main .product_banner > li .button_ub {
    bottom: 5px;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li .button_ub {
    max-width: 35%;
    left: auto;
    right: 20px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li .button_ub {
    position: static;
    margin: 15px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
#main .product_banner > li.banner_kaji .thambnail img.pc {
  margin-left: 120px;
}
#main .product_banner > li.banner_kaji .product_banner_contents {
  padding: 5px 20px 30px;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li.banner_kaji .product_banner_contents {
    padding-left: 14px;
  }
}
#main .product_banner > li.banner_kaji .title--icon {
  margin-bottom: 15px;
  transform: translateX(-14px);
}
@media screen and (max-width: 1030px) {
  #main .product_banner > li.banner_kaji .title--icon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 980px) {
  #main .product_banner > li.banner_kaji .title--icon {
    margin-bottom: 15px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li.banner_kaji .title--icon {
    transform: translateX(10px);
  }
}
#main .product_banner > li.banner_kaji .title--icon .icon {
  margin-right: 25px;
  flex: 0 0 130px;
}
@media screen and (max-width: 980px) {
  #main .product_banner > li.banner_kaji .title--icon .icon {
    flex: 0 0 70px;
    transform: translateX(-10px);
    margin-right: 10px;
  }
}
#main .product_banner > li.banner_kaji .read {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  #main .product_banner > li.banner_kaji .read {
    padding-left: 0;
  }
}
#main .product_banner > li.banner_kogu .title--icon {
  margin-bottom: 44px;
}
@media print, screen and (max-width: 1130px) {
  #main .product_banner > li.banner_kogu .title--icon {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #main .product_banner > li.banner_kogu .title--icon {
    margin-bottom: 22px;
  }
}
#main .product_banner > li.banner_kogu .title--icon .icon {
  margin-right: 30px;
  margin-left: -15px;
  flex: 0 0 120px;
}
@media screen and (max-width: 767px) {
  #main .product_banner > li.banner_kogu .title--icon .icon {
    flex: 0 0 85px;
    max-width: 85px;
    margin-right: 30px;
    margin-left: 0;
  }
}
#main .insta_list {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}
#main .insta_list li {
  font-size: 14px;
}
#main .insta_list li + li {
  margin-top: 10px;
}
#main .insta_list li a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 981px) {
  #main .insta_list li a {
    transition: 0.5s;
  }
  #main .insta_list li a:hover {
    opacity: 0.8;
  }
}
#main .insta_list li a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding-right: 10px;
  padding-left: 0;
  content: "";
}
#main .line_up_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main .line_up_content {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #main .line_up_content {
    display: block;
  }
}
#main .line_up_content .catalog {
  position: relative;
  flex: 0 0 610px;
  order: 2;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog {
    padding-top: 19px;
    max-width: 300px;
    margin: 0 auto;
  }
}
#main .line_up_content .catalog::after {
  content: "";
  background-color: #fda565;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog::after {
    height: 100%;
  }
}
#main .line_up_content .catalog a {
  display: block;
  background: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 981px) {
  #main .line_up_content .catalog a:hover {
    transition: 0.5s;
  }
  #main .line_up_content .catalog a:hover img {
    opacity: 0.65;
  }
  #main .line_up_content .catalog a img {
    transition: 0.5s;
  }
}
#main .line_up_content .catalog_base {
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 10px 33px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_base {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_base {
    justify-content: space-between;
    padding: 0 14px 21px;
    background-size: auto 87%;
  }
}
#main .line_up_content .catalog_base .catalog_img {
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: 31px;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_base .catalog_img {
    margin: 30px 0 0;
    margin-left: 0;
    flex: 0 0 50%;
  }
}
#main .line_up_content .catalog_base .catalog_img .catalog_item {
  flex: 0 0 46%;
  max-width: 46%;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_base .catalog_img .catalog_item {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
#main .line_up_content .catalog_base .catalog_img img {
  display: block;
  width: 100%;
}
#main .line_up_content .line_up_text {
  order: 1;
  flex: 1 1 auto;
  padding: 45px 20px 0 0;
}
@media screen and (max-width: 980px) {
  #main .line_up_content .line_up_text {
    padding: 50px 0 0px 0;
    max-width: 473px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .line_up_content .line_up_text {
    padding-top: 24px;
  }
}
#main .line_up_content .line_up_text .title--h3 {
  margin-left: -0.6em;
}
@media screen and (max-width: 980px) {
  #main .line_up_content .line_up_text .title--h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .line_up_content .line_up_text .title--h3 {
    margin: 0 0 11px;
  }
}
#main .line_up_content .line_up_text .catalog_read p {
  letter-spacing: 1.1px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .line_up_text .catalog_read p {
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
}
[lang="en"] #main .line_up_content .line_up_text .catalog_read p {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_info_base {
    flex: 1 1 auto;
  }
}
#main .line_up_content .catalog_info_base .catalog_title {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_info_base .catalog_title {
    font-size: 13px;
  }
}
[lang="en"] #main .line_up_content .catalog_info_base .catalog_title {
  letter-spacing: 0;
}
#main .line_up_content .catalog_info_base .catalog_info p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .catalog_info_base .catalog_info p {
    font-size: 11px;
  }
}
[lang="en"] #main .line_up_content .catalog_info_base .catalog_info p {
  letter-spacing: 0;
}
#main .line_up_content .button_ub {
  margin-top: 33px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .button_ub {
    margin-top: 5px;
  }
}
#main .line_up_content .button_ub span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .line_up_content .button_ub span {
    font-size: 10px;
  }
}
#main .line_up_content .button_ub span::after {
  display: none;
}

.movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#contents .pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 80px 0 0;
  padding-left: 0;
  list-style: none;
}
div#contents .pagination li {
  flex: 0 0 30px;
}
div#contents .pagination li.prev, div#contents .pagination li.next {
  white-space: nowrap;
}
div#contents .pagination li.prev a,
div#contents .pagination li.prev span, div#contents .pagination li.next a,
div#contents .pagination li.next span, div#contents .pagination li.page a,
div#contents .pagination li.page span {
  display: block;
  text-align: center;
}
div#contents .pagination li.prev a, div#contents .pagination li.next a, div#contents .pagination li.page a {
  text-decoration: none;
}
@media print, screen and (min-width: 981px) {
  div#contents .pagination li.prev a:hover, div#contents .pagination li.next a:hover, div#contents .pagination li.page a:hover {
    color: #000;
  }
}
div#contents .pagination li.active a,
div#contents .pagination li.active span {
  color: #000;
}

/*# sourceMappingURL=common-2021.css.map */
