@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap");

main {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0 0 80px;
  a {
    color: #232323;
    transition: all .5s ease;
  }

  a img {
    transition: all .8s ease-out;
  }

  a:hover {
    color: #232323;
    /*!opacity: .5; */
    text-decoration: none;
    transition: all .5s ease;
  }

  a:hover img {
    /*!opacity: .88; */
    transition: all .8s;
  }
}





.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.l-content {
  display: flex;
  flex: 0 1 1640px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640px;
}

@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  margin: 0 auto;
  width: 110rem;
}

@media only screen and (max-width: 640px) {
  .l-main {
    width: 100%;
  }
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-column {
  flex: 0 1 1640px;
  margin: 0 auto;
  max-width: 1640px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0 20px;
    width: auto;
  }
}



.r-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}


@media only screen and (max-width: 640px) {
  .l-row {
    flex-direction: column;
    width: 100%;
  }
}

.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 800px;
}

.l-halfColumn:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}

.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 380px;
}

.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn {
  flex: 1 0 0px;
  margin-right: 26.66667px;
  max-width: 537.77778px;
}

@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  font-family: quasimoda, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 4rem;
}

@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 0 2.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
  }

  .l-row {
    width: 100%;
  }
}

.logo {
  display: inline-block;
  font-family: quasimoda, sans-serif;
  ;
  font-size: 4.5rem;
  font-weight: lighter;
  font-weight: 400;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .logo {
    font-size: 30px;
  }
}

.Section {
  margin: 0 auto;
  min-width: 1000px;
  padding: 20rem 0;
  width: calc(1290/1920*100%);
}



@media only screen and (max-width: 640px) {
  .Section {
    width: auto;
    min-width: auto;
    padding: 10rem 0 5rem;
  }
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Section {
    width: auto;
    min-width: 800px;
    padding: 20rem 0 10rem;
  }
}


.articleLabelL {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: quasimoda, sans-serif;
}



@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}




.linkButton {
  display: inline-block;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.linkButton::after {
  background: #F4F3F2;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}

.linkButton:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.linkButton:hover {
  color: #F4F3F2;
}

.linkButton:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.topBtn {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: left center;
  bottom: 20rem;
  font-size: 9px;
  left: calc(100% - 40px);
  overflow: hidden;
  position: fixed;
  transform: rotate(90deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  white-space: nowrap;
  z-index: 999;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
}

.topBtn:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  vertical-align: 2px;
  width: 10rem;
}

@media only screen and (max-width: 640px) {
  .topBtn:before {
    width: 5rem;
  }
}

.topBtn--none {
  left: 101%;
}

.topBtn:hover:before {
  width: 6rem;
}

@media only screen and (max-width: 640px) {
  .topBtn {
    bottom: 12rem;
    left: calc(100% - 15px);
  }
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.BtnArr {
  border: 1px solid #000;
  color: #000;
  display: block;
  position: relative;
  text-align: left;
  width: 200px;
}

.BtnArr__arr {
  background-color: #000;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all .5s ease;
  width: 35px;
}

.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all .5s ease;
  width: 10px;
}

.BtnArr__wrap {
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.BtnArr:hover {
  background-color: #232323;
  border: 1px solid #232323;
  color: #fff;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
  background-color: #000;
  transition: all .5s ease;
}

.LoadWrap {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.LoadWrap__inner {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.LoadWrap__logo {
  margin: 0 0 15px;
}

.LoadWrap__items {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 6px;
}

.LoadWrap__items:first-of-type {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.LoadWrap__items:nth-of-type(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.Header {
  font-family: quasimoda, sans-serif;
  padding-left: 5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
}

@media only screen and (max-width: 640px) {
  .Header {
    bottom: auto;
    height: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Header {
    bottom: auto;
    padding: 0;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .Header__top {
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Header__top {
    padding: 0;
  }
}

.Header__logo {
  width: 10rem;
  z-index: 999;
}

.Header__logo svg {
  height: 6.738rem;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 2rem;
    position: absolute;
    top: 2rem;
    width: 6.5rem;
  }

  .Header__logo svg {
    height: 4.38rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Header__logo {
    left: 2rem;
    position: absolute;
    top: 2rem;
    width: 6.5rem;
  }
}

.Header__bottom {
  bottom: 5rem;
  font-size: 1.2rem;
  position: absolute;
}

.Header__bottom a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .Header__bottom {
    -webkit-transform: rotateZ(90deg) translate(0, 0px);
    -webkit-transform-origin: left bottom;
    bottom: auto;
    left: 3.3rem;
    right: auto;
    top: 5rem;
    transform: rotateZ(90deg) translate(0, 0px);
    transform-origin: left bottom;
    width: 100vw;
    z-index: -1;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Header__bottom {
    -webkit-transform: rotateZ(90deg) translate(0, 0px);
    -webkit-transform-origin: left bottom;
    bottom: auto;
    left: 3.3rem;
    right: auto;
    top: 5rem;
    transform: rotateZ(90deg) translate(0, 0px);
    transform-origin: left bottom;
    width: 100vw;
    z-index: -1;
  }
}


#global-navi {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;

}

#wrapper nav ul li {
  font-size: 16px;
  padding: 25px 0 25px 0;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  display: flex;
}

.list_menu {
  margin: 0 10px;
}





.content {
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 100px;
}

.content p {
  margin-bottom: 40px;
}








.footer {
  bottom: 0;
  font-size: 1.2rem;
  left: 5rem;
  padding: 15px 0;
  position: fixed;
  text-align: left;
  z-index: 2;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .footer {
    font-size: 10px;
    padding: 15px;
    position: static;
  }

  .list_menu {
    display: none;
  }
}



@media only screen and (max-width: 640px) {
  .Section {
    margin: 5rem auto 0;
    padding: 5rem 0 0;
  }
}

.Menu {
  -webkit-filter: drop-shadow(80px 0px 50px rgba(0, 0, 0, 0.6));
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(80px 0px 50px rgba(0, 0, 0, 0.6));
  height: 100vh;
  opacity: 0;
  padding: 10rem;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: all;
  visibility: hidden;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .Menu {
    opacity: 0;
    padding: 2rem 0;
    padding: 10rem 5rem 0;
    visibility: hidden;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Menu {
    opacity: 0;
    padding: 10rem 5rem 0;
    visibility: hidden;
    width: 100%;
  }
}

.Menu__li {
  margin: 0;
  text-align: left;
}

.Menu__li>a {
  color: #232323;
  display: inline-block;
  font-size: 1.5rem;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  transition: all .8s;
}

.Menu__li>a:after {
  border-bottom: 1px solid #232323;
  content: '';
  display: block;
  transition: all 0.3s ease;
  width: 0;
}

.Menu__li>a:hover:after {
  border-bottom: 1px solid #232323;
  width: 100%;
}

/* -.Menu__li--day {
  border-left: 1px solid;
} */

.Menu__li--day a {
  font-size: 1.5rem;
  line-height: 1;
}

.Menu__li--day span {
  font-size: 1.2rem;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 3rem;
  position: fixed;
  right: 4rem;
  text-align: center;
  top: 4rem;
  width: 3rem;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 2rem;
    top: 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .menu-btn {
    right: 2rem;
    top: 2rem;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #222;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all .5s;
  width: 30px;
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 20px;
  transform-origin: left bottom;
}

.menu-btn:hover .bar {
  background: #999;
}

.menu-btn:hover .menu-btn__text {
  color: #999;
}

/* ------------------------------------------------ checked */
.drawer-menu.is-active {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .drawer-menu.is-active {
    overflow-y: scroll;
    width: 100vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .drawer-menu.is-active {
    display: block;
    overflow-y: scroll;
    width: 100vw;
  }
}

.check:checked~.contents {
  transition-delay: 0s;
}

.check:checked~.menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked~.menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 42px;
}

.check:checked~.menu-btn .bar.middle {
  opacity: 0;
}

.check:checked~.menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 30px;
  transform: rotate(-45deg);
  width: 42px;
}

.check:checked~.close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: .3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .check:checked~.close-menu {
    opacity: 0;
  }
}




.main_Logo {
  width: 30%;
  margin: 20rem auto 10rem auto;
}

.main_Logo img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.main_Logo img.is-show {
  opacity: 1;

}


.Item__page_look .js-show {
  opacity: 0;
  transition: all 0.8s;
}

.Item__page_look .is-show {
  opacity: 1;

}


@media only screen and (max-width: 640px) {

  .main_Logo {
    width: 75%;
    margin: 15rem auto 10rem auto;
  }



  .swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {

  .main_Logo {
    width: 45%;
    margin: 15rem auto 10rem auto;
  }
}













h1 a {
  /*display: block;
	width: 125px;*/
  margin: 15px auto;
}

.Header_ttl {
  margin: 2.5rem auto auto 5rem;
  font-size: 1.5rem;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .Header_ttl {
    width: 75%;
    margin: 5px auto;
  }
}


.Header__Logo {
  position: fixed;
  top: 0;
  right: 40%;
  width: 60%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__Logo {
    right: 0;
    width: 100%;
    background-color: #F7F5F4;
    padding: 1.5rem;
  }
}


.Item__img_look {
  margin: 8rem auto;
  width: 80%;
}

.Item__page_look {
  margin: 0 auto;
  width: 80%;
}

.evnt__main {
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  font-size: 23px;
  text-align: center;
  margin: 30rem 0 5px auto;
  letter-spacing: 2px;
}

.evnt__ttl {
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 10rem;
}

@media only screen and (max-width: 640px) {
  .evnt__ttl {
    margin: 0 auto 4rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .evnt__ttl {
    margin: 0 auto 5rem;
  }
}

.Modal__look {
  margin: 10rem auto;
  width: 65%;
}

.Modal__lookimg {
  width: 50%;
}

.Item__img_credit {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.Modal__itemimg {
  width: 50%;
  padding-left: 6rem;
}

.Modal__credit_ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
}

.Modal__credit_name {
  font-family: quasimoda, sans-serif;
  font-weight: 200;
}

.Modal__credit_url {
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  border: 1px solid #000;
  width: 30%;
  margin: 3rem 0 auto;
  text-align: center;
}

.Modal__credit_url a {
  display: block;
  padding: 10px;
}

.Modal__credit_url a:hover {
  color: #232323;
  text-decoration: none;
  transition: all .5s ease;
  opacity: 0.5;
}

@media only screen and (max-width: 640px) {

  .evnt__main {
    margin: 15rem 0 5px auto;
  }

  .Content {
    padding: 5rem 0;
  }

  .Modal__look {
    margin: 4rem auto 0;
    width: 85%;
  }

  .Modal__credit_ttl {
    font-size: 18px;
  }

  .Modal__credit_name {
    font-size: 12px;
  }

  .Modal__credit_url {
    width: 40%;
    margin: 3rem auto;
    text-align: center;
  }

  .Item__img_credit {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .Modal__lookimg {
    width: 100%;
  }

  .Modal__itemimg {
    width: 100%;
    padding-left: 0;
  }

  .Content_Beside li {
    display: none;
  }

  .Item__Wrap {
    margin: 4rem auto;
  }

  .Item__Wrap {
    margin: 4rem auto;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Modal__look {
    width: 100%;
    margin: 4rem auto;
  }

  .Item__img_credit {
    display: block;
  }

  .Item__Wrap {
    margin: 5rem auto;
  }

  .Modal__credit_ttl {
    text-align: center;
  }

  .Modal__credit_name {
    margin: 0 6rem;
  }

  .Modal__credit_url {
    margin: 5rem auto;
    width: 25%;
  }

  .Modal__itemimg {
    width: 100%;
    padding-left: 0;
  }

  .Modal__lookimg {
    width: 65%;
    margin: 0 auto;
  }

  .evnt__main {
    margin: 20rem 0 5px auto;
  }

}



.img__point {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.img__point img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.img__point img.is-show {
  opacity: 1;

}

.S__item_2re img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.S__item_2re img.is-show {
  opacity: 1;

}


.Img__look_01 {
  width: 1000px;
  margin: 0 auto;
}

.Img__look_01 img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.Img__look_01 img.is-show {
  opacity: 1;

}

.Img__gif_mov {
  width: 850px;
  margin: 0 auto;
}

.Img__gif_mov img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.Img__gif_mov img.is-show {
  opacity: 1;

}


.Titlle__01 {
  font-size: 5rem;
  color: #F08719;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  margin: 5rem 0 0 9rem;
}

.Titlle__02 {
  font-size: 5rem;
  color: #F0D319;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  margin: 5rem 0 0 86rem;
  width: 100%;
}


.S__item_img {
  width: 100%;
}

.S__item_2re {

  margin: 0 auto;
  width: calc(1088 / 1920 * 100%);
}

.S__Look_img {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.img__look1 {
  width: 100%;
}

.Look__img {
  width: 50%;
  margin: 8rem auto auto;
}

.Img__look_02 {
  width: 55%;
  margin: 11rem auto auto;
}


.Look__img_2re {
  width: 48%;
  margin: 10rem 1rem auto 1rem;
}

.img__itemcre {
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  font-size: 14px;
  margin: 0.8rem 0;
  width: 75%;
}

.img__itemcre>a:after {
  border-bottom: 1px solid #232323;
  content: '';
  display: block;
  transition: all 0.3s ease;
  width: 0;
}

.img__itemcre>a:hover:after {
  border-bottom: 1px solid #232323;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .Look__img {
    width: 80%;
    margin: 5rem auto auto;
  }

  .img__itemcre {
    font-size: 12px;
    margin: 1rem 0;
    width: 100%;
  }

  .Look__img_2re {
    width: 85%;
    margin: 5rem auto;
  }

  .S__Look_img {
    display: block;
    margin: 5rem auto auto;
    width: 100%;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .img__itemcre {
    font-size: 12px;
    margin: 1rem 0;
  }
}


.Look__img img {
  width: 100%;
}

.Item__page {
  margin: 10rem auto auto;
  width: 50%;
}

.Item__page img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.Item__page img.is-show {
  opacity: 1;

}

.Feature__titile {
  text-align: center;
}

.Feature__titile_01 {
  margin: 0 auto;
  font-size: 25px;
  font-family: quasimoda, sans-serif;
  width: 32%;
  color: #F0D319;
}

.Feature__Section {
  margin: 0 auto;
}

.Feature__titile_02 {
  margin: 3rem auto 5rem auto;
  font-size: 15px;
  font-family: quasimoda, sans-serif;
  width: 32%;
}

.look_box {
  width: 65%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

.look_box>div {
  width: 33.33333%;
  padding: 15px;
}

.look_box img.js-show {
  opacity: 0;
  transition: all 0.8s;
}

.look_box img.is-show {
  opacity: 1;

}


img {
  max-width: 100%;
}


@media screen and (max-width: 960px) {
  .look_box {
    width: 100%;
  }

  .look_box>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .look_box>div {
    width: 50%;
    padding: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .Hero__brandLogo {
    margin: 3rem auto 3rem auto;
  }

  .Products__ext {
    margin: 0 auto;
    max-width: 80%;
  }

  .Products__desc {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 3.5rem;
    font-family: "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-top: 1rem;
  }

  .Item__img_look {
    margin: 4rem auto;
  }

  .img__point {
    width: 100%;
    display: block;
  }


  .Img__look_01 {
    width: 100%;
  }

  .Img__look_01 img {
    width: 100%;
  }



  .Titlle__01 {
    font-size: 3rem;
    color: #F08719;
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    margin: -7rem auto;
    width: 100%;
    text-align: center;
  }

  .Titlle__02 {
    font-size: 3rem;
    color: #F0D319;
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    margin: -10rem auto;
    width: 100%;
    text-align: center;
  }

  .S__item_img {
    width: 100%;
    margin: 0;
  }



  .S1__img_01 {
    margin: 9rem 0 0 8rem;
    width: 80%
  }

  .S1__img_02 {
    width: 100%;
    float: left;
    transform: translate(-43px, -35px);
    margin: 0 auto;
  }

  .S1__img_03 {
    margin: -4rem 0 -10rem -3rem;
    width: 120%
  }

  .S1__img_04 {
    width: 80%;
    transform: translate(-25px, -75px);
    margin: 0 auto;
    overflow: hidden;
  }

  .S1__img_05 {
    margin: 0 auto 5rem auto;
    transform: translate(42px, -3rem);
    width: 100%;
    overflow: hidden;
  }

  .S1__img_06 {
    width: 100%;
    margin: -3rem auto auto -43px;
  }

  .S1__img_07 {
    margin: 5rem auto;
    transform: translate(14%, 0);
    width: 100%;
  }



  .S2__img_01 {
    margin: 12rem auto auto auto;
    width: 80%
  }

  .S2__img_02 {
    margin: 5rem 0 auto -3rem;
    width: 120%
  }

  .S2__img_03 {
    margin: 5rem 0 -10rem -25px;
    width: 80%
  }

  .S2__img_04 {
    width: 80%;
    transform: translate(5rem, -10rem);
    margin: 0 auto;
  }

  .S2__img_05 {
    margin: -4rem 0 auto -3rem;
    width: 120%;
    transform: translate(0);
  }

  .S__item_2re {
    width: 100%;
  }



  .Item__page_look {
    margin: 0 auto;
    width: 100%;
  }

  .Item__page {
    margin: 10rem auto auto 0;
    width: 100%;
  }

  .Feature__titile_01 {
    margin: 0 auto;
    font-size: 25px;
    font-family: quasimoda, sans-serif;
    width: 100%;
  }

  .Feature__titile_02 {
    margin: 2rem auto 5rem auto;
    font-size: 15px;
    font-family: quasimoda, sans-serif;
    width: 100%;
  }

}




@media screen and (min-width:768px) and (max-width:1024px) {

  .Hero__brandLogo {
    margin: 3rem auto 3rem auto;
  }

  .img__point {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .Products__ext {
    margin: 0 auto;
    max-width: 80%;
  }

  .Products__desc {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 2em;
    font-family: "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-top: 1rem;
    widows: 45em;
  }

  .Item__img_look {
    margin: 4rem auto;
    width: 85%;

  }

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

  .Img__look_01 {
    width: 100%;
    margin: 0 auto;
  }


  .Look__img {
    width: 40%;
    margin: 5rem auto auto;
  }

  .Look__img_2re {
    width: 45%;
    margin: 5rem 1rem auto 1rem;
  }



  .h1 a {
    display: block;
    width: 100px;
    margin: 20px auto;
  }

  .Menu__li>a {
    font-size: 1.2rem;
  }





  .Img__look_01 img {
    width: 100%;
  }



  .Titlle__01 {
    font-size: 3rem;
    color: #F08719;
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    margin: -7rem auto;
    width: 100%;
    text-align: center;
  }

  .Titlle__02 {
    font-size: 3rem;
    color: #F0D319;
    font-family: quasimoda, sans-serif;
    font-weight: 600;
    margin: -10rem auto;
    width: 100%;
    text-align: center;
  }

  .S__item_img {
    width: 100%;
    margin: 0;
  }

  .S1__img_01 {
    margin: 9rem 0 0 25rem;
    width: 65%
  }

  .S1__img_02 {
    width: 80%;
    float: left;
    transform: translate(-82px, -35px);
    margin: 0 auto;
  }

  .S1__img_03 {
    margin: -4rem 0 -10rem 82px;
    width: 100%;
  }

  .S1__img_04 {
    width: 75%;
    transform: translate(-75px, -75px);
    margin: 0 auto;
    overflow: hidden;
  }

  .S1__img_05 {
    margin: 0 auto 5rem auto;
    transform: translate(82px, -3rem);
    width: 100%;
    overflow: hidden;
  }

  .S1__img_06 {
    width: 100%;
    margin: -3rem auto auto -82px;
  }

  .S1__img_07 {
    margin: 5rem auto;
    transform: translate(82px, 0);
    width: 100%;
  }






  .Item__page_look {
    margin: 0 auto;
    width: 85%;
  }

  .Item__page {
    margin: 20rem auto auto 0;
    width: 100%;
  }

  .Feature__titile_01 {
    margin: 0 auto;
    font-size: 25px;
    font-family: quasimoda, sans-serif;
    width: 100%;
  }

  .Feature__titile_02 {
    margin: 2rem auto 5rem auto;
    font-size: 15px;
    font-family: quasimoda, sans-serif;
    width: 100%;
  }

}











.look_box img {
  width: 100%;
}






.Hero__year {
  font-size: 1.8rem;
  margin: 4rem 0 0;
}

#ModalWrap {
  background: #fff;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
}

#ModalWrap.m-active {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}

.Modal {
  position: relative;
  z-index: 999;
}

.Modal__block {
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.Modal__block.m-active {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}

.Modal__bg {
  background: white;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.Modal__content {
  background: white;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.Modal__wrap {
  -webkit-overflow-scrolling: auto;
  height: 100vh;
  overflow: scroll;
  width: 100vw;
}

@media only screen and (max-width: 640px) {
  .Modal__wrap {
    padding: 5rem 3.5rem;
  }
}

.Modal__inner {
  margin: 0 auto;
  width: 1640px;
}

@media only screen and (max-width: 640px) {
  .Modal__inner {
    margin: 3rem 0;
    width: auto;
  }
}

.Modal__left {
  width: 44.7rem;
}

@media only screen and (max-width: 640px) {
  .Modal__left {
    margin: 0 0 3rem;
    width: auto;
  }
}

.Modal__img {
  margin: 3rem 0 0;
}

@media only screen and (max-width: 640px) {
  .Modal__img {
    margin: 0;
    width: auto;
  }
}

.Modal__imgWrap {
  margin: 0 0 3rem;
}

@media only screen and (max-width: 640px) {
  .Modal__imgWrap {
    margin: 0;
  }
}

.Modal__right {
  -webkit-transform: translate(-7.3rem, -50%);
  height: auto;
  left: 50%;
  overflow-y: auto;
  padding-left: 3rem;
  position: fixed;
  top: 50%;
  transform: translate(-7.3rem, -50%);
  width: 62.3rem;
}

@media only screen and (max-width: 640px) {
  .Modal__right {
    -webkit-transform: none;
    padding-left: 0;
    position: static;
    transform: none;
    width: auto;
  }
}

.Modal__no {
  font-family: quasimoda, sans-serif;
}

.Modal__name {
  font-family: quasimoda, sans-serif;
  font-size: 2.5rem;
  margin: 3rem 0 0;
}

.Modal__name>span {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.Modal__sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  justify-content: flex-start;
  margin: .5rem 0 0;
}

.Modal__sns>li:nth-child(2) {
  margin-left: 1rem;
}

.Modal__staffpage {
  border-bottom: 1px solid;
}

.Modal__insta {
  margin: 0 0 0 .5rem;
  width: 1.5rem;
}

.Modal__insta:hover {
  opacity: 0.5;
}

.Modal__ttl {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 3rem 0 0;
}

.Modal__desc {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: .5rem 0 0;
}

.Modal__credit {
  border-left: 1px solid #ccc;
  font-size: 1.2rem;
  margin: 3rem 0 0;
  padding-left: 1rem;
}

.Modal__credit a:hover {
  border-bottom: 1px solid;
}

.Modal__close {
  cursor: pointer;
  display: block;
  height: 3rem;
  position: fixed;
  right: 4rem;
  top: 4rem;
  width: 3rem;
  z-index: 1;
}

.Modal__close::before,
.Modal__close::after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: left top;
  background: #232323;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: left top;
  width: 42px;
}

.Modal__close::after {
  -webkit-transform: rotate(-45deg);
  top: 3rem;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .Modal__close {
    right: 2rem;
    top: 2rem;
  }
}

.Modal__back {
  cursor: pointer;
  display: block;
  left: 4rem;
  position: fixed;
  top: 50%;
}

.Modal__back::before {
  -webkit-transform: rotate(45deg);
  border: 0px;
  border-bottom: solid 1px #232323;
  border-left: solid 1px #232323;
  content: '';
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 3rem;
}

@media only screen and (max-width: 640px) {
  .Modal__back::before {
    height: 2rem;
    width: 2rem;
  }
}

@media only screen and (max-width: 640px) {
  .Modal__back {
    left: 1rem;
  }
}

.Modal__next {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 7.243rem;
  top: 50%;
}

.Modal__next::before {
  -webkit-transform: rotate(45deg);
  border: 0px;
  border-right: solid 1px #232323;
  border-top: solid 1px #232323;
  content: '';
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 3rem;
}

@media only screen and (max-width: 640px) {
  .Modal__next::before {
    height: 2rem;
    width: 2rem;
  }
}

@media only screen and (max-width: 640px) {
  .Modal__next {
    right: 3rem;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .Preface {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Preface {
    display: block;
  }
}

.Preface__img {
  flex: 0 0 60%;
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .Preface__img {
    flex: 0 0 auto;
    height: auto;
    margin: 0 2rem;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Preface__img {
    flex: 0 0 auto;
    height: auto;
    margin: 0 6rem;
    width: auto;
  }
}

.Preface__inner {
  align-items: center;
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 40%;
}



@media only screen and (max-width: 640px) {
  .Preface__inner {
    flex: 0 0 auto;
    margin: 0 2rem;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Preface__inner {
    flex: 0 0 auto;
    margin: 0 6rem;
    width: auto;
  }
}

.Preface__ttl {
  font-family: quasimoda, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 2rem;
  width: 75%;
}

@media only screen and (max-width: 640px) {
  .Preface__ttl {
    margin: 2rem 0;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Preface__ttl {
    margin: 2rem 0;
    width: auto;
  }
}

.Preface__desc {
  font-size: 1.4rem;
  width: 75%;
}

@media only screen and (max-width: 640px) {
  .Preface__desc {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Preface__desc {
    width: auto;
  }
}

.Block__head {
  align-items: center;
  font-family: quasimoda, sans-serif;
  justify-content: flex-start;
  margin: 0 0 3rem;
  padding: 3rem 0 0;
}

@media only screen and (max-width: 640px) {
  .Block__head {
    margin: 0 2rem 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__head {
    margin: 0 4rem 3rem;
  }
}

.Block__dayWrap {
  border-right: 1px solid;
  margin: 0 3rem 0 0;
  padding: 0 3rem 0 0;
}

@media only screen and (max-width: 640px) {
  .Block__dayWrap {
    border-bottom: 1px solid;
    border-right: none;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
}

.Block__day {
  font-size: 5rem;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
}

.Block__place {
  font-weight: 400;
}

.Block__body:not(:last-of-type) {
  margin: 0 0 8rem;
}

.Block__item {
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20rem 0;
}

@media only screen and (max-width: 640px) {
  .Block__item {
    align-items: flex-start;
    margin: 0 0 5rem 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__item {
    align-items: flex-start;
    margin: 0 0 5rem 0;
  }
}

.Block__img--C1 {
  max-width: 100%;
}

.Block__img {
  cursor: pointer;
  width: calc(950 / 1640 * 100%);
}

.Block__img a:hover img {
  opacity: 1;
}

.Block__img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.Block__img img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 640px) {
  .Block__img {
    margin: 0;
    width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img {
    margin: 0;
    width: 80%;
  }
}

.Block__img--1640 {
  width: calc(1640 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--1640 {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--1640 {
    width: 100%;
  }
}

.Block__img--812 {
  width: calc(812 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--812 {
    width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--812 {
    width: 75%;
  }
}

.Block__img--674 {
  width: calc(674 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--674 {
    width: 70%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--674 {
    width: 60%;
  }
}

.Block__img--536 {
  width: calc(536 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--536 {
    width: 60%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--536 {
    width: 50%;
  }
}

.Block__img--396 {
  width: calc(396 / 1640 * 100%);
}

.Block__img--d1-02 {
  margin-left: calc((122 + 16) / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-02 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-02 {
    margin-left: 0;
  }
}

.Block__img--d1-03 {
  margin-left: calc((122 + 16)*4 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-03 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-03 {
    margin-left: 10%;
  }
}

.Block__img--d1-05 {
  margin-left: calc(50 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-05 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-05 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

.Block__img--d1-06 {
  margin-left: calc((122 + 16)*2 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-06 {
    margin-left: 20%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-06 {
    margin-left: 20%;
  }
}

.Block__img--d1-07 {
  margin-left: calc((122 + 16)*3 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-07 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-07 {
    margin-left: 10%;
  }
}

.Block__img--d1-09 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
  margin-top: 32.5rem;
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-09 {
    margin-left: 20%;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-09 {
    margin-left: 20%;
    margin-top: 3rem;
  }
}

.Block__img--d1-12 {
  margin-left: calc((114)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-12 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-12 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

.Block__img--d1-13 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-13 {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-13 {
    margin-left: 5%;
  }
}

.Block__img--d1-14 {
  margin-left: calc((122 + 16)*5 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-14 {
    margin-left: -10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-14 {
    margin-left: -10%;
  }
}

.Block__img--d1-15 {
  margin-left: calc((122 + 16)*2 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d1-15 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d1-15 {
    margin-left: 0%;
  }
}

.Block__img--d2-02 {
  margin-left: calc((122 + 16)*4 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-02 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-02 {
    margin-left: 10%;
  }
}

.Block__img--d2-03 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-03 {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-03 {
    margin-left: 0%;
  }
}

.Block__img--d2-04 {
  margin-left: calc((122 + 16 - 50)*4 / 1640 * 100%);
  margin-right: 5rem;
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-04 {
    margin-bottom: 5rem;
    margin-left: 40%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-04 {
    margin-bottom: 5rem;
    margin-left: 40%;
    margin-right: 0;
  }
}

.Block__img--d2-07 {
  margin-top: 20rem;
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-07 {
    margin-bottom: 5rem;
    margin-left: 40%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-07 {
    margin-bottom: 5rem;
    margin-left: 40%;
    margin-top: 0;
  }
}

.Block__img--d2-08 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-08 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-08 {
    margin-left: 0;
  }
}

.Block__img--d2-09 {
  margin-left: calc((122 + 16)*4 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-09 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-09 {
    margin-left: 10%;
  }
}

.Block__img--d2-10 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-10 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-10 {
    margin-left: 10%;
  }
}

.Block__img--d2-11 {
  margin-left: 5rem;
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-11 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-11 {
    margin-left: 10%;
  }
}

.Block__img--d2-12 {
  margin-left: calc((122 + 16)*5 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-12 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-12 {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-13 {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-13 {
    margin-left: 5%;
  }
}

.Block__img--d2-14 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-14 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-14 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

.Block__img--d2-15 {
  margin-left: calc((122 + 16)*2 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d2-15 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d2-15 {
    margin-left: 10%;
  }
}

.Block__img--d3-02 {
  margin-left: calc((122 + 16)*4 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d3-02 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d3-02 {
    margin-left: 10%;
  }
}

.Block__img--d3-04 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d3-04 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d3-04 {
    margin-left: 10%;
    margin-top: 5rem;
  }
}

.Block__img--d3-06 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d3-06 {
    margin-left: 15%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d3-06 {
    margin-left: 15%;
    margin-top: 5rem;
  }
}

.Block__img--d3-08 {
  margin-left: calc((122 + 16)*5 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d3-08 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d3-08 {
    margin-left: 10%;
  }
}

.Block__img--d3-10 {
  margin-left: calc((122 + 16)*1 / 1640 * 100%);
}

@media only screen and (max-width: 640px) {
  .Block__img--d3-10 {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Block__img--d3-10 {
    margin-left: 10%;
  }
}

.Block__creditUl {
  margin-top: 1rem;
}



.Brand__ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  font-family: 'Lora', serif;
}

@media only screen and (max-width: 640px) {
  .Brand__ul {
    flex-direction: column;
    width: 100%;

  }
}

.Brand__li {
  flex: 0 0 15rem;
  width: 15rem;
}

.Item__li {
  width: 100%;
}

.Brand__li--ppl {
  flex: 0 0 17rem;
  margin: 0 0 0 10rem;
  width: 17rem;
}

@media only screen and (max-width: 640px) {
  .Brand__li--ppl {
    margin: 5rem 0 0;
  }
}

.Brand__li a:hover:before {
  width: 7rem;
}

.Brand__link {
  margin: 3rem 0 0 0;
}

.Item__name {
  margin: 1rem 0 0 0;
}

/* ------------------------------------------------ Shoplist */

.Shoplist {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  position: relative;
  text-align: center;
  background-color: #F7F5F4;
  color: #000;
}





.Shoplist__block {
  text-align: left;
  width: calc(50% - 4rem);
  margin: 10rem 0 10rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Shoplist__block {
    text-align: left;
    width: 90%;
    margin: 0 auto 10rem;
    letter-spacing: 0.1em;
  }
}



.Shoplist__shopName {

  font-family: quasimoda, sans-serif;

  font-weight: 700;

  font-style: normal;

  line-height: 1em;

  letter-spacing: 0.1em;

  border-bottom: 1px solid;

  padding-bottom: 1rem;

}



.Shoplist__shopinfo dt {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

  align-items: center;

}

.Shoplist__shopinfo {

  margin: 15px auto;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.Shoplist__shopinfo dt {

  -ms-flex: 0 0 8rem;

  flex: 0 0 8rem;

  font-style: italic;

  margin: 1rem 0 0;

}

.Shoplist__shopinfo dd {

  -ms-flex: 0 0 calc(100% - 8rem);

  flex: 0 0 calc(100% - 8rem);

  line-height: 1.4;

  margin: .2rem 0 0;

}

.Shoplist__map {

  border-bottom: 2px solid;

  margin-left: 0.5rem;

  font-style: italic;

}

.Shoplist__sns ul {

  margin: 10px 0 20px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-pack: start;

  justify-content: flex-start
}







.Shoplist__sns li {

  font-size: 1.6em;

  margin-right: 10px;

}

@media only screen and (max-width:640px) {

  .Shoplist__btn {

    text-align: center
  }

}







.l-column {}



@media only screen and (max-width: 640px) {

  .l-column {

    /*padding: 0 10px;*/

    width: auto;
  }
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {

  .l-column {

    width: 90%;
  }
}





.l-row {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin: 0 auto;

}



@media only screen and (max-width: 640px) {

  .l-row {

    flex-direction: column;

  }

}



.articleLabelL {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: quasimoda, sans-serif;

}



/*.articleLabelL::after {

	margin: 6px auto 0;

content: " ";

display: block;

border-bottom: solid 1px #3E4040;

width: 100%;

	font-family:  quasimoda, sans-serif;

	font-weight: 400;

	font-style: normal;

}

*/



@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.Style__item {
  box-sizing: content-box;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Style__item {
    box-sizing: border-box;
  }
}


.Style__open {
  bottom: 2rem;
  cursor: pointer;
  display: flex;
  font-family: quasimoda, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.15em;
  position: absolute;
  right: 3.4rem;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 640px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 14px;
    right: 1.9rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__open {
    bottom: 0.5em;
    font-size: 1.6rem;
    right: 1.9rem;
  }
}

.Style__open>span {
  display: inline-block;
  height: 10px;
  margin: 0.4rem 0 0 0.4rem;
  position: relative;
  width: 10px;
}

.Style__open>span:before,
.Style__open>span:after {
  background: #202020;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transition: 0.3s ease-in-out;
  width: 100%;
}

.Style__open>span:before {
  height: 100%;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
}

.Style__open--white {
  color: #F4F3F2;
}

.Style__open--white>span:before,
.Style__open--white>span:after {
  background: #F4F3F2;
}

.Style__open--blk {
  color: #0F0E0E;
}

.Style__open--blk>span:before,
.Style__open--blk>span:after {
  background: #000;
}

.Style__input {
  display: none;
}

.Style__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 2rem;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}

.Style__window {
  color: #F4F3F2;
  transition: 0.3s ease-in-out;
}

.Style__input:checked+.Style__overlay {
  opacity: 1;
  visibility: visible;
}

.Style__input:checked+.Style__overlay+.Style__open {
  color: #F4F3F2;
}

.Style__input:checked+.Style__overlay+.Style__open>span:before,
.Style__input:checked+.Style__overlay+.Style__open>span:after {
  -webkit-transform: rotate(45deg);
  background: white;
  transform: rotate(45deg);
}

.Style__credit>li:not(:last-child) {
  margin: 0 0 3rem;
}

@media only screen and (max-width: 640px) {
  .Style__credit>li:not(:last-child) {
    margin: 0 0 1rem;
  }
}

.Style__credit>li>a {
  color: #F4F3F2;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .Style__credit>li>a {
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
  }
}

.Style__head {
  padding: 10.4166666667% 0;
}

@media only screen and (max-width: 640px) {
  .Style__head {
    padding: 40% 0;
  }
}


.Style__ttl__rokh {
  margin: 0 auto;
  width: 21.6145833333%;

}

@media only screen and (max-width: 640px) {
  .Style__ttl__rokh {
    width: 60%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__ttl__rokh {
    width: 40%;
  }
}

.Style__ttl__jil {
  margin: 20rem auto;
  width: 21.6145833333%;
}

@media only screen and (max-width: 640px) {
  .Style__ttl__jil {
    width: 60%;
    margin: 10% auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Style__ttl__jil {
    width: 40%;
  }
}

.l-col1-hor {
  display: flex;
  justify-content: center;
  margin: 0 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10%;
}

.l-col1-hor>.Style__item {

  width: 48%;
}

@media only screen and (max-width: 640px) {
  .l-col1-hor {
    border-top: 2px solid;
    border-bottom: 2px solid;

  }

  .l-col1-hor>.Style__item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.l-col1-vert {
  display: flex;
  justify-content: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10%;

}

.l-col1-vert>.Style__item {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}

@media only screen and (max-width: 640px) {
  .l-col1-vert {
    margin: 0 0 5%;
  }

  .l-col1-vert>.Style__item {
    flex: 0 0 100%;
    width: 100%;
  }
}


.l-col2 {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.l-col2--rev-pad {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.l-col2>.Style__item {
  padding: 20%;

}

.l-col2>.Style__item+.Style__item {
  padding: 15%;
  border-left: 2px solid;
}

.l-col2--margin {
  height: auto;
  margin: 19.7916666667% 0;
}


.l-col2--rev-pad>.Style__item {
  padding: 15%;
  border-right: 2px solid;
}


.l-col2--rev-pad>.Style__item+.Style__item {
  padding: 20%;
  border: none;
}


@media only screen and (max-width: 640px) {
  .l-col2 {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .l-col2--rev-pad {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .l-col2--rev-pad>.Style__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 10%;
    margin: 0 auto;
    border-right: none;
  }

  .l-col2>.Style__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 10%;
    margin: 0 auto;
    border-left: none;
  }

  .l-col2>.Style__item+.Style__item {
    margin: 0 auto;
    border-left: none;
    border-top: 2px solid;
  }

  .l-col2--rev-pad>.Style__item+.Style__item {
    margin: 0 auto;
    border-left: none;
    border-top: 2px solid;
  }

  .l-col2--margin {
    margin: 30% 0;
  }

  .l-col2--rev {
    flex-direction: column-reverse;
    /* `.l-col2--rev` が有効な場合も縦一列に並べる */
  }
}



.l-col2--rev {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .l-col2--rev {
    flex-direction: column-reverse;
  }
}

.l-col2--rev>.Style__item+.Style__item {}

@media only screen and (max-width: 640px) {
  .l-col2--rev>.Style__item+.Style__item {
    margin: 5% 0 5%;
  }
}

.bg_gry {
  background-color: #F7F5F4;
  padding-bottom: 5rem;
}




/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
  position: relative;
  z-index: 9999;
}

.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: #Fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}


.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #514C48;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .Opening__logoArea {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 100%;
  }
}


.Opening__Ttl {
  color: #514C48;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .Opening__Ttl {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

.Opening__subttl {
  color: #514C48;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  padding-top: 30px;
}

@media only screen and (max-width: 640px) {
  .Opening__subttl {
    font-size: 1.5rem;
    font-weight: 300;
  }
}



@-webkit-keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes HiddenLayer {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}



/* header */
.Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}

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

.Brand__btn {
  text-align: center;
  font-family: quasimoda, sans-serif;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .Brand__btn {
    font-weight: 400;
  }
}

.Brand__btn a {
  margin: 0 auto 2rem;
  text-align: center;
  line-height: 1;
  padding: 1.2rem 2rem;
  width: 10%;
  background-color: #3E4040;
  font-size: 1.5rem;
  color: #fff;

}

@media only screen and (max-width: 640px) {
  .Brand__btn a {
    font-size: .5rem;
    width: 25%
  }
}


.Brand__btn a:hover {
  opacity: 0.3;
  transition: .5;
}

.ImageSection {
  padding: 20px;
  background-color: #F7F5F4;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.ImageSection__wrapper {
  text-align: center;
}

.ImageSection__content {
  margin: 20px 0;
}

.ImageSection__content p {
  margin-bottom: 20px;
}

.ImageSection__content .brand-page {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.ImageSection__youtube {
  text-align: center;
  margin: 20px 0;
}

.ImageSection__video {
  margin-bottom: 20px;
}

.ImageSection__video-description {
  text-align: left;
}

.ImageSection__video-description h3 {
  margin-bottom: 10px;
}

.ImageSection__video-description p {
  margin-bottom: 20px;
}

.ImageSection__video-description .view-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}



/* アイテムセクション */
.item {
  font-family: quasimoda, sans-serif;
}

.item__head {
  display: flex;
  justify-content: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 5rem;
  font-weight: bold;
  padding: 5%;

}


.item-img {
  border-bottom: 2px solid;
  overflow: hidden;
  width: 100%;
}

.item-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .item-img {
    width: 100%;
  }

  .item-img img {
    width: 100%;
    height: auto;
  }
}

.item-row {
  display: contents;
}

.item-row:last-child .item-column-left {
  border-bottom: none;
}

.item-row:last-child .item-column-center {
  border-bottom: none;
}

.item-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  text-align: center;
}

.item-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.item-column-left {
  background-color: #000;
  color: #fff;
  padding: 5%;
}

.item-column-left h3 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 400;
}

.item-column-left:not(:last-child) {
  border-bottom: #fff 2px solid;
}

.item-column-left:last-child {
  border-bottom: none;
}

.item-column-center {
  border-bottom: 2px solid;
  border-right: 2px solid;
  padding: 5%;
}

.item-column-center p {
  margin: 10px 0;
  font-size: 17px;
}

.item-column-center:not(:last-child) {
  border-bottom: 2px solid;
}

.item-column-right {
  display: flex;
  justify-content: center;
  padding: 15%;

}



/* アイテムセクションのボタン */
.item .btn-secondary {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.item .btn-secondary:hover {
  background-color: #F7F5F4;
  color: #fff;
}

/* スマホ表示用スタイル */
@media only screen and (max-width: 640px) {
  .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-desc {
    display: flex;
    flex-direction: column;
  }



  .item-desc,
  .item-column-right {
    width: 100%;

  }

  .item__head {

    font-size: 2rem;

  }

  .item-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .item-column-left,
  .item-column-center {
    width: 100%;
    text-align: center;
    border-right: none;
    padding: 5%;
  }

  .item-column-left:not(:last-child),
  .item-column-center:not(:last-child) {
    border: none;
  }

  .item-column-right {
    border-top: 2px solid;
  }

  .btn-secondary {
    width: 80%;
  }
}



/* ブランドセクション */
.brand {
  font-family: quasimoda, sans-serif;

}

.brand__head {
  display: flex;
  justify-content: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 5rem;
  font-weight: bold;
  padding: 5%;

}

@media only screen and (max-width: 640px) {
  .brand__head {
    font-size: 2rem;
  }
}

.brand-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 100%;
  text-align: left;
}

.brand .column {
  padding: 5%;
  border-left: 2px solid;
}

.brand .column h3 {
  margin: 1rem 0 1rem;
  font-weight: 400;
  font-size: 16px;
}

.brand .column:first-child {
  border-left: none;
}



.brand .columnno {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  border-left: 2px solid #000;

}

.column__jp {}

.brand .btn-primary {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.brand .btn-primary:hover {
  background-color: #666;
  color: #fff;
}

/* メディアクエリ */
@media (max-width: 768px) {
  .brand-content {
    grid-template-columns: 1fr;
  }

  .brand .column {
    padding: 10% 35px;
  }

  .brand .columnno {
    border-left: none;
    border-top: 2px solid;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .brand .btn-primary {
    width: 100%;
    max-width: 200px;

  }
}

/* YouTubeセクション */
.youtube {
  border-bottom: 2px solid;
  font-family: quasimoda, sans-serif;
}

.youtube__head {
  display: flex;
  justify-content: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 5rem;
  font-weight: bold;
  padding: 5%;
}

.youtube__ttl {
  margin: 0;
  text-align: center;
  font-size: 50px;
}


.youtube-content {
  display: grid;
  grid-template-columns: calc((100% / 4) * 3 + 2px) 1fr;
  align-items: center;
}

.youtube-link {
  display: flex;
  justify-content: center;
  padding: 15%;


}

.youtube-column {
  grid-template-columns: 1fr 1fr;
  display: grid;
  padding: 5%;
  border-right: 2px solid;
}

.youtube-video {
  display: flex;
  justify-content: center;
  padding: 5%;
  align-items: center;
}

.youtube iframe {
  width: 100%;
  height: fit-content;
  aspect-ratio: 560/315;
}

.youtube-text {text-align: left;padding: 10% 15px;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;letter-spacing: 1.6px;}

.youtube-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}

.youtube-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  padding-top: 10px;

}

.btn-secondary {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .youtube__head {
    font-size: 2rem;
  }

  .youtube-column {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 5% 20px;
  }

  .youtube-content {
    display: flex;
    flex-direction: column;
  }

  .youtube-link {
    width: 100%;
    text-align: center;
    border-top: 2px solid;
    padding: 10%;


  }


  .btn-secondary {
    width: 100%;
    max-width: 200px;
  }
}

/* リンクボタンセクションのスタイル */
.LinkButtons {
  background-color: #F7F5F4;
  font-family: quasimoda, sans-serif;
}

.LinkButtons__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px;
  gap: 0;
  border-bottom: 2px solid;
}

.LinkButtons__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-left: 2px solid;
  box-sizing: border-box;
}

.LinkButtons__button:first-of-type a {
  border-left: none;
}


.LinkButtons__button a:hover {
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 640px) {
  .LinkButtons__wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: none;
  }

  .LinkButtons__button a {
    border-bottom: 2px solid;
    border-left: none;

  }

  .youtube-content {
    display: flex;
    flex-direction: column;
  }

  .btn-secondary {
    width: 100%;
    max-width: 200px;
  }
}


.Style__body {
  border-top: 2px solid;
}

.Style__ttl {
  display: flex;
  width: 100%;
  font-weight: 400;
}

.Style__ttl__1 {
  flex: 1;
  background-color: #1E315C;
  color: #fff;
  padding: 50px;
  text-align: center;
  border-right: 2px solid #000;
}

.Style__ttl__2 {
  flex: 1;
  background-color: #783124;
  color: #fff;
  padding: 50px;
  text-align: center;
  border-right: 2px solid #000;
}

.Style__ttl__3 {
  flex: 1;
  background-color: #A86F58;
  color: #000;
  padding: 50px;
  text-align: center;
  border-right: 2px solid #000;
}

.Style__ttl__4 {
  flex: 1;
  background-color: #D3A8A8;
  color: #000;
  padding: 50px;
  text-align: center;
  border-right: 2px solid #000;
}

.Style__subttl {
  flex: 3;
  background-color: #000;
  color: #fff;
  padding: 50px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .Style__ttl {
    flex-direction: column;

  }

  .Style__ttl__1,
  .Style__ttl__2,
  .Style__ttl__3,
  .Style__ttl__4,
  .Style__subttl {
    padding: 20px;
  }

  .Style__ttl__1,
  .Style__ttl__2,
  .Style__ttl__3,
  .Style__ttl__4 {
    border-right: none;
  }
}



.talk {
  background-color: #F7F5F4;
  padding: 15rem 0;
  display: flex;
  justify-content: center;
  font-family: quasimoda, sans-serif;
  border-top: 2px solid;
}

@media only screen and (max-width: 640px) {
  .talk {

    padding: 10rem 0;

  }
}

.talk-content {
  width: 45%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1200px;
}


.talk__title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 3rem;
  text-align: left;
  border-bottom: 1px solid;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding-bottom: 10px;
}


.talk-subtitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 1.2rem;


}

.talk__content {
  padding: 5rem 0;
}

@media only screen and (max-width: 640px) {
  .talk__content {
    padding: 5rem 0 0;

  }
}

.talk p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 2px;
}

.talk__details {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .talk__title {
    line-height: 2rem;
    font-size: 16px;

  }

  .talk p {
    letter-spacing: 2px;
  }

  .talk-content {
    width: 100%;
    padding: 0 35px;
  }
}





.p-prologue {
  text-align: center;
  margin: 50px 0;
  padding: 50px;

}

.prologue-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  letter-spacing: 2px;
  width: 60%;
}

.prologue-content h2 {
  font-family: 'Quasimoda', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
}

.prologue-txt {
  border-top: 1px solid;
  padding: 50px 0 5px;

}


.prologue-content p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #000;
}

.prologue-txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;

  margin-bottom: 20px;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .p-prologue {
    padding: 30px 15px;
  }

  .prologue-content {
    font-size: 15px;
    width: 100%;
  }

  .prologue-content h2 {
    font-size: 20px;
  }

  .prologue-content p {
    font-size: 15px;
  }
}



.column__en {
  padding: 2rem 0 0;
}




.Hero {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  font-family: quasimoda, sans-serif;
  width: 100%;
  /* セクションを画面幅いっぱいに広げる */
  overflow: hidden;
  /* 画面外のコンテンツを隠す */
}

.Hero__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.Hero__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* 垂直方向の位置を上に揃える */
  width: 100%;
  box-sizing: border-box;
}

.Hero__text {
  flex: 0 0 66.67%;
  color: #333;
  padding: 10%;
  letter-spacing: 1.5px;
}

.Hero__text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  /* 文字間隔を調整 */
}

.Hero__text p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #666;
}

.Hero__brands {
  margin: 10vw 0;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}


.Hero__image {
  flex: 0 0 33.33%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.Hero__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.Hero__text__item {
  text-align: right;
  padding-top: 10px;
}

.Hero__text__subttl {
  font-size: 12px;
  padding-top: 10px;
}

.Hero__text__nun {
  text-align: right;
  position: relative;
  padding-bottom: 10px;
}

.Hero__text__nun::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.Hero__text__ttl {
  position: relative;
  padding-bottom: 10px;
}

.Hero__text__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}


@media (max-width: 768px) {
  .Hero__body {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .Hero__text {
    flex: 1;
  }

  .Hero__brands {
    font-size: 16px;
    margin: 15rem 0;
    font-weight: 700;
  }

  .Hero__image {
    width: 100%;
  }

  .Hero__image img {
    width: 100%;
    max-width: none;
  }
}




.backgl {
  background-color: #F7F5F4;
}

.item__ttl {
  font-size: 50px;
}

.brand__ttl {
  font-size: 50px;
}

@media only screen and (max-width: 640px) {

  .brand__ttl,
  .item__ttl,
  .youtube__ttl {
    font-size: 20px;
  }
}

.Style {
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.7px;

}