@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600;900&display=swap"); /* ==========================================================
!import
========================================================== */
/* ==========================================================
!mediaQuery
========================================================== */
/*
 * top.css
 * Last modify 2025/07/04 11:05
 */
/* -----------------------------------------------------
Base Style
----------------------------------------------------- */
body.noScloll {
  overflow: hidden;
}

/* ==========================================================
!Header
========================================================== */
#header {
  transition: all 0.5s;
  margin: 8vw 2.66vw 0;
}
@media screen and (min-width: 751px) {
  #header {
    margin: 3.9vw 1.56vw 0;
  }
}
@media screen and (min-width: 1281px) {
  #header {
    margin: 50px auto 0;
  }
}
#header #hdWrap {
  padding: 28.8vw 0 6.4vw;
  background: url("../img/img_bg01_sp.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  #header #hdWrap {
    margin: 0 auto;
    padding: 33.65vw 0 4.64vw;
    background: url("../img/img_bg01.png") no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 1281px) {
  #header #hdWrap {
    padding: 35.12vw 0 4.46vw;
  }
}
#header #hdWrap h1 {
  color: #FFFFFF;
  font-size: 9.6vw;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 2.66vw rgba(0, 0, 0, 0.45);
  line-height: 1;
}
@media screen and (min-width: 751px) {
  #header #hdWrap h1 {
    font-size: 6.56vw;
  }
}
@media screen and (min-width: 1281px) {
  #header #hdWrap h1 {
    font-size: 5.37vw;
  }
}

.webp #header #hdWrap {
  background: url("../img/img_bg01_sp.webp") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .webp #header #hdWrap {
    background: url("../img/img_bg01.webp") no-repeat center center;
    background-size: contain;
  }
}

/* !content
---------------------------------------------------------- */
/* !commentArea
---------------------------------------------------------- */
#commentArea {
  margin: 3.33vw 5.33vw 0;
}
#commentArea h2 {
  margin-bottom: 16vw;
  text-align: center;
}
#commentArea h2 img {
  width: 65.6vw;
  margin-left: 2vw;
}
@media screen and (min-width: 751px) {
  #commentArea {
    margin: 2.81vw 1.56vw 0;
  }
  #commentArea h2 {
    margin-bottom: 9.45vw;
  }
  #commentArea h2 img {
    width: 50.23vw;
    margin-left: 1.5vw;
  }
}
@media screen and (min-width: 1281px) {
  #commentArea {
    margin: 36px 0 0;
  }
  #commentArea h2 {
    margin-bottom: 121px;
  }
  #commentArea h2 img {
    width: 643px;
    margin-left: 1.25vw;
  }
}
#commentArea .wrap01 p.noteLine {
  position: relative;
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  background-image: linear-gradient(180deg, rgba(53, 47, 47, 0.2) 1px, transparent 1px); /* 罫線の色と太さ */
  background-size: 100% 3em; /* 行の高さ */
  line-height: 3em; /* 文字の高さ */
  text-align: center;
}
#commentArea .wrap01 p.noteLine:before {
  display: block;
  position: absolute;
  content: "";
  width: 18.66vw;
  height: 16vw;
  top: -8vw;
  left: -4vw;
  background: url("../img/img_commentarea01_sp.png") no-repeat center center;
  background-size: contain;
}
#commentArea .wrap01 p.noteLine:after {
  display: block;
  position: absolute;
  content: "";
  width: 21.33vw;
  height: 23.2vw;
  right: -2.66vw;
  bottom: -6.33vw;
  background: url("../img/img_commentarea02_sp.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  #commentArea .wrap01 p.noteLine {
    width: 53.12vw;
    margin: 0 auto;
    font-size: 1.71vw;
  }
  #commentArea .wrap01 p.noteLine:before {
    width: 9.06vw;
    height: 7.65vw;
    top: -6.01vw;
    left: -2.42vw;
  }
  #commentArea .wrap01 p.noteLine:after {
    width: 9.92vw;
    height: 10.93vw;
    right: -4.06vw;
    bottom: -2.18vw;
  }
}
@media screen and (min-width: 1281px) {
  #commentArea .wrap01 p.noteLine {
    width: 680px;
    font-size: 22px;
  }
  #commentArea .wrap01 p.noteLine:before {
    width: 116px;
    height: 98px;
    top: -77px;
    left: -31px;
  }
  #commentArea .wrap01 p.noteLine:after {
    width: 127px;
    height: 140px;
    right: -52px;
    bottom: -28px;
  }
}

/* !distributionLocation
---------------------------------------------------------- */
#distributionLocation {
  margin: 13.33vw 0 0;
  text-align: center;
}
#distributionLocation h2 {
  position: relative;
  margin-bottom: 8vw;
  padding-bottom: 3.5vw;
  background: url("../img/img_dl01.svg") no-repeat center bottom;
  background-size: 36.53vw;
  font-size: 5.86vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
#distributionLocation .wrap01 {
  padding: 8vw 5.33vw;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 751px) {
  #distributionLocation .wrap01 {
    width: 75vw;
    padding: 4.68vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) {
  #distributionLocation .wrap01 {
    width: 960px;
    padding: 60px;
  }
}
#distributionLocation ul {
  text-align: left;
}
#distributionLocation ul li {
  margin-top: 5.33vw;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #distributionLocation ul li {
    margin-top: 3.51vw;
  }
}
@media screen and (min-width: 1281px) {
  #distributionLocation ul li {
    margin-top: 45px;
  }
}
#distributionLocation ul li:first-child {
  margin-top: 0;
}
#distributionLocation ul li strong {
  position: relative;
  display: block;
  padding: 0 0 1.6vw 1.6vw;
  color: #614A42;
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #distributionLocation ul li strong.listSlide01 {
    border-bottom: 1px solid #614A42;
  }
  #distributionLocation ul li strong.listSlide01:after {
    position: absolute;
    display: block;
    content: "";
    width: 5.6vw;
    height: 2.09vw;
    top: 2vw;
    right: 1.6vw;
    background: url("../common/img/btn_down01.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.5s;
  }
  #distributionLocation ul li strong.listSlide01.active::after {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 751px) {
  #distributionLocation ul li strong {
    font-size: 2.18vw;
    padding: 0;
  }
  #distributionLocation ul li strong.listSlide01 {
    padding: 0 0 1.56vw 0;
  }
}
@media screen and (min-width: 1281px) {
  #distributionLocation ul li strong {
    font-size: 28px;
  }
  #distributionLocation ul li strong.listSlide01 {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 750px) {
  #distributionLocation ul li p {
    display: none;
    margin-top: 4vw;
    padding: 0 1.6vw;
  }
  #distributionLocation ul li p.listNoSlide01 {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 751px) {
  #distributionLocation ul {
    padding: 0.78vw 4.68vw;
    border-right: 1px solid #614A42;
    border-left: 1px solid #614A42;
  }
  #distributionLocation ul p.listNoSlide01 {
    margin-top: 1.56vw;
  }
}
@media screen and (min-width: 1281px) {
  #distributionLocation ul {
    padding: 10px 60px;
  }
  #distributionLocation ul p.listNoSlide01 {
    margin-top: 20px;
  }
}
#distributionLocation .link01 {
  padding: 0.6em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #distributionLocation .link01 {
    margin: 8vw 5.33vw 0;
  }
}
#distributionLocation .link01 a {
  padding-right: 11.73vw;
  background: url("../common/img/img_link01_sp.svg") no-repeat right center;
  background-size: 8.13vw;
  transition: all 0.5s;
}
#distributionLocation .link01 a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 751px) {
  #distributionLocation {
    margin: 10vw 0 0;
  }
  #distributionLocation h2 {
    margin-bottom: 3.12vw;
    padding-bottom: 3.12vw;
    background-size: 27.42vw;
    font-size: 4.37vw;
  }
  #distributionLocation .link01 {
    display: inline-block;
    margin-top: 4.68vw;
    padding: 0.6em 1em;
    font-size: 1.87vw;
  }
  #distributionLocation .link01 a {
    padding-right: 4.45vw;
    background: url("../common/img/img_link01.svg") no-repeat right center;
    background-size: 3.43vw;
  }
}
@media screen and (min-width: 1281px) {
  #distributionLocation {
    margin: 128px 0 0;
  }
  #distributionLocation h2 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-size: 351px;
    font-size: 56px;
  }
  #distributionLocation .link01 {
    margin-top: 60px;
    font-size: 24px;
  }
  #distributionLocation .link01 a {
    padding-right: 57px;
    background-size: 44px;
  }
}

/* !trialReading
---------------------------------------------------------- */
#trialReading {
  overflow: hidden;
  margin: 24vw 0 0;
}
#trialReading:before {
  position: relative;
  display: block;
  content: "";
  width: 130%;
  height: 15vw;
  background: rgba(100, 183, 79, 0.3);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  margin-left: -15%;
  margin-right: -15%;
  padding-left: 15%;
  padding-right: 15%;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  #trialReading {
    margin: 12.5vw 0 0;
  }
}
@media screen and (min-width: 1281px) {
  #trialReading {
    margin: 160px 0 0;
  }
}
#trialReading .innerWrap01 {
  position: relative;
  padding-bottom: 13.33vw;
  background: rgba(100, 183, 79, 0.3);
}
#trialReading .innerWrap01 h2 {
  position: relative;
  top: -9.14vw;
  margin-bottom: -9.14vw;
  padding-bottom: 3.5vw;
  background: url("../img/img_trialreading01.svg") no-repeat center bottom;
  background-size: 36.53vw;
  font-size: 5.86vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #trialReading .innerWrap01 {
    padding-bottom: 8.59vw;
  }
  #trialReading .innerWrap01 h2 {
    top: -9.67vw;
    margin-bottom: -9.67vw;
    padding-bottom: 3.12vw;
    background-size: 27.42vw;
    font-size: 4.37vw;
  }
}
@media screen and (min-width: 1281px) {
  #trialReading .innerWrap01 {
    padding-bottom: 110px;
  }
  #trialReading .innerWrap01 h2 {
    padding-bottom: 40px;
    background-size: 351px;
    font-size: 56px;
  }
}
#trialReading .innerWrap01 .sample {
  position: relative;
  margin: 13.33vw 2.66vw 0;
  padding: 0 5.33vw 6.4vw;
  background: #FFF;
}
#trialReading .innerWrap01 .sample h3 {
  margin-bottom: 4vw;
  font-size: 4.8vw;
}
#trialReading .innerWrap01 .sample .bodyArea p {
  text-align: left;
}
#trialReading .innerWrap01 .sample .hdArea {
  position: relative;
  top: -3.73vw;
}
#trialReading .innerWrap01 .sample .num {
  display: inline-block;
  position: relative;
  left: -8vw;
  margin-right: -4vw;
  padding: 0.3em 1.5em;
  background: linear-gradient(270deg, #614A42 60%, rgba(97, 74, 66, 0) 100%);
  color: #fff;
  font-size: 6.4vw;
  line-height: 1;
}
#trialReading .innerWrap01 .sample .thumbnail {
  text-align: center;
}
#trialReading .innerWrap01 .sample .thumbnail img {
  width: 62.13vw;
  margin: 4vw 0 0;
  display: inline-block;
  box-shadow: 0px 0px 4vw 0.53vw rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 750px) {
  #trialReading .innerWrap01 .sample .thumbnail img {
    margin: 4vw 4vw 0;
  }
}
#trialReading .innerWrap01 .sample .trialBtn {
  display: inline-block;
  margin-top: 4vw;
  padding-right: 11.73vw;
  background: url("../common/img/img_link01_sp.svg") no-repeat right center;
  background-size: 8.13vw;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 750px) {
  #trialReading .innerWrap01 .sample .bodyArea .trialBtn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #trialReading .innerWrap01 .sample {
    min-height: 35.15vw;
    margin: 10.15vw 1.56vw 0;
    padding: 0 4.68vw 5.31vw;
  }
  #trialReading .innerWrap01 .sample .hdArea {
    top: -3.75vw;
  }
  #trialReading .innerWrap01 .sample .hdArea .num {
    left: -7.81vw;
    margin-right: -5.93vw;
    font-size: 4.21vw;
  }
  #trialReading .innerWrap01 .sample .hdArea time {
    position: relative;
    bottom: -0.93vw;
    font-size: 1.4vw;
  }
  #trialReading .innerWrap01 .sample h3 {
    margin-bottom: 2.65vw;
    font-size: 2.81vw;
  }
  #trialReading .innerWrap01 .sample .bodyArea {
    width: 57.03vw;
  }
  #trialReading .innerWrap01 .sample .bodyArea .trialBtn {
    margin-top: 2.81vw;
    padding-right: 4.45vw;
    background: url("../common/img/img_link01.svg") no-repeat right center;
    background-size: 3.43vw;
    font-size: 1.87vw;
  }
  #trialReading .innerWrap01 .sample .bodyArea .trialBtn:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  #trialReading .innerWrap01 .sample .thumbnail {
    position: absolute;
    width: 29.34vw;
    top: -3.75vw;
    right: 0.93vw;
  }
  #trialReading .innerWrap01 .sample .thumbnail img {
    width: 29.34vw;
    margin-top: 0;
  }
  #trialReading .innerWrap01 .sample .thumbnail .trialBtn {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  #trialReading .innerWrap01 .sample {
    width: 1200px;
    min-height: 450px;
    margin: 130px auto 0;
    padding: 0 60px 68px;
  }
  #trialReading .innerWrap01 .sample .hdArea {
    top: -48px;
  }
  #trialReading .innerWrap01 .sample .hdArea .num {
    left: -100px;
    margin-right: -76px;
    padding: 0.3em 80px 0.4em 100px;
    font-size: 54px;
  }
  #trialReading .innerWrap01 .sample .hdArea time {
    bottom: -12px;
    font-size: 18px;
  }
  #trialReading .innerWrap01 .sample h3 {
    margin-bottom: 34px;
    font-size: 36px;
  }
  #trialReading .innerWrap01 .sample .bodyArea {
    width: 730px;
  }
  #trialReading .innerWrap01 .sample .bodyArea .trialBtn {
    margin-top: 36px;
    padding-right: 57px;
    background-size: 44px;
    font-size: 24px;
  }
  #trialReading .innerWrap01 .sample .thumbnail {
    width: 350px;
    top: -48px;
    right: 12px;
  }
  #trialReading .innerWrap01 .sample .thumbnail img {
    width: 550px;
  }
}
#trialReading p {
  text-align: center;
}
#trialReading p a img {
  transition: all 0.5s;
  max-width: 100%;
}
#trialReading p a:hover img {
  opacity: 0.6;
}

/* !profile
---------------------------------------------------------- */
#profile {
  margin: 18.66vw 2.66vw 21.33vw;
}
@media screen and (min-width: 751px) {
  #profile {
    margin: 10.93vw auto 7.81vw;
  }
}
@media screen and (min-width: 1281px) {
  #profile {
    margin: 140px auto 100px;
  }
}
#profile .wrap01 {
  margin-bottom: 13.33vw;
  border: 2px solid #614A42;
}
#profile .wrap01 h2 {
  position: relative;
  top: -0.5em;
  font-size: 5.86vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
#profile .wrap01 h2 span {
  padding: 0 2em;
  background: url("../common/img/bg_img01.jpg") repeat center top;
}
#profile .wrap01 div {
  margin-top: 4.4vw;
  padding: 64vw 5.33vw 10.66vw;
  background: url("../img/pic_profile01_sp.jpg") no-repeat center top;
  background-size: 40vw;
}
#profile .wrap01 h3 {
  margin-bottom: 4vw;
  font-size: 5.33vw;
}
#profile .wrap01 h3 small {
  font-size: 3.73vw;
}
@media screen and (min-width: 751px) {
  #profile .wrap01 {
    width: 93.75vw;
    margin: 0 auto 6.56vw;
    padding-bottom: 2.34vw;
  }
  #profile .wrap01 h2 {
    font-size: 4.37vw;
  }
  #profile .wrap01 h2 span {
    padding: 0 1em;
  }
  #profile .wrap01 div {
    min-height: 23.43vw;
    margin-top: -1.17vw;
    padding: 4.06vw 8.02vw 0 30.46vw;
    background: url("../img/pic_profile01.jpg") no-repeat left 8.2vw top;
    background-size: 17.18vw;
  }
  #profile .wrap01 h3 {
    margin-bottom: 1em;
    font-size: 2.18vw;
  }
  #profile .wrap01 h3 small {
    font-size: 1.56vw;
  }
}
@media screen and (min-width: 1281px) {
  #profile .wrap01 {
    width: 1200px;
    margin: 0 auto 84px;
    padding-bottom: 30px;
  }
  #profile .wrap01 h2 {
    font-size: 56px;
  }
  #profile .wrap01 div {
    min-height: 300px;
    margin-top: -15px;
    padding: 52px 105px 0 390px;
    background-position: left 105px top;
    background-size: 220px;
  }
  #profile .wrap01 h3 {
    font-size: 28px;
  }
  #profile .wrap01 h3 small {
    font-size: 20px;
  }
}
#profile .wrap02 {
  padding: 55.46vw 5.33vw 5.33vw;
  background: rgba(97, 74, 66, 0.2) url("../img/pic_profile02_sp.jpg") no-repeat center top 5.33vw;
  background-size: 32vw;
}
#profile .wrap02 strong {
  display: inline-block;
  margin-bottom: 4vw;
  font-size: 5.33vw;
  font-weight: normal;
}
#profile .wrap02 strong small {
  font-size: 3.73vw;
}
@media screen and (min-width: 751px) {
  #profile .wrap02 {
    width: 73.43vw;
    min-height: 17.73vw;
    margin: 0 auto;
    padding: 0.93vw 2.81vw 0.93vw 15.46vw;
    background: rgba(97, 74, 66, 0.2) url("../img/pic_profile02.jpg") no-repeat left 0.93vw top 0.93vw;
    background-size: 11.71vw;
  }
  #profile .wrap02 strong {
    margin: 1.48vw 0 2.34vw;
    font-size: 2.18vw;
  }
  #profile .wrap02 strong small {
    font-size: 1.56vw;
  }
}
@media screen and (min-width: 1281px) {
  #profile .wrap02 {
    width: 940px;
    min-height: 227px;
    padding: 12px 36px 12px 198px;
    background: rgba(97, 74, 66, 0.2) url("../img/pic_profile02.jpg") no-repeat left 12px top 12px;
    background-size: 150px;
  }
  #profile .wrap02 strong {
    margin: 19px 0 30px;
    font-size: 28px;
  }
  #profile .wrap02 strong small {
    font-size: 20px;
  }
}

/* !trialArea
---------------------------------------------------------- */
#trialArea {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/img_slider01_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #trialArea #gallery_pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #trialArea {
    background: url("../img/img_slider01.jpg") no-repeat center center;
    background-size: cover;
  }
  #trialArea #gallery_sp {
    display: none;
  }
}
#trialArea .innerWrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 13.33vw 10.33vw;
  background: #fff;
}
#trialArea .innerWrap .close {
  position: absolute;
  display: block;
  content: "";
  width: 13.6vw;
  height: 13.6vw;
  top: 0;
  right: 0;
  z-index: 10;
}
#trialArea .innerWrap .close img {
  width: 100%;
  transition: all 0.5s;
}
#trialArea .innerWrap .close img:hover {
  cursor: pointer;
  opacity: 0.6;
}
#trialArea .innerWrap .slide-arrow {
  position: absolute;
  width: 3.2vw;
  height: 8.8vw;
  top: 50%;
  transition: all 0.5s;
}
#trialArea .innerWrap .slide-arrow:hover {
  cursor: pointer;
  opacity: 0.6;
}
#trialArea .innerWrap .slide-arrow.slick-disabled {
  display: none !important;
}
#trialArea .innerWrap .prev-arrow {
  left: -8vw;
  background: url("../common/img/btn_prev01.svg") no-repeat center center;
  background-size: contain;
}
#trialArea .innerWrap .next-arrow {
  right: -8vw;
  background: url("../common/img/btn_next01.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  #trialArea .innerWrap {
    width: 80%;
    padding: 7.03vw 7.03vw;
  }
  #trialArea .innerWrap .close {
    width: 6.56vw;
    height: 6.56vw;
  }
  #trialArea .innerWrap .slide-arrow {
    width: 1.87vw;
    height: 5vw;
  }
  #trialArea .innerWrap .prev-arrow {
    left: -4.29vw;
  }
  #trialArea .innerWrap .next-arrow {
    right: -4.29vw;
  }
}
@media screen and (min-width: 1281px) {
  #trialArea .innerWrap {
    padding: 90px 90px;
  }
  #trialArea .innerWrap .close {
    width: 84px;
    height: 84px;
  }
  #trialArea .innerWrap .slide-arrow {
    width: 24px;
    height: 64px;
  }
  #trialArea .innerWrap .prev-arrow {
    left: -55px;
  }
  #trialArea .innerWrap .next-arrow {
    right: -55px;
  }
}

.webp #trialArea {
  background: url("../img/img_slider01_sp.webp") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .webp #trialArea {
    background: url("../img/img_slider01.webp") no-repeat center center;
    background-size: cover;
  }
}
/*# sourceMappingURL=top.css.map */