@media screen and (max-width: 768px) {
 /* classy04_PConly / classy04_SPonly（元 classy04_style.css） */
 .classy04_PConly {
  display: none !important;
 }
 .classy04_SPonly {
  display: block !important;
 }
 .lp-video_container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
 }
 .lp-video_container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }
 .centering {
  margin: 0;
 }
 .lp-wrapper {
  --lp-lead-top: clamp(56px, 14vw, 80px);
  --lp-lead-bottom: clamp(40px, 10vw, 55px);
  --lp-tabs-bottom: clamp(104px, 20vw, 160px);
  --lp-section-gap: clamp(80px, 16vw, 120px);
  --lp-stack-gap: clamp(64px, 12vw, 100px);
  --lp-page-bottom: clamp(56px, 14vw, 80px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #001f37;
  font-family: sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 13px;
 }
 .lp-wrapper * {
  margin: 0;
  padding: 0;
  outline: none;
 }
 .lp-wrapper img {
  vertical-align: top;
 }
 .lp-wrapper .is-delay {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 }
 .lp-wrapper .m-italic {
  font-style: italic;
  font-family:
   adobe-garamond-pro,
   freight-display-pro serif;
 }
 .lp-wrapper .m-br::before {
  content: '\A';
  white-space: pre;
 }

 /* lead */
 .lp-wrapper .lp-lead {
  margin: var(--lp-lead-top) 8vw var(--lp-lead-bottom);
  text-align: center;
 }
 .lp-wrapper .lp-lead__title {
  font-family: proxima-nova, sans-serif;
  margin-bottom: 6.6666666667vw;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 1;
  line-height: 1.7;
  font-weight: 400;
 }
 .lp-wrapper .lp-lead__title b {
  display: block;
  text-align: center;
  font-family: freight-display-pro, adobe-garamond-pro, proxima-nova, serif;
  font-weight: 400;
  font-size: min(52px, 9vw);
  letter-spacing: 0.06em;
  line-height: 1.1;
 }
 .lp-wrapper .lp-lead p {
  font-size: 20px;
  line-height: 2;
 }

 /* styling */
 .lp-wrapper .lp-content_styling {
  margin: 0 8vw;
 }
 .lp-wrapper .lp-content_styling h2,
 .lp-wrapper .lp-looks__buttons h2 {
  text-align: center;
  line-height: 1;
  font-size: min(36px, 8.4vw);
  font-weight: 400;
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  color: #001f37;
 }
 .lp-wrapper .lp-content_styling h2::after,
 .lp-wrapper .lp-looks__buttons h2::after {
  content: '';
  display: block;
  width: 100px;
  margin: 32px auto 0;
  border-bottom: 1px solid #001f37;
 }
 .lp-wrapper .styling_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1px;
  row-gap: var(--lp-stack-gap);
 }
 .lp-wrapper .styling_slider li {
  width: auto;
  min-width: 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
 }
 .lp-wrapper .styling_slider li > a {
  display: block;
 }
 .lp-wrapper .styling_slider img {
  display: block;
  width: 100%;
  height: auto;
 }
 .lp-wrapper .styling_slider .styling_title {
  padding: 15px 8px 12px 0;
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
 }
 .lp-wrapper .styling_slider .styling_link {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
 }

 /* feature */
 .lp-wrapper .lp-content_feature {
  --lp-rule-space: var(--lp-section-gap);
  position: relative;
  margin: 0 8vw var(--lp-rule-space);
  padding-top: calc(var(--lp-rule-space) * 2 + 1px);
 }
 .lp-wrapper .lp-content_feature::before {
  content: '';
  position: absolute;
  top: var(--lp-rule-space);
  left: 0;
  right: 0;
  height: 1px;
  background: #cbcbcb;
 }
 .lp-content_feature div {
  /* text-align:center; */
 }
 .lp-content_feature img {
  width: 100%;
  margin-bottom: 18px;
 }
 .lp-content_feature .feature_title {
  padding: 10px 0;
 }
 .lp-wrapper .lp-content_feature .price {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--lp-stack-gap);
 }
 .lp-wrapper .lp-content_feature > div:last-child .price {
  padding-bottom: 0;
 }
 .lp-content_feature .price__row {
  display: grid;
  grid-template-columns: minmax(0, 85px) max-content max-content;
  column-gap: 1em;
  align-items: baseline;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 16px;
 }
 .lp-content_feature .price__row:not(:last-child) {
  margin-bottom: 8px;
 }
 .lp-content_feature .price__row a {
  text-decoration: underline;
  font-size: 16px;
 }
 .lp-content_feature .price__amount {
  white-space: nowrap;
  font-size: 16px;
  margin-left: 0;
 }
 .lp-content_feature .price__arrive {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
 }

 /* looks */
 .lp-wrapper .lp-looks {
  --looks-heading: calc(min(36px, 8.4vw) + 199px);
  container-type: inline-size;
  position: relative;
  isolation: isolate;
  margin-bottom: 0;
  padding: var(--lp-section-gap) 8vw 0;
  background-color: #fff;
  background-image: none;
 }
 .lp-wrapper .lp-looks::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--lp-section-gap) + var(--looks-heading) + (100cqi - 1px) / 2 * 3 / 4);
  background: #4e4e46;
 }
 .lp-wrapper .lp-looks > h2,
 .lp-wrapper .lp-looks__items,
 .lp-wrapper .lp-looks__buttons {
  position: relative;
  z-index: 1;
 }
 .lp-wrapper .lp-looks > h2 {
  text-align: center;
  line-height: 1;
  font-size: min(36px, 8.4vw);
  font-weight: 400;
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  color: #fff;
 }
 .lp-wrapper .lp-looks > h2::after {
  content: '';
  display: block;
  width: 100px;
  margin: 32px auto 0;
  border-bottom: 1px solid #fff;
 }
 .lp-wrapper .lp-looks > h2 span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  text-align: center;
  margin: 25px 0 25px;
 }
 .lp-wrapper .lp-looks__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  grid-area: aside;
 }
 .lp-wrapper .lp-looks__photo {
  position: relative;
  margin-bottom: 1px;
 }
 .lp-wrapper .lp-looks__photo img {
  width: 100%;
  height: auto;
 }
 .lp-wrapper .lp-looks__photo::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
 }
 .lp-wrapper .lp-looks__description {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
  padding: 0;
 }
 .lp-wrapper .lp-looks__description:not(:last-child) {
  margin-bottom: 8px;
 }
 .lp-wrapper .lp-looks__description h3 {
  width: 90px;
  font-weight: 400;
  font-size: 16px;
 }
 .lp-wrapper .lp-looks__description h3 a,
 .lp-wrapper .lp-looks__description h3 > span {
  display: inline-block;
  width: 90px;
  font-size: 16px;
 }
 .lp-wrapper .lp-looks__description h3 a {
  color: inherit;
  text-decoration: underline;
 }
 .lp-wrapper .lp-looks__arrive {
  display: inline;
  margin: 0 0 0 1em;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, sans-serif;
  white-space: nowrap;
 }
 .lp-wrapper .lp-looks__price {
  white-space: nowrap;
  font-size: 16px;
  margin-left: 1em;
 }
 .lp-wrapper .lp-looks__modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(235, 235, 230, 0.9);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
 }
 .lp-wrapper .lp-looks__modal.is-open {
  opacity: 1;
  visibility: visible !important;
 }
 .lp-wrapper .lp-looks__modal-inner {
  position: relative;
  width: 69.3333333333vw;
  margin: 0 auto;
 }
 .lp-wrapper .lp-looks__modal-photo {
  margin-bottom: 18px;
 }
 .lp-wrapper .lp-looks__modal-photo img {
  width: 100%;
  height: auto;
 }
 .lp-wrapper .lp-looks__modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  transform: translateY(-40px);
 }
 .lp-wrapper .lp-looks__buttons {
  margin: var(--lp-section-gap) auto var(--lp-tabs-bottom);
 }
 .lp-wrapper .lp-looks__button {
  display: block;
  line-height: 60px;
  height: 60px;
  margin-bottom: 4vw;
  background: #001f37;
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #001f37;
  transition: all 0.2s;
 }
 .lp-wrapper .lp-looks__shop .lp-looks__button:last-child {
  margin-bottom: 0;
 }

 /* feature_bottom */
 .lp-wrapper .lp-content_feature_bottom {
  margin: 0 0 var(--lp-page-bottom);
  padding: 0;
 }
 .lp-content_feature_bottom .feature_title {
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  font-size: min(36px, 8.4vw);
  text-align: center;
 }
 .lp-content_feature_bottom .feature_title p {
  text-align: center;
 }
 .lp-content_feature_bottom p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
 }
 .cont1,
 .cont2 {
  padding: 50px 40px;
  text-align: center;
 }
 .feature_button a,
 .feature_button.comingsoon {
  display: block;
  padding: 0;
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin: 20px auto 0;
  text-decoration: none;
  border: solid 1px #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
 }
 .feature_button a:hover {
  background: none;
  border: solid 1px #fff;
  color: #fff;
 }
 .lp-content_feature_bottom .cont1 {
  background: url(../img/th_oc.jpg) no-repeat;
  background-position: center;
 }
 .lp-content_feature_bottom .cont2 {
  background: url(../img/th_mt.jpg) no-repeat;
  background-position: center;
 }

 /* 追加 */
 .pc {
  display: none !important;
 }
 .slick-slide {
  height: auto !important;
 }

 /* ナビゲーション（SP） */
 .lp-wrapper .tabs {
  font-family:
   freight-display-pro,
   adobe-garamond-pro serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.6666666667vw;
  margin: 0 8vw var(--lp-tabs-bottom);
  padding: 0;
  list-style: none;
 }
 .tabs li {
  display: block;
  flex: 1;
  max-width: calc(50% - 1.3333333334vw);
  position: relative;
  cursor: pointer;
  list-style: none;
 }
 .tab-nav__banner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
 }
 .tab-nav__banner img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: filter 0.35s ease;
 }
 .tabs li:not(.active) .tab-nav__banner img {
  filter: grayscale(100%);
 }
 .tabs li.active .tab-nav__banner img,
 .tabs li:hover .tab-nav__banner img {
  filter: grayscale(0%);
 }
 .tab-nav__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  pointer-events: none;
 }
 .tab-nav__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: #001f37;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease-out;
 }
 .tabs li.active .tab-nav__line {
  transform: scaleX(1);
 }

 .tab-panel {
  display: none !important;
 }
 .tab-panel.active {
  display: block !important;
 }
 .lp-content_feature_bottom .cont1,
 .lp-content_feature_bottom .cont2 {
  width: 100%;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 20px;
 }

 .lp-looks__description.-nonlook {
  display: block;
  font-size: 14px;
 }
 .lp-looks__description.-nonlook a {
  margin-top: 10px;
  text-align: center;
  display: block;
  text-decoration: underline;
 }

 .mv img {
  width: 100%;
 }
}

@media screen and (min-width: 769px) {
 .br-sp {
  display: none;
 }
}
