@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

body {
  font-family: "Zen Old Mincho", serif;
}

.inview {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(70px);
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

.inview.view {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0.6s;
  transform: translateY(0) !important;
}

.header{
  width: 80%;
  margin:0 auto;
  padding:10px 0px;
}

@media screen and (max-width: 767.98px) {
  .header {
    width: 90%;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
}

.header h1 {
  width: 10%;
}

@media screen and (max-width: 767.98px) {
  .header h1 {
    width: 25%;
  }
}

.header h1 a{
  display: block;
}

.header h1 img {
  width: 100%;
}

.header-links {
  width:70%;
}

.header-links .header-sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-links .header-sns-list li{
  display: flex;
  align-items: center;
  font-size: 2vw;
  list-style-type:none;
  letter-spacing: 1px;
}

@media screen and (max-width: 767.98px) {
  .header-links .header-sns-list li{
    font-size: 4vw;
  }
}

.header-links .header-sns-list li:nth-of-type(-n+2){
  margin-right: 5%;
}

@media screen and (max-width: 767.98px) {
  .header-links .header-sns-list li:nth-of-type(-n+2){
  }
}

.header-links ul li a{
  display: block;
  text-decoration: none;
}

.header-links .header-sns-item a:hover {
  opacity: 0.8;
}

.header-links .header-sns-item img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767.98px) {
  .header-links .header-sns-item img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-links {
  }
}

.txt {
  font-weight: 500;
}

.footer {
  background-color: #000;
  padding: 28px 20px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .footer {
    padding: 12px;
  }
}

.footer .container p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .footer .container p {
    font-size: 1.0464rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	copy
* --------------------------------------------------------------------------------------------------*/
.copy {
  padding-top: 105px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .copy {
    padding-top: 42px;
  }
}

.copy .ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767.98px) {
  .copy .ttl {
    font-size: 2.616rem;
    line-height: 1.8333333333;
  }
}

.copy .txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 15px;
}

@media screen and (max-width: 767.98px) {
  .copy .txt {
    font-size: 1.4824rem;
    line-height: 2.6470588235;
    margin-top: 31px;
  }
}

.copy .ttl + .txt {
  font-size: 3rem;
}

@media screen and (max-width: 767.98px) {
  .copy .ttl + .txt {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	collection
* --------------------------------------------------------------------------------------------------*/
.collection_ttl {
  width: 283px;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .collection_ttl {
    width: 176.144px;
  }
}

.collection {
  padding-top: 91px;
}

.collection_list {
  max-width: 950px;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(2.3vw, 23px) 2.4%;
  padding: 0 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 767.98px) {
  .collection_list {
    padding: 0 10px;
    gap: 20px 4.8%;
    margin-top: 37px;
  }
}

.collection_item {
  width: 23.1578947368%;
}

@media screen and (max-width: 767.98px) {
  .collection_item {
    width: 47.5609756098%;
  }
}

.collection_item .number {
  font-size: 3rem;
}

.collection_item a {
  display: block;
}

@media (any-hover) {
  .collection_item a {
    transition: 0.3s;
  }

  .collection_item a:hover {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	style_list
* --------------------------------------------------------------------------------------------------*/
.style_list {
  padding: 0 10px 159px;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  box-sizing: content-box;
}

@media screen and (max-width: 767.98px) {
  .style_list {
    padding-bottom: 60px;
  }
}

.style_item {
  padding-top: 140px;
}

@media screen and (max-width: 767.98px) {
  .style_item {
  }
}

@media screen and (max-width: 767.98px) {
  .style_item {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .style_heading {
  }
}

.style_ttl {
  font-size: 3rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  .style_ttl {
    font-size: 2.5rem;
    margin-top: 16px;
  }
}

.style_ttl span {
  font-size: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .style_ttl span {
    margin-top: 6px;
    font-size: 2rem;
  }
}

.style_heading .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  line-break: strict;
}

@media screen and (max-width: 767.98px) {
  .style_heading .txt {
    font-size: 1.5696rem;
    line-height: 1.6666666667;
  }
}

.price_btn_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.price_btn_wrapper .price {
  font-size: 3rem;
  margin-right:5%;
}

@media screen and (max-width: 767.98px) {
  .price_btn_wrapper .price {
  }
}

.price_btn_wrapper .price span {
  font-size: 2rem;
}

@media screen and (max-width: 767.98px) {
  .price_btn_wrapper .price span {
    font-size: 1.5rem;
  }
}

.btn_wrapper {
  width: 170px;
}

@media screen and (max-width: 767.98px) {
  .btn_wrapper {
    width: 148.24px;
  }
}

.btn {
  width: 100%;
  background-color: #000;
  height: 40px;
  display: grid;
  place-content: center;
  transition: 0.3s background-color;
}

@media screen and (max-width: 767.98px) {
  .btn {
    height: 34.88px;
    text-align: center;
    padding: 5px 23px;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #c8bf53;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	formal
* --------------------------------------------------------------------------------------------------*/
.formal {
  margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
  .formal {
    margin-top: 100px;
  }
}

.formal .ttl {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
  .formal .ttl {
  }
}

.formal .style-type {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 767.98px) {
  .formal .style-type {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
}

.formal .style-type .style-img {
  width: 46%;
  margin: 0 0 0 2%;
}

@media screen and (max-width: 767.98px) {
  .formal .style-type .style-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	casual
* --------------------------------------------------------------------------------------------------*/
.casual {
  margin-top: 100px;
}

@media screen and (max-width: 767.98px) {
  .casual {
    margin-top: 140px;
  }
}

.casual .style-type {
  display: flex;
  justify-content: space-between;
}

.casual .ttl {
  margin-bottom: 30%;
}

@media screen and (max-width: 767.98px) {
  .casual .ttl {
    margin-bottom: 10%;
  }
}

.formal .ttl span {
  font-size: 1.5rem;
}

.formal .style-type .style-txt {
  width: 46%;
}

@media screen and (max-width: 767.98px) {
  .formal .style-type .style-txt {
    width: 100%;
    margin-bottom: 20%;
  }
}

@media screen and (max-width: 767.98px) {
  .formal .style-type .style-txt .txt {
    font-size: 1.5rem;
  }
}

.casual .style-type:nth-of-type(2),
.casual .style-type:nth-of-type(3) {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 767.98px) {
  .casual .style-type:nth-of-type(2),
.casual .style-type:nth-of-type(3) {
  width: 100%;
  }
}

.casual .style-type:nth-of-type(2) .style-img {
  width: 60%;
}

@media screen and (max-width: 767.98px) {
  .casual .style-type:nth-of-type(2) .style-img {
    width: 100%;
  }
}

.casual .style-type:nth-of-type(3) .style-img {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .casual .style-type:nth-of-type(3) .style-img {
    width: 80%;
    margin: 0 auto;
  }
}

/* a??a??a??a?，a?≫a??a??a??a?3 */
html {
  scroll-behavior: smooth;
}

.page_top {
  display: block;
  box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
  text-decoration: none;
  color: #713302;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
}

.page_top.is-absolute {
  position: absolute;
  bottom: calc(100% + 10px);
}

@media (any-hover: hover) {
  .page_top:hover .cls-1 {
    fill: #c8bf53;
  }
}

@media screen and (max-width: 767.98px) {
  .page_top {
    width: 15px;
    right: 10px;
  }
}

.page_top .cls-1 {
  transition: 0.3s fill;
  fill: #000;
}

.page_top.is-show {
  opacity: 1;
  pointer-events: all;
}

.banner-link {
  display: block;
  margin: 0 auto 80px;
  width: 420px;
}

.banner-link:hover {
  opacity: 0.8;
}

.banner-link img {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .banner-link {
    width: 80%;
  }
}

.footer-links {
  width: 140px;
  margin: 0 auto 80px;
}

.footer-links .footer-sns-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-links .footer-sns-item a {
  display: block;
}

.footer-links .footer-sns-item a:hover {
  opacity: 0.8;
}

.footer-links .footer-sns-item img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767.98px) {
  .footer-links {
    width: 35%;
  }
}

/*# sourceMappingURL=app.css.map */