@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* メディアクエリー */
/* クリアフィックス */
/*フォントサイズ(rem)*/
/*フォントフェイス*/
/*アスペクト比*/
/*要素内のテキストを非表示にする*/
/*天地左右に中央配置*/
/* パーセント */
/* px→vw */
/* px→vh */
/* px1/2 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 62.5%;
  font-weight: 500;
}

body {
  position: relative;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: normal;
  color: #727171;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 640px) {
  body {
    cursor: default;
  }
}

a {
  color: #000;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  a {
    cursor: pointer;
  }
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (max-width: 640px) {
  button {
    cursor: pointer;
  }
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hover-alpha {
  opacity: 1;
  transition: opacity 0.5s;
}
.hover-alpha:hover {
  opacity: 0.5;
}
@media all and (max-width: 640px) {
  .is-MobileOS .hover-alpha:hover {
    opacity: 1;
  }
}

.w-100 {
  width: 100%;
  vertical-align: bottom;
}

.w-80 {
  width: 80%;
  vertical-align: bottom;
}

@media all and (max-width: 640px) {
  .img-100 {
    width: 100%;
  }
}

.pc {
  display: block;
}
@media all and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media all and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.pc-inline-block {
  display: inline-block !important;
}
@media all and (max-width: 640px) {
  .pc-inline-block {
    display: none !important;
  }
}

.sp-inline-block {
  display: none !important;
}
@media all and (max-width: 640px) {
  .sp-inline-block {
    display: inline-block !important;
  }
}

.motion-target {
  opacity: 1;
}

.contents {
  width: 100%;
}

.contents-wrap {
  width: 100%;
  overflow: hidden;
}

.c-title {
  font-size: 2vw;
  text-align: center;
  margin: 40px 0;
}
@media all and (max-width: 640px) {
  .c-title {
    font-size: 4vw;
    margin: 20px 0;
  }
}

.header-global {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 124px;
  box-sizing: border-box;
  padding: 0 30px;
  z-index: 100;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .header-global {
    height: 15.625vw;
    padding: 0 5.46875vw;
  }
}
.header-global .seiko_logo {
  width: 101px;
  margin-top: 60px;
}
@media all and (max-width: 640px) {
  .header-global .seiko_logo {
    width: 18.90625vw;
    margin-top: 5vw;
  }
}
.header-global .lukia_logo {
  width: 53px;
  margin-top: 40px;
}
@media all and (max-width: 640px) {
  .header-global .lukia_logo {
    width: 8.4375vw;
    margin-top: 3.125vw;
  }
}
.header-global .detail_title {
  width: 305px;
  margin-top: 70px;
}
@media all and (max-width: 640px) {
  .header-global .detail_title {
    width: 8.4375vw;
    margin-top: 3.125vw;
  }
}

@media all and (max-width: 640px) {
  .page-top .header-global {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bnr-global {
  position: relative;
  width: 100%;
  z-index: 100;
}
.bnr-global .bnr-global__wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 3.671875vw 0 7.265625vw;
  width: 65.625vw;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bnr-global .bnr-global__wrap {
    padding: 47px 0 93px;
  }
}
@media all and (max-width: 640px) {
  .bnr-global .bnr-global__wrap {
    display: block;
    width: 85.9375vw;
    padding: 5.9375vw 0 9.84375vw;
  }
}
.bnr-global .bnr-global__lukia {
  display: block;
  width: 34.21875vw;
  max-width: 438px;
}
@media all and (max-width: 640px) {
  .bnr-global .bnr-global__lukia {
    width: 100%;
    max-width: 100%;
  }
}
.bnr-global .bnr-global__insta {
  display: block;
  width: 28.359375vw;
  max-width: 363px;
}
@media all and (max-width: 640px) {
  .bnr-global .bnr-global__insta {
    width: 100%;
    max-width: 100%;
    margin-top: 7.03125vw;
  }
}
.bnr-global .p-banner__txt {
  margin: 20px auto 0;
  display: block;
  line-height: 1;
  text-decoration: underline;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgb(82, 102, 113);
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  .bnr-global .p-banner__txt {
    margin: 15px auto 0;
  }
}

.footer-global {
  width: 100%;
  height: 156px;
  color: #fff;
  background-color: #080404;
  box-sizing: border-box;
  padding: 56px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px) {
  .footer-global {
    height: 37.34375vw;
  }
}
.footer-global .foot_l {
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .footer-global .foot_l {
    display: none;
  }
}
.footer-global .foot_r {
  width: 90px;
}
@media all and (max-width: 640px) {
  .footer-global .foot_r {
    width: 100%;
    display: block;
  }
}
.footer-global .foot_logo {
  width: 130px;
  margin-top: 10px;
}
.footer-global .sns {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .footer-global .sns {
    margin: 0 auto;
    width: 100px;
  }
}
.footer-global .fb,
.footer-global .tw {
  width: 40px;
}
@media all and (max-width: 640px) {
  .footer-global .fb,
.footer-global .tw {
    margin: 0;
    width: 40px;
  }
}
.footer-global .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  padding-left: 30px;
}
@media all and (max-width: 640px) {
  .footer-global .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 4.6875vw;
    padding-left: 0;
  }
}

.page-top .contents-wrap {
  width: 86.40625vw;
  max-width: 100%;
  background-image: url(../../assets/img/top/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .page-top .contents-wrap {
    width: 100%;
    background-image: url(../../assets/img/top/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
.page-top .section-01 {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 8.59375vw 0 3.90625vw;
}
@media screen and (min-width: 1280px) {
  .page-top .section-01 {
    padding: 120px 0 50px;
  }
}
@media all and (max-width: 640px) {
  .page-top .section-01 {
    padding: 23.90625vw 0 3.90625vw;
  }
}

@media screen and (min-width: 1280px) {
  .page-top .section-06 {
    padding: 120px 0 160px;
  }
}
@media all and (max-width: 640px) {
  .page-top .section-06 {
    
  }
}


.page-top .section-01 .head-title {
  width: 38.359375vw;
  max-width: 491px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .page-top .section-01 .head-title {
    width: 63.59375vw;
  }
}
.page-top .section-01 .head-text {
  text-align: center;
  font-size: 1.25vw;
  margin-top: 2.734375vw;
}
@media screen and (min-width: 1280px) {
  .page-top .section-01 .head-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
@media all and (max-width: 640px) {
  .page-top .section-01 .head-text {
    margin-top: 3.125vw;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page-top .section-02 {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  .page-top .section-02 {
    margin-top: 5.46875vw;
  }
}
@media all and (max-width: 640px) {
  .page-top .section-02 .title {
    width: 50.46875vw;
    margin: 0 auto 7.03125vw;
  }
}

.page-top .section-02 .title-aw {
    font-size: 2vw;
    position: relative;
    margin: 2vw 0;
}
@media all and (max-width: 640px) {
  .page-top .section-02 .title-aw {
	font-size: 1.5rem;
  }
}

.page-top .section-02 .campaign-ttl {
    font-size: 2.2vw;
    text-align: center;
    margin: 70px auto 0;
    line-height: 1.8em;
    padding: 0.3em 2em;
    background: #f1dfdd;
    box-shadow: 0px 0px 0px 10px #f1dfdd;
    border: dashed 2px white;
}

@media all and (max-width: 640px) {
  .page-top .section-02 .campaign-ttl {
	font-size: 4.4vw;
    margin: 20px auto 0;
  }
}

.page-top .section-02 .campaign-ttl a {
    color: #727171;
    display: block;
    width: 100%;
    padding: 0.3em 2em;
    margin: -0.3em -2em;
}

.page-top .section-02 .campaign-ttl02 {
    font-size: 2.5vw;
    text-align: center;
    margin: 120px auto 0;
    line-height: 1.8em;
}
@media all and (max-width: 640px) {
  .page-top .section-02 .campaign-ttl02 {
	font-size: 6vw;
    margin: 25px auto 0;
  }
}

.page-top .section-02 .campaign-ttl03 {
	display: flex;
    font-size: 2vw;
    text-align: center;
    margin: 80px auto 0;
    line-height: 1.8em;
	align-items: center;
	justify-content: center;
}
@media all and (max-width: 640px) {
  .page-top .section-02 .campaign-ttl03 {
	font-size: 4.3vw;
    margin: 30px auto 0;
  }
}

.campaign-ttl03:before, .campaign-ttl03:after {
  border-top: 1px solid #595757;
  content: "";
  width: 3em;
}
.campaign-ttl03:before {
  margin-right: 1em;
}
.campaign-ttl03:after {
  margin-left: 1em;
}



.page-top .section-02 .panel {
  width: 76.5625vw;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  display: none;
}
@media all and (max-width: 640px) {
  .page-top .section-02 .panel {
    width: 85.9375vw;
  }
}
.page-top .section-02 .panel.active {
  display: flex;
}
.page-top .section-02 .panel li {
  width: 23.59375vw;
  height: 23.59375vw;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 2.578125vw;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .page-top .section-02 .panel li {
    margin-bottom: 33px;
  }
}
@media all and (max-width: 640px) {
  .page-top .section-02 .panel li {
    width: 40.625vw;
    height: 40.625vw;
    margin-bottom: 4.53125vw;
  }
}
.page-top .section-02 .panel li a {
  display: block;
}
.page-top .cal-ph {
  position: relative;
  width: 66.5625vw;
  margin: 5.46875vw auto 0;
}
.page-top .cal-ph__ul {
  width: 100%;
}
.page-top .cal-ph__li {
  width: 100%;
}
.page-top .cal-ph__arrow {
  position: absolute;
  right: -6.25vw;
  top: 57.8125vw;
  width: 15.9375vw;
  z-index: 10;
}
.page-top .cal-ph__count {
  display: flex;
  vertical-align: bottom;
  align-items: flex-end;
  position: absolute;
  right: -3.125vw;
  bottom: -2.34375vw;
}
.page-top .cal-ph__molecule {
  font-size: 9.375vw;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.page-top .cal-ph__separate,
.page-top .cal-ph__denominator {
  font-size: 3.90625vw;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}
.page-top .season-cat {
  position: absolute;
  top: 1.953125vw;
  right: 2.34375vw;
  width: 5.078125vw;
  max-width: 65px;
  font-size: 1.25vw;
  color: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .page-top .season-cat {
    font-size: 16px;
    font-size: 1.6rem;
    top: 30px;
    right: 30px;
  }
}
@media all and (max-width: 640px) {
  .page-top .season-cat {
    top: 16.40625vw;
    right: 5.46875vw;
    width: 9.375vw;
    font-size: 1.875vw;
  }
}
.page-top .season-cat li a {
  display: block;
  text-align: center;
}
.page-top .season-cat li.active a::after {
  content: "";
  display: block;
  width: 0.46875vw;
  height: 0.46875vw;
  margin: 0 auto;
  background-image: url(../../assets/img/top/ico_mark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .page-top .season-cat li.active a::after {
    width: 6px;
    height: 6px;
  }
}
@media all and (max-width: 640px) {
  .page-top .season-cat li.active a::after {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}

.page-detail {
  color: #595757;
}
@media all and (max-width: 640px) {
  .page-detail {
    margin-top: 10vw;
  }
}

.page-detail .main {
  position: relative;
  z-index: 101;
}
.page-detail .head-title {
  position: relative;
  width: 305px;
  max-width: 305px;
  margin: 0 auto;
  line-height: 1;
  top: -60px;
}
@media all and (max-width: 640px) {
  .page-detail .head-title {
    top: 0;
    width: 63.59375vw;
    margin-top: 7.8125vw;
    margin-bottom: 6.25vw;
  }
}
.page-detail .section-01 {
  position: relative;
  box-sizing: border-box;
  width: 89.0625vw;
  max-width: 1280px;
  margin: 0 auto 8.203125vw;
  left: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 {
    margin: 0 auto;
    left: 20px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 {
    padding: 0;
    margin: 0 auto 7.03125vw;
    left: 0;
  }
}
.page-detail .section-01 .section-frame {
  display: flex;
  justify-content: space-between;
  width: 89.84375vw;
  max-width: 1150px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-frame {
    width: 86.71875vw;
    display: block;
    margin: 0 auto;
  }
}
.page-detail .section-01 .section-ph {
  position: relative;
  width: 49.84375vw;
  max-width: 638px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-ph {
    width: 87vw;
    margin-bottom: 15.625vw;
  }
}

.page-detail .section-01 .section-ph-img {
  position: relative;
  width: 49.84375vw;
  max-width: 460px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-ph-img {
    width: 79.21875vw;
    margin-bottom: 15.625vw;
  }
}

.page-detail .section-01 .section-ph-img::after {
    content: none;
}

.page-detail .section-01 .section-ph::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.78125vw;
  top: 7.03125vw;
  width: 45vw;
  max-width: 576px;
  height: 45vw;
  max-height: 576px;
  background-color: #ebecec;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-ph::after {
    top: 90px;
    right: 25px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-ph::after {
    width: 100vw;
    max-width: auto;
    height: 82.1875vw;
    max-height: 526px;
    right: auto;
    top: 9.375vw;
    left: 3vw;
  }
}
.page-detail .section-01 .section-ph__ul {
  width: 42.8125vw;
  max-width: 568px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-ph__ul {
    width: 100%;
    max-width: 100%;
  }
}
.page-detail .section-01 .flex-box {
    display: flex;
    gap: 20px;
}

.page-detail .flex-row {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 54px;
}
@media all and (max-width: 640px) {
  .page-detail .flex-row {
    padding-left: 0;
  }
}

.page-detail .section-01 .img-db {
    display: block;
	margin: 20px auto 0;
}

.page-detail .section-01 .img-db {
    display: block;
	margin: 20px auto 0;
}

.page-detail .section-01 .section-ph__ui--left,
.page-detail .section-01 .section-ph__ui--right {
  width: 2.890625vw;
  max-width: 37px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-ph__ui--left,
.page-detail .section-01 .section-ph__ui--right {
    width: 5.78125vw;
    max-width: 37px;
  }
}
.page-detail .section-01 .section-thumbnail__ul {
  width: auto;
  max-width: 415px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-thumbnail__ul {
    max-width: 57.5vw;
  }
}
.page-detail .section-01 .section-thumbnail__li {
  width: 9.921875vw;
  height: 9.921875vw;
  max-width: 127px;
  max-height: 127px;
  margin-right: 1.171875vw;
  background-color: #fff;
  overflow: hidden;
}
.page-detail .section-01 .section-thumbnail__li.active img {
  opacity: 0.5;
}
.page-detail .section-01 .section-thumbnail__li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-thumbnail__li {
    margin-right: 15px;
  }
  .page-detail .section-01 .section-thumbnail__li:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-thumbnail__li {
    cursor: pointer;
    width: 17.96875vw;
    height: 17.96875vw;
    margin-right: 15px;
  }
  .page-detail .section-01 .section-thumbnail__li:last-child {
    margin-right: 2.34375vw;
  }
}
.page-detail .section-01 .section-col {
  width: 40.15625vw;
  max-width: 604px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-col {
    width: 100%;
    max-width: 100%;
  }
}
.page-detail .section-01 .section-col__box {
  box-sizing: border-box;
  padding: 0 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-col__box {
    padding: 0 40px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-col__box {
    padding: 0;
  }
}
.page-detail .section-01 .section-title {
  font-size: 1.953125vw;
  margin-top: 2.34375vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 30px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-title {
    font-size: 4.375vw;
    margin-top: 0;
  }
}
.page-detail .section-01 .section-detail {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-detail {
    margin-top: 60px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-detail {
    margin-top: 7.8125vw;
  }
}
.page-detail .section-01 .section-detail p {
  font-size: 1.25vw;
  line-height: 2.794;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-detail p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-detail p {
    font-size: 3.125vw;
  }
}

.page-detail .section-01 .section-detail .small-txt {
	font-size: 1.3rem;
	margin-top: 20px;
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-detail .small-txt {
    font-size: 3.125vw!important;
	line-height: 2.5em;
  }
}

.page-detail .section-01 .section-name {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-name {
    margin-top: 60px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-name {
    margin-top: 10.9375vw;
  }
}
.page-detail .section-01 .section-name dl {
  font-size: 1.09375vw;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-name dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-name dl {
    font-size: 3.125vw;
  }
}
.page-detail .section-01 .section-name dl dt {
  margin-bottom: 1.5em;
}
.page-detail .section-01 .section-name dl dd {
  font-weight: 300;
}
.page-detail .section-01 .section-hr {
  width: 100%;
  height: 1px;
  background-image: url(../../assets/img/detail/section_01_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 1px;
  margin: 2.34375vw 0;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-hr {
    margin: 30px 0;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-hr {
    margin: 6.25vw 0;
  }
}
.page-detail .section-01 .section-costume dl {
  line-height: 1;
}
.page-detail .section-01 .section-costume dt {
  font-size: 0.9375vw;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-costume dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-costume dt {
    font-size: 3.125vw;
  }
}
.page-detail .section-01 .section-costume dd {
  font-size: 1.40625vw;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-01 .section-costume dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-01 .section-costume dd {
    font-size: 3.75vw;
  }
}
.page-detail .section-02 {
  width: 76.5625vw;
  background-color: #f2f2f1;
  box-sizing: border-box;
  padding: 2.34375vw;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 {
    padding: 30px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 {
	width: 100vw;
    padding: 6.25vw 0;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-wrap {
    width: 86.71875vw;
    margin: 0 auto;
  }
}
.page-detail .section-02 .section-product {
  width: 60.546875vw;
  max-width: 775px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-product {
    width: 100%;
    max-width: 100%;
    flex-direction: row-reverse;
  }
}
.page-detail .section-02 .section-col__title {
  position: relative;
  font-size: 0;
  line-height: 1;
  width: 6.71875vw;
  max-width: 86px;
  margin-bottom: 2.734375vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 .section-col__title {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__title {
    margin-top: 0;
    width: 11.25vw;
    margin-bottom: 4.6875vw;
  }
}
.page-detail .section-02 .section-col__title img {
  vertical-align: top;
  font-size: 0;
  line-height: 1;
}
.page-detail .section-02 .section-col__title::before {
  content: "";
  display: block;
  background-image: url(../../assets/img/detail/item_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1px 100%;
  position: absolute;
  left: -2.34375vw;
  top: -6.25vw;
  width: 1px;
  height: 13.59375vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 .section-col__title::before {
    height: 174px;
    top: -80px;
    left: -30px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__title::before {
    display: none;
  }
}
.page-detail .section-02 .section-col {
  position: relative;
  width: 35.9375vw;
  max-width: 460;
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col {
    width: 37.34375vw;
    max-width: 100%;
  }
}
.page-detail .section-02 .section-col__name {
  font-size: 1.796875vw;
  line-height: 1;
  margin-bottom: 1.953125vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 .section-col__name {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__name {
    font-size: 3.59375vw;
    margin-bottom: 3.125vw;
  }
}
.page-detail .section-02 .section-col__price {
  font-size: 1.25vw;
  line-height: 1;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 .section-col__price {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__price {
    font-size: 2.65625vw;
    margin-bottom: 3.90625vw;
  }
}
.page-detail .section-02 .section-col__ul {
  font-size: 1.25vw;
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .section-02 .section-col__ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__ul {
    margin-bottom: 0;
    font-size: 2.1875vw;
  }
}
.page-detail .section-02 .section-col__btn {
  display: block;
  width: 15.234375vw;
  max-width: 195px;
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-col__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 7.8125vw;
  }
}
.page-detail .section-02 .section-ph {
  width: 24.609375vw;
  height: 24.609375vw;
  max-width: 315px;
  max-height: 315px;
  background-color: #fff;
}
@media all and (max-width: 640px) {
  .page-detail .section-02 .section-ph {
    width: 44.53125vw;
    height: 44.53125vw;
    max-width: 285px;
    max-height: 285px;
  }
}
.page-detail .aside-back {
  box-sizing: border-box;
  padding-top: 3.515625vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .aside-back {
    padding-top: 45px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .aside-back {
    padding-top: 9.375vw;
    padding-bottom: 3.4375vw;
  }
}
.page-detail .aside-back .aside-back__btn {
  position: relative;
  display: block;
  width: 11.875vw;
  max-width: 152px;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .page-detail .aside-back .aside-back__btn {
    width: 32.1875vw;
    max-width: 100%;
  }
}
.page-detail .aside-back .aside-back__btn::after {
  content: "";
  display: block;
  background-image: url(../../assets/img/detail/page_back_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 1px;
  width: 17.1875vw;
  height: 1px;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  margin-top: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .page-detail .aside-back .aside-back__btn::after {
    width: 220px;
    height: 1px;
    margin-top: 10px;
  }
}
@media all and (max-width: 640px) {
  .page-detail .aside-back .aside-back__btn::after {
    width: 37.65625vw;
    height: 1px;
    margin-top: 2.34375vw;
  }
}

.page-detail .section-01 .section-detail .small-txt {
	font-size: 1.3rem;
}

.mt-15 {
	margin-top: -15px!important;
}

.campaign02 {
	padding-bottom: 80px;
}
@media all and (max-width: 640px) {
  .campaign02 {
    padding-bottom: 40px;
  }
}

.shop_all {
  max-width: 500px;
  margin: 0 auto 200px;
  border: 1px solid #595757;
  position: relative;
}

@media all and (max-width: 640px) {
  .shop_all {
    max-width: 80%;
    margin: 0 auto 100px;
  }
}

.shop_all a {
  display: block;
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  padding: 1em 0;
  color: #595757;
}

@media all and (max-width: 640px) {
  .shop_all a {
    font-size: 1.6rem;
  }
}

.shop_all a:before {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 10px;
  height: 10px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}

@media all and (max-width: 640px) {
  .shop_all a:before {
    width: 8px;
    height: 8px;
  }
}

.shop_all a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.ot-sdk-container {
  display: none;
}