html,
body {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #e0dcd2;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: color 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
  cursor: default;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  margin: 0 auto;
}

.read_tab .read_tab-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 10px;
  -webkit-overflow-scrolling: touch;
}
.read_tab .read_tab-scroll::-webkit-scrollbar {
  display: none;
}
.read_tab .read_tab_li {
  display: inline-block;
  padding: 0 10px;
  transition: transform 0.5s ease;
}
.read_tab .read_tab-link {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 5px;
  max-width: 70px;
}
.read_tab .read_tab-link.active img {
  border-radius: 50px;
  border: 1px solid #000;
}
.read_tab .read_tab-link span {
  font-size: 16px;
}

.read {
  padding: 100px 0 100px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .read {
    padding: 60px 0 100px;
  }
}
.read .title {
  opacity: 0;
  animation: fadeup 1s 1.5s forwards;
  transform: translateY(40px);
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.read h1 {
  font-size: 43px;
  letter-spacing: 2px;
}
.read h2 {
  margin: 25px 0 35px;
  letter-spacing: 1px;
  font-size: 16px;
}
.read h2 span {
  border: 1px solid #000;
  padding: 2px 12px 2px 9px;
  border-radius: 50%;
  letter-spacing: -3px;
  margin: 0 3px;
}
.read p {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 2;
  margin-bottom: 60px;
}

.tab-container {
  position: fixed;
  padding: 5px 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  background-color: #e0dcd2;
}
.tab-container #tab-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s ease;
}
.tab-container #tab-scroll::-webkit-scrollbar {
  display: none;
}
.tab-container #tab {
  display: inline-block;
  padding: 0 10px;
}
.tab-container .tab-link {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 5px;
  max-width: 70px;
}
.tab-container .tab-link.active img {
  border-radius: 50px;
  border: 1px solid #000;
}
.tab-container .tab-link span {
  font-size: 16px;
}

.sec {
  width: 100%;
  border-bottom: 1px solid #000;
}
.sec .container {
  padding: 100px 0;
}
.sec .brand {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.sec .brand .num {
  border: 1px solid #000;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "adobe-garamond-pro", serif;
}
.sec .brand .num span {
  font-size: 4.8vw;
}
.sec .brand h3 {
  font-weight: 300;
  letter-spacing: 1.5px;
}
.sec .white_text {
  font-size: 16vw;
  color: #f8f4e9;
  line-height: 0.68;
  font-weight: 100;
  letter-spacing: 6px;
}
.sec .bottom {
  position: relative;
}
.sec .bottom figure:nth-child(1) {
  position: relative;
}
.sec .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.sec .credit li {
  width: 100%;
}
.sec .credit li a {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1.5;
  font-size: 12px;
}
.sec .credit .left {
  width: 21.3333333333%;
}
.sec .staff {
  margin-top: 80px;
}
.sec .staff .bg {
  background-color: #d3cfc5;
  padding: 30px;
}
.sec .staff .flex {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.sec .staff .left {
  width: 31.25%;
  min-width: 90px;
}
.sec .staff .right p:nth-child(1) {
  font-family: "adobe-garamond-pro", serif;
  font-size: 11px;
}
.sec .staff .right p:nth-child(2) {
  font-size: 14px;
  margin: 7px 0 15px;
}
.sec .staff .right .link {
  font-family: "adobe-garamond-pro", serif;
  font-size: 13px;
  display: flex;
  gap: 10px;
}
.sec .staff .right .link a {
  border-bottom: 1px solid #000;
}

.slider_fade {
  font-size: 0;
}

#sec1 .bottom,
#sec4 .bottom,
#sec6 .bottom,
#sec8 .bottom {
  max-width: 770px;
  margin: 0 auto;
}
#sec1 .bottom figure,
#sec4 .bottom figure,
#sec6 .bottom figure,
#sec8 .bottom figure {
  width: 55.1928783383%;
}
#sec1 .bottom figure:nth-child(2),
#sec4 .bottom figure:nth-child(2),
#sec6 .bottom figure:nth-child(2),
#sec8 .bottom figure:nth-child(2) {
  top: 37.4331550802%;
}

#sec1 .bottom,
#sec2 .bottom,
#sec4 .bottom,
#sec5 .bottom,
#sec6 .bottom,
#sec8 .bottom,
#sec9 .bottom,
#sec11 .bottom {
  position: relative;
}
#sec1 .bottom figure:nth-child(2),
#sec2 .bottom figure:nth-child(2),
#sec4 .bottom figure:nth-child(2),
#sec5 .bottom figure:nth-child(2),
#sec6 .bottom figure:nth-child(2),
#sec8 .bottom figure:nth-child(2),
#sec9 .bottom figure:nth-child(2),
#sec11 .bottom figure:nth-child(2) {
  position: absolute;
  right: 0;
}

#sec7 .bottom {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  gap: 8px;
  max-width: 660px;
  margin: 90px auto 0;
}
#sec7 .bottom figure {
  width: calc(50% - 4px);
}

.fo_top {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}
.fo_top .container {
  padding: 80px 0;
}
.fo_top .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.fo_top .text {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.fo_top .item_li {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.fo_top .item_li li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(5) {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(6) {
    order: 6;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(7) {
    order: 8;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(8) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(9) {
    order: 9;
  }
}
@media screen and (max-width: 768px) {
  .fo_top .item_li li:nth-child(10) {
    order: 10;
  }
}
.fo_top .item_li .brand,
.fo_top .item_li .price {
  font-size: 12px;
}
.fo_top .item_li .name {
  font-size: 14px;
  padding: 6px 0 10px;
}
.fo_top .item_li figure {
  padding-bottom: 25px;
}
.fo_top .all_btn {
  text-align: center;
  margin: 65px auto 0;
  border-bottom: 1px solid #000;
  font-size: 15px;
  padding: 0 5px 4px 5px;
  width: -moz-fit-content;
  width: fit-content;
}

footer {
  padding: 85px 0;
}
footer .logo {
  margin: 0 auto;
  max-width: 65px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
}

#sec3 .bottom,
#sec10 .bottom {
  display: flex;
  margin: 60px calc(50% - 50vw) 60px;
  max-width: 911px;
}
@media screen and (min-width: 769px) {
  #sec3 .bottom,
  #sec10 .bottom {
    margin: 110px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    height: 70vh;
  }
  .container {
    width: 85.3333333333%;
  }
  .slider_fade {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec .slider_fade {
    margin-top: -14px;
  }
  .sec .brand {
    font-size: 40px;
    margin: 0 auto;
  }
  .sec .brand .num {
    margin-bottom: 5px;
    padding: 3px 15px 1px;
    font-size: 11px;
  }
  .sec .brand .num span {
    font-size: 18px;
  }
  #sec2 .brand,
  #sec3 .brand,
  #sec4 .brand {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    font-size: 34px;
  }
  #sec2 .brand .inner,
  #sec3 .brand .inner,
  #sec4 .brand .inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #sec2 .brand h3,
  #sec3 .brand h3,
  #sec4 .brand h3 {
    letter-spacing: 1px;
  }
  #sec2 .slider_fade,
  #sec3 .slider_fade,
  #sec4 .slider_fade {
    margin-top: -13px;
  }
  #sec2 .pc_flex figure,
  #sec4 .pc_flex figure,
  #sec7 .pc_flex figure {
    width: 46.4%;
    margin: 30px auto 35px;
  }
  #sec1 .credit,
  #sec4 .credit,
  #sec6 .credit,
  #sec8 .credit {
    margin: 125px 0 0 0;
  }
  #sec1 .white_text,
  #sec3 .white_text,
  #sec5 .white_text {
    margin: 0 calc(50% - 50vw) 65px;
    width: 100vw;
  }
  #sec1 .white_text {
    text-align: right;
  }
  #sec1 .brand {
    margin: 0 auto;
  }
  #sec1 .pc_flex figure {
    width: 56%;
    margin: 50px auto 0;
  }
  #sec2 .white_text {
    text-align: center;
  }
  #sec2 .bottom figure:nth-child(1) {
    width: 54.0625%;
    position: relative;
    z-index: 1;
  }
  #sec2 .bottom figure:nth-child(2) {
    top: 69.0978886756%;
    width: 58.75%;
  }
  #sec2 .credit {
    margin: 125px 0 0 0;
  }
  #sec3 .pc_flex figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #sec3 .pc_flex figure {
    width: 85.3333333333%;
    margin: 40px calc(50% - 50vw) 0 auto;
  }
  #sec3 .white_text {
    text-align: right;
  }
  #sec4 .white_text {
    text-align: right;
    margin: 30.6% 0 0 0;
  }
  #sec5 .brand {
    margin: 0 auto;
  }
  #sec5 .pc_flex .right {
    width: 41.6vw;
    margin: 0 calc(50% - 50vw) 0 auto;
  }
  #sec5 .bottom {
    margin: -30% calc(50% - 50vw) 100px;
    width: 95vw;
  }
  #sec5 .bottom figure:nth-child(1) {
    width: 54.0625%;
  }
  #sec5 .bottom figure:nth-child(2) {
    top: 69.0978886756%;
    width: 58.75%;
  }
  #sec6 .pc_flex figure {
    margin: 45px calc(50% - 50vw) 0;
    width: 80%;
  }
  #sec6 .bottom {
    margin-top: 90px;
  }
  #sec6 .bottom figure:nth-child(1) {
    width: 54.0625%;
  }
  #sec6 .bottom figure:nth-child(2) {
    top: 32.5367647059%;
    width: 58.75%;
  }
  #sec6 .credit {
    margin: 175px 0 0 0;
  }
  #sec7 .pc_flex figure {
    margin: 70px auto 0;
  }
  #sec7 .credit {
    margin: 80px 0 0 0;
  }
  #sec8 .pc_flex figure {
    width: 41.4666666667vw;
    margin: 45px 0 0 auto;
  }
  #sec8 .credit {
    margin: 160px 0 0 0;
  }
  #sec9 .pc_flex figure {
    margin: 70px auto 0;
    width: 46.4vw;
  }
  #sec9 .white_text {
    text-align: center;
    margin-bottom: 40px;
  }
  #sec9 .bottom figure:nth-child(1) {
    width: 54.0625%;
    position: relative;
    z-index: 1;
  }
  #sec9 .bottom figure:nth-child(2) {
    top: 69.0978886756%;
    width: 58.75%;
  }
  #sec9 .credit {
    margin: 125px 0 0 0;
  }
  #sec10 .pc_flex figure {
    margin: 50px calc(50% - 50vw) 0;
    width: 73.3333333333vw;
  }
  #sec10 .pc_flex .white_text {
    margin: 0 calc(50% - 50vw);
  }
  #sec11 .pc_flex .right {
    display: flex;
    align-items: flex-end;
    margin: 50px calc(50% - 50vw) 40px;
  }
  #sec11 .bottom figure:nth-child(1) {
    width: 54.0625%;
    position: relative;
  }
  #sec11 .bottom figure:nth-child(2) {
    top: 69.0978886756%;
    width: 58.75%;
    z-index: 1;
  }
  #sec11 .credit {
    margin: 125px 0 0 0;
  }
  .sub_title {
    font-size: 48px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    line-height: 0.7;
  }
  .goods .sub_title {
    font-size: 38px;
  }
  .goods .title {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .goods .title .plus {
    font-size: 24px;
  }
  .goods .title .big {
    font-size: 32px;
  }
  .goods .title .circle {
    font-family: "adobe-garamond-pro", serif;
    border: 1px solid #000;
    padding: 5px 15px 5px 15px;
    border-radius: 50%;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
  .goods .item_li .name {
    padding: 6px 0 5px;
  }
  .goods .link {
    margin-bottom: 35px;
  }
  .staff_code .sub_title {
    font-size: 37px;
  }
  .fo_top .title {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 769px) {
  .read {
    padding: 90px 0 150px;
  }
  .read .container {
    max-width: 1000px;
  }
  .read h1 {
    font-size: 70px;
  }
  .read h2 {
    font-size: 23px;
  }
  .read p {
    font-size: 14px;
  }
  .tab-container #tab,
  .tab-container .read_tab_li,
  .read_tab #tab,
  .read_tab .read_tab_li {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .tab-container .tab-link,
  .tab-container .read_tab-link,
  .read_tab .tab-link,
  .read_tab .read_tab-link {
    max-width: 78px;
  }
  .tab-container #tab-scroll,
  .read_tab #tab-scroll {
    padding-top: 10px;
    overflow-x: visible;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .pc_flex {
    display: flex;
  }
  .sec .container {
    padding: 150px 0;
  }
  .sec .brand {
    font-size: 60px;
    white-space: nowrap;
  }
  .sec .brand .num {
    font-size: 17px;
    padding: 3px 10px;
    margin-bottom: 15px;
  }
  .sec .brand .num span {
    font-size: 26px;
  }
  .sec .white_text {
    font-size: min(8.59375vw, 110px);
  }
  .sec .credit {
    justify-content: center;
    max-width: 660px;
    gap: 30px 0;
  }
  .sec .credit li {
    width: 50%;
  }
  .sec .credit .right {
    font-size: 16px;
  }
  .sec .credit .left {
    width: 90px;
  }
  .sec .staff {
    margin-top: 100px;
  }
  .sec .staff .bg {
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .sec .staff .flex {
    max-width: 660px;
    margin: 0 auto;
    justify-content: left;
    gap: 30px;
  }
  .sec .staff .left {
    max-width: 133px;
  }
  .sec .staff .right p:nth-child(1) {
    font-size: 18px;
  }
  .sec .staff .right p:nth-child(2) {
    font-size: 24px;
    margin: 10px 0 30px;
  }
  .sec .staff .right .link {
    font-size: 21px;
  }
  #sec2 .brand,
  #sec4 .brand,
  #sec6 .brand,
  #sec8 .brand,
  #sec10 .brand {
    margin-left: min(9.21875vw, 118px) !important;
  }
  #sec3 .brand,
  #sec5 .brand,
  #sec7 .brand,
  #sec9 .brand,
  #sec11 .brand {
    margin-right: min(9.21875vw, 118px) !important;
  }
  #sec1 .bottom,
  #sec4 .bottom,
  #sec6 .bottom {
    margin: 100px auto;
  }
  #sec1 .credit,
  #sec4 .credit,
  #sec6 .credit {
    margin: 300px auto 0;
  }
  #sec2 .pc_flex,
  #sec3 .pc_flex {
    max-width: 1163px;
  }
  #sec2 .bottom,
  #sec5 .bottom,
  #sec9 .bottom,
  #sec11 .bottom {
    max-width: 71.171875vw;
    max-width: 911px;
    margin: 0 auto;
  }
  #sec2 .bottom figure:nth-child(1),
  #sec5 .bottom figure:nth-child(1),
  #sec9 .bottom figure:nth-child(1),
  #sec11 .bottom figure:nth-child(1) {
    max-width: 467px;
    z-index: 2;
  }
  #sec2 .bottom figure:nth-child(2),
  #sec5 .bottom figure:nth-child(2),
  #sec9 .bottom figure:nth-child(2),
  #sec11 .bottom figure:nth-child(2) {
    max-width: 506px;
    z-index: 1;
    bottom: -115px;
  }
  #sec2 .credit,
  #sec5 .credit,
  #sec9 .credit,
  #sec11 .credit {
    margin: 220px auto 0;
  }
  #sec1 .brand {
    margin-bottom: 40px;
    white-space: inherit;
  }
  #sec1 .pc_flex {
    justify-content: space-between;
    align-items: center;
  }
  #sec1 .pc_flex .slider_fade {
    max-width: 628px;
    width: 49.0625vw;
  }
  #sec1 .pc_flex .right {
    width: 33.515625%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec1 .pc_flex .right {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  #sec1 .pc_flex .right figure {
    max-width: 319px;
  }
}
@media screen and (min-width: 769px) {
  #sec1 .pc_flex .white_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 60px 0 auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec2 .container {
    padding: 230px 0 150px;
  }
}
@media screen and (min-width: 769px) {
  #sec2 .brand {
    margin: 10% 0 40px 9.21875vw;
  }
}
@media screen and (min-width: 769px) {
  #sec2 .pc_flex {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec2 .pc_flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec2 .pc_flex .slider_fade {
    width: 49.375vw;
    max-width: 632px;
    margin-top: 30%;
    position: absolute;
    right: 10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #sec2 .pc_flex .slider_fade {
    width: 27.34375vw;
    max-width: 350px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #sec2 .pc_flex .right {
    width: 49.375vw;
    max-width: 632px;
    margin-top: -30%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec2 .pc_flex .right {
    width: 27.34375vw;
    max-width: 350px;
  }
}
@media screen and (min-width: 769px) {
  #sec2 .white_text {
    text-align: right;
    max-width: 1163px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  #sec2 .bottom figure:nth-child(2) {
    max-width: 520px;
  }
}
@media screen and (min-width: 769px) {
  #sec3 .brand {
    margin: 5% 9.21875vw 40px auto;
  }
  #sec3 .pc_flex {
    max-width: 1163px;
    margin: 0 0 0 auto;
    justify-content: space-between;
  }
  #sec3 .pc_flex .slider_fade {
    width: 49.375vw;
    max-width: 632px;
    margin-top: -24%;
  }
  #sec3 .pc_flex .right {
    width: 35.390625vw;
    max-width: 453px;
  }
  #sec3 .white_text {
    text-align: right;
  }
  #sec3 .credit {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #sec4 .brand {
    margin: 10% 0 40px 9.21875vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .brand {
    margin: 7 0 40px 9.21875vw;
  }
}
@media screen and (min-width: 769px) {
  #sec4 .pc_flex {
    max-width: 1046px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .pc_flex {
    flex-direction: column-reverse;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #sec4 .pc_flex .slider_fade {
    width: 23.828125vw;
    max-width: 305px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .pc_flex .slider_fade {
    width: 49.609375vw;
    max-width: 635px;
    margin-top: -33%;
    position: absolute;
    right: 0%;
    top: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #sec4 .pc_flex .right {
    width: 49.609375vw;
    max-width: 635px;
    margin-top: -33%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .pc_flex .right {
    width: 23.828125vw;
    max-width: 305px;
  }
}
@media screen and (min-width: 769px) {
  #sec4 .white_text {
    margin: 165px 0 0 130px;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .bottom {
    margin: 260px auto 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec4 .credit {
    margin: 100px auto;
  }
}
@media screen and (min-width: 769px) {
  #sec5 .brand {
    margin: 14% 9.21875vw 40px auto;
  }
  #sec5 .pc_flex {
    justify-content: space-between;
  }
  #sec5 .pc_flex .slider_fade {
    width: 49.0625vw;
    max-width: 628px;
    margin-top: -24%;
  }
  #sec5 .pc_flex .right figure {
    width: 25vw;
    max-width: 320px;
    margin: 0 min(9.21875vw, 118px) 0 auto;
  }
  #sec5 .bottom {
    margin-top: 110px;
  }
}
@media screen and (min-width: 769px) {
  #sec6 .brand,
  #sec10 .brand {
    margin: 214px 0 40px 9.21875vw;
  }
  #sec6 .pc_flex,
  #sec10 .pc_flex {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec6 .pc_flex .slider_fade,
  #sec10 .pc_flex .slider_fade {
    width: 49.140625vw;
    max-width: 629px;
    margin-top: -28%;
  }
  #sec6 .pc_flex figure,
  #sec10 .pc_flex figure {
    width: 36.640625vw;
    max-width: 469px;
  }
}
@media screen and (min-width: 769px) {
  #sec7 .brand {
    margin: 10% 9.21875vw 40px auto;
  }
  #sec7 .pc_flex {
    max-width: 1046px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #sec7 .pc_flex .slider_fade {
    width: 49.609375vw;
    max-width: 635px;
    margin-top: -29%;
  }
  #sec7 .pc_flex .right {
    width: 23.828125vw;
    max-width: 305px;
  }
  #sec7 .white_text {
    max-width: 1046px;
    margin: 0 auto;
  }
  #sec7 .credit {
    margin: 200px auto 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec7 .credit {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #sec8 .brand {
    margin: 10% 0 40px 9.21875vw;
  }
  #sec8 .pc_flex {
    max-width: 1046px;
    margin: 0 auto 110px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec8 .pc_flex .slider_fade {
    width: 49.140625vw;
    max-width: 629px;
    margin-top: -28%;
  }
  #sec8 .pc_flex figure {
    width: 24.21875vw;
    max-width: 310px;
  }
  #sec8 .credit {
    margin: 380px auto 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sec8 .credit {
    margin: 250px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #sec8 .white_text {
    position: absolute;
    top: 0;
    left: 55%;
  }
}
@media screen and (min-width: 769px) {
  #sec8 .bottom figure:nth-child(2) {
    top: 24%;
  }
}
@media screen and (min-width: 769px) {
  #sec9 .brand {
    margin: 15% 9.21875vw 40px auto;
  }
  #sec9 .pc_flex {
    max-width: 1163px;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  #sec9 .pc_flex .slider_fade {
    width: 49.609375vw;
    max-width: 635px;
    margin-top: -29%;
  }
  #sec9 .pc_flex figure {
    width: 23.828125vw;
    max-width: 305px;
  }
  #sec9 .white_text {
    position: absolute;
    top: 57.5%;
    right: 10%;
  }
}
@media screen and (min-width: 769px) {
  #sec10 .credit {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #sec11 .brand {
    margin: 5% 9.21875vw 40px auto;
  }
  #sec11 .pc_flex {
    max-width: 1163px;
    margin: 0 0 100px auto;
    justify-content: space-between;
  }
  #sec11 .pc_flex .slider_fade {
    width: 49.375vw;
    max-width: 632px;
    margin-top: -24%;
  }
  #sec11 .pc_flex .right {
    width: 24.375vw;
    max-width: 312px;
    position: relative;
  }
  #sec11 .pc_flex .right .white_text {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .fo_top {
    position: relative;
  }
  .fo_top .sub_title {
    position: absolute;
    font-size: 90px;
    color: #f8f4e9;
    top: 45px;
    right: 2%;
    writing-mode: vertical-rl;
  }
  .fo_top .container {
    padding: 180px 0;
  }
  .fo_top .title {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .fo_top .text {
    font-size: 18px;
  }
  .fo_top .all_btn {
    font-size: 20px;
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .goods .item_li {
    max-width: 1046px;
    margin: 0 auto;
  }
  .goods .item_li li {
    width: calc(20% - 10px);
  }
  .goods .item_li li .link {
    margin-bottom: 35px;
  }
  .goods .item_li li .link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .goods .item_li li:nth-child(3) {
    order: 4;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .goods .item_li li:nth-child(3) {
    order: 4;
  }
}
@media screen and (min-width: 769px) {
  .goods .item_li .brand,
  .goods .item_li .name,
  .goods .item_li .price {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .goods .title {
    font-size: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .goods .title .plus {
    font-size: 34px;
  }
  .goods .title .big {
    font-size: 45px;
  }
  .goods .title .circle {
    font-family: "adobe-garamond-pro", serif;
    border: 1px solid #000;
    padding: 5px 30px 5px 30px;
    border-radius: 50%;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .insta_box {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .movie .movie_url {
    margin: 0 auto;
    max-width: 660px;
    height: 400px;
  }
  .movie iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  footer .logo {
    max-width: 100px;
  }
}/*# sourceMappingURL=style.css.map */