@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : style.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
/* common
---------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
}
a {
  color: #000000;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #000000;
  opacity: 0.7;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:active {
  text-decoration: none;
}
.page-top .arrow {
  color: #000;
  text-decoration: none;
  transition: opacity .25s ease;
}
.page-top .arrow:hover {
  opacity: .75;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@font-face {
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
  font-family: icon;
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  color: #000;
  display: inline-flex;
  display: block;
  font-family: icon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.icon-facebook:before {
  content: "\ea03";
}
.icon-line:before {
  content: "\ea05";
}
.icon-twitter:before {
  content: "\ea06";
}
.icon-instagram:before {
  content: "\ea04";
}
/* header
---------------------------------------------------- */
.l-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}
.l-header .header-content .logo {
  align-items: center;
  display: flex;
}
.l-header .header-content .logo img {
  width: 207px;
}
.l-header .header-content .l-sns {
  align-items: center;
  display: flex;
  height: 30px;
}
.l-header .header-content .l-sns .sns-list {
  font-size: 1.875rem;
}
.l-header .header-content .l-sns .sns-list.sns-list-ttl {
  font-size: .9rem;
}
.l-header .header-content .l-sns .sns-list:nth-child(n+2) {
  margin-left: 16px;
}
.l-sns .sns-list.sns-item--line {
  display: none;
  margin: 0;
}
.l-header .header-tit {
  font-size: 14px;
  padding-bottom: 25px;
}
.inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1020px;
}
.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
p.conTxt {
  line-height: 1.8;
}
p.txtIndent {
  text-indent: 1em;
}
p.conTxt + p.conTxt {
  margin-top: 25px;
}
.secBtn {
  width: 33.3333%;
}
.secBtn01 {
  margin: 80px auto 100px;
}
.secBtn02 {
  margin: 0 auto;
}
/* footer
---------------------------------------------------- */
.l-footer {
  border-top: 1px solid #000;
  padding: 60px 0;
  text-align: center;
}
.l-footer .logo {
  display: inline-block;
}
.l-footer .logo img {
  margin: 0 auto;
  width: 206px;
}
.l-footer .inner .copyright {
  font-size: .75rem;
  margin-top: 40px;
}
.l-footer .inner .l-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 15px;
}
.l-footer .inner .l-sns .sns-list {
  font-size: 3.125rem;
}
.l-footer .inner .l-sns .sns-list.sns-list-ttl {
  font-size: 1rem;
  margin-bottom: 35px;
  width: 100%;
}
.l-footer .inner .l-sns .sns-list:nth-child(n+3) {
  margin-left: 72px;
}
.l-footer .inner .l-sns .sns-item--instagram {
  display: none;
}
/* Effect
---------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: linear;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_fadein {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
.fadein-y {
  -webkit-transform: translate(0, 40px);
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1500ms;
}
.fadein-y.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.fadein {
  opacity: 0;
  transition: all 1500ms;
}
.fadein.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}
/* Page top
---------------------------------------------------- */
.page-top {
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 99;
}
.page-top .arrow {
  cursor: pointer;
  transition: opacity .25s ease;
}
.page-top .arrow:hover {
  opacity: .75;
}
/* main
---------------------------------------------------- */
.brackets {
  margin: 15px;
  padding: 35px 25px;
  position: relative;
}
.brackets::before, .brackets::after {
  content: '';
  height: 20px;
  position: absolute;
  width: 20px;
}
.brackets::before {
  border-left: solid 1px #8E7658;
  border-top: solid 1px #8E7658;
  left: 0;
  top: 0;
}
.brackets::after {
  border-bottom: solid 1px #8E7658;
  border-right: solid 1px #8E7658;
  bottom: 0;
  right: 0;
}
.brackets__rev {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.brackets__rev::before, .brackets__rev::after {
  content: '';
  height: 20px;
  position: absolute;
  width: 20px;
}
.brackets__rev::before {
  border-right: solid 1px #8E7658;
  border-top: solid 1px #8E7658;
  right: 0;
  top: 0;
}
.brackets__rev::after {
  border-bottom: solid 1px #8E7658;
  border-left: solid 1px #8E7658;
  bottom: 0;
  left: 0;
}
.kv {
  margin: auto;
  max-width: 1420px;
  position: relative;
  z-index: 10;
}
.kv .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.kv .fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.kv .inner {
  -webkit-transform: translate(-50%, 0);
  height: calc(100% - 40px);
  left: 50%;
  margin-top: 45px;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
}
.kv h1 {
  margin-top: 40px;
  max-width: 590px;
  width: 58%;
}
.kv__img {
  position: relative;
  z-index: -1;
}
.kv__anchor {
  background: #000;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.kv__anchor ul {
  display: flex;
  justify-content: center;
}
.kv__anchor ul li + li {
  margin-left: 50px;
}
.kv__anchor a {
  color: #FFF;
  display: block;
  padding-right: 1.5em;
  position: relative;
}
.kv__anchor a:after {
  -webkit-transform: translate(0, -50%);
  background: url(../img/anchorArrow.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
}
.kv__lead {
  background: #FFF;
  border: solid 1px #8E7658;
  margin: -65px auto 5px;
  max-width: 680px;
  position: relative;
}
.kv__lead-bg {
  background: url(../img/kvTextBg_pc.jpg) no-repeat;
  background-size: cover;
  border-right: solid 1px #8E7658;
  box-sizing: border-box;
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}
.kv__lead p {
  line-height: 1.875;
  text-align: center;
}
.sec01 {
  margin: 50px auto 100px;
  padding-top: 20px;
}
.sec01 h2 {
  margin: auto;
  max-width: 700px;
}
.sec01__con {
  margin-top: 60px;
}
.sec01__con-item:after {
  clear: both;
  content: " ";
  display: block;
}
.sec01__con-item .float_l {
  float: left;
}
.sec01__con-item .float_l.sec01__con-imgBox {
  padding: 0 5.4% 10px 0;
}
.sec01__con-item .float_r {
  float: right;
}
.sec01__con-item .float_r.sec01__con-imgBox {
  padding: 0 0 10px 5.4%;
}
.sec01__con-imgBox {
  position: relative;
  width: 52.4%;
  z-index: 1;
}
.sec01__con-imgText {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
.sec01__con h3 {
  display: inline-block;
}
.sec01__con-text {
  line-height: 1.875;
  margin-top: 30px;
}
.sec01__con-text p {
  letter-spacing: -.4px;
}
.sec01__con-text p + p {
  margin-top: 1.1em;
}
.sec01__con.con01 h3 {
  width: 47.2%;
}
.sec01__con.con01 .sec01__point {
  max-width: 570px;
}
.sec01__con.con02 h3 {
  width: 32.5%;
}
.sec01__con.con02 .sec01__point {
  max-width: 880px;
}
.sec01__point {
  background: #FEFEFE;
  border: 1px solid #8E7658;
  margin: 50px auto 0;
}
.sec01__point-ttl {
  color: #8E7658;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.sec01__point-ttl span {
  font-size: .8em;
}
.sec01__point-ttl a {
  color: #8E7658;
  text-decoration: underline;
}
.sec01__point-text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: .4em;
  position: relative;
}
.sec01__point-text.small {
  font-size: 12px;
  line-height: 1.5;
}
.sec01__point-btn {
  margin: 15px auto 0;
  width: 90%;
}
.sec01__point-btn a {
  display: block;
}
.sec01__point-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec01__point-flex .sec01__point-img {
  width: 55.15%;
}
.sec01__point-flex .sec01__point-con {
  width: 42%;
}
.sec02__mv {
  margin: auto;
  max-width: 1420px;
  position: relative;
}
.sec02__mv h2 {
  left: 100px;
  max-width: 610px;
  position: absolute;
  top: 70px;
  width: 51%;
}
.sec02__mv-text {
  margin: -155px 190px 0 auto;
  max-width: 640px;
  width: 53%;
}
.sec02__mv-text p {
  line-height: 1.875;
}
.sec02__mv-text p + p {
  margin-top: 1em;
}
.sec02__mv-text p.credit {
  font-size: 14px;
  line-height: 1.7;
}
.sec02__item {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
  max-width: 840px;
}
.sec02__item + .sec02__item {
  margin-top: 0;
}
.sec02__item-img {
  width: 47.5%;
}
.sec02__item-img.pre {
  position: relative;
}
.sec02__item-img.pre:before {
  background: url(../img/preSaleIcon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  right: 40px;
  top: 0;
  width: 100px;
}
.sec02__item-con {
  width: 46.5%;
}
.sec02__item-text {
  font-size: 14px;
  line-height: 1.66;
  margin-top: 30px;
}
.sec02__item.rev {
  flex-direction: row-reverse;
}
.sec02__itemArea {
  margin-top: 80px;
}
.sec02__itemArea + .sec02__itemArea {
  margin-top: 100px;
}
.sec02__itemArea.iArea01 h3 {
  margin: 0 0 0 -33%;
}
.sec02__itemArea.iArea01 .sec02__item-con {
  padding-bottom: 30px;
}
.sec02__itemArea.iArea01 .iArea01-01 .sec02__item-name {
  margin-left: auto;
  width: 230px;
}
.sec02__itemArea.iArea01 .iArea01-01 .sec02__item-img img {
  width: 85%;
}
.sec02__itemArea.iArea01 .iArea01-02 .sec02__item-img {
  text-align: center;
}
.sec02__itemArea.iArea02 h3 {
  margin: 0 -106% 0 0;
}
.sec02__itemArea.iArea02 .sec02__item-con {
  padding-bottom: 70px;
}
.sec02__itemArea.iArea02 .iArea02-01 .sec02__item-name {
  margin-left: auto;
  width: 355px;
}
.sec02__itemArea.iArea02 .iArea02-01 .sec02__item-img img {
  width: 83%;
}
.sec02__itemArea.iArea02 .iArea02-02 {
  margin-top: 15px;
}
.sec02__itemArea.iArea02 .iArea02-02 .sec02__item-name {
  width: 210px;
}
.sec02__itemArea.iArea02 .iArea02-02 .sec02__item-img {
  text-align: center;
}
.sec02__itemArea.iArea02 .iArea02-02 .sec02__item-img img {
  width: 73%;
}
.sec02__itemMv {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sec02__itemMv.rev {
  flex-direction: row-reverse;
}
.sec02__itemMv-img {
  width: 65.7%;
}
.sec02__itemMv-con {
  width: 29.5%;
}
.sec02__itemMv-text {
  margin-top: 30px;
}
.sec02__itemMv-text span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.sec02__itemMv-text p {
  letter-spacing: -.1px;
  line-height: 1.875;
}
.sec02__itemMv-text p + p {
  margin-top: 1em;
}
.sec02__itemMv-text p.credit {
  font-size: 14px;
  line-height: 1.66;
}
.sec02__att {
  font-size: 12px;
  margin: auto;
  margin-top: 35px;
  max-width: 820px;
  text-align: right;
}
.line {
  background: #000;
  height: 1px;
  margin: 80px auto;
  width: 90px;
}
.gucci__footer-btn {
  margin: auto;
  width: 370px;
}
.gucci__footer-text {
  font-size: 14px;
  line-height: 1.66;
  margin-top: 15px;
  text-align: center;
}
.gucci__footer-credit {
  font-size: 12px;
  margin: 70px auto 30px;
  text-align: center;
}
.pagetop {
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  width: 70px;
  z-index: 10;
}
.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.s-slide .slick-dots {
  line-height: 1;
  margin-top: 5px;
  position: static;
}
.s-slide .slick-dots li {
  height: 10px;
  width: 10px;
}
.s-slide .slick-dots li button:before {
  background: #FFF;
  border: solid 1px #9d7f47;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.s-slide .slick-dots li.slick-active button:before {
  background: #9d7f47;
  opacity: 1;
}
/*---------------------------------------------
                Style Sheet E N D
---------------------------------------------*/
@media screen and (max-width: 1040px) {
  body {
    display: block;
  }
  .inner {
    padding: 0 1rem;
  }
  .sec02__mv-text {
    margin: -14.90385vw 9.61538vw 0 auto;
  }
  .sec02__mv-text p {
    font-size: 1.53846vw;
  }
  .sec02__mv-text p.credit {
    font-size: 1.34615vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    display: block;
  }
  .brackets {
    padding: 4vw 3.33333vw;
  }
  .brackets::before, .brackets::after {
    height: 2.66667vw;
    width: 2.66667vw;
  }
  .brackets__rev::before, .brackets__rev::after {
    height: 2.66667vw;
    width: 2.66667vw;
  }
  .kv {
    margin-top: 5.33333vw;
  }
  .kv .icon {
    top: -5.33333vw;
    width: 5.33333vw;
  }
  .kv .inner {
    margin-top: 10vw;
  }
  .kv h1 {
    margin-top: 6vw;
    width: 100%;
  }
  .kv__anchor {
    font-size: 2.93333vw;
    padding: 2.66667vw 0;
  }
  .kv__anchor ul li + li {
    margin-left: 4vw;
  }
  .kv__anchor a:after {
    height: 3.33333vw;
    width: 3.33333vw;
  }
  .kv__lead {
    font-size: 3.6vw;
    margin-top: -6.66667vw;
    padding: 2vw;
    width: 92vw;
  }
  .kv__lead-bg {
    left: 0.93333vw;
    top: 0.93333vw;
  }
  .kv__lead p {
    text-align: left;
  }
  .kv__lead p + p {
    margin-top: .8em;
  }
  .sec01 {
    margin: 6.66667vw auto 12vw;
    padding-top: 4vw;
  }
  .sec01 h2 {
    width: 86.66667vw;
  }
  .sec01__con {
    margin-top: 4vw;
  }
  .sec01__con + .sec01__con {
    margin-top: 8vw;
  }
  .sec01__con-item .float_l {
    display: none;
  }
  .sec01__con-item .float_l.sec01__con-imgBox {
    padding: 0;
  }
  .sec01__con-item .float_r {
    display: none;
  }
  .sec01__con-item .float_r.sec01__con-imgBox {
    padding: 0;
  }
  .sec01__con-imgBox {
    margin-top: 6.66667vw;
    padding: 0;
    width: 100%;
  }
  .sec01__con-imgText {
    font-size: 2.8vw;
    margin-top: 2.66667vw;
  }
  .sec01__con-text {
    font-size: 3.6vw;
    line-height: 1.66;
    margin-top: 3.33333vw;
  }
  .sec01__con.con01 h3 {
    width: 100%;
  }
  .sec01__con.con01 .sec01__point {
    width: 100%;
  }
  .sec01__con.con02 h3 {
    width: 58.66667vw;
  }
  .sec01__con.con02 .sec01__point {
    width: 100%;
  }
  .sec01__point {
    margin-top: 6.66667vw;
  }
  .sec01__point-ttl {
    font-size: 4vw;
  }
  .sec01__point-text {
    font-size: 3.2vw;
    line-height: 1.66;
    margin-top: .3em;
  }
  .sec01__point-text.small {
    font-size: 2.8vw;
  }
  .sec01__point-btn {
    margin: 4vw auto 2.66667vw;
    width: 77.33333vw;
  }
  .sec01__point-flex {
    display: block;
  }
  .sec01__point-flex .sec01__point-img {
    width: 100%;
  }
  .sec01__point-flex .sec01__point-con {
    margin-top: 3.33333vw;
    width: 100%;
  }
  .sec02__mv h2 {
    left: calc(50% - 45%);
    top: 10.66667vw;
    width: 90%;
  }
  .sec02__mv-text {
    margin: -22vw auto 0;
    width: 90%;
  }
  .sec02__mv-text p {
    font-size: 3.6vw;
    line-height: 1.66;
  }
  .sec02__mv-text p.credit {
    font-size: 3.2vw;
  }
  .sec02__item {
    display: block;
    margin-top: 9.33333vw;
  }
  .sec02__item + .sec02__item {
    margin-top: 9.33333vw;
  }
  .sec02__item-img {
    width: 100%;
  }
  .sec02__item-img.pre:before {
    height: 20.66667vw;
    right: 5.33333vw;
    width: 20.66667vw;
  }
  .sec02__item-con {
    width: 100%;
  }
  .sec02__item-name {
    -webkit-transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
  }
  .sec02__itemArea {
    margin-top: 8vw;
  }
  .sec02__itemArea + .sec02__itemArea {
    margin-top: 10.66667vw;
  }
  .sec02__itemArea.iArea01 h3 {
    margin: 0 2.66667vw 0 auto;
    width: 76vw;
  }
  .sec02__itemArea.iArea01 .sec02__item-con {
    padding-bottom: 0;
  }
  .sec02__itemArea.iArea01 .iArea01-01 {
    padding-top: 10.66667vw;
    position: relative;
  }
  .sec02__itemArea.iArea01 .iArea01-01 .sec02__item-name {
    width: 88.66667vw;
  }
  .sec02__itemArea.iArea01 .iArea01-01 .sec02__item-img {
    text-align: center;
  }
  .sec02__itemArea.iArea01 .iArea01-01 .sec02__item-img img {
    width: 76vw;
  }
  .sec02__itemArea.iArea01 .iArea01-02 {
    padding-top: 22vw;
    position: relative;
  }
  .sec02__itemArea.iArea01 .iArea01-02 .sec02__item-name {
    width: 75.33333vw;
  }
  .sec02__itemArea.iArea01 .iArea01-02 .sec02__item-img img {
    width: 84vw;
  }
  .sec02__itemArea.iArea02 h3 {
    margin: 0 2.66667vw 0 auto;
    width: 78vw;
  }
  .sec02__itemArea.iArea02 .sec02__item-con {
    padding-bottom: 0;
  }
  .sec02__itemArea.iArea02 .iArea02-01 {
    padding-top: 22vw;
    position: relative;
  }
  .sec02__itemArea.iArea02 .iArea02-01 .sec02__item-name {
    width: 70.66667vw;
  }
  .sec02__itemArea.iArea02 .iArea02-01 .sec02__item-img {
    text-align: center;
  }
  .sec02__itemArea.iArea02 .iArea02-01 .sec02__item-img img {
    width: 67.33333vw;
  }
  .sec02__itemArea.iArea02 .iArea02-02 {
    margin-top: 9.33333vw;
    padding-top: 12.66667vw;
    position: relative;
  }
  .sec02__itemArea.iArea02 .iArea02-02 .sec02__item-name {
    width: 70vw;
  }
  .sec02__itemArea.iArea02 .iArea02-02 .sec02__item-img img {
    width: 60vw;
  }
  .sec02__itemMv {
    display: block;
  }
  .sec02__itemMv-img {
    width: 100%;
  }
  .sec02__itemMv-con {
    margin-top: -4.66667vw;
    width: 100%;
  }
  .sec02__itemMv-text {
    margin-top: 5.33333vw;
  }
  .sec02__itemMv-text span {
    font-size: 2.8vw;
    margin-top: 1.33333vw;
  }
  .sec02__itemMv-text p {
    font-size: 3.6vw;
  }
  .sec02__itemMv-text p.credit {
    font-size: 3.2vw;
  }
  .sec02__att {
    font-size: 2.8vw;
    margin-top: 13.33333vw;
    width: 100%;
  }
  .line {
    margin: 10.66667vw auto;
    width: 21.33333vw;
  }
  .gucci__footer-btn {
    width: 81.33333vw;
  }
  .gucci__footer-text {
    font-size: 3.2vw;
    line-height: 1.33;
    margin-top: 4.66667vw;
  }
  .gucci__footer-credit {
    font-size: 2.8vw;
    line-height: 1.33;
    margin: 13.33333vw auto 6.66667vw;
  }
  .pagetop {
    bottom: 6.66667vw;
    right: 2vw;
    width: 10.66667vw;
  }
  .s-slide .slick-dots {
    line-height: 0;
    margin-top: 2.66667vw;
  }
  .s-slide .slick-dots li button:before {
    height: 2.66667vw;
    width: 2.66667vw;
  }
  .s-slide .slick-dots li button,
  .s-slide .slick-dots li {
    height: 3.66667vw;
    padding: 0;
    width: 3.66667vw;
  }
  .s-slide .slick-dots li {
    margin: 0 1.5vw;
  }
}
@media (max-width: 1040px) {
  .l-header .header-content .logo {
    padding-left: 2em;
    width: 150px;
  }
  .l-header .header-tit {
    font-size: 1.5686vw;
  }
}
@media (max-width: 768px) {
  .l-header .header-content {
    padding: 4vw 1.25rem 4vw 1.25rem;
  }
  .l-header .header-content .logo {
    padding-left: 0;
  }
  .l-header .header-content .logo img {
    width: 52.2667vw;
  }
  .l-header .header-content .l-sns {
    height: 7.3333vw;
  }
  .l-header .header-content .l-sns .sns-list {
    font-size: 1.6875rem;
  }
  .l-header .header-content .l-sns .sns-list:nth-child(n+2) {
    margin-left: 4.6667vw;
  }
  .l-sns .sns-list.sns-item--line {
    display: block;
  }
  .l-header .header-tit {
    display: none;
  }
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
  p.conTxt {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  p.conTxt + p.conTxt {
    margin-top: 3.3333vw;
  }
  .secBtn {
    width: 76vw;
  }
  .secBtn01 {
    margin: 10.6667vw auto;
  }
  .secBtn02 {
    margin: 0 auto;
  }
  .l-footer {
    padding: 10.6667vw 0 6.66667vw;
  }
  .l-footer .logo img {
    width: 52.2667vw;
  }
  .l-footer .inner .copyright {
    font-size: .6875rem;
    margin-top: 6.6667vw;
  }
  .l-footer .inner .l-sns {
    padding: 9.33333vw 0 0;
  }
  .l-footer .inner .l-sns .sns-list {
    font-size: 8.66667vw;
  }
  .l-footer .inner .l-sns .sns-list.sns-list-ttl {
    margin-bottom: 3.33333vw;
  }
  .l-footer .inner .l-sns .sns-list:nth-child(n+3) {
    margin-left: 10.66667vw;
  }
  .l-footer .inner .l-sns .sns-item--instagram {
    display: block;
  }
  .page-top {
    width: 13.3333vw;
  }
}
