@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
html.no_scroll {
  overflow: hidden;
  padding-right: 15px; /* 幅のリフローを避ける */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img[src$=".jpg"],
img[src$=".png"] {
  backface-visibility: hidden;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}
main:not(.under_pages) {
  padding: 90px 0 0;
}
main.under_pages {
  padding: 90px 0 130px;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  width: 100%;
  height: 90px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
}
header .logo {
  transition: margin 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  margin-top: 0;
}
header .logo img {
  max-width: 261px;
  width: 100%;
  height: auto;
}
header nav {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 520px;
}
header nav .header_top {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 50px;
  box-sizing: border-box;
  position: relative;
}
header nav .header_top .sns_link {
  position: absolute;
  bottom: 15px;
  width: 16px;
}
header nav .header_top .sns_link:hover {
  opacity: 0.6;
}
header nav .header_top .sns_link.insta_link {
  right: 50px;
}
header nav .header_top .sns_link.fb_link {
  right: 25px;
}
header nav .header_top .sns_link.x_link {
  right: 0;
  width: 14px;
}
header nav .header_top a {
  color: #fff;
}
header nav .header_top a:visited {
  color: #fff;
}
header nav .header_top .letter-message {
  text-align: center;
  color: #fff;
}
header nav .header_top .letter-message strong,
header nav .header_top .letter-message span {
  display: block;
}
header nav .header_top .letter-message strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
}
header nav .header_top .letter-message span {
  font-size: 16px;
  font-weight: 300;
  margin: 12px 0 0;
}
header nav .header_top .mail_form {
  margin: 28px 0 0;
}
header nav .header_top .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .mail_form .input_wrap input[type=mail],
header nav .header_top .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header nav .header_top .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=mail]::placeholder {
  color: #777777;
}
header nav .header_top .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
header nav .header_top .mail_form .input_wrap input[type=submit]:hover {
  background-position: right 30px center;
}
header nav .header_top .mail_form + p {
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
header nav .header_top .header_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .inner_nav {
  margin: 35px 0 0;
}
header nav .header_top .header_nav_container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .header_nav_container .category_link_list a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-right: 14px;
}
header nav .header_top .header_nav_container .category_link_list a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  header nav .header_top .header_nav_container .col_6 ul > li a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  header nav .header_top .header_nav_container .col_6 ul > li a:hover {
    background-size: 100% 1px;
  }
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li:not([class]) a {
  font-size: 14px;
  font-weight: 300;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li:not([class]) a strong {
  font-size: 20px;
  font-weight: 300;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link {
  margin-bottom: 8px;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon {
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}
header nav .header_top .header_nav_container .inner_nav > .row {
  margin: 0 -26px;
}
header nav .header_top .header_nav_container .inner_nav > .row > .col_6 {
  padding: 0 26px;
}
header .header_inner {
  padding-top: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: padding 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  background-color: #fff;
}
header .right_nav_box {
  display: flex;
  align-items: center;
}
header .right_nav_box .mypage_link {
  margin: 0 28px 0 0;
}
header .right_nav_box .shop_link {
  margin: 0 26px 0 0;
}
header.none .right_nav_box {
  display: none;
}
header .menu {
  position: relative;
  background: #fff;
  width: 46px;
  height: 36px;
}
header .menu span {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 30px;
  height: 3px;
  margin: auto;
  transition: 0.3s;
}
header .menu span.line-t.show {
  top: 17px;
  transform: rotate(-32deg);
}
header .menu span.line-m {
  top: 22px;
}
header .menu span.line-m.show {
  opacity: 0;
}
header .menu span.line-b {
  top: 23px;
}
header .menu span.line-b.show {
  top: 17px;
  transform: rotate(32deg);
}
header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}
header.scroll {
  height: 80px;
  background-color: #fff;
}
header.scroll .header_inner {
  padding-top: 13px;
}
header.scroll .header_inner .logo {
  margin-top: 12px;
}
header.scroll .header_inner nav {
  top: 80px;
  height: calc(100vh - 80px);
}

/* footer
==================================*/
footer {
  background: #000000;
}
footer .footer_inner {
  padding: 78px 5.7% 40px;
}
footer .footer_inner p,
footer .footer_inner a {
  color: #ffffff;
}
footer .footer_inner .letter-message {
  text-align: center;
  padding: 0 0 1em 0;
}
footer .footer_inner .letter-message strong,
footer .footer_inner .letter-message span {
  display: block;
}
footer .footer_inner .letter-message strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
}
footer .footer_inner .letter-message span {
  font-size: 16px;
  font-weight: 300;
  margin: 12px 0 0;
}
footer .footer_inner iframe {
  width: 700px;
  height: 100px;
}
footer .footer_inner .mail_form {
  margin: 28px 0 0;
}
footer .footer_inner .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .mail_form .input_wrap input[type=mail],
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .footer_inner .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
}
footer .footer_inner .mail_form .input_wrap input[type=mail]::placeholder {
  color: #fff;
  color: #777777;
}
@keyframes onAutoFillStart {}
footer .footer_inner .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
footer .footer_inner .mail_form .input_wrap input[type=submit]:hover {
  background-position: right 30px center;
}
footer .footer_inner .mail_form + p {
  text-align: center;
  margin-top: 8px;
}
footer .footer_inner .fot_bottom {
  border-top: 1px solid #272727;
  padding: 22px 0 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 {
  border: none;
  padding: 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 #pageTop {
  padding: 20px !important;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #000;
}
footer .footer_inner .fot_bottom .logo img {
  width: 233px;
  height: auto;
}
footer .footer_inner .fot_bottom .logo small {
  font-size: 10px;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #474747;
  display: inline-block;
  margin-left: 12px;
}
footer .footer_inner .fot_bottom .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_inner #pageTop a {
  display: inline-block;
  padding-left: 22px;
  box-sizing: border-box;
  background-image: url(../img/common/arrow_g.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: left center;
}
footer .footer_inner .fot_top {
  padding: 0 0 60px;
  box-sizing: border-box;
  position: relative;
}
footer .footer_inner .fot_top .sns_link {
  position: absolute;
  bottom: 15px;
  width: 16px;
}
footer .footer_inner .fot_top .sns_link:hover {
  opacity: 0.6;
}
footer .footer_inner .fot_top .sns_link.insta_link {
  right: 50px;
}
footer .footer_inner .fot_top .sns_link.fb_link {
  right: 25px;
}
footer .footer_inner .fot_top .sns_link.x_link {
  right: 0;
  width: 14px;
}
footer .footer_inner .fot_top .fot_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .fot_top .fot_nav_container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .fot_top .fot_nav_container .category_link_list a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-right: 14px;
}
footer .footer_inner .fot_top .fot_nav_container .category_link_list a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  footer .footer_inner .fot_top .fot_nav_container p.top a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  footer .footer_inner .fot_top .fot_nav_container p.top a:hover {
    background-size: 100% 1px;
  }
}
footer .footer_inner .fot_top .fot_nav_container p.top a.line {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
footer .footer_inner .fot_top .fot_nav_container p.top a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  footer .footer_inner .fot_top .fot_nav_container .col_6 ul > li a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  footer .footer_inner .fot_top .fot_nav_container .col_6 ul > li a:hover {
    background-size: 100% 1px;
  }
}
footer .footer_inner .fot_top .fot_nav_container .col_6 .col_6_w {
  flex: 0 0 55%;
  max-width: 55%;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 .col_6_s {
  flex: 0 0 45%;
  max-width: 45%;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li:not([class]) a {
  font-size: 14px;
  font-weight: 300;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li:not([class]) a strong {
  font-size: 20px;
  font-weight: 300;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link {
  margin-bottom: 8px;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon {
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}
footer .footer_inner .fot_top .fot_nav_container nav > .row {
  margin: 0 -26px;
}
footer .footer_inner .fot_top .fot_nav_container nav > .row > .col_6 {
  padding: 0 26px;
}

#pageTop a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777777;
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

.rules_sec .text-box + .text {
  margin: 0 0 45px;
}
.rules_sec .sec-title {
  text-align: center;
}
.rules_sec .rules_list > li + li {
  margin-top: 45px;
}
.rules_sec .rules_list > li dl > dt .inner-title {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 0 14px;
}
.rules_sec .rules_list > li .text + .dot_ul {
  margin-top: 20px;
}
.rules_sec .rules_list > li .dot_ul + .text {
  margin-top: 20px;
}
.rules_sec .rules_list > li .cash {
  margin: 30px 0 0 32px;
}
.rules_sec .rules_list > li .cash .title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.rules_sec .rules_list > li .cash .title::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 13px;
  left: 0;
}
.rules_sec .rules_list > li .cash .caution_box {
  margin-top: 14px;
}
.rules_sec .rules_list > li .cash .caution_box .caution_title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.rules_sec .dot_ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.rules_sec .dot_ul > li + li {
  margin-top: 5px;
}
.rules_sec .dot_ul > li::before {
  content: "・";
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.input_bg {
  background-color: #000;
}
.input_bg .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
.input_bg .mail_form .input_wrap input[type=mail],
.input_bg .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input_bg .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
.input_bg .mail_form .input_wrap input[type=mail]::placeholder {
  color: #777777;
}
.input_bg .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
.input_bg .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
.input_bg .mail_form .input_wrap form {
  width: calc(100% - 100px);
}
.input_bg .mail_form .input_wrap form input[type=mail] {
  width: 100%;
}
.input_bg .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
.input_bg .mail_form .input_wrap input[type=submit]:hover {
  background-position: right 30px center;
}
.input_bg .mail_form + p {
  text-align: center;
  margin-top: 8px;
  color: #fff;
}

.camp_bn {
  text-align: center;
  margin: 0 0 50px 0;
  background: url(../img/common/camp_bg.jpg) no-repeat center top;
}

.camp_bn2 {
  text-align: center;
  margin: 22px 0 0 0;
  background-color: #9e9ea0;
}

.ss .camp_bn {
  margin: 0 0 0 0;
}

#pop01,
#pop02,
#pop05,
#pop06,
#pop07,
#pop08,
#pop09 {
  overflow: hidden;
  max-height: calc(100vh - 70px) !important;
}

#pop01 .wrap,
#pop02 .wrap,
#pop05 .wrap,
#pop06 .wrap,
#pop07 .wrap,
#pop08 .wrap,
#pop09 .wrap {
  overflow: auto;
  max-height: 100vh;
  max-width: 100vw;
}

#pop01 .wrap img,
#pop02 .wrap img,
#pop05 .wrap img,
#pop06 .wrap img,
#pop07 .wrap img,
#pop08 .wrap img,
#pop09 .wrap img {
  display: block;
  width: 100%;
  max-width: 1500px;
  height: auto;
}

#pop02 .wrap form {
  display: block;
  position: relative;
  top: -1px;
  left: 0;
}

#pop01 .wrap img.end,
#pop02 .wrap img.end,
#pop05 .wrap img.end {
  margin-bottom: 70px;
  position: relative;
  top: -1px;
  left: 0;
}

#Product .lity-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px !important;
  height: 60px !important;
  font-size: 60px !important;
}

.renew_sec h1 {
  width: 300px;
  margin: 0 auto 40px auto;
}
.renew_sec h2 {
  background-color: #4c4948;
  color: #fff;
  font-size: 24px;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px auto;
}
.renew_sec h3 {
  color: #4c4948;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 0 0 15px 0;
}
.renew_sec .lead {
  padding: 0 0 40px 0;
}
.renew_sec .lead p {
  color: #4c4948;
  text-align: center;
}
.renew_sec .anc_list ul {
  width: 100%;
  padding: 0 0 50px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.renew_sec .anc_list ul li a {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  border: #000 1px solid;
  padding: 10px;
  border-radius: 30px;
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
.renew_sec .anc_list ul li a:hover {
  opacity: 0.7;
}
.renew_sec .caution {
  max-width: 1000px;
  height: 150px;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 auto 50px auto;
  border: #d8d8d8 1px solid;
}
.renew_sec .caution ul li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.renew_sec .cont_area {
  max-width: 800px;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #4c4948 1px solid;
}
.renew_sec .cont_area p.t {
  width: 30%;
  padding: 28px 0 31px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #4c4948;
}
.renew_sec .cont_area p.tel {
  width: 40%;
  padding: 3px 0 6px 0;
  color: #4c4948;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
.renew_sec .cont_area p.tel a {
  pointer-events: none;
}
.renew_sec .cont_area p.tel span {
  font-size: 12px;
}
.renew_sec .cont_area p.shop {
  width: 30%;
  font-size: 11px;
  text-align: left;
  padding: 0 5%;
}
.renew_sec .cont_area p.shop span {
  width: 70%;
  padding: 0 0 2px 0;
  margin: 0 auto 4px auto;
  display: block;
  background-color: #4c4948;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.renew_sec .list_sec {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}
.renew_sec .list_sec h4 {
  color: #4c4948;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 30px 0;
}
.renew_sec .list_sec .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.renew_sec .list_sec .box .cont {
  width: 48%;
  min-height: 120px;
  box-sizing: border-box;
  padding: 0 110px 15px 130px;
  margin: 0 0 15px 0;
  border-bottom: #d8d8d8 1px solid;
  position: relative;
}
.renew_sec .list_sec .box .cont .cate {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.2;
  background-color: #4c4948;
  color: #fff;
  padding: 5px 10px;
}
.renew_sec .list_sec .box .cont .img {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.renew_sec .list_sec .box .cont .img img {
  width: 100%;
}
.renew_sec .list_sec .box .cont .maker,
.renew_sec .list_sec .box .cont .txt,
.renew_sec .list_sec .box .cont .num,
.renew_sec .list_sec .box .cont .color {
  color: #4c4948;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 5px 0;
}
.renew_sec .list_sec .box .cont .maker {
  padding: 0;
}
.renew_sec .list_sec .box .cont .tit {
  color: #4c4948;
  font-weight: 500;
  line-height: 1.5;
}
.renew_sec .list_sec .box .cont .size {
  color: #4c4948;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 5px 0;
}
.renew_sec .list_sec .box .cont .price {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.renew_sec .list_sec .box .cont .price p {
  font-size: 14px;
  text-align: right;
  font-weight: 500;
  line-height: 1.3;
}
.renew_sec .list_sec .box .cont .price p.b {
  font-size: 20px;
  color: #cc0000;
  font-weight: 700;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-story {
  transform: translate(0, 30px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
.c-anim-story.move {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}

.c-anim-fade {
  opacity: 0;
  transition: 1.5s ease;
}
.c-anim-fade.move {
  opacity: 1;
}

.c-anim-up {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1.5s ease;
}
.c-anim-up.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.noto_font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.container-fluid {
  padding-left: 5.7%;
  padding-right: 5.7%;
  box-sizing: border-box;
}
.container-fluid.right-visible-container {
  overflow: visible;
}
@media (max-width: 899px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container-fluid {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.in-block {
  display: inline-block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .col.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .col.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 899px) {
  .row .col.col_3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bread_crumb {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 10px 0 42px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.bread_crumb.over::before {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding-top: 0.25em;
  padding-left: 0.31em;
  padding-right: 0.31em;
  box-sizing: border-box;
}
.bread_crumb.other_patern {
  margin: 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 899px) {
  .bread_crumb.other_patern {
    margin: 8px 0 8px;
  }
}

.round_link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #000;
  padding: 10px 20px 10px 33px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 32px;
  width: auto;
  min-width: 245px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 899px) {
  .round_link {
    display: inline-flex;
    font-size: 14px;
    width: auto;
    min-width: 200px;
    height: 54px;
    padding: 12px 20px;
    white-space: nowrap;
  }
}
.round_link > .pdf_icon {
  padding-right: 42px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.round_link > .pdf_icon::before {
  content: "PDF";
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.03em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 16px;
  background-color: #a62421;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.round_link.black {
  color: #fff;
  background-color: #000;
}

.anchor {
  position: absolute;
}
@media (min-width: 900px) {
  .anchor {
    top: -90px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -60px;
  }
}

/*==================================
	スライダー関連
==================================*/
.swiper-custom-parent {
  position: relative;
}

.swiper-right-visible-container {
  overflow: visible !important;
}

.swiper-category-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-category-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-category-container > .swiper-wrapper {
  flex-direction: initial !important;
}
.swiper-category-container > .swiper-wrapper > .swiper-slide {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  height: auto;
}
@media (max-width: 899px) {
  .swiper-category-container > .swiper-wrapper > .swiper-slide {
    gap: 7px;
  }
}
.swiper-category-container > .swiper-wrapper > .swiper-slide .card_wrap {
  width: 100%;
}
.swiper-category-container > .swiper-wrapper > .swiper-slide .card_wrap .img_wrap {
  aspect-ratio: 15/11.3;
}
.swiper-category-container > .swiper-wrapper > .swiper-slide .card_wrap .img_wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 900px) {
  .swiper-category-container > .swiper-wrapper > .swiper-slide {
    width: 293px;
  }
  .swiper-category-container > .swiper-wrapper > .swiper-slide .card_wrap {
    max-height: 462px;
  }
  .swiper-category-container > .swiper-wrapper > .swiper-slide.tall .card_wrap {
    height: 462px;
  }
  .swiper-category-container > .swiper-wrapper > .swiper-slide.tall2 {
    width: 616px;
  }
  .swiper-category-container > .swiper-wrapper > .swiper-slide.tall2 .card_wrap {
    width: 616px;
    height: 462px;
  }
}
@media (max-width: 899px) {
  .swiper-category-container > .swiper-wrapper > .swiper-slide {
    width: 90%;
  }
}
.swiper-category-container > .swiper-wrapper > .swiper-slide.ww .card_wrap .img_wrap {
  aspect-ratio: 15/15;
}
.swiper-category-container > .swiper-wrapper > .swiper-slide.tall .img_wrap {
  aspect-ratio: unset;
  height: 100%;
}

.swiper-right-visible-container .swiper-button-next,
.swiper-right-visible-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 15px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), -webkit-transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
.swiper-right-visible-container .swiper-button-next::after,
.swiper-right-visible-container .swiper-button-prev::after {
  content: "";
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  margin: auto;
}
.swiper-right-visible-container .swiper-button-next.swiper-button-disabled,
.swiper-right-visible-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-right-visible-container .swiper-button-next:hover,
.swiper-right-visible-container .swiper-button-prev:hover {
  transform: scale(1.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
.swiper-right-visible-container .swiper-button-next {
  right: -34px;
}
@media (min-width: 900px) {
  .swiper-right-visible-container .swiper-button-next.blog-button-next {
    top: 10.9vw;
  }
}
@media (max-width: 899px) {
  .swiper-right-visible-container .swiper-button-next.blog-button-next {
    top: 22.5vw;
  }
  .swiper-right-visible-container .swiper-button-next.column-button-next {
    top: 46.5vw;
  }
}
.swiper-right-visible-container .swiper-button-prev {
  left: -34px;
}
.swiper-right-visible-container .swiper-button-prev::after {
  transform: scale(-1, 1);
  right: 0;
  left: -2px;
}
@media (min-width: 900px) {
  .swiper-right-visible-container .swiper-button-prev.blog-button-prev {
    top: 10.9vw;
  }
}
@media (max-width: 899px) {
  .swiper-right-visible-container .swiper-button-prev.blog-button-prev {
    top: 22.5vw;
  }
  .swiper-right-visible-container .swiper-button-prev.column-button-prev {
    top: 46.5vw;
  }
}
@media (max-width: 899px) {
  .swiper-right-visible-container .swiper-button-next,
  .swiper-right-visible-container .swiper-button-prev {
    width: 45px;
    height: 45px;
    top: calc(50% - 7px);
  }
  .swiper-right-visible-container .swiper-button-next::after,
  .swiper-right-visible-container .swiper-button-prev::after {
    width: 7px;
    height: 13px;
  }
  .swiper-right-visible-container .swiper-button-next {
    right: -26px;
  }
  .swiper-right-visible-container .swiper-button-prev {
    left: -26px;
  }
}

.swiper-slide img {
  border-radius: 8px;
}

.banner_sec {
  padding: 40px 0;
}
@media (max-width: 899px) {
  .banner_sec {
    padding: 30px 0;
  }
}

/*==================================
	タイトル系
==================================*/
.page_title {
  text-align: center;
  margin: 0 0 47px;
}
@media (max-width: 899px) {
  .page_title {
    margin: 0 0 26px;
  }
}
.page_title .en {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}
@media (max-width: 899px) {
  .page_title .en {
    font-size: 36px;
    margin: 0 0 12px;
  }
}
.page_title .ja {
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media (max-width: 899px) {
  .page_title .ja {
    font-size: 14px;
  }
}
.page_title.no_img_title {
  margin: 70px 0 80px;
}
.page_title.no_img_title .logo {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 899px) {
  .page_title.no_img_title {
    margin: 45px 0 35px;
  }
}
.page_title .logo {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.mgb55 {
  margin-bottom: 55px;
}
@media (max-width: 899px) {
  .mgb55 {
    margin-bottom: 28px;
  }
}

.greybox {
  padding: 60px 0 0 0 !important;
  background-color: #98979c;
}
.greybox .product_list {
  margin: 0 -11px 0;
}
@media (max-width: 899px) {
  .greybox {
    padding: 0 0 0 0 !important;
  }
}

.greybox_light {
  background-color: #dadada;
  padding: 90px 0 0 !important;
}
@media (max-width: 899px) {
  .greybox_light {
    padding: 40px 0 0 !important;
  }
}

.greybox_light02 {
  background-color: #c7c7c7;
  padding: 90px 0 0 !important;
}
@media (max-width: 899px) {
  .greybox_light02 {
    padding: 40px 0 0 !important;
  }
}

.nomg .product_list {
  margin: 0 -11px 0;
}

.product_page_ttl {
  text-align: center;
  margin: 0 0 47px;
}
@media (max-width: 899px) {
  .product_page_ttl {
    margin: 0 0 24px;
  }
}
.product_page_ttl.product_page_ttl_under {
  margin: 0 0 97px;
}
@media (max-width: 899px) {
  .product_page_ttl.product_page_ttl_under {
    margin: 0 0 67px;
  }
}
.product_page_ttl.product_page_ttl_under .line {
  display: inline-block;
  border-bottom: #000 2px solid;
  padding: 0 20px 15px 20px;
}
.product_page_ttl .age,
.product_page_ttl .brand {
  display: block;
}
.product_page_ttl .age img.roman,
.product_page_ttl .brand img.roman {
  max-width: 400px;
}
@media (max-width: 899px) {
  .product_page_ttl .age img.roman,
  .product_page_ttl .brand img.roman {
    margin: 40px 0 0 0;
    max-width: 230px;
  }
}
.product_page_ttl .age {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media (max-width: 899px) {
  .product_page_ttl .age {
    font-size: 16px;
  }
}
.product_page_ttl .age.bold {
  font-weight: 500;
}
.product_page_ttl .brand {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 899px) {
  .product_page_ttl .brand {
    font-size: 36px;
  }
}
.product_page_ttl .sub {
  font-size: 24px;
  padding: 10px 0 0 0;
}
.product_page_ttl .sub.b {
  font-weight: bold;
}
@media (max-width: 899px) {
  .product_page_ttl .sub {
    font-size: 16px;
  }
}
.product_page_ttl .brand_ja {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 899px) {
  .product_page_ttl .brand_ja {
    font-size: 14px;
  }
}

.lineup_bn {
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 899px) {
  .lineup_bn {
    margin: 0 0 24px;
  }
}

.page_title_sec {
  padding: 50px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 560px;
  min-height: 560px;
  height: 100%;
  background-color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.page_title_sec .page_title_en,
.page_title_sec .page_title {
  color: #fff;
}
.page_title_sec .page_title_en {
  font-size: 64px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page_title_sec .page_title {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin: 0;
}
.page_title_sec > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 899px) {
  .page_title_sec {
    max-height: 300px;
    min-height: 300px;
    height: 100%;
    padding: 50px 15px;
  }
  .page_title_sec .page_title_en {
    font-size: 36px;
  }
  .page_title_sec .page_title {
    margin: 0;
  }
}
.page_title_sec.video_type {
  max-height: 692px;
  min-height: 692px;
  box-sizing: border-box;
}
.page_title_sec.video_type .video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 692px;
  min-height: 692px;
  z-index: 0;
  box-sizing: border-box;
}
.page_title_sec.video_type .video_wrapper > video {
  width: 100%;
  max-height: 692px;
  min-height: 692px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  box-sizing: border-box;
}
.page_title_sec.video_type .page_title {
  margin: 16px 0 0;
}
@media (max-width: 899px) {
  .page_title_sec.video_type {
    max-height: 380px;
    min-height: 380px;
  }
  .page_title_sec.video_type .video_wrapper {
    max-height: 380px;
    min-height: 380px;
  }
  .page_title_sec.video_type .video_wrapper video {
    max-height: 380px;
    min-height: 380px;
  }
  .page_title_sec.video_type .page_title {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 0 0;
  }
}

.sec_title_wrap {
  text-align: center;
  margin: 0 0 38px;
}
.sec_title_wrap .sec_title_en {
  font-size: 64px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.sec_title_wrap .sec_title {
  font-size: 18px;
}
@media (max-width: 899px) {
  .sec_title_wrap .sec_title_en {
    font-size: 36px;
    line-height: 1.29;
  }
  .sec_title_wrap .sec_title {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.text-box {
  margin: 0 0 28px;
}
.text-box .sub-title {
  font-size: 16px;
  padding-left: 38px;
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: relative;
}
.text-box .sub-title::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background-color: #000;
  z-index: 1;
  display: block;
}
.text-box .sec-title {
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.text-box.wh-txt .sub-title {
  color: #fff;
}
.text-box.wh-txt .sub-title::before {
  background-color: #fff;
}
.text-box.wh-txt .sec-title {
  color: #fff;
}
@media (max-width: 899px) {
  .text-box {
    margin: 0 0 18px;
  }
  .text-box .sub-title {
    font-size: 12px;
    padding-left: 26px;
  }
  .text-box .sub-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #000;
    z-index: 1;
    display: block;
  }
  .text-box .sec-title {
    font-size: 22px;
    line-height: 1.6;
  }
}

/*==================================
	セクション
==================================*/
.standard_sec {
  padding: 115px 0;
  box-sizing: border-box;
}
.standard_sec:last-child {
  padding-bottom: 0;
}
.standard_sec .mgb55 {
  margin: 0 0 55px;
}
.standard_sec .container {
  max-width: 1200px;
}
@media (max-width: 899px) {
  .standard_sec {
    padding: 75px 0 60px;
    box-sizing: border-box;
  }
  .standard_sec:last-child {
    padding-bottom: 0;
  }
  .standard_sec .mgb55 {
    margin: 0 0 25px;
  }
  .standard_sec .container {
    max-width: 1200px;
  }
}

.product_sec .productBox + .productBox {
  padding: 180px 0 0;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .product_sec .productBox + .productBox {
    padding: 150px 0 0;
  }
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

.product_list {
  margin: 0 -11px -96px;
}
.product_list.product_list_center {
  justify-content: center;
}
.product_list > li {
  padding: 0 5px 96px;
}
@media (max-width: 899px) {
  .product_list > li {
    padding: 0 5px 30px;
  }
}
.product_list > li a {
  display: block;
  position: relative;
}
.product_list > li a .icon_txt {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  text-align: center;
}
.product_list > li a .icon_txt span {
  display: inline-block;
  border: #000 1px solid;
  font-size: 12px;
  padding: 2px 15px;
  font-weight: 500;
}
.product_list > li a .img_wrap {
  text-align: center;
  margin: 0 0 15px;
  position: relative;
}
@media (max-width: 899px) {
  .product_list > li a .img_wrap {
    margin: 0 0 0;
  }
}
.product_list > li a .img_wrap span.woman {
  position: absolute;
  top: 30px;
  left: 10px;
  color: #f6a6b8;
}
@media (max-width: 899px) {
  .product_list > li a .img_wrap span.woman {
    top: 10px;
  }
}
.product_list > li a .img_wrap span.ic {
  position: absolute;
  top: 30px;
  left: 10px;
}
.product_list > li a .img_wrap span.ic img {
  width: 40px;
}
@media (max-width: 899px) {
  .product_list > li a .img_wrap span.ic {
    top: 20px;
  }
  .product_list > li a .img_wrap span.ic img {
    width: 30px;
  }
}
.product_list > li a .img_wrap > img {
  transition: transform 0.4s ease;
}
.product_list > li a .p_code {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 899px) {
  .product_list > li a .p_code {
    font-size: 10px;
  }
}
.product_list > li a .item_name {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 5px;
}
@media (max-width: 899px) {
  .product_list > li a .item_name {
    font-size: 15px;
  }
}
.product_list > li a .item_name span {
  font-size: 15px;
}
@media (max-width: 899px) {
  .product_list > li a .item_name span {
    font-size: 13px;
  }
}
.product_list > li a .item_name span.or {
  font-size: 20px;
  color: #eb6100;
}
@media (max-width: 899px) {
  .product_list > li a .item_name span.or {
    font-size: 15px;
  }
}
.product_list > li a .item_type {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 899px) {
  .product_list > li a .item_type {
    font-size: 10px;
  }
}
.product_list > li a .price_wrap {
  text-align: center;
  font-size: 0;
  line-height: 1;
  margin: 10px 0 0;
}
@media (max-width: 899px) {
  .product_list > li a .price_wrap {
    margin: 5px 0 0;
  }
}
.product_list > li a .price_wrap .price {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 899px) {
  .product_list > li a .price_wrap .price {
    font-size: 13px;
  }
}
.product_list > li a .price_wrap .tax_price {
  line-height: 1;
}
.product_list > li a .price_wrap .tax_price small {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 899px) {
  .product_list > li a .price_wrap .tax_price small {
    font-size: 11px;
  }
}
.product_list > li a .price_wrap .tax_price small strong {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 899px) {
  .product_list > li a .price_wrap .tax_price small strong {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .product_list > li a:hover .img_wrap > img {
    transform: scale(1.05);
  }
}
.product_list.category_list {
  margin: 0 -5px -10px;
}
.product_list.category_list > .col {
  padding: 0 5px 10px;
}
@media (max-width: 899px) {
  .product_list.category_list > .col {
    padding: 0 3px 6px;
  }
}
.product_list.category_list > .col.col_1 .card_wrap .img_wrap img,
.product_list.category_list > .col.col_1 .card_wrap .img_wrap video {
  width: 100%;
  height: 29.01vw;
}
.product_list.category_list > .col.col_1 .card_wrap .img_wrap img.half,
.product_list.category_list > .col.col_1 .card_wrap .img_wrap video.half {
  height: 24.3vw;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_1 .card_wrap .img_wrap img.half,
  .product_list.category_list > .col.col_1 .card_wrap .img_wrap video.half {
    height: 56.7vw;
  }
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_1 .card_wrap .img_wrap img,
  .product_list.category_list > .col.col_1 .card_wrap .img_wrap video {
    height: 56.7vw;
  }
}
.product_list.category_list > .col.col_1 .card_wrap .text_wrap_r {
  width: 70%;
  left: auto;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_1 .card_wrap .text_wrap_r {
    width: 100%;
  }
}
.product_list.category_list > .col.col_1 .card_wrap .text_wrap_r .text_tit {
  font-size: 56px;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_1 .card_wrap .text_wrap_r .text_tit {
    font-size: 30px;
  }
}
.product_list.category_list > .col.col_1 .card_wrap .text_wrap_r .text_b {
  font-size: 26px;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_1 .card_wrap .text_wrap_r .text_b {
    font-size: 14px;
  }
}
.product_list.category_list > .col.col_6 .card_wrap .img_wrap img,
.product_list.category_list > .col.col_6 .card_wrap .img_wrap video {
  width: 100%;
  height: 29.01vw;
}
.product_list.category_list > .col.col_6 .card_wrap .img_wrap img.half,
.product_list.category_list > .col.col_6 .card_wrap .img_wrap video.half {
  height: 24.3vw;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_6 .card_wrap .img_wrap img.half,
  .product_list.category_list > .col.col_6 .card_wrap .img_wrap video.half {
    height: 56.7vw;
  }
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_6 .card_wrap .img_wrap img,
  .product_list.category_list > .col.col_6 .card_wrap .img_wrap video {
    height: 56.7vw;
  }
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_3 {
    padding: 0 3px 6px;
  }
}
.product_list.category_list > .col.col_3 .card_wrap .img_wrap img,
.product_list.category_list > .col.col_3 .card_wrap .img_wrap video {
  width: 100%;
  height: 24.32vw;
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_3 .card_wrap .img_wrap img,
  .product_list.category_list > .col.col_3 .card_wrap .img_wrap video {
    height: 47vw;
  }
}
@media (max-width: 899px) {
  .product_list.category_list > .col.col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product_list.category_list .card_wrap {
  border-radius: 0;
}
.product_list.category_list .card_wrap .img_wrap {
  border-radius: 0;
}
.product_list.category_list .card_wrap .img_wrap::before {
  border-radius: 0;
}
.product_list.category_list .card_wrap .img_wrap img {
  width: 100%;
  height: 29.01vw;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover;object-position: center;";
  border-radius: 0;
}
.product_list.category_list .img_wrap {
  font-size: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}
.product_list.category_list .img_wrap video {
  width: 100%;
  object-fit: cover;
  object-position: top;
  font-size: 0;
  line-height: 1;
}
.product_list.category_list .card_wrap {
  text-align: center;
}

.productBox:last-child .product_list {
  margin: 0 -11px 0;
}

.suit_custom_sec {
  padding: 80px 0 0;
}
@media (max-width: 899px) {
  .suit_custom_sec {
    padding: 40px 0 0;
  }
}
.suit_custom_sec .catch {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 30px 0 22px;
  text-align: center;
}
@media (max-width: 899px) {
  .suit_custom_sec .catch {
    font-size: 14px;
    margin: 15px 0 16px;
  }
}
@media (max-width: 375px) {
  .suit_custom_sec .catch {
    font-size: 3.46vw;
  }
}
.suit_custom_sec video {
  max-width: 100%;
  height: auto;
}
.suit_custom_sec .link_wrap {
  text-align: center;
}
.suit_custom_sec .link_wrap.mgb {
  padding: 0 0 50px 0;
}
.suit_custom_sec .link_wrap .round_link {
  font-size: 16px;
  max-width: 223px;
  max-height: 38px;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 899px) {
  .suit_custom_sec .link_wrap .round_link {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .suit_custom_sec .link_wrap .round_link {
    font-size: 4vw;
    max-width: 59.47vw;
    max-height: 10.13vw;
  }
}

.on_design_sec .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.on_design_sec #design .areaCatch {
  position: relative;
  margin: 214px 0 100px 0;
  height: 402px;
  background-color: #f0f0f0;
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.05), inset 0px 0px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.on_design_sec #design .areaCatch #areaSitelogo {
  min-width: 412px;
  color: #000;
}
.on_design_sec #design .areaCatch .boxCatch {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 auto;
  width: 960px;
  height: 412px;
}
.on_design_sec #design .areaCatch #areaSitelogo {
  min-width: 412px;
  color: #000;
}
.on_design_sec #design .areaCatch #areaSitelogo p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-top: 19px;
}
.on_design_sec #design .areaCatch #areaSlideshowu {
  width: 700px;
}
.on_design_sec #design .areaCatch #areaSlideshowu #fadeImage > li {
  position: absolute;
  top: -80px;
}
.on_design_sec #design .areaCatch #areaSlideshowu #fadeImage > li img {
  max-width: inherit;
  height: inherit;
  opacity: 0;
}
.on_design_sec #areaPickUp dl {
  max-width: 1280px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  flex-flow: column wrap;
  height: 300px;
}
.on_design_sec #areaPickUp dl dt,
.on_design_sec #areaPickUp dl dd {
  width: 200px;
}
.on_design_sec #areaPickUp dl dd {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.on_design_sec #areaPickUp dl dd span {
  font-size: 16px;
}

.page_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
  max-width: 350px;
  min-width: 350px;
  position: relative;
  min-height: 27px;
}
@media (max-width: 899px) {
  .page_navigation {
    margin: 30px auto 0;
    justify-content: space-between;
    max-width: 100%;
    min-width: 100%;
  }
}
.page_navigation > .wp-pagenavi {
  display: block;
  width: 100%;
  text-align: center;
}
.page_navigation > .wp-pagenavi > .page,
.page_navigation > .wp-pagenavi > .current {
  margin-left: 5px;
  margin-right: 5px;
}
.page_navigation > .wp-pagenavi > .page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}
.page_navigation > .wp-pagenavi > .page:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation > .wp-pagenavi > .page:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > .wp-pagenavi > .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
}
.page_navigation > .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 33px;
  position: absolute;
  top: 13px;
  left: 0;
  margin-right: auto;
  margin-left: 0;
  max-width: 63px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.page_navigation > .wp-pagenavi .nextpostslink {
  top: 13px;
}
.page_navigation.index_page_navi {
  max-width: 345px;
  min-width: 345px;
}
@media (max-width: 899px) {
  .page_navigation.index_page_navi {
    max-width: 100%;
    min-width: 100%;
  }
}

.previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 33px;
  margin-right: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 900px) {
  .previouspostslink:hover::before {
    left: -5px;
  }
}

.nextpostslink {
  margin-left: 28px;
}

.page_link_arrow,
.nextpostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 33px;
  position: absolute;
  right: 0;
  top: 7px;
  margin-right: 0;
  margin-left: auto;
  max-width: 63px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.page_link_arrow::before,
.nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media (min-width: 900px) {
  .page_link_arrow:hover::before,
  .nextpostslink:hover::before {
    right: -5px;
  }
}
.page_link_arrow.prev_arrow,
.nextpostslink.prev_arrow {
  margin-left: 0;
  margin-right: auto;
  padding-left: 33px;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 7px;
}
.page_link_arrow.prev_arrow::before,
.nextpostslink.prev_arrow::before {
  left: 0;
  right: inherit;
  transform: scale(-1, 1);
  margin-left: 0;
}
@media (min-width: 900px) {
  .page_link_arrow.prev_arrow:hover::before,
  .nextpostslink.prev_arrow:hover::before {
    left: -5px;
  }
}

.list_back {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  max-width: 103px;
  line-height: 1;
  margin: auto;
}
@media (max-width: 899px) {
  .list_back {
    margin-left: auto;
    margin-right: auto;
  }
}
.list_back > a {
  font-weight: 500;
}
.list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.navigation_wrap {
  margin: 44px auto 50px;
}
.navigation_wrap .under_page_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.navigation_wrap .under_page_navi > li {
  position: relative;
  padding-right: 24px;
  box-sizing: border-box;
}
.navigation_wrap .under_page_navi > li::after {
  content: "/";
  font-size: 18px;
  line-height: 1;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 21px;
}
.navigation_wrap .under_page_navi > li:last-child {
  padding-right: 0;
}
.navigation_wrap .under_page_navi > li:last-child::after {
  display: none;
}
.navigation_wrap .under_page_navi > li .page_nav.here, .navigation_wrap .under_page_navi > li .page_nav:hover {
  color: #eb6100;
}
@media (max-width: 899px) {
  .navigation_wrap .under_page_navi {
    display: block;
  }
  .navigation_wrap .under_page_navi > li {
    display: block;
    padding: 0 0 10px 0;
  }
  .navigation_wrap .under_page_navi > li::after {
    content: "";
    display: none;
  }
}

/*==================================
	ブロック要素
==================================*/
.story_box {
  position: relative;
  width: 100%;
  height: 150vh;
}
@media (max-width: 899px) {
  .story_box {
    height: 100vh;
  }
}
.story_box.story_old {
  height: auto;
}
.story_box.story_old .story_box_inner {
  bottom: 10% !important;
}
.story_box .img_wrap {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 0;
  will-change: position;
  overflow: hidden;
}
@media (max-width: 899px) {
  .story_box .img_wrap {
    position: static;
  }
}
.story_box .img_wrap img,
.story_box .img_wrap video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  -o-object-position: center bottom;
  object-position: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  will-change: transform;
  transition: transform 0.4s;
}
@media (max-width: 899px) {
  .story_box .img_wrap img.sp_position_left,
  .story_box .img_wrap video.sp_position_left {
    -o-object-position: left center;
    object-position: left center;
  }
  .story_box .img_wrap img.sp_position_right,
  .story_box .img_wrap video.sp_position_right {
    -o-object-position: right center;
    object-position: right center;
  }
}
.story_box .img_wrap .border-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2.85vw;
  background-color: #fff;
  display: block;
  transition: height 0.4s;
}
.story_box .img_wrap .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2.85vw;
  background-color: #fff;
  display: block;
  transition: height 0.4s;
}
.story_box .img_wrap .border-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2.85vw;
  height: 100%;
  background-color: #fff;
  display: block;
  transition: width 0.4s;
}
.story_box .img_wrap .border-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.85vw;
  height: 100%;
  background-color: #fff;
  display: block;
  transition: width 0.4s;
}
.story_box .story_box_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .story_box .story_box_inner {
    bottom: 25%;
  }
}
.story_box .story_box_inner .text_box {
  padding-left: 32px;
  padding-right: 5.7%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.story_box .story_box_inner .text_box .sec_ttl {
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
.story_box .story_box_inner .text_box .sec_ttl.flex_text {
  display: flex;
  align-items: flex-start;
}
.story_box .story_box_inner .text_box .sec_ttl.flex_text small {
  font-size: 20px;
  padding-top: 11px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .story_box .story_box_inner .text_box .sec_ttl.flex_text small {
    font-size: 16px;
    padding-top: 8px;
  }
}
.story_box .story_box_inner .text_box .sec_ttl + .link_wrap {
  margin: 35px 0 0;
}
@media (max-width: 899px) {
  .story_box .story_box_inner .text_box .sec_ttl {
    font-size: 40px;
  }
}
.story_box .story_box_inner .text_box .sec_ttl.ja {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 899px) {
  .story_box .story_box_inner .text_box .sec_ttl.ja {
    font-size: 20px;
    line-height: 1.35;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
}
.story_box .story_box_inner .text_box .text {
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (max-width: 899px) {
  .story_box .story_box_inner .text_box .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.story_box .story_box_inner .text_box .border-text {
  opacity: 0;
}
.story_box .story_box_inner .text_box .hover_button {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 17px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  font-weight: 500;
  opacity: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (max-width: 899px) {
  .story_box .story_box_inner .text_box .hover_button {
    padding: 12px 20px;
    width: 160px;
  }
}
@media (min-width: 900px) {
  .story_box .story_box_inner .text_box .hover_button:hover {
    transform: translateY(0) scale(1.05) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
}
.story_box .border-text {
  font-size: 20px;
  padding-left: 50px;
  margin: 0 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.story_box .border-text::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  display: block;
}
.story_box .border-text + .sec_ttl {
  font-size: 26px;
}
@media (max-width: 899px) {
  .story_box .border-text + .sec_ttl {
    font-size: 20px;
  }
}
@media (max-width: 899px) {
  .story_box .border-text {
    font-size: 16px;
  }
}
.story_box.background-fixed .story_box_inner .text_box .text {
  transform: translateY(0);
  opacity: 1;
}
.story_box.background-fixed .story_box_inner .text_box .hover_button {
  opacity: 1;
  transform: translateY(0);
}
.story_box.background-fixed .story_box_inner + .img_wrap .border-top,
.story_box.background-fixed .story_box_inner + .img_wrap .border-bottom {
  height: 0;
}
.story_box.background-fixed .story_box_inner + .img_wrap .border-left,
.story_box.background-fixed .story_box_inner + .img_wrap .border-right {
  width: 0;
}
@media (max-width: 899px) {
  .story_box.story3 .story_box_inner .text_box.move {
    opacity: 1;
    transform: translate(0, 0);
  }
  .story_box.story3 .story_box_inner .text_box .border-text {
    opacity: 1;
    transform: translateY(0);
  }
  .story_box.story3 .story_box_inner .text_box .sec_ttl.ja {
    opacity: 1;
    transform: translateY(0);
  }
  .story_box.story3 .story_box_inner .text_box .text {
    opacity: 1;
    transform: translateY(0);
  }
  .story_box.story3 .story_box_inner .text_box .hover_button {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog_card .img_wrap {
  overflow: hidden;
  border-radius: 8px;
}
.blog_card .img_wrap img {
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
.blog_card .text_wrap {
  padding: 16px 14px 0;
  box-sizing: border-box;
}
.blog_card .text_wrap .title_wrap {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 0 0 6px;
}
.blog_card .text_wrap .date_tag span {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #919191;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.blog_card .text_wrap .date_tag .date {
  margin-right: 8px;
}
@media (min-width: 900px) {
  .blog_card:hover .img_wrap img {
    transform: scale(1.05);
  }
}
@media (max-width: 899px) {
  .blog_card .text_wrap {
    padding: 16px 0 0;
  }
  .blog_card .text_wrap .title_wrap {
    font-size: 16px;
  }
}

.card_wrap {
  transform: scale(1);
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
}
.card_wrap::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 6px 12px 0 rgba(200, 200, 200, 0.45);
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  opacity: 0;
  z-index: 0;
}
.card_wrap .img_wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.card_wrap .img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 1;
}
.card_wrap .img_wrap img {
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
.card_wrap .text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.card_wrap .text_wrap .text {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  display: block;
  margin: 0 0 20px;
  transform: translateY(30px);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (max-width: 899px) {
  .card_wrap .text_wrap .text {
    font-size: 18px;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .card_wrap .text_wrap .text {
    font-size: 4.8vw;
  }
}
.card_wrap .text_wrap .text b {
  font-weight: 500;
  font-size: 14px;
}
.card_wrap .text_wrap .hover_button {
  font-size: 16px;
  line-height: 1;
  padding: 12px 15px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (min-width: 900px) {
  .card_wrap:hover {
    transform: scale(1.02);
  }
  .card_wrap:hover::before {
    opacity: 1;
  }
  .card_wrap:hover .img_wrap {
    overflow: hidden;
  }
  .card_wrap:hover .img_wrap::before {
    opacity: 0.4;
  }
  .card_wrap:hover .text_wrap .text {
    transform: translateY(0);
  }
  .card_wrap:hover .text_wrap .hover_button {
    opacity: 1;
    transform: translateY(0);
  }
}
.card_wrap.not_glay .img_wrap::before {
  display: none;
}
.card_wrap.column_card .text_wrap {
  justify-content: flex-end;
  padding: 15px 32px 20px;
}
.card_wrap.column_card .text_wrap .border-text {
  font-size: 16px;
  padding-left: 38px;
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  transform: translateY(30px);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
.card_wrap.column_card .text_wrap .border-text::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  display: block;
}
.card_wrap.column_card .text_wrap .column-title {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  transform: translateY(30px);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
.card_wrap.column_card .text_wrap .hover_button {
  margin-left: 0;
  text-align: center;
}
@media (min-width: 900px) {
  .card_wrap.column_card:hover .text_wrap .column-title,
  .card_wrap.column_card:hover .text_wrap .border-text {
    transform: translateY(0);
  }
  .card_wrap.column_card:hover .text_wrap .hover_button {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 899px) {
  .card_wrap.column_card .text_wrap {
    position: relative;
    padding: 15px 0 10px;
  }
  .card_wrap.column_card .text_wrap .border-text {
    color: #000;
    transform: translateY(0);
    margin: 0 0 8px;
  }
  .card_wrap.column_card .text_wrap .border-text::before {
    background-color: #000;
  }
  .card_wrap.column_card .text_wrap .column-title {
    font-size: 20px;
    line-height: 1.36;
    color: #000;
    transform: translateY(0);
  }
  .card_wrap.column_card .text_wrap .hover_button {
    display: none;
  }
}

.infinit_loop_slider {
  pointer-events: none;
}
.infinit_loop_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.infinit_loop_slider .swiper-slide img {
  width: 100%;
  border-radius: 0;
}

/* 投稿内表示用テンプレート */
.article_content {
  padding: 0 15px;
}
@media (max-width: 899px) {
  .article_content {
    padding: 0;
  }
}
.article_content {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.article_content p {
  margin-bottom: 2em;
  line-height: 1.7;
}
.article_content h1 {
  font-size: 1.8em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content h2 {
  font-size: 1.5em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content h3 {
  font-size: 1.35em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content h4 {
  font-size: 1.25em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content h5 {
  font-size: 1.15em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content h6 {
  font-size: 1.05em;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 1em;
}
.article_content p strong {
  font-weight: 700;
  color: #1d3a66;
}
.article_content p em {
  font-style: italic;
  color: #1d3a66;
}
.article_content p a {
  font-size: 1em;
  line-height: 2.1;
  color: #eb6100;
  border-bottom: 1px solid #eb6100;
  transition: all 0.3s;
}
.article_content p a:hover {
  opacity: 0.6;
}
.article_content hr {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.article_content video, .article_content iframe {
  width: 100% !important;
  height: 46.44vw !important;
}
.article_content img {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  height: auto;
  max-width: 100%;
  height: auto;
}
.article_content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.article_content img.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.article_content img.alignright {
  margin-left: auto;
  margin-right: 0;
}

p.text-center {
  text-align: center;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  padding-top: 0;
  margin-top: 90px;
}
#Top main .top-letter-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
#Top main .top-letter-wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Top main .top-letter-wrap .inner {
  max-width: 500px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
}
#Top main .top-letter-wrap .letter-message {
  padding: 20px 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
#Top main .top-letter-wrap .letter-message strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#Top main .top-letter-wrap .close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Top main .top-letter-wrap .close a {
  display: block;
  color: #fff;
  font-size: 40px;
}
#Top main .top-letter-wrap iframe {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 100px;
}
#Top main .mv_sec {
  overflow: hidden;
  text-align: center;
}
#Top main .mv_sec01 {
  overflow: hidden;
  text-align: center;
}
#Top main .mv_sec01 .swiper-slide img {
  border-radius: 0 !important;
}
#Top main .mv_sec01 .container-fluid:first-child {
  padding: 0 0 0 0;
  margin: 0 0 40px 0;
  position: relative;
}
#Top main .mv_sec01 .container-fluid:first-child .road_logo > img {
  width: 132px;
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  z-index: 10;
}
#Top main .mv_sec01 .container-fluid:first-child .ct {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
  color: #fff;
  font-size: 53px;
  line-height: 1.1;
}
#Top main .mv_sec01 .container-fluid:first-child .ct a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}
#Top main .mv_sec01 .container-fluid:first-child .ct a span {
  letter-spacing: 0.09em;
}
#Top main .mv_sec01 .container-fluid:first-child > a {
  display: block;
}
#Top main .mv_sec01 .container-fluid:first-child > a > img {
  backface-visibility: hidden;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  object-position: center middle;
  font-family: "object-fit: cover; object-position: center;";
}
#Top main .mv_sec02 {
  padding: 60px 0 100px 0;
}
#Top main .banner_sec {
  overflow: hidden;
}
#Top main .pcbn {
  padding: 0 5.7% 40px 5.7%;
}
#Top main .story_sec {
  position: relative;
}
#Top main .story_sec + .story_sec {
  margin-top: 40px;
}
#Top main .story_sec > .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}
#Top main .story_sec .text_box .lead {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
#Top main .story_sec.story3_sec .right-visible-container {
  overflow: hidden;
}
#Top main .story_sec .story_box.story2 .sec_ttl img {
  width: 184px;
  margin: 0 0 0 8px;
}
#Top main .story_sec .story_box.story2 .img_wrap img {
  object-position: center top;
}
#Top main .story_sec .story_box.story3 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story3 .story_box_inner .text_box .sec_ttl.ja {
  color: #000;
}
#Top main .story_sec .story_box.story3 .border-text {
  color: #000;
}
#Top main .story_sec .story_box.story3 .border-text::before {
  background-color: #000;
}
#Top main .story_sec .story_box.story3 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story5 .sec_ttl {
  color: #000;
}
#Top main .story_sec .story_box.story5 .sec_ttl .img {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  position: relative;
  top: 5px;
}
#Top main .story_sec .story_box.story5 .img_wrap img,
#Top main .story_sec .story_box.story5 .story_box .img_wrap video {
  object-position: top left;
}
#Top main .story_sec .story_box.story5 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story7 {
  height: 100vh;
}
#Top main .story_sec .story_box.story7 .story_box_inner {
  bottom: 10%;
}
#Top main .story_sec .story_box.story7 .sec_ttl {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
}
#Top main .story_sec .story_box.story7 .text {
  color: #000;
}
#Top main .story_sec .story_box.story7 .link_wrap .hover_button {
  color: #000;
  background-color: #e9e9e9;
}
#Top main .story_sec .story_box.story7 .img_wrap {
  position: relative;
}
#Top main .story_sec .story_box.story7 img.pc2 {
  display: none;
}
@media (max-width: 1200px) {
  #Top main .story_sec .story_box.story7 img.pc {
    display: none;
  }
  #Top main .story_sec .story_box.story7 img.pc2 {
    display: block;
  }
}
#Top main .story_sec .story_box.story8 .sec_ttl {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#Top main .story_sec .story_box.story8 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story81 .sec_ttl {
  text-shadow: 0px 0px 6px #fff;
}
#Top main .story_sec .story_box.story81 .text {
  text-shadow: 0px 0px 6px #fff;
}
#Top main .story_sec .story_box.story82 .sec_ttl {
  color: #fff !important;
}
#Top main .story_sec .story_box.story82 .text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  color: #000 !important;
}
#Top main .story_sec .story_box.story82 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story9 .img_wrap img {
  object-position: center top;
}
#Top main .story_sec .story_box.story9 .sec_ttl {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#Top main .story_sec .story_box.story9 .link_wrap .hover_button {
  color: #000;
  background-color: #fff;
}
#Top main .story_sec .story_box.story9 .img_wrap_left img {
  object-position: left;
}
#Top main .story_sec .story_box.prt .img_wrap img {
  object-position: center top;
}
#Top main .story_sec .story_box.story91 .sec_ttl {
  color: #fff !important;
}
#Top main .story_sec .story_box.story91 .text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  color: #000 !important;
}
#Top main .story_sec .story_box.story91 .link_wrap .hover_button {
  color: #000 !important;
  background-color: #fff !important;
}
#Top main .story_sec .story_box.story92 .sec_ttl {
  color: #000 !important;
}
#Top main .story_sec .story_box.story92 .text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  color: #000 !important;
}
#Top main .story_sec .story_box.story92 .link_wrap .hover_button {
  color: #fff !important;
  background-color: #000 !important;
}
#Top main .story_sec .story_box.story93 .sec_ttl {
  color: #000 !important;
}
#Top main .story_sec .story_box.story93 .text {
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
  color: #000 !important;
  border: #000 1px solid;
}
#Top main .story_sec .story_box.story93 .link_wrap .hover_button {
  color: #fff !important;
  background-color: #000 !important;
}
#Top main .story_sec .story_box.story94 .sec_ttl {
  color: #fff !important;
}
#Top main .story_sec .story_box.story94 .text {
  color: #fff !important;
}
#Top main .story_sec .story_box.story94 .link_wrap .hover_button {
  color: #fff !important;
  background-color: #000 !important;
}
#Top main .story_sec .story_box.story95 .sec_ttl {
  color: #fff !important;
}
#Top main .story_sec .story_box.story95 .text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff !important;
}
#Top main .story_sec .story_box.story95 .link_wrap .hover_button {
  color: #000 !important;
  background-color: #fff !important;
}
#Top main .story_sec .story_box.story96 .link_wrap .hover_button {
  color: #fff !important;
  background-color: #000 !important;
}
#Top main .story_sec .story_box.story97 .link_wrap .hover_button {
  color: #000 !important;
  background-color: #fff !important;
}
#Top main .story_sec .story_box.story10 .sec_ttl {
  line-height: 1;
  text-shadow: 0px 0px 10px #fff;
}
#Top main .story_sec .story_box.story10 .text {
  text-shadow: 0px 0px 10px #fff;
}
#Top main .story_sec .story_box.story10 .sec_ttl_s {
  font-size: 52px;
}
#Top main .story_sec .story_box.story10 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story31 .sec_ttl {
  text-shadow: 0px 0px 6px #000;
}
#Top main .story_sec .story_box.story31 .text {
  text-shadow: 0px 0px 6px #000;
}
#Top main .story_sec .story_box.story11 .sec_ttl {
  line-height: 1;
}
#Top main .story_sec .story_box.story11 .logo_ttl {
  width: 316px;
}
#Top main .story_sec .story_box.story11 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story12 .sec_ttl {
  line-height: 1;
}
#Top main .story_sec .story_box.story12 .logo_ttl {
  width: 390px;
  margin-bottom: 50px;
}
#Top main .story_sec .story_box.story12 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story13 .sec_ttl {
  line-height: 1;
  text-shadow: 0px 0px 6px #fff;
}
#Top main .story_sec .story_box.story13 .text {
  text-shadow: 0px 0px 6px #fff;
}
#Top main .story_sec .story_box.story13 .stx1 {
  width: 230px;
}
#Top main .story_sec .story_box.story13 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story14 .logo_ttl {
  width: 236px;
  margin-bottom: 50px;
}
#Top main .story_sec .story_box.story14 .sec_ttl {
  line-height: 1;
}
#Top main .story_sec .story_box.story14 .link_wrap .hover_button {
  color: #fff;
  background-color: #000;
}
#Top main .story_sec .story_box.story8 .story_box_inner .text_box,
#Top main .story_sec .story_box.story9 .story_box_inner .text_box,
#Top main .story_sec .story_box.story10 .story_box_inner .text_box,
#Top main .story_sec .story_box.story11 .story_box_inner .text_box,
#Top main .story_sec .story_box.story12 .story_box_inner .text_box,
#Top main .story_sec .story_box.story13 .story_box_inner .text_box,
#Top main .story_sec .story_box.story14 .story_box_inner .text_box {
  padding-right: 0;
}
#Top main .story_sec .story_box.story8 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story8 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story9 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story9 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story10 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story10 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story11 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story11 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story12 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story12 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story13 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story13 .story_box_inner .text_box .text,
#Top main .story_sec .story_box.story14 .story_box_inner .text_box .sec_ttl,
#Top main .story_sec .story_box.story14 .story_box_inner .text_box .text {
  color: #000;
}
#Top main .story_sec .slide_wrap {
  margin-top: 48px;
  overflow: hidden;
  padding-bottom: 10px;
}
#Top main .story_sec .slide_wrap .card_wrap::before {
  width: 100%;
  border-radius: 8px;
}
#Top main .story_sec .slide_wrap dl {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
#Top main .story_sec .slide_wrap dl dt,
#Top main .story_sec .slide_wrap dl dd {
  line-height: 1;
}
#Top main .story_sec .slide_wrap dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
#Top main .story_sec .slide_wrap dl dt span.s {
  font-size: 16px;
}
#Top main .story_sec .slide_wrap dl dd {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 13px;
  display: none;
}
#Top main .column_row {
  margin: 0 -6px -12px;
}
#Top main .column_row > .col {
  padding: 0 6px 12px;
}
#Top main .blog_sec {
  overflow: hidden;
  padding: 70px 0 0;
  position: relative;
}
#Top main .blog_sec .sec_ttl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}
#Top main .blog_sec .link_wrap {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
#Top main .blog_sec .link_wrap.pc {
  position: absolute;
  top: 78px;
  left: 200px;
}
#Top main .blog_sec .link_wrap .arrow_link {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-right: 35px;
  box-sizing: border-box;
  position: relative;
}
#Top main .blog_sec .link_wrap .arrow_link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.4s ease;
}
#Top main .blog_sec .link_wrap .arrow_link:hover::before {
  right: -5px;
}
#Top main .insta_sec {
  overflow: hidden;
  padding: 70px 0 120px;
}
#Top main .insta_sec .sec_ttl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}
#Top main .insta_sec .swiper-slide img {
  width: 21.69vw;
  height: 21.69vw;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;object-position: center;";
}
#Top main .news_sec {
  overflow: hidden;
  padding: 70px 0 120px;
}
#Top main .news_sec .sec_ttl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 3px;
  text-align: center;
}
#Top main .news_sec .news_ul {
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
}
#Top main .news_sec .link_wrap {
  text-align: right;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
}
#Top main .news_sec .link_wrap .arrow_link {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-right: 35px;
  box-sizing: border-box;
  position: relative;
}
#Top main .news_sec .link_wrap .arrow_link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.4s ease;
}
#Top main .news_sec .link_wrap .arrow_link:hover::before {
  right: -5px;
}
#Top main .story_box .story_box_inner .text_box {
  padding-left: 78px;
  white-space: nowrap;
}
#Top main .story_box .story_box_inner .text_box .logo_text {
  font-size: 0;
  line-height: 1;
  margin-top: -10px;
}
#Top main .uchimizu_sec .uchimizu_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Top main .uchimizu_sec .uchimizu_block .sec_ttl {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #000;
  margin: 26px 0 14px;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (max-width: 1030px) {
  #Top main .uchimizu_sec .uchimizu_block .sec_ttl img {
    max-width: 66px;
  }
}
#Top main .uchimizu_sec .uchimizu_block .link_wrap {
  margin-top: 36px;
}
#Top main .uchimizu_sec .uchimizu_block .link_wrap .hover_button {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 17px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #e9e9e9;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
#Top main .uchimizu_sec .uchimizu_block .link_wrap .hover_button:hover {
  transform: translateY(0) scale(1.05) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
#Top main .uchimizu_sec .uchimizu_block .left_block > .img_wrap img {
  width: 21.07vw;
}
@media (max-width: 1030px) {
  #Top main .uchimizu_sec .uchimizu_block .left_block > .img_wrap img {
    max-width: 18.07vw;
  }
}
#Top main .uchimizu_sec .uchimizu_block .right_block img {
  width: 55vw;
}
@media (max-width: 1030px) {
  #Top main .uchimizu_sec .uchimizu_block .right_block img {
    max-width: 50vw;
  }
}

#popup_img .bg_area {
  background-color: #fff;
  padding: 15px 30px 30px 30px;
}
#popup_img .bg_area p.send {
  text-align: center;
  padding: 15px 0 0 0;
}
#popup_img .mail_form p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#popup_img .mail_form p.s {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
#popup_img .mail_form #mailInput3 {
  border: #f6f6f6 1px solid;
  background-color: #f6f6f6;
  padding: 10px 20px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  border-radius: 23px;
  max-width: 620px;
  margin: 0 auto 30px auto;
  display: block;
}
#popup_img .mail_form .mail_submit {
  border: #000 1px solid;
  background-color: #000;
  padding: 20px 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 33px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.lity-content video {
  max-width: 100%;
}

.top-popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-popup .close {
  z-index: 9994;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
  line-height: 60px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#Top main .movie_sec {
  margin-top: 65px;
  margin-bottom: 10px;
  padding: 0 0 45px 0;
}
#Top main .movie_sec.movie_sec02 {
  margin-top: 15px;
}
#Top main .movie_sec .product_box .arrival_container {
  padding-left: 5.7%;
  padding-right: 5.7%;
}
#Top main .movie_sec .product_box .arrival_container h2 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 47px;
  text-align: center;
}

/*===============================
  newArrival
===============================*/
#Top main .arrival_sec {
  margin-top: 65px;
  margin-bottom: 10px;
}
#Top main .arrival_sec .product_box .arrival_container {
  padding-left: 5.7%;
  padding-right: 5.7%;
}
#Top main .arrival_sec .product_box .arrival_container h2 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 47px;
  text-align: center;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list {
  flex-wrap: wrap;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 6px 55px;
  transition: 0.3s;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li.hidden {
  display: none;
  transition: 0.3s;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li.pchidden {
  display: none;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a {
  display: block;
  transition: 0.3s;
  transform: scale(1);
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a.nolink {
  pointer-events: none;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a:hover .arrival_img {
  transform: scale(1.02);
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_img {
  text-align: center;
  margin: 0 0 15px;
  transition: 0.3s;
  transform: scale(1);
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_num,
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_product,
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_price {
  transition: 0.3s;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_num {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_product {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 5px;
}
#Top main .arrival_sec .product_box .arrival_container .arrival_list li a .arrival_txt .arrival_price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap {
  text-align: center;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.85vw;
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap .arrow_link {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  border: #000 1px solid;
  padding: 10px;
  border-radius: 30px;
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap .arrow_link:hover {
  transform: scale(1.05) !important;
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap02 {
  text-align: center;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.85vw;
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap02 .arrow_link {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  border: #000 1px solid;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
#Top main .arrival_sec .product_box .arrival_container .link_wrap02 .arrow_link:hover {
  transform: scale(1.05) !important;
}

#bannerSlider .swiper-slide {
  width: 580px;
  margin: 0 auto;
}
#bannerSlider .swiper-button-next, #bannerSlider .swiper-button-prev {
  display: none;
}

.intro_area {
  max-width: 800px;
  margin: 0 auto;
}
.intro_area.sec {
  padding: 120px 0 0 0;
}
.intro_area img {
  width: 100%;
}

.osakasns {
  display: flex;
  justify-content: center;
  gap: 32px;
  background-color: #f0f0f0;
}

.mv_sec04 {
  padding-block: 30px 0;
}

/*==================================
  Company
==================================*/
#Company main {
  padding-bottom: 0;
}
#Company main .page_title_sec {
  background-image: url(../img/company/bg_img.jpg);
}
#Company main .company_container {
  max-width: 812px;
  padding: 61px 50px 120px;
}
#Company main .company_table {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
#Company main .company_table tbody {
  width: 100%;
}
#Company main .company_table tr {
  border-bottom: 1px solid #e9e9e9;
}
#Company main .company_table tr th {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #919191;
  padding: 19px 0 19px 14px;
  min-width: 155px;
  box-sizing: border-box;
  text-align: left;
}
#Company main .company_table tr td {
  padding: 19px 20px 19px 48px;
}
#Company main .company_table tr td.nopd {
  padding: 0 0 0 48px;
}
#Company main .company_table tr td dl {
  padding: 19px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}
#Company main .company_table tr td dl.noline {
  border: none;
}
#Company main .company_table tr td dl dt {
  width: 150px;
  display: inline-block;
}
#Company main .company_table tr td dl dd {
  display: inline-block;
}
#Company main .store_sec {
  background-color: #f6f6f6;
  padding: 65px 0 135px;
}
#Company main .store_sec .container-fluid {
  max-width: 1340px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
#Company main .store_sec .store_row {
  margin: 0 0;
}
#Company main .store_sec .store_row .col_4 {
  text-align: center;
}
#Company main .store_sec .store_row .col_4 .img_wrap {
  min-height: 194px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#Company main .store_sec .store_row .col_4 .img_wrap img {
  display: block;
}
#Company main .store_sec .store_row .col_4 .store_name {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 12px 0 6px;
}
#Company main .store_sec .store_row .col_4 .tel_fax > span {
  display: inline-block;
}
#Company main .store_sec .store_row .col_4 .tel_fax > span + span {
  margin: 0 0 0 14px;
}
#Company main .store_sec .store_row .col_4 .link_list {
  margin: 11px 0 0;
}
#Company main .store_sec .store_row .col_4 .link_list > li {
  display: inline-block;
  margin: 0 5px;
}
#Company main .store_sec .store_row .col_4 .link_list > li a {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  padding: 0px 19px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 13px;
  display: inline-block;
}

/*==================================
  Concept
==================================*/
#Concept main .road_wear_tit .container {
  padding: 0;
  max-width: 100%;
}
#Concept main .road_wear_tit .container img {
  width: 100%;
}
#Concept main .road_wear_sec {
  background-image: url(../img/concept/bg_img.jpg);
  background-size: cover;
  background-position: center top;
  padding: 220px 0;
  box-sizing: border-box;
}
#Concept main .road_wear_sec.road_wear_sec01 {
  background-image: url(../img/concept/bg_img01.jpg);
}
#Concept main .road_wear_sec.road_wear_sec02 {
  background-image: url(../img/concept/bg_img02.jpg);
}
#Concept main .road_wear_sec.road_wear_sec03 {
  background-image: url(../img/concept/bg_img03.jpg);
}
#Concept main .road_wear_sec.road_wear_sec07 {
  background-image: url(../img/concept/concept07/main_pc.jpg);
}
#Concept main .road_wear_sec.road_wear_sec0601 {
  background: none;
  padding: 0;
}
#Concept main .road_wear_sec.road_wear_sec0601 img {
  width: 100%;
}
#Concept main .road_wear_sec.road_wear_sec0601.img_short {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
#Concept main .road_wear_sec.okamoto {
  background-image: url(../img/concept/okamoto_bg.jpg);
}
#Concept main .road_wear_sec .page_title {
  text-align: left;
  max-width: 426px;
  text-indent: -9999px;
}
#Concept main .road_wear_sec .text_box {
  padding-left: calc(50% + 25px);
}
#Concept main .road_wear_sec .text_box .text_box_title {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 38px;
}
#Concept main .road_wear_sec .text_box p {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #fff;
}
#Concept main .fluid_image + .fluid_image {
  margin: 85px 0 0;
}
#Concept main .fluid_t_container {
  padding: 40px 0;
  margin: 30px auto 0 auto;
  background-color: #efefef;
}
#Concept main .fluid_t_container .letter-message {
  text-align: center;
  padding: 0 0 1em 0;
}
#Concept main .fluid_t_container .letter-message strong,
#Concept main .fluid_t_container .letter-message span {
  display: block;
}
#Concept main .fluid_t_container .letter-message strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
}
#Concept main .fluid_t_container .letter-message span {
  font-size: 16px;
  font-weight: 300;
  margin: 12px 0 0;
}
#Concept main .input_bg {
  background: none;
}
#Concept main .input_bg .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #fff;
  border: #bbb 1px solid;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
#Concept main .input_bg .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  -webkit-box-shadow: none;
}
#Concept main .input_bg .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #000;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
#Concept main .input_bg .mail_form + p {
  color: #000;
}
#Concept main .fluid_bn {
  padding: 0 0 30px 0;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#Concept main .fluid_bn2 {
  padding: 0 0 80px 0;
}
#Concept main .mw820 {
  max-width: 920px;
}
#Concept main .about_sec {
  padding: 75px 0 65px;
}
#Concept main .about_sec .ttl_box {
  margin: 0 0 32px;
}
#Concept main .about_sec .ttl_box .flex .concept_title {
  max-width: 153px;
}
#Concept main .about_sec .ttl_box .flex .concept_title img {
  width: 100%;
}
#Concept main .about_sec .ttl_box .flex .under_catch_text {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#Concept main .about_sec .ttl_box .flex .title_text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 20px 0 0 0;
}
#Concept main .about_sec .concept_ttl {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-block: 20px 10px;
}
#Concept main .about_sec .text {
  padding-bottom: 30px;
}
#Concept main .about_sec .text + .concept_ttl {
  padding-top: 10px;
}
#Concept main .about_sec .img {
  padding-bottom: 40px;
}
#Concept main .about_sec .img.img_mg {
  padding-bottom: 80px;
}
#Concept main .about_sec .img90 {
  padding: 0 5% 40px 0;
}
#Concept main .inner_title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 30px 0 18px;
}
#Concept main .inner_title.barlow {
  font-size: 65px;
  line-height: 1;
}
#Concept main .inner_title + .text {
  margin: 0 0 55px;
}
#Concept main .concept_box {
  margin: 48px 0 65px;
}
#Concept main .sec-title {
  line-height: 1.5;
}
#Concept main .roman_sec {
  padding: 0;
}
#Concept main .roman_sec .text-box {
  margin: 0 0 18px;
}
#Concept main .roman_sec .text-box .sec-title {
  margin: 0 0 34px;
}
#Concept main .roman_sec .bg_image {
  background-image: url(../img/concept/bg_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 105px 0 105px;
  min-height: 939px;
  box-sizing: border-box;
  color: #fff;
}
#Concept main .roman_sec .bg_image .text {
  font-weight: 300;
  line-height: 2.5;
}
#Concept main .roman_sec .bg_image .inner_title {
  font-size: 50px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 36px 0 25px;
}
#Concept main .column_sec {
  overflow: hidden;
}
#Concept main .concept_sec .text-box {
  margin: 0 0 18px;
}
#Concept main .under_concept_sec .container {
  padding-top: 120px;
  padding-bottom: 80px;
}
#Concept main .under_concept_sec .column_concept {
  text-align: center;
}
#Concept main .under_concept_sec .column_concept .column_title {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0 12px;
}
#Concept main .under_concept_sec .column_concept .column_sub {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#Concept main .under_concept_sec .column_concept .column_sub span {
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
#Concept main .under_concept_sec .column_concept .column_sub span::before, #Concept main .under_concept_sec .column_concept .column_sub span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #c6c6c6;
  width: 30px;
  height: 1px;
}
#Concept main .under_concept_sec .column_concept .column_sub span::before {
  left: 0;
}
#Concept main .under_concept_sec .column_concept .column_sub span::after {
  right: 0;
}
#Concept main .under_concept_sec .column_text {
  text-align: center;
  margin: 30px 0 46px;
}
#Concept main .under_concept_sec .under_catch_text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 300;
  color: #90766a;
}
#Concept main .under_text_sec {
  text-align: center;
  padding: 115px 0 110px;
  box-sizing: border-box;
}
#Concept main .under_text_sec .text {
  line-height: 2;
  font-weight: 300;
}
#Concept main .under_text_sec .link_wrap {
  margin-top: 80px;
}
#Concept main .under_text_sec.prof_sec p.profile {
  text-align: left;
}
#Concept main .under_text_sec.prof_sec h3.proname {
  font-size: 18px;
  text-align: left;
  padding: 0 0 15px 0;
}
#Concept main .under_text_sec.prof_sec .text {
  text-align: left;
}
#Concept main .hover_button_gray {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
  background-color: #e9e9e9;
  border-radius: 25px;
  padding: 10px 30px;
  box-sizing: border-box;
  min-width: 280px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#Concept main .hover_button_gray:hover {
  transform: scale(1.02);
}
#Concept main .last_link {
  text-align: center;
  margin: 60px auto 80px;
}
#Concept main .right_title {
  position: relative;
}
#Concept main .right_title .title {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 98px;
  margin: auto;
  text-align: right;
}
#Concept main.Wind_concept .under_concept_sec .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#Concept main.Wind_concept .under_concept_sec .flex .concept_title {
  max-width: 153px;
}
#Concept main.Wind_concept .under_concept_sec .flex .under_catch_text {
  padding: 32px 0 0 45px;
  max-width: 385px;
  box-sizing: border-box;
}
#Concept main.Leather_concept .under_concept_sec .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#Concept main.Leather_concept .under_concept_sec .flex .concept_title {
  max-width: 153px;
}
#Concept main.Leather_concept .under_concept_sec .flex .under_catch_text {
  padding: 32px 0 0 45px;
  max-width: 385px;
  box-sizing: border-box;
}
#Concept main.Road_concept .under_concept_sec .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#Concept main.Road_concept .under_concept_sec .flex .under_catch_text {
  padding: 32px 0 0 45px;
  max-width: 385px;
  box-sizing: border-box;
}
#Concept main.Nakasuga .under_concept_sec .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Concept main.Nakasuga .under_concept_sec .flex .under_catch_text {
  padding: 0 0 0 60px;
  max-width: 430px;
  box-sizing: border-box;
  margin: auto;
}
#Concept main.Nakasuga .under_concept_sec .flex .under_catch_text span {
  display: block;
}
#Concept main.Nakasuga .under_concept_sec .flex .under_catch_text span.barlow {
  font-size: 27px;
}
#Concept main.Nakasuga .under_concept_sec .flex .under_catch_text span.jp {
  font-size: 27px;
}
#Concept main.Nakasuga .under_concept_sec .flex .col:first-of-type {
  width: calc(100% - 141px);
  text-align: center;
}
#Concept main.Nakasuga .under_concept_sec .container {
  padding-top: 60px;
  padding-bottom: 20px;
}
#Concept main.Nakasuga .under_concept_sec + .under_text_sec {
  padding-top: 0;
}
#Concept main.Nakasuga .prof_sec {
  text-align: left;
}
#Concept main.Nakasuga .prof_sec .container {
  max-width: 650px;
}
#Concept main.Nakasuga .prof_sec .container h3 {
  margin-bottom: 20px;
}
#Concept main.Nakasuga .prof_sec .container .text {
  font-size: 15px;
  text-align: justify;
}
#Concept main.Nakasuga .prof_sec .link_wrap {
  text-align: center;
}

/*==================================
  Store
==================================*/
#Store main {
  padding-bottom: 0;
}
#Store main .page_title_sec {
  background-image: url(../img/bg_img.jpg);
}
#Store main .page_title_sec.page_title_sec_black {
  background-image: none;
}
#Store main .page_title_sec p.img {
  padding: 0 0 40px 0;
}
#Store main .store_sec {
  padding: 65px 0 135px;
}
#Store main .store_sec .store_page_title {
  font-size: 48px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  /*font-family: "Barlow Condensed", sans-serif;*/
  /*font-weight: 500;*/
  /*text-align: center;*/
  color: #646464;
  margin-bottom: 16px;
}
#Store main .store_sec .img_box {
  margin-bottom: 80px;
}
#Store main .store_sec .tx_box {
  margin-bottom: 80px;
}
#Store main .store_sec .sub_title {
  font-size: 36px;
  font-weight: 500;
  color: #646464;
}
#Store main .store_sec .page_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  /*text-align: center;*/
  /*margin: 0 0 110px;*/
}
#Store main .store_sec .btn_box {
  text-align: center;
}
#Store main .store_sec .btn_box p{
  font-weight: bold;
}
#Store main .store_sec .btn_box p.ttl{
  padding-bottom: 8px;
}
#Store main .store_sec .btn_box p.btn a{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 24px;
  border-radius: 24px;
}
#Store main .store_sec .btn_box_02 {
  text-align: center;
  margin-bottom: 80px;
}
#Store main .store_sec .btn_box_02 p{
  font-weight: bold;
}
#Store main .store_sec .btn_box_02 p.ttl{
  padding-bottom: 8px;
}
#Store main .store_sec .btn_box_02 p.btn a{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 24px;
  border-radius: 24px;
}
#Store main .store_sec .container-fluid {
  max-width: 980px;
  /*max-width: 1340px;*/
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
#Store main .store_sec .store_row {
  margin: 0 0 -110px;
}
#Store main .store_sec .store_row .col {
  padding: 0 0 110px;
  text-align: center;
}
#Store main .store_sec .store_row .col:nth-child(1) .img_wrap {
  width: 269.6px;
}
#Store main .store_sec .store_row .col:nth-child(2) .img_wrap {
  width: 244px;
}
#Store main .store_sec .store_row .col:nth-child(3) .img_wrap {
  width: 250px;
}
#Store main .store_sec .store_row .col:nth-child(4) .img_wrap {
  width: 212px;
}
#Store main .store_sec .store_row .col:nth-child(5) .img_wrap {
  width: 216px;
}
#Store main .store_sec .store_row .col .row {
  align-items: center;
  margin: 0 -35px;
}
#Store main .store_sec .store_row .col .row .col_6 {
  padding: 0 35px;
}
#Store main .store_sec .store_row .col .row .col_6:nth-child(1) {
  justify-content: flex-end;
  text-align: right;
}
#Store main .store_sec .store_row .col .row .col_6:nth-child(2) {
  justify-content: flex-start;
  text-align: left;
}
#Store main .store_sec .store_row .col .row .col_6 .flag_ship {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 300;
}
#Store main .store_sec .store_row .col .img_wrap {
  box-sizing: border-box;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
#Store main .store_sec .store_row .col .store_name {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
}
#Store main .store_sec .store_row .col .tel_fax > span {
  display: inline-block;
}
#Store main .store_sec .store_row .col .tel_fax > span + span {
  margin: 0 0 0 14px;
}
#Store main .store_sec .store_row .col .link_list {
  margin: 11px 0 0;
}
#Store main .store_sec .store_row .col .link_list > li {
  display: inline-block;
}
#Store main .store_sec .store_row .col .link_list > li a {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  padding: 0px 19px;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-radius: 13px;
  display: inline-block;
}
#Store main .store_sec .store_row .col .link_list > li a:hover {
  color: #fff;
  background-color: #000;
}
#Store main .store_sec .link_wrap {
  text-align: center;
  margin: 30px 0 100px 0;
}
#Store main .store_sec .link_wrap .round_link {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 400;
  border: none;
  background-color: #e9e9e9;
  width: 340px;
  height: 64px;
  border-radius: 32px;
  padding: 10px;
  text-align: center;
}
#Store main .store_sec .link_wrap .round_link:hover {
  transform: scale(1.02);
}
#Store main .store_sec .mw910 {
  max-width: 910px;
}
#Store main .store_sec .block + .block {
  margin: 75px 0 0;
}
#Store main .store_sec .block .link_wrap {
  margin-top: 0;
  text-align: left;
}
#Store main .store_sec .block .link_wrap > .link {
  border-bottom: 1px solid #000;
}
#Store main .store_sec .block .link_wrap > .link:hover {
  opacity: 0.6;
}
#Store main .store_sec .block .area_map {
  margin-bottom: 35px;
}
#Store main .store_sec .block .area_map p {
  padding: 10px 0 0 0;
}
#Store main .store_sec .block .area_map iframe {
  width: 100%;
}
#Store main .store_sec .block .text {
  text-align: center;
}
#Store main .store_sec .block .text > span,
#Store main .store_sec .block .text > a {
  display: inline-block;
}
#Store main .store_sec .block .text .postal_code,
#Store main .store_sec .block .text .tel,
#Store main .store_sec .block .text .time {
  margin-right: 1em;
}
#Store main .store_sec .block .text.info_b_hours + .text {
  margin-top: 1.5em;
}
#Store main .store_sec .block .info_note {
  padding-top: 1em;
  text-align: center;
  font-size: 14px;
}
#Store main .store_sec .block .area_title {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 25px;
}
#Store main .store_sec .block .company_table {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
#Store main .store_sec .block .company_table tbody {
  width: 100%;
}
#Store main .store_sec .block .company_table tr {
  border-bottom: 1px solid #e9e9e9;
}
#Store main .store_sec .block .company_table tr th {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #919191;
  padding: 19px 0 19px 14px;
  min-width: 155px;
  box-sizing: border-box;
  text-align: left;
}
#Store main .store_sec .block .company_table tr th.top {
  vertical-align: middle;
}
#Store main .store_sec .block .company_table tr td {
  padding: 19px 20px 19px 48px;
}
#Store main .store_sec .block .company_table tr td.nopd {
  padding: 0 0 0 48px;
}
#Store main .store_sec .block .company_table tr td dl {
  padding: 19px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}
#Store main .store_sec .block .company_table tr td dl.noline {
  border: none;
}
#Store main .store_sec .block .company_table tr td dl dt {
  width: 150px;
  display: inline-block;
}
#Store main .store_sec .block .company_table tr td dl dd {
  display: inline-block;
  width: calc(100% - 150px);
}
#Store main .back_btn {
  text-align: center;
}
#Store main .back_btn a {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.03em;
  background-color: #e9e9e9;
  text-align: center;
  border: none;
  height: 44px;
  width: 120px;
  padding: 10px;
  min-width: inherit;
  display: inline-block;
  border-radius: 32px;
  box-sizing: border-box;
  margin: 70px auto 0 auto;
}
#Store main .back_btn a:hover {
  opacity: 0.6;
}

#Store .lity-close {
  position: absolute;
  top: 28px;
  right: -40px;
}
#Store .lity-content {
  padding-top: 35px;
  padding-bottom: 35px;
  box-sizing: border-box;
}
#Store #popup {
  overflow: hidden;
  max-height: calc(100vh - 70px) !important;
}
#Store #popup .wrap {
  overflow: auto;
  max-height: 100vh;
  max-width: 100vw;
}
#Store #popup .wrap img {
  max-width: 725px;
  height: auto;
  margin-bottom: 70px;
}

/*==================================
  Aboutus
==================================*/
#Aboutus main.under_pages {
  padding: 90px 0 0;
}
#Aboutus main .page_title_sec {
  background-image: url(../img/aboutus/ph1.jpg);
  background-position: center;
}
#Aboutus main .container {
  max-width: 920px;
}
#Aboutus main .about_sec {
  padding: 112px 0 105px;
}
#Aboutus main .about_sec .catch_wrap {
  text-align: center;
  margin: 0 0 26px;
}
#Aboutus main .about_sec .catch_wrap .about_catch {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#Aboutus main .about_sec .catch_wrap .catch_small {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  margin: 12px 0 0;
  display: inline-block;
  position: relative;
}
#Aboutus main .about_sec .catch_wrap .catch_small::before, #Aboutus main .about_sec .catch_wrap .catch_small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #c6c6c6;
}
#Aboutus main .about_sec .catch_wrap .catch_small::before {
  left: -38px;
}
#Aboutus main .about_sec .catch_wrap .catch_small::after {
  content: "";
  position: absolute;
  right: -38px;
}
#Aboutus main .spi_sec {
  position: relative;
}
#Aboutus main .spi_sec .sec_title_wrap {
  text-align: left;
  margin: 0 0 26px;
}
#Aboutus main .spi_sec .sec_title_wrap .en_tag > span {
  display: inline-block;
  padding-left: 54px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
}
#Aboutus main .spi_sec .sec_title_wrap .en_tag > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 1px;
  background-color: #c6c6c6;
}
#Aboutus main .spi_sec .sec_title_wrap .sec_title {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#Aboutus main .spi_sec .text {
  line-height: 1.7;
  letter-spacing: 0.03em;
}
#Aboutus main .spi_sec .cover_image {
  margin: 50px 0;
}
#Aboutus main .spi_sec .cover_image:last-child {
  margin: 108px 0 50px;
}
#Aboutus main .spi_sec .cover_image img {
  width: 100%;
}
#Aboutus main .spi_sec.idea_sec .cover_image {
  margin: 55px 0;
}
#Aboutus main .spi_sec.idea_sec .container:last-child {
  padding: 0 50px 240px;
  position: relative;
}
#Aboutus main .spi_sec.idea_sec .container:last-child .fot_image {
  position: absolute;
  right: 50px;
  bottom: 0;
}
#Aboutus main .spi_sec.idea_sec .container:last-child .fot_image img {
  max-width: 652px;
}
#Aboutus main .president {
  margin: 35px 0 0;
  background: url(../img/aboutus/01.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 0;
}
#Aboutus main .president p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

/*==================================
  Dealer
==================================*/
#Dealer main .page_title_sec {
  background-image: url(../img/dealer/bg_img.jpg);
}
#Dealer main .map_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Dealer main .map_wrapper .map_image {
  margin-right: 54px;
}
#Dealer main .map_wrapper .map_image svg g.active .cls-1 {
  fill: #666666;
}
#Dealer main .map_wrapper .map_image svg .cls-1.active {
  fill: #666666;
}
#Dealer main .map_wrapper .map_image svg #map_hokkaidou,
#Dealer main .map_wrapper .map_image svg #map_kantou,
#Dealer main .map_wrapper .map_image svg #map_shinetsu,
#Dealer main .map_wrapper .map_image svg #map_chugoku,
#Dealer main .map_wrapper .map_image svg #map_okinawa {
  cursor: pointer;
}
#Dealer main .map_wrapper .text_link_wrap > ul > li + li {
  margin: 16px 0 0;
}
#Dealer main .map_wrapper .text_link_wrap > ul > li .area_button {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #999;
  border-bottom: 1px solid #fff;
}
#Dealer main .map_wrapper .text_link_wrap > ul > li .area_button.active {
  color: #000;
  border-bottom: 1px solid #000;
}
#Dealer main .map_top_text {
  line-height: 1.7;
  text-align: center;
  padding: 60px 0 29px;
  box-sizing: border-box;
}
#Dealer main .map_top_text strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #000;
  display: block;
  font-weight: 500;
  margin: 0 0 12px;
}
#Dealer main .map_top_text small {
  font-size: 14px;
}
#Dealer main .table_wrapper {
  padding: 8px 0 0;
}
#Dealer main .table_tabs .tab:not(.active_tab) {
  display: none;
}
#Dealer main .table_tabs .tab .table_caution {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 8px;
}
#Dealer main .table_tabs .tab .table_caution .storeSign {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
#Dealer main .table_tabs .tab .area_name {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 12px;
}
#Dealer main .table_tabs .tab .dealer_table {
  width: 100%;
  table-layout: fixed;
}
#Dealer main .table_tabs .tab .dealer_table tbody {
  width: 100%;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr th {
  font-weight: 300;
  background-color: #f6f6f6;
  border-top: 1px solid #e9e9e9;
  padding: 14px 52px;
  text-align: left;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr th:nth-child(1) {
  width: 15.05%;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr th:nth-child(2) {
  width: 28.15%;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr th:nth-child(3) {
  width: 38%;
  padding: 14px 0 14px 32px;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr th:nth-child(4) {
  width: 19%;
}
@media (max-width: 1140px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr th {
    padding: 14px 28px;
  }
}
@media (max-width: 1000px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr th {
    padding: 14px 18px;
    font-size: 15px;
  }
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td {
  font-weight: 300;
  border-top: 1px solid #e9e9e9;
  padding: 14px 52px;
}
@media (max-width: 1140px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr td {
    padding: 14px 28px;
  }
}
@media (max-width: 1000px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr td {
    padding: 14px 18px;
    font-size: 15px;
  }
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td:nth-child(3) {
  padding: 14px 0;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.tel {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.name {
  padding: 14px 22px;
}
@media (max-width: 1140px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr td.name {
    padding: 14px 16px;
  }
}
@media (max-width: 1000px) {
  #Dealer main .table_tabs .tab .dealer_table tbody tr td.name {
    padding: 14px;
  }
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.name.dot {
  position: relative;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.name.dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  bottom: 0;
  margin: auto;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.name a {
  border-bottom: 1px solid #000;
  position: relative;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr td.name a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -20px;
  margin: auto;
  background-image: url(../img/dealer/blank_icon.svg);
  width: 10px;
  height: 10px;
}
#Dealer main .table_tabs .tab .dealer_table tbody tr:last-child {
  border-bottom: 1px solid #e9e9e9;
}
#Dealer main .table_tabs .tab .dealer_table tbody .official_store td {
  font-weight: 500;
}
#Dealer main .table_tabs .tab .dealer_table tbody .official_store .name {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/*==================================
  Customer
==================================*/
#Customer main .container {
  max-width: 1128px;
}
#Customer main section:not(.page_title_sec) {
  margin-bottom: 110px;
}
#Customer main section:not(.page_title_sec):last-of-type {
  margin-bottom: 0;
}
#Customer main .page_title_sec.customer_1 {
  background-image: url(../img/customer/bg_img1.jpg);
}
#Customer main .page_title_sec.customer_2 {
  background-image: url(../img/customer/bg_img2.jpg);
}
#Customer main .page_title_sec.customer_3 {
  background-image: url(../img/customer/bg_img3.jpg);
}
#Customer main .page_title_sec.customer_4 {
  background-image: url(../img/customer/bg_img4.jpg);
}
#Customer main .page_title_sec.customer_5 {
  background-image: url(../img/customer/bg_img5.jpg);
}
#Customer main .page_title_sec.customer_6 {
  background-image: url(../img/customer/bg_img6.jpg);
}
#Customer main .page_title_sec.customer_7 {
  background-image: url(../img/customer/bg_img7.jpg);
}
#Customer main .price_table_wrap {
  margin: 12px 0 17px;
}
#Customer main .price_table_wrap .price_table tr {
  border-bottom: 1px solid #e9e9e9;
}
#Customer main .price_table_wrap .price_table th,
#Customer main .price_table_wrap .price_table td {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 15px 52px 15px 38px;
}
#Customer main .price_table_wrap .price_table thead {
  border-top: 1px solid #e9e9e9;
}
#Customer main .price_table_wrap .price_table thead tr {
  background-color: #f6f6f6;
}
#Customer main .price_table_wrap .price_table thead tr th {
  vertical-align: middle;
}
#Customer main .price_table_wrap .price_table thead tr th:nth-child(1) {
  text-align: left;
  padding-right: 15px;
}
#Customer main .price_table_wrap .price_table thead tr th:last-child {
  text-align: right;
  padding-right: 62px;
  padding-left: 15px;
}
#Customer main .price_table_wrap .price_table thead tr td {
  vertical-align: middle;
}
#Customer main .price_table_wrap .price_table tbody td:nth-child(1) {
  text-align: left;
  padding-right: 15px;
}
#Customer main .price_table_wrap .price_table tbody td:last-child {
  text-align: right;
  padding-left: 15px;
}
#Customer main .sec_title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0 20px;
}
#Customer main p.list {
  margin: 0 0 0 14px;
  text-indent: -14px;
}
#Customer main .bg_box {
  padding: 38px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
#Customer main .bg_box .box_title {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 500;
}
#Customer main .about_sec {
  padding-top: 90px;
  margin-bottom: 90px;
}
#Customer main .about_sec .container {
  max-width: 920px;
}
#Customer main .about_sec .catch_wrap {
  text-align: center;
}
#Customer main .application_sec .step_tree .step {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 45px;
  position: relative;
}
#Customer main .application_sec .step_tree .step > dt {
  min-width: 145px;
}
#Customer main .application_sec .step_tree .step > dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  z-index: 0;
}
#Customer main .application_sec .step_tree .step > dt .inner_block {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  width: 120px;
  height: 26px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#Customer main .application_sec .step_tree .step > dd .step_title {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 0 0 24px;
}
#Customer main .application_sec .step_tree .step > dd .inner_text strong {
  font-weight: 300;
}
#Customer main .application_sec .step_tree .step > dd .dot_head_list {
  margin: 28px 0 0;
}
#Customer main .application_sec .step_tree .step > dd .dot_head_list > li + li {
  margin: 28px 0 0;
}
#Customer main .application_sec .step_tree .step > dd .dot_head {
  padding-left: 0.9em;
  position: relative;
}
#Customer main .application_sec .step_tree .step > dd .dot_head::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  background-color: #000;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
#Customer main .application_sec .step_tree .step > dd .caution_ul > li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#Customer main .application_sec .step_tree .step.last_step > dt::before {
  display: none;
}
#Customer main .send_sec .row {
  margin: 0 -15px;
}
#Customer main .send_sec .left_col,
#Customer main .send_sec .right_col {
  padding: 0 15px;
}
#Customer main .send_sec .left_col {
  flex: 0 0 60.12%;
  max-width: 60.12%;
}
#Customer main .send_sec .left_col .link_wrap {
  margin: 12px 0 14px;
}
#Customer main .send_sec .left_col .caution {
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
#Customer main .send_sec .right_col {
  flex: 0 0 39.88%;
  max-width: 39.88%;
}
#Customer main .bring_sec .text_inner {
  margin: 0 0 16px;
}
#Customer main .bring_sec .box_title {
  margin: 0 0 20px;
}
#Customer main .bring_sec .row {
  margin: 0 -4px -29px;
}
#Customer main .bring_sec .row .col_6 {
  padding: 0 4px 29px;
  flex: 0 0 50%;
  max-width: 50%;
}
#Customer main .bring_sec .row .col_6 .store_name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px;
}
#Customer main .hemming_sec {
  padding-top: 90px;
}
#Customer main .hemming_sec .dot_ul {
  margin: 3px 0 32px;
}
#Customer main .hemming_sec .dot_ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
#Customer main .hemming_sec .dot_ul > li::before {
  content: "・ ";
}
#Customer main .hemming_sec .dot_ul > li + li {
  margin-top: 3px;
}
#Customer main .hemming_sec .text {
  margin: 0 0 16px;
}
#Customer main .hemming_sec .link_wrap {
  text-align: center;
}
#Customer main .hemming_sec .round_link {
  width: 310px;
}
#Customer main .customer_link_sec {
  text-align: center;
}
#Customer main .customer_link_sec .inner_title {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 116px 0 26px;
  box-sizing: border-box;
}
#Customer main .customer_link_sec .link_list > li + li {
  margin-top: 10px;
}
#Customer main .customer_link_sec .hover_button {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #000000;
  padding: 17px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  width: 320px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  font-weight: 500;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Customer main .customer_link_sec .hover_button:hover {
  transform: scale(1.05);
}
#Customer main .customer_link_sec .here .hover_button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
#Customer main .maintenance_sec .about_catch {
  margin-bottom: 50px;
  text-align: center;
}
#Customer main .maintenance_sec .item_wrap + .item_wrap {
  margin-top: 55px;
}
#Customer main .maintenance_sec .item_wrap .list_dl {
  padding-left: 45px;
}
#Customer main .maintenance_sec .item_wrap .list_dl + .list_dl {
  margin-top: 35px;
}
#Customer main .maintenance_sec .item_wrap .list_dl .text a {
  border-bottom: 1px solid #000;
}
#Customer main .maintenance_sec .item_wrap .list_dl .text.mgb0 {
  margin-bottom: 0;
}
#Customer main .maintenance_sec .item_wrap .list_dl > dt {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
#Customer main .maintenance_sec .item_wrap .list_dl > dt small {
  font-size: 15px;
  font-weight: 300;
}
#Customer main .maintenance_sec .item_wrap .list_dl .inner_title {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
#Customer main .maintenance_sec .item_wrap .list_dl .inner_title .dot {
  font-size: 10px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}
#Customer main .maintenance_sec .item_wrap .item_column {
  margin: 0 -10px -20px;
}
#Customer main .maintenance_sec .item_wrap .item_column > .col {
  padding: 0 10px 20px;
}
#Customer main .maintenance_sec .item_wrap .item_column > .col .description_wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  box-sizing: border-box;
}
#Customer main .maintenance_sec .item_wrap .item_column > .col .description_wrap .count {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  background-color: #e9e9e9;
  text-align: center;
  box-sizing: border-box;
}
#Customer main .maintenance_sec .item_wrap .item_column > .col .description_wrap .text {
  display: block;
  width: calc(100% - 40px);
  padding-left: 10px;
  box-sizing: border-box;
}
#Customer main#Rebirth .dl_board {
  display: flex;
  padding: 12px 5px;
  border-bottom: 1px solid #e9e9e9;
}
#Customer main#Rebirth .dl_board dt {
  font-size: 16px;
  width: 70px;
}
#Customer main#Rebirth .dl_board dd {
  font-size: 18px;
  margin-left: 15px;
}
#Customer main#Rebirth .dl_board dd small {
  font-size: 15px;
}
#Customer main#Rebirth .dl_board dd span.nn {
  display: block;
  font-size: 14px;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
#Customer main#Rebirth .dl_board + .caution_list {
  margin-top: 12px;
}
#Customer main#Repair .price_wrap + .price_wrap {
  margin-top: 80px;
}
#Customer main#Repair .price_wrap .price_table_wrap {
  margin: 12px 0 10px;
}
#Customer main#Repair .price_wrap .price_table_wrap + .price_table_wrap {
  margin-top: 40px;
}
#Customer main#Repair .price_wrap .price_table_wrap .price_table {
  min-width: 860px;
}
#Customer main#Repair .price_wrap .price_table_wrap .price_table tbody {
  min-width: 860px;
}
#Customer main#Repair .price_wrap .caution_list + .price_table_wrap {
  margin-top: 40px;
}
#Customer main#Recolor .dl_board {
  display: flex;
  padding: 12px 5px 4px;
  border-bottom: 1px solid #e9e9e9;
}
#Customer main#Recolor .dl_board dt {
  font-size: 16px;
}
#Customer main#Recolor .dl_board dd {
  font-size: 18px;
  margin-left: 15px;
}
#Customer main#Recolor .dl_board dd small {
  font-size: 15px;
}
#Customer main#Recolor .dl_board + .caution_list {
  margin-top: 12px;
}
#Customer main a:not([class]),
#Customer main a.text_border {
  border-bottom: 1px solid #000;
}
#Customer main a:not([class]):hover,
#Customer main a.text_border:hover {
  opacity: 0.6;
}
#Customer main .round_link {
  transform: scale(1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1), box-shadow 0.5s cubic-bezier(0.395, 0, 0.135, 1), transform 0.5s cubic-bezier(0.395, 0, 0.135, 1), -webkit-transform 0.5s cubic-bezier(0.395, 0, 0.135, 1);
}
@media (min-width: 900px) {
  #Customer main .round_link:hover {
    transform: scale(1.05);
  }
}

/*==================================
  News
==================================*/
#News main .bread_crumb {
  margin: 0 0 82px;
}
#News main .page_title {
  margin: 0 0 80px;
}
#News main .news_sec .container-fluid:not(.bread_crumb_container) {
  max-width: calc(1029px + 11.4%);
  margin-left: auto;
  margin-right: auto;
}
#News main#Detail .article_title_block {
  padding: 0 15px 22px;
  margin: 0 0 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
#News main#Detail .article_title_block .article_date {
  font-size: 16px;
  color: #919191;
  margin: 0 0 4px;
}
#News main#Detail .article_title_block .article_title {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#News main#Detail .news_sec .container-fluid:not(.bread_crumb_container) {
  max-width: calc(1029px + 11.4%);
  margin-left: auto;
  margin-right: auto;
}
#News main#Detail .news_sec .page_navigation {
  margin: 78px auto 130px;
}

/*==================================
  Blog
==================================*/
#Blog main .page_title_sec {
  background-image: url(../img/recruit/hyod_store_staff/bg_img2.jpg);
  margin: 0 0 50px 0;
}
#Blog main .page_title_sec.page_title_sec_black {
  background-image: none;
}
#Blog main .page_title_sec p.img {
  padding: 0 0 40px 0;
}
#Blog main:not(#Detail) .bread_crumb {
  margin: 0 0 15px;
}
#Blog main .blog-slider {
  margin: 0 0 60px;
}
#Blog main .blog-slider .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 232px 0;
  text-align: center;
  max-height: 560px;
  box-sizing: border-box;
  overflow: hidden;
}
#Blog main .blog-slider .bg_image .blog_slider_title {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.5vw;
  padding-right: 11.5vw;
}
#Blog main .blog-slider .bg_image .link_wrap {
  text-align: center;
}
#Blog main .blog-slider .bg_image .link_wrap > .link {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  margin: 35px auto 0;
}
#Blog main .blog-slider .blog_next_arrow,
#Blog main .blog-slider .blog_prev_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11.5%;
  height: 100%;
  z-index: 3;
}
#Blog main .blog-slider .blog_next_arrow::before,
#Blog main .blog-slider .blog_prev_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
#Blog main .blog-slider .blog_next_arrow {
  right: 0;
}
#Blog main .blog-slider .blog_next_arrow::before {
  left: 0;
  right: 0;
}
#Blog main .blog-slider .blog_prev_arrow {
  left: 0;
}
#Blog main .blog-slider .blog_prev_arrow::before {
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(-1, 1);
}
#Blog main .blog_list {
  margin: 0 -6px -82px;
}
#Blog main .blog_list > .col {
  padding: 0 6px 82px;
}
#Blog main .tag_wrapper {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: 55px auto 0;
}
#Blog main .tag_wrapper .tags_title {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  min-width: 90px;
  box-sizing: border-box;
}
#Blog main .tag_wrapper > .tags_list {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
}
#Blog main .tag_wrapper > .tags_list > li {
  line-height: 1;
}
#Blog main .tag_wrapper > .tags_list > li::after {
  content: "/";
  font-size: 18px;
  box-sizing: border-box;
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}
#Blog main .tag_wrapper > .tags_list > li:last-child::after {
  display: none;
}
#Blog main .tag_wrapper > .tags_list > li .tag {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}
#Blog main .tag_wrapper > .tags_list > li .tag.here_tag, #Blog main .tag_wrapper > .tags_list > li .tag:hover {
  color: #eb6100;
}
#Blog main .search_box {
  margin: 0 0 12px;
}
#Blog main .search_box .search_dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#Blog main .search_box .search_dl > .title_dt {
  letter-spacing: 0.02em;
  padding-right: 10px;
}
#Blog main .search_box .search_dl > .input_dd .search_input_wrap {
  display: block;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
}
#Blog main .search_box .search_dl > .input_dd .search_input_wrap input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 210px;
  height: 40px;
  padding: 12px 42px 12px 12px;
  border: none;
  background-color: #e9e9e9;
  border-radius: 6px;
}
#Blog main .search_box .search_dl > .input_dd .search_input_wrap input:focus {
  outline: none;
}
#Blog main .search_box .search_dl > .input_dd .search_input_wrap button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url(../img/common/search_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 16px;
  z-index: 3;
}
#Blog main#Detail {
  padding-bottom: 130px;
}
#Blog main#Detail .article_title_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 190px 11.5% 182px;
  margin: 0 0 55px;
}
#Blog main#Detail .article_title_wrapper .page_title {
  margin: 0 auto 30px;
  max-width: 820px;
}
#Blog main#Detail .article_title_wrapper .page_title .date {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
}
#Blog main#Detail .article_title_wrapper .page_title .ja {
  font-size: 36px;
  line-height: 1.29;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
#Blog main#Detail .article_title_wrapper .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#Blog main#Detail .article_title_wrapper .tags > li::after {
  content: "/";
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}
#Blog main#Detail .article_title_wrapper .tags > li:last-child::after {
  display: none;
}
#Blog main#Detail .article_title_wrapper .tags > li a {
  font-size: 18px;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}
#Blog main#Detail .article_title_wrapper .tags > li a:visited {
  color: #fff;
}
#Blog main#Detail .article_title_wrapper .tags > li a:hover {
  color: #eb6100;
}
#Blog main#Detail article .container {
  max-width: 1214px;
}
#Blog main#Detail .page_navigation {
  margin: 75px auto 0;
}

/*==================================
  #Racing_suit
==================================*/
#Racing_suit main {
  font-feature-settings: "palt";
}
#Racing_suit main .suit_sec {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
#Racing_suit main .suit_sec:last-child {
  border-bottom: 0;
  margin-bottom: 50px;
}
#Racing_suit main .suit_sec.suit_sec_new {
  background-image: none;
  background-color: #fff;
}
#Racing_suit main .suit_sec.suit_sec_new::before {
  background-image: none;
}
#Racing_suit main .suit_sec p.line {
  padding: 75px 0 0 0;
  margin: 0 80px;
  box-sizing: border-box;
  height: 1px;
  opacity: 0.7;
  border-bottom: #fff 1px solid;
}
#Racing_suit main .suit_sec p.line.noline {
  border-bottom: none;
}
#Racing_suit main .suit_sec .container {
  position: relative;
  max-width: 1200px;
  z-index: 2;
}
#Racing_suit main .suit_sec .container .img_wrap {
  position: relative;
  z-index: 1;
}
#Racing_suit main .suit_sec .container .img_wrap img {
  max-width: 490px;
}
#Racing_suit main .suit_sec .container .img_wrap span {
  font-size: 16px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 300;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  letter-spacing: 0.08em;
}
#Racing_suit main .suit_sec .container .border_wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #b5b5b6;
}
#Racing_suit main .suit_sec .container .border_wrap:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name {
  color: #000;
  margin: 0 0 12px;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name.suit_name02 {
  padding: 40px 0 0 0;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name .p_code {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 300;
  display: block;
  letter-spacing: 0.08em;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name .p_name {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 400;
  display: block;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name .p_text {
  font-size: 14px;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name .p_text b {
  font-weight: bold;
}
#Racing_suit main .suit_sec .container .border_wrap .suit_name.suit_name_new {
  color: #000;
}
#Racing_suit main .suit_sec .container .border_wrap .color_text {
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Racing_suit main .suit_sec .container .border_wrap .price {
  color: #000;
}
#Racing_suit main .suit_sec .container .border_wrap .price > span {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Racing_suit main .suit_sec .container .border_wrap .price > small {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.02em;
}
#Racing_suit main .suit_sec .container .border_wrap .price > small .tax {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Racing_suit main .suit_sec .container .border_wrap .price.price_new {
  color: #000;
}
#Racing_suit main .suit_sec .container .link_ul {
  padding: 20px 0 0 0;
  box-sizing: border-box;
}
#Racing_suit main .suit_sec .container .link_ul > li + li {
  margin: 11px 0 0;
}
#Racing_suit main .suit_sec .container .comfort_wrap {
  padding-top: 40px;
  color: #fff;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner {
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 8px;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .ttl_com {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 9px;
  border: 1px solid #777777;
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .ttl_com span {
  font-size: 14px;
  position: relative;
  top: -1px;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .com_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .com_logo li.icon {
  max-width: 50px;
  width: 100%;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .com_logo li.icon img {
  width: 100%;
}
#Racing_suit main .suit_sec .container .comfort_wrap .inner .com_logo li.txt_lv {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
#Racing_suit main .suit_sec .container .comfort_wrap.r_area {
  padding-left: 10%;
}
#Racing_suit main .suit_sec .container .border_arrow_link {
  position: relative;
  padding: 8px 0 8px 49px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
}
#Racing_suit main .suit_sec .container .border_arrow_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #777777;
  border-radius: 50%;
  background-image: url(../img/racing_suit/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 11px;
}
#Racing_suit main .suit_sec .container .border_arrow_link.border_arrow_link_new {
  color: #000;
}
#Racing_suit main .suit_sec .container .border_arrow_link.border_arrow_link_new::before {
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 17px 14px;
  background-size: 6px 11px;
}
#Racing_suit main .suit_sec .container .left_text_row .col_6:nth-child(1) {
  order: 1;
}
#Racing_suit main .suit_sec .container .left_text_row .col_6:nth-child(2) {
  order: 0;
}
#Racing_suit main .suit_sec .container .left_text_row .col_6:nth-child(2) .border_wrap::before {
  left: inherit;
  right: -150px;
}
#Racing_suit main .suit_sec .container .left_text_row .col_6:nth-child(2) .link_ul {
  padding: 20px 0 0;
}
#Racing_suit main .under_pages {
  padding-top: 158px;
}
#Racing_suit main.racingTop {
  padding: 90px 0 0 0;
}
#Racing_suit main.racingTop .page_title_sec {
  background-image: url(../img/racing_suit/hyod_06.jpg);
  position: relative;
}
#Racing_suit main.racingTop .page_title_sec .catch_text {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  background-color: #000;
  font-weight: 500;
  padding: 8px 16px;
}
#Racing_suit main.racingTop .page_title_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 1;
}
#Racing_suit main#SuitProduct {
  padding-bottom: 0;
}
#Racing_suit main#SuitProduct .page_title_sec.RacingType {
  height: 692px;
  max-height: 692px;
  justify-content: center;
  padding: 50px 15px;
}
#Racing_suit main#SuitProduct .page_title_sec.RacingType::after {
  display: none;
}
#Racing_suit main#SuitProduct .page_title_sec.RacingType.hrs812 {
  background-image: url(../img/racing_suit/hrs812/ph1.jpg);
}
#Racing_suit main#SuitProduct .page_title_sec.RacingType .link_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}
#Racing_suit main#SuitProduct .ProductLinkButton {
  font-size: 14px;
  font-weight: 400;
  width: 240px;
  height: 44px;
  padding: 12px 10px 12px 48px;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  background-image: url(../img/racing_suit/detail/link_icon.svg);
  background-size: 20px 20px;
  background-position: 15px 14px;
  background-repeat: no-repeat;
  text-align: left;
}
#Racing_suit main#SuitProduct section:not(.video_type) {
  position: relative;
  background-image: linear-gradient(to left, #848484, #b9b9b9);
}
#Racing_suit main#SuitProduct section:not(.video_type) * {
  position: relative;
  z-index: 2;
}
#Racing_suit main#SuitProduct section:not(.video_type)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../img/racing_suit/bg_patern.png);
  z-index: 0;
}
#Racing_suit main#SuitProduct .product_main_sec {
  padding: 100px 0 100px;
  box-sizing: border-box;
  overflow: hidden;
}
#Racing_suit main#SuitProduct .product_main_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: 2;
}
#Racing_suit main#SuitProduct .product_main_sec * {
  position: relative;
  z-index: 2;
}
#Racing_suit main#SuitProduct .product_main_sec.hrs812 {
  padding: 230px 0 125px;
}
#Racing_suit main#SuitProduct .product_main_sec.hrs812 .page_title_en {
  font-size: 64px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 220px;
}
#Racing_suit main#SuitProduct .product_main_sec .mainhead {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#Racing_suit main#SuitProduct .product_main_sec .mainhead + p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  margin: 40px 0 0;
}
#Racing_suit main#SuitProduct .fluid_image_sec .cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 660px;
  box-sizing: border-box;
  padding: 110px 0 50px;
}
#Racing_suit main#SuitProduct .fluid_image_sec .cont::after {
  display: none;
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd01d .cont {
  background-image: url(../img/racing_suit/hrsd01d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd02d .cont {
  background-image: url(../img/racing_suit/hrsd02d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd02dp .cont {
  background-image: url(../img/racing_suit/hrsd02dp/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd03d .cont {
  background-image: url(../img/racing_suit/hrsd03d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd04d .cont {
  background-image: url(../img/racing_suit/hrsd04d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd05d .cont {
  background-image: url(../img/racing_suit/hrsd05d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd06dp .cont {
  background-image: url(../img/racing_suit/hrsd06dp/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrs902s .cont {
  background-image: url(../img/racing_suit/hrs902s/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrs902dp .cont {
  background-image: url(../img/racing_suit/hrs902dp/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrs903s .cont {
  background-image: url(../img/racing_suit/hrs903s/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrss01n .cont {
  background-image: url(../img/racing_suit/hrss01n/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrsd92d .cont {
  background-image: url(../img/racing_suit/hrsd92d/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrs502n .cont {
  background-image: url(../img/racing_suit/hrs502n/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec.hrs812 .cont {
  background-image: url(../img/racing_suit/hrs812/ph3.jpg);
}
#Racing_suit main#SuitProduct .fluid_image_sec .product_sec_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 80px 0 40px;
  text-align: center;
}
#Racing_suit main#SuitProduct .product_row_sec .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#Racing_suit main#SuitProduct .product_row_sec .row {
  padding-top: 50px;
}
#Racing_suit main#SuitProduct .product_row_sec .row .text_box {
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Racing_suit main#SuitProduct .product_row_sec .row .text_box .box_title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 20px;
}
#Racing_suit main#SuitProduct .product_row_sec .row .text_box .box_title + p {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
}
#Racing_suit main#SuitProduct .product_row_sec .row .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Racing_suit main#SuitProduct .product_row_sec .row:nth-child(2) .text_box, #Racing_suit main#SuitProduct .product_row_sec .row:nth-child(4) .text_box {
  order: 0;
}
#Racing_suit main#SuitProduct .product_row_sec .row:nth-child(2) .image_box, #Racing_suit main#SuitProduct .product_row_sec .row:nth-child(4) .image_box {
  order: 1;
}
#Racing_suit main#SuitProduct .last_section {
  text-align: center;
  padding: 80px 0 80px;
}
#Racing_suit main#SuitProduct .last_section .product_item_image img {
  max-width: 400px;
}
#Racing_suit main#SuitProduct .last_section .product_item_image img.b {
  max-width: 640px;
}
#Racing_suit main#SuitProduct .last_section .link_wrap {
  margin-top: 30px;
}
#Racing_suit main {
  /****************************************************************/
}
#Racing_suit main .row {
  background-color: transparent;
  align-items: center;
  padding: 40px 0;
}
#Racing_suit main .col:nth-child(2) {
  padding-left: 20px;
  box-sizing: border-box;
}
#Racing_suit main .container {
  border-radius: 10px;
}
#Racing_suit main .container.bg-color-01 {
  background-color: #d3d3d4;
}
#Racing_suit main .container.bg-color-02 {
  background-color: #d3d3d4;
}
#Racing_suit main .container.bg-color-03 {
  background-color: #d3d3d4;
}
#Racing_suit main .container.bg-color-04 {
  background-color: #d3d3d4;
}
#Racing_suit main .container.bg-color-05 {
  background-color: #e8e8e8;
}
#Racing_suit main .container.bg-color-06 {
  background-color: #e8e8e8;
}
#Racing_suit main .container.bg-color-07 {
  background-color: #e8e8e8;
}
#Racing_suit main .container.bg-color-08 {
  background-color: #e8e8e8;
  position: relative;
}
#Racing_suit main .container.bg-color-08 .womens-icon-container {
  width: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#Racing_suit main .container.bg-color-09 {
  background-color: #f6f6f6;
}
#Racing_suit main .container.bg-color-10 {
  background-color: #f6f6f6;
}
#Racing_suit main .container.bg-color-11 {
  background-color: #f6f6f6;
}
#Racing_suit main .container.bg-color-11 .womens-icon-container {
  width: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#Racing_suit_subpage main {
  /**	2026 0409 ***************************************************************
  	#Racing_suit_subpage	common
  *********************************************/
  /***********************************
  	.title_container
  ***********************************/
}
#Racing_suit_subpage main .title_container {
  padding-bottom: 40px;
}
#Racing_suit_subpage main .title_container .title {
  width: 100%;
}
#Racing_suit_subpage main .title_container .title span {
  color: #fff;
  text-align: center;
}
#Racing_suit_subpage main .title_container .title .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 300;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
#Racing_suit_subpage main .title_container .title .jp {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
#Racing_suit_subpage main {
  /***********************************
  	.category_title_container
  ***********************************/
}
#Racing_suit_subpage main .category_title_container {
  padding-bottom: 50px;
}
#Racing_suit_subpage main .category_title_container .category_title {
  font-size: 50px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Racing_suit_subpage main {
  /***********************************
  	.border_arrow_link
  ***********************************/
}
#Racing_suit_subpage main .border_arrow_link {
  position: relative;
  padding: 8px 0 8px 49px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
}
#Racing_suit_subpage main .border_arrow_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url(../img/racing_suit/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 11px;
}
#Racing_suit_subpage main .border_arrow_link.border_arrow_link_new {
  color: #000;
}
#Racing_suit_subpage main .border_arrow_link.border_arrow_link_new::before {
  background-image: url(../img/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 17px 14px;
  background-size: 6px 11px;
}

/***********************************
	footer .row
***********************************/
footer .row {
  background-color: transparent;
}

/***************************************************************/
/*==================================
	.page_main_title_sec
==================================*/
.page_main_title_sec {
  padding: 50px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 800px;
  min-height: 800px;
  height: 100%;
  background-color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.page_main_title_sec.agility_hrsa10dx_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa10dx_main.jpg);
}
.page_main_title_sec.agility_hrsa10d_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa10d_main.jpg);
}
.page_main_title_sec.agility_hrsa08dx_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa08dx_main.jpg);
}
.page_main_title_sec.agility_hrsa08d_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa08d_main.jpg);
}
.page_main_title_sec.agility_hrsa07dx_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa07dx_main.jpg);
}
.page_main_title_sec.agility_hrsa07d_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa07d_main.jpg);
}
.page_main_title_sec.agility_hrsa15dx_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa15dx_main.jpg);
}
.page_main_title_sec.agility_hrsa15d_main {
  background-image: url(../img/racing_suit/agility/agility_hrsa15d_main.jpg);
}
.page_main_title_sec.dynamic_pro_aglaia_air-boost {
  background-image: url(../img/racing_suit/dynamic/dynamic_main.jpg);
}
.page_main_title_sec.agility_svarog_air_boost {
  background-image: url(../img/racing_suit/agility/agility_main.jpg);
}
.page_main_title_sec.racing_altis_air_boost {
  background-image: url(../img/racing_suit/racing/racing_main.jpg);
}
.page_main_title_sec .page_main_title {
  font-size: 64px;
  line-height: 1.3;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/*==================================
	.brand_visual_image
==================================*/
.brand_visual_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 800px;
  box-sizing: border-box;
  padding: 110px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_visual_image::after {
  display: none;
}
.brand_visual_image.brand_num_ph3 {
  background-image: url(../img/racing_suit/dynamic/dynamic_title_bg.jpg);
}
.brand_visual_image.agility_air_image_01 {
  background-image: url(../img/racing_suit/agility/agility_air_image_01.jpg);
}
.brand_visual_image.agility_air_image_02 {
  background-image: url(../img/racing_suit/agility/agility_air_image_02.jpg);
}
.brand_visual_image.agility_air_image_03 {
  background-image: url(../img/racing_suit/agility/agility_air_image_03.jpg);
}
.brand_visual_image.agility_air_image_06 {
  background-image: url(../img/racing_suit/agility/agility_air_image_06.jpg);
}
.brand_visual_image.racing_air_image_01 {
  background-image: url(../img/racing_suit/racing/racing_title_bg.jpg);
}
.brand_visual_image .brand_name_area .brand_name span {
  color: #000;
  line-height: 1;
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.brand_visual_image .brand_name_area .brand_name .category_name {
  font-size: 20px;
}
.brand_visual_image .brand_name_area .brand_name .series_name {
  font-size: 100px;
  margin-bottom: 10px;
}
.brand_visual_image .brand_name_area .brand_name .series_label {
  font-size: 20px;
}
.brand_visual_image .brand_name_area .brand_name.text_color_white span {
  color: #fff;
}

/*==================================
	.hyod_origin_works_container
==================================*/
.hyod_origin_works_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  background-image: url(../img/racing_suit/agility/agility_hyod_origin.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hyod_origin_works_container .layout_container .main_title_area {
  padding-bottom: 24px;
}
.hyod_origin_works_container .layout_container .main_title_area .logo_area {
  text-align: center;
  padding-bottom: 40px;
}
.hyod_origin_works_container .layout_container .main_title_area .logo_area .logo_hyod {
  width: 200px;
}
.hyod_origin_works_container .layout_container .main_title_area .title {
  text-align: center;
}
.hyod_origin_works_container .layout_container .main_title_area .title span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
}
.hyod_origin_works_container .layout_container .main_title_area .title .en_s {
  font-size: 20px;
  padding-bottom: 3px;
}
.hyod_origin_works_container .layout_container .main_title_area .title .en {
  font-size: 100px;
}
.hyod_origin_works_container .layout_container .sub_title_area {
  text-align: center;
  padding-bottom: 30px;
}
.hyod_origin_works_container .layout_container .sub_title_area .sub_title {
  font-size: 34px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.hyod_origin_works_container .layout_container .text_area {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
}
.hyod_origin_works_container .layout_container .text_area .text {
  color: #fff;
  line-height: 1.8;
}

/*==================================
	.works_lists_image_container
==================================*/
.works_image_lists_container .works_image_lists {
  display: flex;
}
.works_image_lists_container .works_image_lists .item {
  width: 25%;
  aspect-ratio: 1/1;
}
.works_image_lists_container .works_image_lists .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*==================================
	.racingsuit_product_first_sec
==================================*/
.racingsuit_product_first_sec .constant-bg-color-wrap {
  background-color: #434343;
  margin-bottom: 20px;
}
.racingsuit_product_first_sec .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.racingsuit_product_first_sec .contant_main_title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.racingsuit_product_first_sec .contant_main_title span {
  display: block;
}
.racingsuit_product_first_sec .contant_main_title .main_title {
  font-size: 60px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.racingsuit_product_first_sec .contant_main_title .en_text {
  font-size: 52px;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.racingsuit_product_first_sec .contant_main_title .sub_title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.racingsuit_product_first_sec .contant_main_title.dynamicpro_title_space {
  margin-bottom: 80px;
}
.racingsuit_product_first_sec .contant_main_title.dynamicpro_title_space .main_title {
  margin-bottom: 40px;
}
.racingsuit_product_first_sec .contant_main_title.dynamicpro_title_space .en_text {
  margin-bottom: 32px;
}
.racingsuit_product_first_sec .contant_main_title.agilty_title_space {
  padding-bottom: 40px;
}
.racingsuit_product_first_sec .contant_main_title.agilty_title_space .main_title {
  margin-bottom: 80px;
}
.racingsuit_product_first_sec .contant_main_title.racing_title_space .main_title {
  font-size: 52px;
  margin-bottom: 32px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.racingsuit_product_first_sec .contant_main_title.racing_title_space .sub_title {
  font-size: 34px;
  margin-bottom: 80px;
}
.racingsuit_product_first_sec .contant_sub_title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 36px;
  line-height: 1.5;
}
.racingsuit_product_first_sec .contant_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  width: 735px;
  margin: 0 auto;
}

/*==================================
	.layout_col
==================================*/
.layout_col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout_col .layout .title_container {
  padding-bottom: 35px;
}
.layout_col .layout .title_container .title {
  position: relative;
}
.layout_col .layout .title_container .title .en {
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px !important;
}
.layout_col .layout .title_container .title .en .pc_break {
  display: block;
}
@media screen and (min-width: 1180px) {
  .layout_col .layout .title_container .title .en .pc_break {
    display: none;
  }
}
.layout_col .layout .logo_ce {
  display: block;
  width: 80px;
  padding-top: 42px;
  padding-bottom: 16px;
}
.layout_col .layout.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/racing_suit/dynamic/dynamic-02-3.jpg);
}
.layout_col .layout.agilty_air_bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/racing_suit/agility/agility_air_image_12.jpg);
}
.layout_col .layout.article-area {
  padding: 40px;
  flex: 1;
}
@media screen and (min-width: 1380px) {
  .layout_col .layout.article-area {
    padding: 80px;
  }
}
.layout_col .text_container .text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.layout_col .logo_container {
  padding-top: 42px;
  padding-bottom: 16px;
}
.layout_col .logo_container.align_r {
  text-align: right;
}
.layout_col .logo_container img {
  display: block;
}
.layout_col .logo_container img.logo_d30 {
  width: 154px;
}
.layout_col .logo_container img.logo_covec {
  width: 210px;
}

/*================================================================
	.row
==================================*/
.row.add_mgb {
  margin-bottom: 20px;
}
.row.racing_bg_color {
  background-color: #434343;
}
.row .col.layout_box_col {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.row .col.layout_box_all_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (min-width: 1380px) {
  .row .col.layout_box_all_center {
    padding: 80px;
  }
}
.row .col.layout_box_pd {
  padding: 80px;
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (min-width: 1380px) {
  .row .col.layout_box_pd {
    padding: 80px;
  }
}
.row .col.layout_box_pdb_none {
  padding: 40px 40px 0 40px;
}
@media screen and (min-width: 1380px) {
  .row .col.layout_box_pdb_none {
    padding: 80px 80px 0 80px;
  }
}
.row .col.layout_box_pos {
  position: relative;
  padding: 40px;
}
@media screen and (min-width: 1380px) {
  .row .col.layout_box_pos {
    padding: 80px;
  }
}
.row .col.bg_color {
  background-color: #000;
}
.row .col.bg_image_01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/racing_suit/dynamic/dynamic-04-4.jpg);
  background-position: center;
}
.row .col .image_container.add_adjust_main_airbag {
  margin-top: 265px;
}
.row .col .image_container.add_adjust_airbag {
  margin-top: 40px;
  text-align: center;
}
.row .col .image_container.add_adjust_airbag img {
  width: 100%;
  max-width: 484px;
}
.row .col .image_container.add_adjust_ce_image {
  text-align: center;
}
.row .col .image_container.add_adjust_ce_image img {
  width: 64.2708333333%;
}
.row .col .image_container.add_adjust_top_auto {
  margin-top: auto;
}
.row .col .image_container.add_adjust_sp {
  text-align: right;
  padding-left: 50px;
}
.row .col .image_container.add_adjust_sp img {
  width: 100%;
}
.row .col .text_container .text {
  color: #fff;
}
.row .col .text_container .text.add_mg_bottom {
  margin-bottom: 24px;
}
.row .col .text_container .text .b_text {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  padding: 0 6px;
}
.row .col .text_container.add_frame {
  padding: 40px;
}
@media screen and (min-width: 1380px) {
  .row .col .text_container.add_frame {
    padding: 80px;
  }
}
.row .col .text_container.add_frame_black {
  background-color: #000;
  padding: 40px;
}
@media screen and (min-width: 1380px) {
  .row .col .text_container.add_frame_black {
    padding: 80px;
  }
}
.row .col .text_container.add_frame_set_pos {
  padding: 40px 40px 0 40px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1380px) {
  .row .col .text_container.add_frame_set_pos {
    padding: 80px 80px 0 80px;
  }
}
@media screen and (min-width: 1281px) {
  .row .col .text_container.add_frame_set_pos .text {
    padding-right: 150px;
  }
}
.row .col .text_container.add_frame_set_pos .object_pos {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .row .col .text_container.add_frame_set_pos .object_pos {
    position: absolute;
    top: 140px;
  }
}
.row .col .text_container.add_frame_set_pos .object_pos img {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  transform: rotate(7deg);
}
@media screen and (min-width: 1281px) {
  .row .col .text_container.add_frame_set_pos .object_pos img {
    width: 27.1428571429vw;
    max-width: none;
  }
}
.row .col .text_container .row {
  display: block;
}
@media screen and (min-width: 1480px) {
  .row .col .text_container .row {
    display: flex;
  }
}
.row .col .text_container .row .col.col_6 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1480px) {
  .row .col .text_container .row .col.col_6 {
    max-width: 50%;
  }
}
.row .col .text_container .sub_photo_area {
  margin-top: 40px;
}
@media screen and (min-width: 1480px) {
  .row .col .text_container .sub_photo_area {
    margin-top: 0;
    margin-left: 20px;
  }
}
.row .col .text_container .sub_photo_area .sub_photo img {
  display: block;
  width: 100%;
}
.row .col .emphasize {
  font-size: 22px;
  font-weight: 800;
}
.row .col img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.row .col .layout_row_wrap {
  margin-top: 40px;
  display: flex;
}
.row .col .layout_row_wrap .layout {
  width: 50%;
}
.row .col .lists_container .lists_title {
  color: #fff;
}
.row .col .lists_container .lists li {
  padding-left: 24px;
  color: #fff;
  position: relative;
}
.row .col .lists_container .lists li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}

/*==================================
	.spec_sec
==================================*/
.spec_sec {
  padding-top: 140px;
  padding-bottom: 140px;
}
.spec_sec:nth-last-child(1) {
  padding-bottom: 0;
}
.spec_sec .container {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.spec_sec .spec_lists_container {
  padding-bottom: 150px;
}
.spec_sec .spec_lists_container .spec_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.spec_sec .spec_lists_container .spec_lists .item {
  width: calc((100% - 140px) / 3);
}
.spec_sec .spec_lists_container .spec_lists .item .photo_area {
  padding-bottom: 12px;
}
.spec_sec .spec_lists_container .spec_lists .item .text_area .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
}
.spec_sec .spec_lists_container .spec_lists .item .text_area .title:nth-of-type(2) {
  margin-top: 24px;
}
.spec_sec .spec_lists_container .spec_lists .item .text_area .text {
  font-size: 14px;
}
.spec_sec {
  /*==================================
  	.product_nametext_container
  ==================================*/
}
.spec_sec .product_text_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.spec_sec .product_text_container .product_text {
  font-size: 16px;
  line-height: 1.8;
}
.spec_sec {
  /*==================================
  	.swiper_containe
  ==================================*/
}
.spec_sec .swiper-container {
  padding-bottom: 40px;
}
.spec_sec .swiper-container .swiper {
  width: 100%;
  margin: 0 auto;
}
.spec_sec .swiper-container .swiper-slide {
  text-align: center;
}
.spec_sec .swiper-container .swiper-slide .photo {
  padding-bottom: 16px;
}
.spec_sec .swiper-container .swiper-slide .photo img {
  display: inline-block;
  width: 100%;
  max-width: 780px;
}
@media screen and (min-width: 1080px) {
  .spec_sec .swiper-container .swiper-slide .photo img {
    max-width: 980px;
  }
}
.spec_sec .swiper-container .swiper-slide .text {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.spec_sec .swiper-container .swiper .pagination_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 19px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  z-index: 100;
  padding: 0 20px;
  box-sizing: border-box;
}
.spec_sec .swiper-container .swiper .pagination_button .prev, .spec_sec .swiper-container .swiper .pagination_button .next {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: solid 1px #000;
  background-color: #fff;
}
.spec_sec .swiper-container .swiper .pagination_button .prev .icon, .spec_sec .swiper-container .swiper .pagination_button .next .icon {
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spec_sec .swiper-container .swiper .pagination_button .prev .icon::before, .spec_sec .swiper-container .swiper .pagination_button .next .icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(../img/racing_suit/arrow.svg);
  background-repeat: no-repeat;
  position: relative;
}
.spec_sec .swiper-container .swiper .pagination_button .prev .icon::before {
  transform: scale(-1, 1);
  left: -1px;
}
.spec_sec .swiper-container .swiper .pagination_button .next .icon::before {
  right: -1px;
}
.spec_sec .swiper-container.shingle .swiper-slide .photo img {
  width: 100%;
  max-width: 700px;
}
.spec_sec {
  /*==================================
  	.product_image_container
  ==================================*/
}
.spec_sec .product_image_container {
  padding-bottom: 80px;
  position: relative;
}
.spec_sec .product_image_container .product_image {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.spec_sec .product_image_container .product_image img {
  display: inline-block;
  max-width: 100%;
}
.spec_sec .product_image_container .product_color_name {
  font-size: 16px;
  text-align: center;
}
.spec_sec .product_image_container .pagination_button {
  position: absolute;
  top: calc(50% - 19px);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.spec_sec .product_image_container .pagination_button .prev, .spec_sec .product_image_container .pagination_button .next {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: solid 1px #000;
}
.spec_sec .product_image_container .pagination_button .prev a, .spec_sec .product_image_container .pagination_button .next a {
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spec_sec .product_image_container .pagination_button .prev a::before, .spec_sec .product_image_container .pagination_button .next a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(../img/racing_suit/arrow.svg);
  background-repeat: no-repeat;
  position: relative;
}
.spec_sec .product_image_container .pagination_button .prev a::before {
  transform: scale(-1, 1);
  left: -1px;
}
.spec_sec .product_image_container .pagination_button .next a::before {
  right: -1px;
}
.spec_sec {
  /*==================================
  	.product_container
  ==================================*/
}
.spec_sec .product_container {
  width: 100%;
  margin: 0 auto;
  /*==================================
  	.product_name_container
  ==================================*/
}
.spec_sec .product_container .product_name_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.spec_sec .product_container .product_name_container .product_name {
  padding-bottom: 10px;
}
.spec_sec .product_container .product_name_container .product_name span, .spec_sec .product_container .product_name_container .product_name strong {
  display: block;
}
.spec_sec .product_container .product_name_container .product_name .p_code {
  font-size: 14px;
  padding-bottom: 8px;
}
.spec_sec .product_container .product_name_container .product_name .p_name {
  font-size: 28px;
  padding-bottom: 14px;
}
.spec_sec .product_container .product_name_container .product_name .p_text {
  font-size: 14px;
}
.spec_sec .product_container .product_name_container .color_text {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  padding-bottom: 18px;
  letter-spacing: 0.08em;
}
.spec_sec .product_container .product_name_container .size_link .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.spec_sec .product_container .product_name_container .size_link a {
  font-size: 16px;
  display: inline-block;
  padding: 0 0.5rem;
  text-decoration: underline;
}
.spec_sec .product_container .product_name_container .price {
  font-size: 14px;
}
.spec_sec .product_container .product_name_container .price span {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.spec_sec .product_container .product_name_container .price .tax {
  font-size: 16px;
}
.spec_sec .product_container .product_name_container .link_ul {
  position: absolute;
  right: 0;
  bottom: 0;
}
.spec_sec .product_container .product_name_container .link_ul.pos_change_top .link_li:nth-child(1) {
  margin-bottom: 80px;
}
.spec_sec .product_container .product_name_container .link_ul.pos_change_top .link_li:nth-child(2) {
  pointer-events: none;
}

#Size_page {
  /**	2026 0409 *******************************
  	##Size_page	common
  *********************************************/
}
#Size_page .page_main_title_custom_sec {
  padding: 80px 0;
  background-image: url(../img/racing_suit/size/main.jpg);
  background-size: cover;
  background-position: center;
}
#Size_page .page_main_title_custom_sec .layout_area {
  margin: 0 auto;
  color: #fff;
}
#Size_page .page_main_title_custom_sec .layout_area .page_main_title {
  text-align: center;
  font-size: 200px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  padding-bottom: 14px;
  letter-spacing: 0.08em;
}
#Size_page .page_main_title_custom_sec .layout_area .tagline_text {
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  font-feature-settings: "palt";
}
#Size_page .page_main_title_custom_sec .layout_area .text {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
}
#Size_page {
  /*==================================
  	.under_pages
  ==================================*/
}
#Size_page .under_pages {
  padding-top: 90px;
  padding-bottom: 0;
}
#Size_page {
  /*==================================
  	.section_title_container
  ==================================*/
}
#Size_page .section_title_container {
  padding-bottom: 120px;
}
#Size_page .section_title_container .section_title {
  font-size: 80px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Size_page {
  /*==================================
  	.section_title_container
  ==================================*/
}
#Size_page .table_title_container {
  padding-top: 40px;
  padding-bottom: 20px;
}
#Size_page .table_title_container .table_title {
  text-align: left;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Size_page {
  /*==================================
  	.container
  ==================================*/
}
#Size_page .container {
  max-width: 1200px;
}
#Size_page {
  /*==================================
  	.size
  ==================================*/
}
#Size_page .size {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  display: table !important;
  table-layout: fixed;
}
#Size_page .size colgroup .col_1 {
  width: 75px;
}
#Size_page .size colgroup .col_2 {
  width: 110px;
}
#Size_page .size th,
#Size_page .size td {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
}
#Size_page .size td {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Size_page .size .header td,
#Size_page .size .header th {
  background: #f4f6f7;
  font-weight: 700;
  font-size: 15px;
}
#Size_page .size .s {
  font-weight: 700;
  background: #f4f6f7;
  vertical-align: middle;
}
#Size_page .size .hh {
  text-align: center;
  font-weight: 700;
  background: #fff;
}
#Size_page .size .h {
  background: #f4f6f7;
  font-weight: 700;
}
#Size_page .size .boxc {
  background: #fff;
}
#Size_page .size.size_ss {
  width: 531px;
}
#Size_page {
  /* レスポンシブ（横スクロール） */
}
#Size_page .size {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#Size_page {
  /*==================================
  	section
  ==================================*/
}
#Size_page .section_sizu {
  padding-top: 140px;
  padding-bottom: 140px;
}
#Size_page .section_customize {
  color: #fff;
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
}
#Size_page .section_service {
  color: #fff;
  background-color: #000;
}
#Size_page .section_service .article_container {
  padding-bottom: 46px;
}
#Size_page {
  /*==================================
  	.article_container
  ==================================*/
}
#Size_page .article_container {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
}
#Size_page .article_container .customize_title_area {
  padding-bottom: 40px;
}
#Size_page .article_container .customize_title_area .customize_title {
  text-align: center;
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#Size_page .article_container .service_title_area {
  padding-bottom: 14px;
}
#Size_page .article_container .service_title_area .service_title {
  font-size: 25px;
  font-weight: 500;
}
#Size_page .article_container .text_area .text {
  font-size: 16px;
  line-height: 1.8;
}
#Size_page .article_container .price_text_area {
  padding-top: 24px;
}
#Size_page .article_container .price_text_area .price_text {
  font-size: 16px;
}
#Size_page {
  /*==================================
  	.color_lists_container
  ==================================*/
}
#Size_page .color_lists_container {
  padding-top: 40px;
  padding-bottom: 100px;
}
#Size_page .color_lists_container .color_lists {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 15px 30px;
}
#Size_page .color_lists_container .color_lists .item .label {
  width: 100%;
  height: 36px;
  margin-bottom: 5px;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_01 {
  background-color: #ffffff;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_02 {
  background-color: #ffffff;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_03 {
  background-color: #d97aa7;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_04 {
  background-color: #d21b1a;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_05 {
  background-color: #dc4b11;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_06 {
  background-color: #dc4b11;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_07 {
  background-color: #f4de25;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_08 {
  background-color: #f0c01f;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_09 {
  background-color: #02734a;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_10 {
  background-color: #87b625;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_11 {
  background-color: #14532d;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_12 {
  background-color: #97d2e0;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_13 {
  background-color: #3699be;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_14 {
  background-color: #0f4592;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_15 {
  background-color: #163272;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_16 {
  background-color: #1f2b65;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_17 {
  background-color: #6d2265;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_18 {
  background-color: #502585;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_19 {
  background-color: #651b15;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_20 {
  background-color: #b3b3b3;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_21 {
  background-color: #040000;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_22 {
  background-color: #242323;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_23 {
  background-color: #72797b;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_24 {
  background-color: #46494b;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_25 {
  background-color: #d9d9d9;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_26 {
  background-color: #009999;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_27 {
  background-color: #aea64f;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_28 {
  background-color: #e9e73b;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_29 {
  background-color: #6fba2c;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_30 {
  background-color: #c34895;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_31 {
  background-color: #e7211a;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_32 {
  background-color: #ef7c1c;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_33 {
  background-color: #3587c9;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_02 {
  background-image: linear-gradient(90deg, #ededca, #d9d9d9 33%, #ededca 66.2921%, #d9d9d9);
}
#Size_page .color_lists_container .color_lists .item .label.add_color_21 {
  border: solid 1px #fff;
}
#Size_page .color_lists_container .color_lists .item .label.add_color_25 {
  background-image: linear-gradient(90deg, #ffffff, #d9d9d9 33%, #ffffff 66.2921%, #d9d9d9 94% 100%);
}
#Size_page .color_lists_container .color_lists .item .label.add_color_26 {
  background-image: linear-gradient(90deg, #ffffff, #d9d9d9 33%, #ffffff 66.2921%, #d9d9d9 94% 100%);
}
#Size_page .color_lists_container .color_lists .item .text {
  font-size: 16px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.08em;
}
#Size_page .color_lists_container .color_lists .item .text .num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#Size_page {
  /*==================================
  	.letter_lists_container
  ==================================*/
}
#Size_page .letter_lists_container {
  padding: 50px 40px;
}
#Size_page .letter_lists_container .letter_lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, 170px);
  gap: 8px;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
}
#Size_page .letter_lists_container .item {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
}
#Size_page .letter_lists_container .item:nth-child(1) .letter img {
  max-width: 45%;
  max-height: 45%;
  position: relative;
  left: -20px;
}
#Size_page .letter_lists_container .item:nth-child(7) .letter img {
  max-width: 80%;
  max-height: 80%;
  position: relative;
  left: 5px;
}
#Size_page .letter_lists_container .item:nth-child(11) .letter img {
  max-width: 60%;
  max-height: 60%;
  position: relative;
  left: -10px;
}
#Size_page .letter_lists_container .item:nth-last-child(-n+4) .letter img {
  max-width: 55%;
  max-height: 55%;
  position: relative;
  left: -11px;
}
#Size_page .letter_lists_container .num {
  width: 25px;
  white-space: nowrap;
}
#Size_page .letter_lists_container .letter {
  flex: 1;
  display: flex;
  justify-content: center;
}
#Size_page .letter_lists_container .letter img {
  display: block;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
#Size_page {
  /*==================================
  	.price_lists_container
  ==================================*/
}
#Size_page .price_lists_container .price_lists .ietm {
  display: flex;
}
#Size_page .price_lists_container .price_lists .ietm dl {
  width: 100%;
  display: flex;
}
#Size_page .price_lists_container .price_lists .ietm dl dt {
  width: 250px;
}
#Size_page .price_lists_container .price_lists .ietm dl dd {
  width: calc(100% - 250px);
}
#Size_page {
  /*==================================
  	.noto_container
  ==================================*/
}
#Size_page .noto_container {
  padding-top: 16px;
}
#Size_page .noto_container .noto_text {
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: 500;
}
#Size_page .noto_container .noto_lists li {
  font-size: 12px;
  font-weight: 500;
}
#Size_page {
  /*==================================
  	.size_chart_container
  ==================================*/
}
#Size_page .size_chart_container {
  padding-top: 60px;
}
#Size_page .size_chart_container .size_chart_title {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 6px;
}
#Size_page .size_chart_container .text {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 16px;
}
#Size_page .size_chart_container .list-table {
  width: 100%;
  max-width: 780px;
  border-collapse: collapse;
  table-layout: fixed;
}
#Size_page .size_chart_container .list-table th,
#Size_page .size_chart_container .list-table td {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 8px 16px;
  vertical-align: middle;
}
#Size_page .size_chart_container .list-table th {
  width: 140px;
  background: #f4f6f7;
  text-align: center;
  font-weight: 600;
}
#Size_page .size_chart_container .list-table td {
  line-height: 1.8;
}

#Shop_page {
  /**	2026 0409 *******************************
  	#Shop_page	common
  *********************************************/
}
#Shop_page .section_shop_main .shop_main_container .layout_area_top {
  background-image: url(../img/racing_suit/shop/shop_main_top.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}
#Shop_page .section_shop_main .shop_main_container .layout_area_top .page_main_title {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 54px;
  width: 100%;
  height: auto;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.125em;
  font-feature-settings: "palt";
}
#Shop_page .section_shop_main .shop_main_container .layout_area_bottom {
  padding-top: 30px;
  background-image: url(../img/racing_suit/shop/shop_main_bottom.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
}
#Shop_page .section_shop_main .shop_main_container .layout_area_bottom .tagline_text {
  font-size: 27px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding-bottom: 18px;
  font-feature-settings: "palt";
  font-weight: 400;
}
#Shop_page .section_shop_main .shop_main_container .layout_area_bottom .text {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}
#Shop_page {
  /*==================================
  	.under_pages
  ==================================*/
}
#Shop_page .under_pages {
  padding-bottom: 0;
}
#Shop_page {
  /*==================================
  	.section_shop
  ==================================*/
}
#Shop_page .section_shop {
  background-color: #000;
  padding-top: 200px;
}
#Shop_page {
  /*==================================
  	.shop_title_container
  ==================================*/
}
#Shop_page .shop_title_container {
  padding-bottom: 120px;
}
#Shop_page .shop_title_container .shop_title {
  font-size: 80px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#Shop_page {
  /*==================================
  	.shop_lists_container
  ==================================*/
}
#Shop_page .shop_lists_container {
  padding-bottom: 150px;
}
#Shop_page .shop_lists_container .shop_lists {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#Shop_page .shop_lists_container .shop_lists .item {
  margin-bottom: 120px;
}
#Shop_page .shop_lists_container .shop_lists .item:nth-last-child(1) {
  margin-bottom: 0;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout {
  display: flex;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_photo_area {
  width: 55%;
}
@media screen and (min-width: 1180px) {
  #Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_photo_area {
    width: 550px;
  }
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area {
  width: 45%;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  #Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area {
    width: 500px;
  }
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .title {
  padding-bottom: 24px;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .title span {
  line-height: 1;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .title .jp {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-bottom: 8px;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .title .en {
  display: block;
  font-size: 35px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article > .text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  padding-bottom: 20px;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article > .text a {
  color: #fff;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article > .text .break_pc {
  display: block;
}
@media screen and (min-width: 1180px) {
  #Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article > .text .break_pc {
    display: none;
  }
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .button {
  display: inline-block;
  padding: 2px 16px;
  background-color: #fff;
  border-radius: 99px;
}
#Shop_page .shop_lists_container .shop_lists .item .shop_layout .shop_article_area .shop_article .button .text {
  position: relative;
  top: -1px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#Shop_page .shop_button_container {
  text-align: center;
  padding-bottom: 80px;
}
#Shop_page .shop_button_container .text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
#Shop_page .shop_button_container .shop_button .button {
  display: inline-block;
  color: #fff;
}
#Shop_page .shop_button_container .shop_button .button .icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  margin-right: 12px;
}
#Shop_page .shop_button_container .shop_button .button .icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url(../img/racing_suit/arrow_white.svg);
  background-repeat: no-repeat;
}
#Shop_page .shop_button_container .shop_button + .shop_button {
  margin-top: 24px;
}

/*==================================
  Airbag
==================================*/
#Airbag main .page_title_sec {
  padding: 97px 15px 30px;
  display: block;
  background-image: url(../img/airbag/bg_img.jpg);
}
#Airbag main .page_title_sec .air_boost {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 182px);
  left: 0;
  margin: auto;
  display: inline-block;
}
#Airbag main .page_title_sec .air_boost img {
  width: 100%;
  height: auto;
  max-width: 556px;
  max-height: 308px;
}
#Airbag main .title {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0 24px;
}
@media (max-width: 1180px) {
  #Airbag main .title {
    font-size: 24px;
  }
}
#Airbag main .container {
  max-width: 1336px;
}
#Airbag main .mw_820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#Airbag main .about_sec {
  padding: 61px 0 118px;
  box-sizing: border-box;
}
#Airbag main .about_sec .catch_wrap .about_catch {
  text-align: center;
  margin: 0 0 32px;
}
#Airbag main .about_sec .text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#Airbag main .about_sec .cover_image {
  margin: 52px 0 0;
}
#Airbag main .row {
  align-items: center;
}
#Airbag main .row > .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
}
#Airbag main .row > .col_6 .text_box {
  max-width: 530px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#Airbag main .row > .col_6 .img_wrap {
  position: relative;
}
#Airbag main .row > .col_6 .img_wrap img {
  object-fit: cover;
  object-position: center;
}
#Airbag main .row.left_row > .col_6 .text_box {
  padding-right: 30px;
  margin-left: 0;
  margin-right: auto;
}
#Airbag main .row.right_row > .col_6:nth-child(1) {
  order: 1;
}
#Airbag main .row.right_row > .col_6:nth-child(2) {
  order: 0;
}
#Airbag main .row.right_row > .col_6 .text_box {
  padding-left: 30px;
  margin-left: auto;
  margin-right: 0;
}
#Airbag main .circuit_sec {
  padding: 110px 0 0;
}
#Airbag main .circuit_sec .text {
  margin: 0 0 60px;
}

/*==================================
  Origin Works
==================================*/
/*==================================
  Origin Works 更新前（更新時は↑↑と切り替えて↓↓削除
==================================*/
#Origin main .page_title_sec {
  background-image: url(../img/origin_works/bg_img.jpg);
}

#Origin main .mw820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#Origin main .lead-text .sec-title {
  font-size: 30px;
}

#Origin main .lead-text .en {
  font-size: 60px;
}

#Origin main .bg_sec {
  min-height: 1018px;
  max-height: 1018px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

@media (min-width: 1600px) {
  #Origin main .bg_sec {
    min-height: 63.6vw;
    max-height: 63.6vw;
  }
}
#Origin main .bg_sec .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#Origin main .bg_sec .bg_img img {
  width: 100%;
}

@media (max-width: 1470px) {
  #Origin main .bg_sec .bg_img img {
    object-fit: cover;
    width: auto;
    min-height: 1018px;
  }
}
#Origin main .bg_sec .container-fluid {
  position: relative;
  z-index: 2;
}

#Origin main .bg_sec .container-fluid .text-box {
  padding-right: 30%;
  box-sizing: border-box;
}

@media (max-width: 1310px) {
  #Origin main .bg_sec .container-fluid .text-box .sec-title {
    font-size: 26px;
  }
}
#Origin main .bg_sec .container-fluid .text {
  padding-right: 30%;
  padding-bottom: 77px;
  box-sizing: border-box;
}

@media (max-width: 1310px) {
  #Origin main .bg_sec .container-fluid .text {
    padding-bottom: 45px;
  }
}
#Origin main .bg_sec .container-fluid .text.c_wh {
  color: #fff;
}

#Origin main .infinit_loop_slider .swiper-slide img {
  max-width: 50vw;
}

#Origin main .standard_sec {
  padding: 115px 0 80px;
  box-sizing: border-box;
}

#Origin main .standard_sec .mgb55 {
  margin: 0 0 55px;
}

#Origin main .standard_sec .container {
  max-width: 1200px;
}

#Origin main .spirit_sec {
  padding-top: 80px;
}

#Origin main .spirit_sec .img_wrap:first-of-type {
  max-width: 900px;
  margin: 0 auto 70px;
}

#Origin main .spirit_sec .logo_wrap {
  margin: 80px 0 0;
  text-align: center;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
main#Contact select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact {
  /*------ Reset END ------*/
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #b91414;
  font-weight: 300;
  display: block;
  margin: 7px 0 0;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  main#Contact span.error {
    padding-left: 18px;
  }
}
main#Contact span.error::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  background-image: url(../img/common/em_icon.svg);
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
}
@media (max-width: 899px) {
  main#Contact span.error::before {
    top: 0.3em;
    width: 14px;
    height: 14px;
  }
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #e9e9e9;
}
main#Contact .ERR {
  color: #b91414;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  border-radius: 6px;
  font-weight: 300;
}
@media (max-width: 899px) {
  main#Contact input[type=text] {
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 4px;
  }
}
main#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #e9e9e9;
  display: inline-block;
  position: relative;
  max-width: 180px;
  width: 100%;
  margin-right: 3px;
  border-radius: 6px;
}
@media (max-width: 899px) {
  main#Contact .zip-wrap {
    border-radius: 4px;
  }
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.4em;
  left: 18px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 8px 21px 8px 40px;
  width: 100%;
}
@media (max-width: 899px) {
  main#Contact .zip-wrap input {
    padding: 7px 21px 7px 40px;
  }
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #000;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding: 2px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
main#Contact input[type=button]:hover {
  background: none;
  opacity: 0.6;
}
main#Contact input[type=checkbox] + label {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 40px 0 5px 0;
  width: auto;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 899px) {
  main#Contact input[type=checkbox] + label {
    font-size: 14px;
  }
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  background: #fff;
  border: 1px solid #dddddd;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 15px;
  margin-top: -11px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #000;
}
main#Contact input[type=radio] + label {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 27px;
  padding: 12px 12px 12px 28px;
  position: relative;
  cursor: pointer;
  display: block;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background: none;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #dddddd;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  background: #000;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #e9e9e9;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
  opacity: 1;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 300;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  box-sizing: border-box;
  box-shadow: none;
  width: 100%;
  padding: 8px 16px;
  min-height: 174px;
  border-radius: 6px;
}
@media (max-width: 899px) {
  main#Contact textarea {
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 4px;
    min-height: 114px;
  }
}
main#Contact .overscroll {
  padding: 25px 21px;
  background: #f6f6f6;
  margin: 35px 0 0;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .overscroll + p {
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
}
main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
@media (max-width: 899px) {
  main#Contact .submit_area {
    margin-top: 45px;
  }
}
main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  width: 360px;
  background: #000;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius: 37px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), box-shadow 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
@media (max-width: 899px) {
  main#Contact .submit_area span {
    width: 220px;
    border-radius: 30px;
  }
}
main#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 74px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  main#Contact .submit_area span input[type=submit] {
    font-size: 16px;
    height: 56px;
  }
}
@media (min-width: 900px) {
  main#Contact .submit_area span:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
}
main#Contact .submit_area ul.koumoku {
  max-width: 100%;
  margin: 20px auto 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#Contact .submit_area ul.koumoku .left,
main#Contact .submit_area ul.koumoku .right {
  float: none;
}
main#Contact .submit_area ul.koumoku .btn_back {
  margin-top: 0;
}
main#Contact .submit_area ul.koumoku li {
  color: #000;
  margin: 0 15px;
  width: 220px;
  background: #000;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), box-shadow 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  main#Contact .submit_area ul.koumoku li:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
}
main#Contact .submit_area ul.koumoku li.btn_back {
  background: none;
  margin: 0;
}
@media (min-width: 900px) {
  main#Contact .submit_area ul.koumoku li.btn_back {
    width: 170px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku li.btn_back {
    margin-top: 15px;
  }
}
main#Contact .submit_area ul.koumoku li.btn_back input {
  font-size: 16px;
  width: 170px;
  height: 40px;
  color: #000;
  border-radius: 32px;
  background: #e9e9e9;
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku {
    flex-direction: column;
    margin: 20px auto 20px;
  }
  main#Contact .submit_area ul.koumoku .left {
    order: 2;
    margin-top: 15px;
  }
  main#Contact .submit_area ul.koumoku .right {
    order: 1;
  }
}
main#Contact .contact_back {
  margin-top: 60px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 220px;
  background: #e9e9e9;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #e9e9e9;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
  border-radius: 32px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), box-shadow 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}
@media (min-width: 900px) {
  main#Contact .contact_back a:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
  }
}
main#Contact p.ph {
  padding: 60px 0 15px 0;
}
main#Contact p.head {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
main#Contact {
  /*------ Form Base END ------*/
}

/*==================================
  Contact
==================================*/
main#Contact .container {
  margin: auto;
  max-width: 1130px;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a.no {
  background: none;
}
main#Contact .container p > a:hover {
  opacity: 0.6;
}
main#Contact .page_title .en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .need {
  color: #b91414;
  font-size: 12px;
  position: relative;
  bottom: 1px;
}
main#Contact table {
  display: block;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: flex;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
}
main#Contact table tr:last-child {
  border-bottom: 1px solid #e9e9e9;
}
main#Contact table tr th {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
  text-align: left;
  width: 235px;
  background-color: #f6f6f6;
  padding: 18px 15px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main#Contact table tr th p {
  line-height: 1.4;
}
main#Contact table tr th p:not(.note) {
  font-weight: 400;
}
main#Contact table tr th p.note {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 8px;
}
main#Contact table tr th p b {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 10px 0 0 0;
}
main#Contact table tr td {
  display: block;
  font-weight: 300;
  width: calc(100% - 235px);
  padding: 18px 15px 18px 20px;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .top_text {
  font-weight: 300;
  margin: 0 0 35px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list > li {
  font-size: 0;
  line-height: 1;
  max-width: 160px;
  display: inline-block;
  margin-right: 10px;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
}
main#Contact .form_wrap .top_text > small {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
main#Contact .form_wrap .top_text_s {
  padding: 15px 0;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
main#Contact .form_wrap .top_text_s > small {
  font-size: 14px;
  line-height: 1.5;
  text-indent: 0;
  padding-left: 0;
  display: block;
}
main#Contact .form_wrap .caution_text {
  font-size: 14px;
  font-weight: 300;
  margin: 8px 0 0;
}
main#Contact .form_wrap .caution_text small {
  font-size: 12px;
}
main#Contact .form_wrap .caution_text small a {
  border-bottom: 1px solid #000;
}
main#Contact .send_comp {
  margin-bottom: 80px;
  text-align: center;
}
main#Contact .send_comp .note_con {
  margin: 50px 0 0 0;
  border: #bbb 1px solid;
  padding: 30px;
}
main#Contact .send_comp p strong {
  font-size: 18px;
}
main#Contact .send_comp p small {
  font-size: 14px;
}
main#Contact .send_comp p.ph {
  padding: 0 0 17px 0;
}
main#Contact {
  /*
  ** Request
  **/
}
main#Contact .vehicle_table_wrap {
  margin-top: 65px;
}
main#Contact .vehicle_table_wrap .text {
  margin: 0 0 12px;
}
main#Contact .vehicle_table_wrap .vehicle_table {
  border-bottom: 1px solid #e9e9e9;
}
main#Contact .vehicle_table_wrap .vehicle_table tr {
  display: flex;
  border-top: 1px solid #e9e9e9;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 0;
}
main#Contact .vehicle_table_wrap .vehicle_table tr:last-child {
  border-bottom: 0;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > th {
  width: 160px;
  padding-top: 15px;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td {
  width: calc(100% - 160px);
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row {
  margin: 0 -10px -20px;
  box-sizing: border-box;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col {
  padding: 0 10px 20px;
  box-sizing: border-box;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col dl {
  display: flex;
  align-items: center;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(1) dl > dt, main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(3) dl > dt {
  width: 70px;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(1) dl > dd, main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(3) dl > dd {
  width: calc(100% - 70px);
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(2) dl > dt, main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(4) dl > dt {
  width: 45px;
}
main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(2) dl > dd, main#Contact .vehicle_table_wrap .vehicle_table tr > td .row > .col:nth-child(4) dl > dd {
  width: calc(100% - 45px);
}
main#Contact .vehicle_table_wrap + .caution_text {
  font-size: 14px;
  font-weight: 300;
  margin: 8px 0 0;
}
main#Contact .vehicle_table_wrap + .caution_text small {
  font-size: 12px;
}
main#Contact .vehicle_table_wrap + .caution_text small a {
  border-bottom: 1px solid #000;
}
main#Contact .request_select_box {
  margin: 0 35px 50px;
}
main#Contact .request_select_box .request_check {
  display: flex;
  align-items: center;
  justify-content: center;
}
main#Contact .request_select_box .request_check.request_check_top {
  margin: 0 0 30px 0;
}
main#Contact .request_select_box .request_check > li {
  padding-left: 20px;
  padding-right: 20px;
}
main#Contact .request_select_box .request_check > li .img_wrap {
  margin: 0 0 10px;
  text-align: center;
}
main#Contact .request_select_box .request_check > li:nth-child(1) .img_wrap img {
  max-width: 116px;
  width: 100%;
}
main#Contact .request_select_box .request_check > li:nth-child(2) .img_wrap img {
  max-width: 170px;
  width: 100%;
}
main#Contact .request_select_box .request_check > li.new_icon {
  position: relative;
}
main#Contact .request_select_box .request_check > li.new_icon::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-weight: 400;
  color: #fff;
  padding: 3px 7px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #b91414;
}
main#Contact .request_select_box span.error {
  line-height: 1.6;
}
main#Contact .catalog_wrap {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
main#Contact .catalog_wrap + .catalog_wrap {
  margin-top: 35px;
}
main#Contact .catalog_wrap .img_wrap {
  margin: 0 0 10px;
}
main#Contact .catalog_wrap > p {
  margin-left: 8px;
}
main#Contact input[name=name_s],
main#Contact input[name=furigana_s],
main#Contact input[name=address],
main#Contact input[name=address_s],
main#Contact input[name=email_s],
main#Contact input[name=brand1_s],
main#Contact input[name=brand2_s],
main#Contact input[name=brand3] {
  max-width: 455px;
}
main#Contact input[name=tel_s] {
  max-width: 360px;
}
main#Contact.ExchangePage .area-block {
  margin: 50px 0 0;
}
main#Contact.ExchangePage .area-block .inner-title {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #000;
  display: block;
  font-weight: 500;
  margin: 0 0 16px;
}
main#Contact.ExchangePage .company_table tr th {
  line-height: 1.5;
}
main#Contact.ExchangePage table tr td .year {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
main#Contact.ExchangePage table tr td .year input {
  max-width: 100px;
  display: inline-block;
  margin-right: 3px;
}
main#Contact.ExchangePage table tr td .year {
  display: inline-block;
  width: 100px;
}
main#Contact.ExchangePage table tr td .year input {
  width: 72px;
  display: inline-block;
  margin-right: 5px;
}
main#Contact.ExchangePage table tr td .year select {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  box-sizing: border-box;
  color: #000;
  border-radius: 6px;
  font-weight: 300;
  width: 72px;
  display: inline-block;
  margin-right: 5px;
}
main#Contact.ExchangePage table tr td .month,
main#Contact.ExchangePage table tr td .date {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
main#Contact.ExchangePage table tr td .month select,
main#Contact.ExchangePage table tr td .date select {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  box-sizing: border-box;
  color: #000;
  border-radius: 6px;
  font-weight: 300;
  width: 72px;
  display: inline-block;
  margin-right: 5px;
}
main#Contact.ExchangePage .tel {
  background: none;
}
main#Contact.ExchangePage .top_ul_dot > li {
  position: relative;
  box-sizing: border-box;
  padding-left: 14px;
}
main#Contact.ExchangePage .top_ul_dot > li + li {
  margin-top: 10px;
}
main#Contact.ExchangePage .top_ul_dot > li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000;
}
main#Contact.ExchangePage .top_ul_dot > li .inner_ul > li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
main#Contact.ExchangePage .top_ul_dot > li .inner_ul > li::before {
  content: "・";
}
main#Contact.ExchangePage .caution_text {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
main#Contact.ExchangePage .caution_text + .caution_text {
  margin-top: 5px;
}

/*==================================
  Warranty
==================================*/
#Warranty main .page_title_sec {
  background-image: url(../img/warranty/bg_img.jpg);
}
#Warranty main .text-box {
  text-align: center;
}
#Warranty main .text-box + .text {
  text-align: center;
}
#Warranty main .rules_sec .text-box + .text {
  text-align: left;
}
#Warranty main .store_guide_sec .inner_ul {
  padding: 10px 0 0 30px;
}
#Warranty main .store_guide_sec .inner_ul > li {
  vertical-align: middle;
  text-indent: -0.45em;
  padding-left: 0.45em;
}
#Warranty main .store_guide_sec .inner_ul > li .dot {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
}
#Warranty main .store_guide_sec .text.sub_title {
  margin: 0 0 5px;
}
#Warranty main .store_guide_sec .text.sub_title + .dot_ul {
  margin-top: 0;
}
#Warranty main .store_guide_sec .wrap + .wrap {
  margin: 40px 0 0;
}
#Warranty main .store_guide_sec h4.inner_title {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #000;
  background-color: #f6f6f6;
  padding: 10px 15px;
  margin: 35px 0 15px;
}
#Warranty main .store_guide_sec .table_wrap {
  margin: 25px 0 0;
}
#Warranty main .store_guide_sec .table_wrap table {
  width: 100%;
}
#Warranty main .store_guide_sec .table_wrap table tbody {
  width: 100%;
}
#Warranty main .store_guide_sec .table_wrap table tr {
  border: 1px solid #e9e9e9;
  border-bottom: none;
}
#Warranty main .store_guide_sec .table_wrap table tr:last-child {
  border-bottom: 1px solid #e9e9e9;
}
#Warranty main .store_guide_sec .table_wrap table tr th {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: #000;
  background-color: #f6f6f6;
  padding: 20px;
  width: 180px;
  vertical-align: middle;
}
#Warranty main .store_guide_sec .table_wrap table tr td {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
  padding: 20px;
  width: calc(100% - 180px);
}
#Warranty main .address_dl {
  display: flex;
  margin: 15px 0 0;
}
#Warranty main .c_info {
  margin-left: 3em;
}
#Warranty main .number_list_ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
#Warranty main .number_list_ul > li + li {
  margin-top: 10px;
}

/*==================================
  Recruit
==================================*/
#Recruit main .flex {
  display: flex;
}
#Recruit main .page_title_sec {
  background-image: url(../img/recruit/bg_img.jpg);
}
#Recruit main .page_title_sec .text {
  line-height: 1.78;
  color: #fff;
  margin: 35px 0 0;
}
#Recruit main .page_title_sec1 {
  background-image: url(../img/recruit/hyod_store_staff/bg_img.jpg);
}
#Recruit main .page_title_sec2 {
  background-image: url(../img/recruit/hyod_store_staff/bg_img2.jpg);
}
#Recruit main .mw820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#Recruit main .about_sec {
  text-align: center;
}
#Recruit main .about_sec .recruit_title {
  margin: 0 0 58px;
}
#Recruit main .about_sec .recruit_title .recruit-en-title {
  font-size: 64px;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#Recruit main .about_sec .recruit_title .recruit-title {
  font-size: 18px;
  letter-spacing: 0.03em;
}
#Recruit main .about_sec .catch {
  margin: 0 0 45px;
}
#Recruit main .about_sec .text {
  line-height: 2.5;
}
#Recruit main.hyod_staff .about_sec .text, #Recruit main.hyod_staff .about_sec .text {
  line-height: 1.7;
}
#Recruit main .recruit_link_sec {
  text-align: center;
}
#Recruit main .recruit_link_sec .inner_title {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 116px 0 26px;
  box-sizing: border-box;
}
#Recruit main .recruit_link_sec .link_list > li + li {
  margin-top: 10px;
}
#Recruit main .recruit_link_sec .hover_button {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #000000;
  padding: 17px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  width: 320px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  font-weight: 500;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Recruit main .recruit_link_sec .hover_button:hover {
  transform: scale(1.05);
}
#Recruit main .recruit_info_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 38px 0 0;
}
#Recruit main .recruit_info_list > li {
  font-size: 18px;
}
#Recruit main .recruit_info_list > li::after {
  content: "/";
  display: inline-block;
  padding-left: 9px;
  padding-right: 8px;
  box-sizing: border-box;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
#Recruit main .recruit_info_list > li:last-child::after {
  display: none;
}
#Recruit main .recruit_info_list > li a:hover {
  color: #eb6100;
}
#Recruit main .recruit_info_list > li .here {
  color: #eb6100;
}
#Recruit main.hyod_staff .about_sec {
  padding: 75px 0 60px;
}
#Recruit main.hyod_staff .about_sec .recruit_title {
  margin: 0 0 33px;
}
#Recruit main.hyod_staff .about_sec .text {
  text-align: left;
}
#Recruit main.hyod_staff .info_box {
  margin: 74px 0 0;
}
#Recruit main.hyod_staff .info_box .info_ttl {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 0 25px;
}
#Recruit main.hyod_staff .info_box .dot_ul > li {
  line-height: 2;
  position: relative;
  padding-left: 14px;
}
#Recruit main.hyod_staff .info_box .dot_ul > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: auto;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
}
#Recruit main.hyod_staff .info_box .dot_ul + .inner_title {
  margin: 40px 0 0;
}
#Recruit main.hyod_staff .info_box .text:not(:last-child) {
  margin-bottom: 30px;
}
#Recruit main.hyod_staff .info_box .recruit_info_table {
  width: 100%;
}
#Recruit main.hyod_staff .info_box .recruit_info_table tbody {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
#Recruit main.hyod_staff .info_box .recruit_info_table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
#Recruit main.hyod_staff .info_box .recruit_info_table tbody tr > th {
  background-color: #f6f6f6;
}
#Recruit main.hyod_staff .info_box .recruit_info_table tbody tr > th,
#Recruit main.hyod_staff .info_box .recruit_info_table tbody tr > td {
  padding: 14px 37px;
  font-weight: 300;
  text-align: left;
}
#Recruit main.hyod_staff .inner_title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
}
#Recruit main.hyod_staff .contact_column {
  justify-content: center;
  margin: 0 -18px;
}
#Recruit main.hyod_staff .contact_column > p {
  padding: 0 18px;
}
#Recruit main.hyod_staff .contact_column .tel_wrap small {
  font-size: 26px;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
}
#Recruit main.hyod_staff .contact_column .tel_wrap a {
  font-size: 44px;
  font-weight: 400;
}
#Recruit main.hyod_staff .contact_column .link_wrap .hover_button {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 17px 20px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  width: 310px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  font-weight: 500;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Recruit main.hyod_staff .contact_column .link_wrap .hover_button:hover {
  transform: scale(1.05);
}
#Recruit main.hyod_staff .last_box {
  margin: 74px 0 40px;
}
#Recruit main.hyod_staff .last_box .row .col_8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 66.6666667%;
  max-width: 66.6666667%;
}
#Recruit main.hyod_staff .last_box .row .col_8 .text:not(:last-child) {
  margin-bottom: 0;
}
#Recruit main.hyod_staff .last_box .row .col_4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
#Recruit main.hyod_staff .last_box .row .col_4 .gray_box {
  background-color: #f6f6f6;
  padding: 38px;
  box-sizing: border-box;
}
#Recruit main.hyod_staff .last_box .row .col_4 .gray_box .box_title {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/*==================================
  Dreambox
==================================*/
#Dreambox main.under_pages {
  padding-bottom: 120px;
}
#Dreambox main .bread_crumb {
  margin-bottom: 15px;
}
#Dreambox main .mv_sec h1 {
  width: 500px;
  margin: auto;
}
#Dreambox main .mv_sec .lead_wrap {
  border: 1px solid #000;
  max-width: 900px;
  margin: 80px auto 0;
  padding-bottom: 60px;
}
#Dreambox main .mv_sec .lead_wrap h2 {
  width: 601px;
  padding: 0 50px;
  background-color: #fff;
  margin: -23px auto 0;
}
#Dreambox main .mv_sec .lead_wrap figure {
  max-width: 660px;
  margin: 60px auto 0;
}
#Dreambox main .mv_sec .lead_wrap figure img {
  width: 100%;
  height: auto;
}
#Dreambox main .mv_sec p {
  max-width: 900px;
  margin: 45px auto 0;
}
#Dreambox main .content_sec {
  margin-top: 100px;
}
#Dreambox main .content_sec picture img {
  width: 100%;
}
#Dreambox main .content_sec .flow_wrap {
  max-width: 1040px;
  margin: 120px auto 0;
}
#Dreambox main .content_sec .flow_wrap h3 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
#Dreambox main .content_sec .flow_wrap .row {
  margin: 50px -10px 0;
}
#Dreambox main .content_sec .flow_wrap .row .col {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
#Dreambox main .content_sec .flow_wrap .row .col dl {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #000;
  height: 100px;
  margin-top: 20px;
  margin-right: 30px;
  padding-left: 25px;
}
#Dreambox main .content_sec .flow_wrap .row .col dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid #000;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  top: 0;
  right: -30px;
}
#Dreambox main .content_sec .flow_wrap .row .col dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  margin-right: 10px;
}
#Dreambox main .content_sec .flow_wrap .row .col dl dd {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  max-width: 245px;
}
@media (max-width: 1000px) {
  #Dreambox main .content_sec .flow_wrap .row .col dl dd {
    font-size: 17px;
  }
}
#Dreambox main .content_sec .flow_wrap .row .col p {
  margin-top: 20px;
  line-height: 1.4;
}
#Dreambox main .content_sec .course_wrap {
  margin-top: 100px;
}
#Dreambox main .content_sec .course_wrap .wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
#Dreambox main .content_sec .course_wrap .wrap .imgwrap {
  position: relative;
  text-align: center;
  padding: 45px 25px 10px 25px;
  background-color: #f3f3f3;
}
#Dreambox main .content_sec .course_wrap .wrap .imgwrap img {
  max-width: 500px;
  height: auto;
}
#Dreambox main .content_sec .course_wrap .wrap .imgwrap p {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap {
  padding: 35px 65px 30px;
  box-sizing: border-box;
  position: relative;
  background-color: #f3f3f3;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap h2 {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 34px;
  font-weight: bold;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row {
  justify-content: center;
  align-items: flex-end;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .left_wrap {
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .left_wrap span {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  line-height: 1.2;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .left_wrap strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 64px;
  margin-right: 5px;
  margin-bottom: -5px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .left_wrap small {
  font-weight: 300;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .right_wrap {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .right_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #be1920;
  left: 0;
  bottom: -4px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row .right_wrap strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 36px;
  font-weight: 500;
  color: #be1920;
  margin: 0 3px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .value_row + p {
  margin-top: 30px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .wh_wrap {
  margin: 30px auto 0;
  max-width: 800px;
  padding: 30px 60px;
  box-sizing: border-box;
  background-color: #fff;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .wh_wrap p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 1;
  padding: 5px 0 7px;
  width: 114px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .wh_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 -15px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .wh_wrap ul li {
  width: 50%;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .wh_wrap ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 4px;
  margin-bottom: 4px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .link_wrap {
  text-align: center;
  margin: 30px 0;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .link_wrap .round_link {
  width: 360px;
  height: 74px;
  border-radius: 37px;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .link_wrap .round_link:hover {
  transform: scale(1.05);
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap .icon {
  position: absolute;
  width: 197px;
  right: calc(50% - 458px);
  bottom: 20px;
}
@media (max-width: 1100px) {
  #Dreambox main .content_sec .course_wrap .wrap .gray_wrap .icon {
    width: 160px;
    right: 25px;
    bottom: 140px;
  }
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap.close .link_wrap {
  display: none;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap.close .link_wrap + p {
  display: block;
  text-align: center;
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 500;
}
#Dreambox main .content_sec .course_wrap .wrap .gray_wrap.close .icon {
  right: calc(50% - 522px);
}
@media (max-width: 1100px) {
  #Dreambox main .content_sec .course_wrap .wrap .gray_wrap.close .icon {
    right: -6px;
    bottom: 87px;
  }
}

#DreamForm main {
  margin-bottom: 120px;
}
#DreamForm main h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#DreamForm main h2 + p {
  margin-bottom: 35px;
  font-weight: 300;
  text-align: center;
}
#DreamForm main .form_wrap table tr th {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#DreamForm main .form_wrap table .check-list {
  display: flex;
  flex-wrap: wrap;
}
#DreamForm main .form_wrap table .check-list > li {
  max-width: none;
}
#DreamForm main .form_wrap .need {
  font-size: 16px;
  bottom: auto;
  margin-left: 5px;
}
#DreamForm main .form_wrap .select-box {
  width: 100%;
  max-width: 490px;
}
#DreamForm main .form_wrap .select-box-mg {
  margin: 5px 0 0 0;
}
#DreamForm main .form_wrap input[type=radio] + label {
  padding-top: 0;
  padding-bottom: 0;
}
#DreamForm main .form_wrap input[type=radio] + label::before, #DreamForm main .form_wrap input[type=radio] + label::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
#DreamForm main .form_wrap input[name=name_s] {
  max-width: 455px;
}
#DreamForm main .form_wrap input[name=kana_s] {
  max-width: 455px;
}
#DreamForm main .form_wrap input[name=address_s] {
  max-width: 700px;
}
#DreamForm main .form_wrap input[name=tel_s] {
  max-width: 300px;
}
#DreamForm main .form_wrap input[name=mail_s] {
  max-width: 500px;
}
#DreamForm main .form_wrap h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin-top: 55px;
}
#DreamForm main .form_wrap .id_wrap {
  display: flex;
}
#DreamForm main .form_wrap .id_wrap li {
  width: 100%;
  max-width: 150px;
}
#DreamForm main .form_wrap .id_wrap li:not(:last-of-type) {
  margin-right: 10px;
}
#DreamForm main .form_wrap .id_sample {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#DreamForm main .form_wrap .id_sample figure {
  width: 40px;
  margin-right: 15px;
}
#DreamForm main .form_wrap .overscroll {
  background: transparent;
  border: 1px solid #e9e9e9;
  padding: 25px 30px;
}
#DreamForm main .form_wrap .overscroll .wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
#DreamForm main .form_wrap .overscroll .wrap p {
  font-weight: 400;
  margin-bottom: 2px;
}
#DreamForm main .form_wrap .overscroll .wrap ul li {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
}
#DreamForm main .form_wrap .overscroll .wrap ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
}
#DreamForm main .form_wrap .overscroll .wrap dl:not(:last-of-type) {
  margin-bottom: 10px;
}
#DreamForm main .form_wrap .overscroll .wrap dl dt {
  font-weight: 400;
}
#DreamForm main .form_wrap .overscroll .wrap dl dd {
  font-weight: 300;
  line-height: 1.4;
}
#DreamForm main.sfm1 .submit_area {
  margin-top: 35px;
}
#DreamForm main.sfm2 .form_wrap .submit_area::before {
  top: -13px;
}
#DreamForm main.sfm3 .page_title {
  margin-bottom: 45px;
}
#DreamForm main.sfm3 .page_title h1 {
  font-size: 36px;
  font-weight: 500;
}
#DreamForm main.sfm3 .page_title h1 .en {
  font-size: 47px;
  margin-right: 10px;
}
#DreamForm main.sfm3 .send_comp figure {
  max-width: 600px;
  margin: 30px auto;
}
#DreamForm main.sfm3 .send_comp .large {
  font-size: 28px;
  font-weight: 700;
}
#DreamForm main.sfm3 .send_comp .large small {
  font-size: 16px;
  font-weight: 300;
}
#DreamForm main.sfm3 .send_comp .small {
  font-size: 12px;
  margin-top: 30px;
}
#DreamForm main .form-sec.close {
  display: none;
}

/*==================================
  Contact
==================================*/
#Competitive.leathersuits main p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
#Competitive.leathersuits main .top_text strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
}
#Competitive.leathersuits main .top_list {
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #f6f6f6;
  padding: 25px 21px;
}
#Competitive.leathersuits main .top_list dt {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
#Competitive.leathersuits main .top_list dd {
  font-size: 14px;
}
#Competitive.leathersuits main .table_area .area_ttl {
  font-size: 20px;
  font-weight: 700;
}
#Competitive.leathersuits main .table_area .ex_lead p {
  margin-top: 10px;
  margin-bottom: 3px;
}
#Competitive.leathersuits main .table_area .ex_lead img {
  width: 450px;
}
#Competitive.leathersuits main .table_area table {
  margin-top: 16px;
}
#Competitive.leathersuits main .table_area table th {
  box-sizing: border-box;
}
#Competitive.leathersuits main .table_area table th .small {
  font-size: 14px;
  margin-top: 5px;
}
#Competitive.leathersuits main .table_area table td {
  box-sizing: border-box;
}
#Competitive.leathersuits main .table_area table td .ex_info {
  margin-bottom: 15px;
}
#Competitive.leathersuits main .table_area table td .ex_info p {
  font-size: 14px;
  margin-bottom: 3px;
}
#Competitive.leathersuits main .table_area table td .ex_info img {
  width: 260px;
}
#Competitive.leathersuits main .table_area table td .buydate .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#Competitive.leathersuits main .table_area table td .buydate .wrap:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.leathersuits main .table_area table td .buydate .wrap span {
  margin-left: 5px;
}
#Competitive.leathersuits main .table_area table td .buydate .year_wrap {
  width: 172px;
}
#Competitive.leathersuits main .table_area table td .buydate .year_wrap .select-box {
  width: 150px;
}
#Competitive.leathersuits main .table_area table td .buydate .month_wrap,
#Competitive.leathersuits main .table_area table td .buydate .date_wrap {
  width: 125px;
}
#Competitive.leathersuits main .table_area table td .buydate .month_wrap .select-box,
#Competitive.leathersuits main .table_area table td .buydate .date_wrap .select-box {
  width: 100px;
}
#Competitive.leathersuits main .table_area table td .birth .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#Competitive.leathersuits main .table_area table td .birth .wrap:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.leathersuits main .table_area table td .birth .wrap span {
  margin-left: 5px;
}
#Competitive.leathersuits main .table_area table td .birth .year_wrap02 {
  width: 172px;
}
#Competitive.leathersuits main .table_area table td .birth .year_wrap02 .year_box {
  width: 150px;
}
#Competitive.leathersuits main .table_area table td .birth .year_wrap02 .select-box {
  width: 150px;
}
#Competitive.leathersuits main .table_area table td .birth .month_wrap02,
#Competitive.leathersuits main .table_area table td .birth .date_wrap02 {
  width: 125px;
}
#Competitive.leathersuits main .table_area table td .birth .month_wrap02 .select-box,
#Competitive.leathersuits main .table_area table td .birth .date_wrap02 .select-box {
  width: 100px;
}
#Competitive.leathersuits main .table_area table td p.l1,
#Competitive.leathersuits main .table_area table td p.l2,
#Competitive.leathersuits main .table_area table td p.l3 {
  padding: 5px 0 0 0;
}
#Competitive.leathersuits main .store_wrap {
  border-bottom: 1px solid #e9e9e9;
}
#Competitive.leathersuits main .store_info {
  display: none;
  border-top: none;
}
#Competitive.leathersuits main .store_info.on {
  display: flex;
}
#Competitive.leathersuits main #brand_outer {
  display: none;
  border-top: none;
}
#Competitive.leathersuits main #brand_outer.on {
  display: flex;
  border-top: 1px solid #e9e9e9;
}
#Competitive.leathersuits main #brand_outer .l1 {
  display: none;
}
#Competitive.leathersuits main #brand_outer .l1.on {
  display: block;
}
#Competitive.leathersuits main #brand_outer .l2 {
  display: none;
}
#Competitive.leathersuits main #brand_outer .l2.on {
  display: block;
}
#Competitive.leathersuits main #brand_outer .l3 {
  display: none;
}
#Competitive.leathersuits main #brand_outer .l3.on {
  display: block;
}
#Competitive.leathersuits main .select-box {
  border-radius: 6px;
}
#Competitive.leathersuits main .color_box select {
  display: none;
}
#Competitive.leathersuits main .size_box select {
  display: none;
}
#Competitive.leathersuits main .num_box,
#Competitive.leathersuits main .color_box,
#Competitive.leathersuits main .size_box,
#Competitive.leathersuits main .gender_box,
#Competitive.leathersuits main .times_box {
  width: 250px;
}
#Competitive.leathersuits main input[name=serial_s] {
  max-width: 250px;
}
#Competitive.leathersuits main input[name=serial_re_s] {
  max-width: 250px;
}
#Competitive.leathersuits main input[name=email2_s] {
  max-width: 455px;
}
#Competitive.leathersuits main input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Competitive.leathersuits main input[type=checkbox] + label {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
  display: block;
}
#Competitive.leathersuits main input[type=checkbox] + label::before, #Competitive.leathersuits main input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
#Competitive.leathersuits main input[type=checkbox] + label::before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background: none;
  box-sizing: border-box;
  border-radius: 50%;
}
#Competitive.leathersuits main input[type=checkbox] + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  background: #dddddd;
  border-radius: 50%;
  border: none;
  opacity: 1;
  transition: all 0.3s ease;
}
#Competitive.leathersuits main input[type=checkbox]:checked + label {
  background: none;
}
#Competitive.leathersuits main input[type=checkbox]:checked + label::after {
  background: #000;
}
#Competitive.leathersuits main .area1 .buy .select-box {
  max-width: 200px;
}
#Competitive.leathersuits main .area1 .buy .select-box:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.leathersuits main .area2 {
  margin-top: 50px;
}
#Competitive.leathersuits main .os_text {
  font-size: 14px;
  margin-top: 60px;
}
#Competitive.leathersuits main .overscroll {
  height: 200px;
  overflow-y: scroll;
  margin-top: 20px;
}
#Competitive.leathersuits main .overscroll ul li strong {
  text-align: left;
}
#Competitive.leathersuits main .caution_text {
  margin-top: 20px;
}
#Competitive.leathersuits main .submit_area span {
  width: 420px;
}
#Competitive.leathersuits main .bottom_text {
  font-size: 14px;
  margin-top: 50px;
}
#Competitive.leathersuits main.sfm2 table tr td p {
  overflow-wrap: break-word;
}
#Competitive.leathersuits main .check-list {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Competitive.leathersuits main .check-list li {
  max-width: 210px;
}
#Competitive.leathersuits main .form-sec .form_wrap .page_title .en {
  line-height: 1;
}
#Competitive.leathersuits main .form-sec .form_wrap .page_title .en span {
  font-size: 50px;
}
#Competitive.leathersuits main .form-sec .form_wrap .page_title .logo {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#Competitive.leathersuits.roman main .submit_area span {
  width: 520px;
}

#Competitive.leathersuits main .table_area .area_ttl {
  margin-top: 50px;
}

#Competitive #Contact .form-sec .page_title .en {
  line-height: 1;
}
#Competitive #Contact .form-sec .page_title .en span {
  font-size: 50px;
}

#Competitive.leathersuits main .table_area .ex_lead img {
  width: 500px;
}

main#Contact .send_comp p .en {
  font-size: 27px;
}

main#Contact .send_comp p .txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

main#Contact .send_comp p .txt .inline {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

/*==================================
  Contact
==================================*/
#Competitive.airboost main p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
#Competitive.airboost main .top_text strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
}
#Competitive.airboost main .top_list {
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #f6f6f6;
  padding: 25px 21px;
}
#Competitive.airboost main .top_list dt {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
#Competitive.airboost main .top_list dd {
  font-size: 14px;
}
#Competitive.airboost main .top_list dd ul {
  padding-bottom: 24px;
}
#Competitive.airboost main .top_list dd ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#Competitive.airboost main .top_list dd ul.idt_ty01 {
  padding-left: 1em;
}
#Competitive.airboost main .top_list dd .txt_bld {
  font-size: 14px;
  font-weight: 400;
}
#Competitive.airboost main .table_area .area_ttl {
  font-size: 20px;
  font-weight: 700;
}
#Competitive.airboost main .table_area .ex_lead p {
  margin-top: 10px;
  margin-bottom: 3px;
}
#Competitive.airboost main .table_area .ex_lead img {
  width: 450px;
}
#Competitive.airboost main .table_area table {
  margin-top: 16px;
}
#Competitive.airboost main .table_area table th {
  box-sizing: border-box;
}
#Competitive.airboost main .table_area table th .small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
#Competitive.airboost main .table_area table td {
  box-sizing: border-box;
}
#Competitive.airboost main .table_area table td .ex_info {
  margin-bottom: 15px;
}
#Competitive.airboost main .table_area table td .ex_info p {
  font-size: 14px;
  margin-bottom: 3px;
}
#Competitive.airboost main .table_area table td .ex_info img {
  width: 260px;
}
#Competitive.airboost main .table_area table td .buydate {
  align-items: flex-start;
}
#Competitive.airboost main .table_area table td .buydate .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#Competitive.airboost main .table_area table td .buydate .wrap:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.airboost main .table_area table td .buydate .wrap span {
  margin-left: 5px;
}
#Competitive.airboost main .table_area table td .buydate .year_wrap {
  width: 172px;
}
#Competitive.airboost main .table_area table td .buydate .year_wrap .select-box {
  width: 150px;
}
#Competitive.airboost main .table_area table td .buydate .month_wrap,
#Competitive.airboost main .table_area table td .buydate .date_wrap {
  width: 125px;
}
#Competitive.airboost main .table_area table td .buydate .month_wrap .select-box,
#Competitive.airboost main .table_area table td .buydate .date_wrap .select-box {
  width: 100px;
}
#Competitive.airboost main .table_area table td .birth {
  align-items: flex-start;
}
#Competitive.airboost main .table_area table td .birth .wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#Competitive.airboost main .table_area table td .birth .wrap:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.airboost main .table_area table td .birth .wrap span {
  margin-left: 5px;
}
#Competitive.airboost main .table_area table td .birth .year_wrap02 {
  width: 172px;
}
#Competitive.airboost main .table_area table td .birth .year_wrap02 .year_box {
  width: 150px;
}
#Competitive.airboost main .table_area table td .birth .year_wrap02 .select-box {
  width: 150px;
}
#Competitive.airboost main .table_area table td .birth .month_wrap02,
#Competitive.airboost main .table_area table td .birth .date_wrap02 {
  width: 125px;
}
#Competitive.airboost main .table_area table td .birth .month_wrap02 .select-box,
#Competitive.airboost main .table_area table td .birth .date_wrap02 .select-box {
  width: 100px;
}
#Competitive.airboost main .table_area table td p.l1,
#Competitive.airboost main .table_area table td p.l2,
#Competitive.airboost main .table_area table td p.l3 {
  padding: 5px 0 0 0;
}
#Competitive.airboost main .table_area table tr.purpose {
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid #e9e9e9;
}
#Competitive.airboost main .table_area table tr.purpose th {
  position: relative;
  z-index: 0;
}
#Competitive.airboost main .table_area table tr.purpose th::after {
  content: "";
  background-color: #f6f6f6;
  height: 120%;
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
  display: block;
  z-index: -1;
}
#Competitive.airboost main .store_wrap {
  border-bottom: 1px solid #e9e9e9;
}
#Competitive.airboost main .store_info {
  display: none;
  border-top: none;
}
#Competitive.airboost main .store_info.on {
  display: flex;
}
#Competitive.airboost main #brand_outer {
  display: none;
  border-top: none;
}
#Competitive.airboost main #brand_outer.on {
  display: flex;
  border-top: 1px solid #e9e9e9;
}
#Competitive.airboost main #brand_outer .l1 {
  display: none;
}
#Competitive.airboost main #brand_outer .l1.on {
  display: block;
}
#Competitive.airboost main #brand_outer .l2 {
  display: none;
}
#Competitive.airboost main #brand_outer .l2.on {
  display: block;
}
#Competitive.airboost main #brand_outer .l3 {
  display: none;
}
#Competitive.airboost main #brand_outer .l3.on {
  display: block;
}
#Competitive.airboost main .select-box {
  border-radius: 6px;
}
#Competitive.airboost main .color_box select {
  display: none;
}
#Competitive.airboost main .size_box select {
  display: none;
}
#Competitive.airboost main #purpose_etc {
  display: none;
}
#Competitive.airboost main #purpose_etc.on {
  display: flex;
  border-top: none;
}
#Competitive.airboost main .num_box,
#Competitive.airboost main .color_box,
#Competitive.airboost main .size_box,
#Competitive.airboost main .gender_box,
#Competitive.airboost main .times_box {
  width: 250px;
}
#Competitive.airboost main input[name=serial_s] {
  max-width: 250px;
}
#Competitive.airboost main input[name=serial_re_s] {
  max-width: 250px;
}
#Competitive.airboost main input[name=email2_s] {
  max-width: 455px;
}
#Competitive.airboost main input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Competitive.airboost main input[type=checkbox] + label {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 27px;
  position: relative;
  cursor: pointer;
  display: block;
}
#Competitive.airboost main input[type=checkbox] + label::before, #Competitive.airboost main input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
#Competitive.airboost main input[type=checkbox] + label::before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background: none;
  box-sizing: border-box;
  border-radius: 50%;
}
#Competitive.airboost main input[type=checkbox] + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  background: #dddddd;
  border-radius: 50%;
  border: none;
  opacity: 1;
  transition: all 0.3s ease;
}
#Competitive.airboost main input[type=checkbox]:checked + label {
  background: none;
}
#Competitive.airboost main input[type=checkbox]:checked + label::after {
  background: #000;
}
#Competitive.airboost main .area1 .buy .select-box {
  max-width: 200px;
}
#Competitive.airboost main .area1 .buy .select-box:not(:last-of-type) {
  margin-right: 10px;
}
#Competitive.airboost main .area2 {
  margin-top: 50px;
}
#Competitive.airboost main .os_text {
  font-size: 14px;
  margin-top: 60px;
}
#Competitive.airboost main .overscroll {
  height: 200px;
  overflow-y: scroll;
  margin-top: 20px;
}
#Competitive.airboost main .overscroll ul li strong {
  text-align: left;
}
#Competitive.airboost main .caution_text {
  margin-top: 20px;
}
#Competitive.airboost main .submit_area span {
  width: 540px;
}
#Competitive.airboost main .bottom_text {
  font-size: 14px;
  margin-top: 50px;
}
#Competitive.airboost main.sfm2 table tr td p {
  overflow-wrap: break-word;
}
#Competitive.airboost main .check-list {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#Competitive.airboost main .check-list li {
  max-width: 210px;
  padding: 3px 0;
}
#Competitive.airboost main .form-sec .form_wrap .page_title .en {
  line-height: 1;
}
#Competitive.airboost main .form-sec .form_wrap .page_title .en span {
  font-size: 50px;
}
#Competitive.airboost main .form-sec .form_wrap .page_title .logo {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ttl_img {
  max-width: 804px;
  margin-inline: auto;
}

#Competitive.leathersuits.roman main .submit_area span {
  width: 520px;
}

#Competitive.leathersuits main .table_area .area_ttl {
  margin-top: 50px;
}

#Competitive #Contact .form-sec .page_title .en {
  line-height: 1;
}
#Competitive #Contact .form-sec .page_title .en span {
  font-size: 50px;
}

#Competitive.leathersuits main .table_area .ex_lead img {
  width: 500px;
}

main#Contact .send_comp p .en {
  font-size: 27px;
}

main#Contact .send_comp p .txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

main#Contact .send_comp p .txt .inline {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

main#Contact .send_comp .ph_thanks {
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 17px;
}

/*==================================
  intro
==================================*/
#intro p.img_main {
  margin-bottom: 50px;
}
#intro p.logo {
  width: 60px;
  margin: 0 auto;
}
#intro p.logo2 {
  width: 105px;
  margin: 0 auto;
}
#intro .intro_area.sec {
  padding: 230px 0 0 0;
}
#intro .suit_custom_sec {
  padding: 60px 0 0;
}
#intro .suit_custom_sec .container .link_wrap .look_btn {
  font-size: 18px;
  max-width: 135px;
  max-height: 40px;
  box-sizing: border-box;
  padding: 10px 0px 11px;
  min-width: unset;
  width: 100%;
  font-weight: 400;
}
#intro .suit_custom_sec .container .link_wrap .list_btn {
  font-size: 18px;
  max-width: 235px;
  max-height: 40px;
  box-sizing: border-box;
  padding: 10px 0px 11px;
  min-width: unset;
  width: 100%;
  font-weight: 400;
}
#intro .suit_custom_sec .container .mgb {
  padding: 0 0 40px 0;
}
#intro .text_box {
  margin-bottom: 65px;
  padding: 0 100px;
}
#intro .text_box h2 {
  font-family: YakuHanMP, "Noto Serif JP", san-serif;
  font-size: 37px;
  margin-bottom: 35px;
  line-height: 1.5;
  font-weight: 400;
}
#intro .text_box p.text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  font-size: 15px;
  font-weight: 400;
  font-feature-settings: "palt";
}
#intro .product_info {
  margin-bottom: 30px;
}
#intro .product_info .img_mini {
  max-width: 255px;
  width: 100%;
  margin: 0 auto 25px;
}
#intro .product_info .name {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}
#intro .product_info .size {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
  text-align: center;
}
#intro .product_info .price {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
}
#intro .product_info .price span.small {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#intro .product_info .price span.font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  font-size: 18px;
}
#intro .intro_leather .stx {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 45px;
}
#intro .intro_leather .stx_text {
  margin-bottom: 45px;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", san-serif;
  font-size: 30px;
  line-height: 1.5;
}
#intro .intro_leather .product_area .leather_text_box {
  margin-bottom: 65px;
  padding: 0 65px;
}
#intro .intro_leather .product_area .leather_text_box h2 {
  margin-bottom: 55px;
  font-family: YakuHanMP, "Noto Serif JP", san-serif;
  text-align: center;
}
#intro .intro_leather .product_area .leather_text_box p.text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-feature-settings: "palt";
}
#intro .intro_leather .product_area .product_ph {
  margin-bottom: 30px;
}
#intro .intro_leather .product_area .product_info {
  margin-bottom: 20px;
}
#intro .intro_leather .product_area .product_info .name {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
#intro .intro_leather .product_area .product_info .size {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}
#intro .intro_leather .product_area .product_info .price {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
}
#intro .intro_leather .product_area .product_info .price span.small {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#intro .intro_leather .product_area .product_info .price span.font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  font-size: 18px;
}

/*==================================
  EVOKE
==================================*/
#Evoke header {
  position: unset;
  transform: unset !important;
  height: unset;
}
#Evoke header .swiper-main img {
  border-radius: unset;
  max-width: unset;
  width: 100%;
}
#Evoke main {
  background-color: #000;
  color: #fff;
  padding-top: 0;
}
#Evoke main .evoke_sec {
  padding: 115px 0;
}
#Evoke main .evoke_sec h2 {
  font-size: 42px;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 120px;
  position: relative;
}
#Evoke main .evoke_sec h2::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 70%;
  height: 1px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#Evoke main .evoke_sec h3 {
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
}
#Evoke main .evoke_sec h4 {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 10px;
}
#Evoke main .evoke_sec p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.909;
}
#Evoke main .evoke_sec .row {
  gap: 40px;
}
#Evoke main .evoke_sec .row .col {
  flex: 1 47%;
}
#Evoke main .evoke_sec .row .col video {
  width: 100%;
}
#Evoke main .evoke_sec.sustainable_sec {
  border-bottom: unset;
}
#Evoke main .evoke_sec.other_sec {
  border-bottom: unset;
  padding-top: 50px;
}
#Evoke main .evoke_sec.lineup_sec {
  border-bottom: unset;
  background-color: #fff;
}
#Evoke main .evoke_sec.lineup_sec .link_wrap a {
  color: #fff;
  background: #000;
}
#Evoke main .evoke_sec.lineup_sec .link_wrap a::after {
  background-color: #fff;
}
#Evoke main .evoke_sec .one_img_col.right_img_row {
  flex-direction: row-reverse;
}
#Evoke main .evoke_sec .sub_img_row {
  padding: 115px 0 0;
}
#Evoke main .evoke_sec .logo_wrap {
  text-align: center;
  padding-bottom: 140px;
}
#Evoke main .evoke_sec .logo_wrap img {
  max-width: 453px;
  margin: 0 auto;
}
#Evoke main .evoke_sec .link_wrap {
  text-align: center;
}
#Evoke main .evoke_sec .link_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.13em;
  width: 330px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), box-shadow 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  color: #000;
  box-sizing: border-box;
  transition: 0.3s;
  margin: 0 auto;
  border-radius: 30px;
  z-index: 1;
}
#Evoke main .evoke_sec .link_wrap a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 15px;
  mask: url(/img/common/icon_arrow_flat.svg) no-repeat center center/cover;
  background-color: #000;
  margin-left: 20px;
}
#Evoke main .evoke_sec .link_wrap a:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.55);
}

/*==================================
  EVOKE
==================================*/
#Trade-in header {
  position: unset;
  height: auto;
  transform: unset !important;
}
#Trade-in header img {
  width: 100%;
  max-width: unset;
}
#Trade-in main {
  padding-top: 0;
}
#Trade-in main .faq_list .faq_row {
  border-bottom: 1px solid #d2d2d7;
}
#Trade-in main .faq_list .faq_row strong {
  font-weight: 500;
}
#Trade-in main .faq_list .faq_row .faq_title {
  position: relative;
  font-size: 15px;
  padding: 17px 0;
  padding-inline-end: 35px;
  display: block;
  line-height: 1.5;
}
#Trade-in main .faq_list .faq_row .faq_title i {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%);
}
#Trade-in main .faq_list .faq_row .faq_title i::after {
  mask: url(../img/common/arrow.svg) no-repeat right center/auto 100%;
  background-color: #000;
  transform: rotateZ(90deg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#Trade-in main .faq_list .faq_row .faq_title.open i {
  transform: translateY(-55%) rotateX(180deg);
}
#Trade-in main .faq_list .faq_row .faq_inner {
  padding-bottom: 28px;
  padding-inline-end: 35px;
  display: none;
}
#Trade-in main .faq_list .faq_row .faq_inner li,
#Trade-in main .faq_list .faq_row .faq_inner p {
  font-size: 14px;
  font-weight: 400;
}
#Trade-in main .faq_list .faq_row .faq_inner li span,
#Trade-in main .faq_list .faq_row .faq_inner p span {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
#Trade-in main .faq_list .faq_row .faq_inner li span::before,
#Trade-in main .faq_list .faq_row .faq_inner p span::before {
  content: "※";
}
#Trade-in main .faq_list .faq_row .faq_inner li {
  text-indent: -1em;
  padding-left: 1em;
}
#Trade-in main .faq_list .faq_row .faq_inner li::before {
  content: "・";
}
#Trade-in main .faq_list .faq_row .faq_inner li + li {
  padding-top: 1rem;
}
#Trade-in main .link_list {
  padding-top: 100px;
}
#Trade-in main .link_list .flex {
  display: flex;
  gap: 0 2%;
}
#Trade-in main .link_list .flex li a {
  transition: all 0.3s ease-out;
}
#Trade-in main .link_list .flex li a:hover {
  opacity: 0.7;
}
#Trade-in footer .footer_inner {
  padding-top: 40px;
}
#Trade-in footer .footer_inner .fot_bottom {
  border-top: none;
  padding-top: 0;
}
#Trade-in footer .footer_inner .fot_bottom .flex {
  justify-content: center;
}
#Trade-in footer .footer_inner .fot_bottom .flex .logo a {
  display: none;
}
#Trade-in footer .footer_inner .fot_bottom .flex #pageTop {
  display: none;
}

/*==================================
  hyod-caravan
==================================*/
#Caravan main .caravan_sec {
  padding: 0 0 115px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
#Caravan main .caravan_sec .container {
  max-width: 1100px;
}
#Caravan main .caravan_sec .container.container_w {
  max-width: 1300px;
}
#Caravan main .caravan_sec h2 {
  text-align: center;
  position: relative;
}
#Caravan main .caravan_sec h3 {
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 75px;
}
#Caravan main .caravan_sec h4 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 15px;
}
#Caravan main .caravan_sec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.909;
}
#Caravan main .caravan_sec p a {
  text-decoration: underline;
}
#Caravan main .caravan_sec p a:hover {
  text-decoration: none;
}
#Caravan main .caravan_sec small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.909;
  display: block;
}
#Caravan main .caravan_sec .row {
  gap: 40px;
  padding-bottom: 60px;
}
#Caravan main .caravan_sec .row .col {
  flex: 1 47%;
}
#Caravan main .caravan_sec.lead_sec {
  padding-top: 115px;
}
#Caravan main .caravan_sec.lead_sec .text-box .sec-title {
  padding-bottom: 30px;
}
#Caravan main .caravan_sec.contents_sec .title_box {
  padding-bottom: 120px;
}
#Caravan main .caravan_sec.contents_sec .title_box h2 {
  font-size: 42px;
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 500;
}
#Caravan main .caravan_sec.contents_sec .title_box h2::before, #Caravan main .caravan_sec.contents_sec .title_box h2::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
#Caravan main .caravan_sec.contents_sec .title_box h2::before {
  top: -20px;
}
#Caravan main .caravan_sec.contents_sec .title_box h2::after {
  bottom: -20px;
}
#Caravan main .caravan_sec.contents_sec .title_box h2 span {
  display: block;
  font-size: 18px;
}
#Caravan main .caravan_sec.contents_sec .sns_col {
  padding: 50px 0;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list {
  display: flex;
  justify-content: center;
  gap: 3%;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list li {
  text-align: center;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list li a {
  display: block;
  font-weight: 400;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list li a img {
  filter: brightness(0);
  height: 30px;
  margin-right: 0.5rem;
  vertical-align: -0.5rem;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list li a:hover {
  opacity: 0.7;
}
#Caravan main .caravan_sec.contents_sec .sns_col .sns_list li .qr img {
  height: 130px;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table {
  width: 100%;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table th,
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td {
  padding: 5px 10px;
  vertical-align: middle;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table th {
  text-align: center;
  background-color: #636363;
  color: #fff;
  white-space: nowrap;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td {
  font-weight: 400;
  border-bottom: 1px solid #aaa;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td.td_l_01, #Caravan main .caravan_sec.contents_sec .table_col .schedule_table td.td_l_02, #Caravan main .caravan_sec.contents_sec .table_col .schedule_table td.td_l_03 {
  white-space: nowrap;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td.td_c {
  text-align: center;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td .icon_blank {
  display: inline-block;
  width: 19px;
  height: 17px;
  position: relative;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td .icon_blank::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7e7e7e;
  mask: url(../img/common/icon_blank.svg) no-repeat left top/cover;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td a {
  display: inline-block;
  text-decoration: unset;
  line-height: 1;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td a .icon_blank::before {
  background-color: #f28220;
}
#Caravan main .caravan_sec.contents_sec .table_col .schedule_table td a:hover {
  opacity: 0.7;
}
#Caravan main .caravan_sec.contents_sec .table_col .attention_text {
  padding-top: 25px;
}
#Caravan main .caravan_sec .one_img_col.right_img_row {
  flex-direction: row-reverse;
}
#Caravan main .caravan_sec .one_img_col .img_col.img_col_vertical img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

/*==================================
  Look
==================================*/
#look header {
  position: unset;
  transform: unset !important;
  height: 34.1796875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  box-sizing: border-box;
}
#look header figure {
  max-width: 770px;
  width: 37.59765625vw;
}
#look main {
  background-color: #fff;
  color: #000;
  padding-top: 0;
}
#look main .products_sec .swiper-slide img {
  border-radius: 0;
}
#look main .products_sec .row {
  padding-block: 60px 290px;
  gap: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#look main .products_sec .row .col.col_l {
  max-width: 720px;
}
#look main .products_sec .row .col.col_r {
  max-width: 445px;
}
#look main .products_sec .row .products_list {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
#look main .products_sec .row .products_list li {
  width: 100%;
}
#look main .products_sec .row .products_list li .item {
  font-weight: 300;
  font-size: 20px;
  display: block;
  padding-bottom: 25px;
}
#look main .products_sec .row .products_list li a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  padding: 13px 20px;
}
#look main .products_sec .row .products_list li a:hover {
  transform: scale(1.05);
}

/*==================================
  #Noise
==================================*/
#Noise .pc {
  display: block !important;
}
#Noise .sp {
  display: none !important;
}
#Noise .header-space {
  width: 100%;
  height: 90px;
}
#Noise .header-img {
  margin-bottom: 40px;
}
#Noise .img.type-03 {
  margin-bottom: 40px;
}
#Noise .img.type-05 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
#Noise .img.type-06 {
  margin-bottom: 40px;
}
#Noise .img.type-08 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
#Noise .img.type-09 {
  margin-bottom: 130px;
}
#Noise .noise-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}