@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*------------------------
image responsove change
--------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
.slider,
.slider_main {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized,
.slider_main.slick-initialized {
  opacity: 1;
}

/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.2vw;
  line-height: 200%;
  color: #B69E72;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #F0EFEC;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    background-size: auto;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
 block
--------------------------------- */
.pc {
  display: none;
}

/*---------------------------------------------------------------
 navi
-------------------------------------------------------------- */
#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #B69E72;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: trajan-pro-3, shippori-mincho, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nav-content {
    width: 50%;
    max-width: 800px;
    border-left: solid 1px #D2C6AE;
  }
}
#nav-content nav {
  padding: 13.3333333333vw 8%;
}
@media screen and (min-width: 769px) {
  #nav-content nav {
    padding: 80px 8%;
  }
}
#nav-content nav ul {
  list-style: none;
}
#nav-content nav ul li {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul li {
    margin-bottom: 20px;
  }
}
#nav-content nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0;
  transition: opacity 0.6s ease;
  position: relative;
}
#nav-content nav ul li a:hover {
  opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

/*-------------------------------
 main
--------------------------------- */
.main {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #B69E72;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .main .image {
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0;
  }
}
.main .box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26.6666666667vw 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .main .box {
    padding: 0;
  }
}
.main .box h1 {
  width: 70%;
  max-width: 250px;
  margin: 0 auto 8vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .main .box h1 {
    margin: 0 auto 30px;
  }
}
.main .box h2 {
  font-size: 4.2666666667vw;
  margin: 0 auto 2.6666666667vw;
  line-height: 160%;
}
@media screen and (min-width: 769px) {
  .main .box h2 {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 auto 10px;
  }
}
.main .box .lead {
  font-size: 3.7333333333vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .main .box .lead {
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: center;
    width: 700px;
  }
}
.main .box .release {
  margin: 13.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .main .box .release {
    margin: 50px auto;
    width: 700px;
    padding-bottom: 80px;
  }
}
.main .box .release h2 {
  margin: 0 auto 1.3333333333vw;
  padding: 1.3333333333vw;
  font-size: 4.2666666667vw;
  border: solid 1px #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .main .box .release h2 {
    width: 400px;
    font-size: 1.6rem;
    padding: 10px;
    margin: 0 auto;
  }
}
.main .box .release .release_box {
  margin: 8vw auto 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .main .box .release .release_box {
    margin: 20px auto 30px;
  }
}
.main .box .release .release_box h3 {
  margin: 0 auto 4vw;
  font-size: 4.8vw;
  font-family: minerva-modern, sans-serif;
}
@media screen and (min-width: 769px) {
  .main .box .release .release_box h3 {
    font-size: 1.8rem;
    margin: 0 auto 15px;
  }
}
.main .box .release .release_box span {
  font-size: 9.6vw;
  font-family: minerva-modern, sans-serif;
}
@media screen and (min-width: 769px) {
  .main .box .release .release_box span {
    font-size: 3.6rem;
  }
}
.main .box .release .release_box span.small {
  font-size: 4.2666666667vw;
  display: block;
  font-family: minerva-modern, sans-serif;
}
@media screen and (min-width: 769px) {
  .main .box .release .release_box span.small {
    font-size: 1.6rem;
  }
}

/*-------------------------------
content
--------------------------------- */
/*-------------------------------
item
--------------------------------- */
.item {
  padding-top: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item {
    padding: 80px 0;
    width: 1000px;
    margin: 0 auto;
  }
}
.item h2 {
  text-align: center;
  font-size: 8.5333333333vw;
  font-family: minerva-modern, sans-serif;
  line-height: 10.6666666667vw;
  width: 90%;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item h2 {
    font-size: 4.2rem;
    line-height: 1;
    margin: 0 auto 40px;
  }
}
.item .tab-area {
  margin-bottom: 0;
  display: flex;
  /* flexで横並び */
  cursor: pointer;
  /* カーソルポインターに */
}
.item .tab {
  width: 50%;
  /* calc関数を使用し、均等に3分割する */
  padding: 2.6666666667vw 2.6666666667vw;
  text-align: center;
  /* 文字を中央に。 */
  line-height: 150%;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .item .tab {
    padding: 15px 10px;
    font-size: 15px;
  }
}
.item .tab span {
  margin-top: 0.8vw;
  display: block;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .item .tab span {
    margin-top: 3px;
    font-size: 12px;
  }
}
.item .tab .material-symbols-outlined {
  font-size: 6.4vw;
}
@media screen and (min-width: 769px) {
  .item .tab .material-symbols-outlined {
    font-size: 24px;
  }
}
.item .tab1 {
  background-color: #B69E72;
  color: #fff;
}
.item .tab2 {
  background-color: #acbebf;
  color: #fff;
}
.item .panel {
  padding: 21.3333333333vw 5.3333333333vw;
  display: none;
}
@media screen and (min-width: 769px) {
  .item .panel {
    padding: 100px 50px;
  }
}
.item .panel.active {
  display: block;
}
.item h3 {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .item h3 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.item h4 {
  font-size: 3.7333333333vw;
  width: 100%;
  margin: 0 auto;
  font-family: minerva-modern, sans-serif;
}
@media screen and (min-width: 769px) {
  .item h4 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.item .box {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item .box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .item .box .box_left {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .item .box .box_right {
    width: 35%;
  }
}
.item .reco {
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item .reco {
    margin: 0 auto 10px;
  }
}
.item .reco p.lead {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.3333333333vw;
  padding: 0 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item .reco p.lead {
    font-size: 1.8rem;
    padding: 0 10px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .item .flex {
    margin-bottom: 50px;
  }
}
.item .com {
  width: 100%;
  margin: 4vw auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .item .com {
    margin: 20px auto;
  }
}
.item .com .left {
  width: 15%;
}
@media screen and (min-width: 769px) {
  .item .com .left {
    width: 60px;
  }
}
.item .com .left img {
  width: 100%;
  border-radius: 50%;
}
.item .com .right {
  width: 79%;
  font-size: 3.2vw;
  box-sizing: border-box;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .item .com .right {
    width: 75%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: flex;
  }
}
.item .com .right p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item ul.creditArea {
  width: 100%;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea {
    margin: 0;
  }
}
.item ul.creditArea li .item_link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 2.6666666667vw 0;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link {
    padding: 10px 0;
  }
}
.item ul.creditArea li .item_link div.img2 {
  width: 20%;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link div.img2 {
    width: 20%;
    max-width: 60px;
  }
}
.item ul.creditArea li .item_link div.credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74.6153846154%;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link div.credit {
    width: 80%;
    padding: 0 0 0 15px;
  }
}
.item ul.creditArea li .item_link div.credit p {
  color: #b69e72;
  line-height: 1.6;
  width: 72.7272727273%;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link div.credit p {
    font-size: 1.2rem;
  }
}
.item ul.creditArea li .item_link div.credit p span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link div.credit p span {
    font-size: 1.1rem;
  }
}
.item ul.creditArea li .item_link div.credit div.btn {
  font-family: minerva-modern, sans-serif;
  background: #b69e72;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 25px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .item ul.creditArea li .item_link div.credit div.btn {
    width: 80px;
    font-size: 1.2rem;
  }
}
.item ul.itemarea {
  width: 100%;
  margin: 13.3333333333vw auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea {
    width: 100%;
    margin: 100px auto 0;
  }
}
.item ul.itemarea li {
  width: 47%;
  margin-bottom: 8vw;
  border: 0;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li {
    width: 30%;
    margin-bottom: 45px;
  }
}
.item ul.itemarea li .item_link {
  text-decoration: none;
  color: #b69e72;
  display: block;
}
.item ul.itemarea li .item_link .img3 {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li .item_link .img3 {
    margin-bottom: 10px;
  }
}
.item ul.itemarea li .item_link p.itemtitle {
  font-size: 3.2vw;
  text-align: center;
  line-height: 5vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li .item_link p.itemtitle {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 8px;
  }
}
.item ul.itemarea li .item_link p.itemtitle span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li .item_link p.itemtitle span {
    font-size: 1.2rem;
  }
}
.item ul.itemarea li .item_link .buy2 {
  font-family: minerva-modern, sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3333333333vw;
  margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li .item_link .buy2 {
    margin: 0 auto 15px;
    width: 50px;
  }
}
.item ul.itemarea li p.text {
  font-size: 2.9333333333vw;
  line-height: 160%;
}
@media screen and (min-width: 769px) {
  .item ul.itemarea li p.text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.item .coming {
  width: 90%;
  margin: -26.6666666667vw auto 26.6666666667vw;
  padding: 5.3333333333vw;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .item .coming {
    width: 100%;
    margin: -50px auto 200px;
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
.item .coming figure {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item .coming figure {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .item .coming div {
    width: 50%;
  }
}
.item .coming div h2 {
  width: 100%;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .item .coming div h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.item .coming div p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .item .coming div p {
    font-size: 1.4rem;
  }
}
.item .vol1 {
  color: #fff;
  background-color: #B69E72;
}
.item .vol1 .reco p.lead {
  color: #b69e72;
  background-color: #fff;
}
.item .vol1 ul.creditArea {
  border-top: 1px solid #AC9263;
}
.item .vol1 ul.creditArea li {
  border-bottom: 1px solid #AC9263;
}
.item .vol1 ul.creditArea li .item_link div.credit p {
  color: #fff;
}
.item .vol1 ul.creditArea li .item_link div.credit div.btn {
  background: #91794C;
  color: #fff;
}
.item .vol1 ul.itemarea li .item_link {
  color: #fff;
}
.item .vol1 ul.itemarea li .item_link .buy2 {
  background: #91794C;
  color: #fff;
}
.item .vol2 {
  color: #fff;
  background-color: #acbebf;
}
.item .vol2 .reco p.lead {
  color: #acbebf;
  background-color: #fff;
}
.item .vol2 ul.creditArea {
  border-top: 1px solid #99AFB1;
}
.item .vol2 ul.creditArea li {
  border-bottom: 1px solid #99AFB1;
}
.item .vol2 ul.creditArea li .item_link div.credit p {
  color: #fff;
}
.item .vol2 ul.creditArea li .item_link div.credit div.btn {
  background: #76989A;
  color: #fff;
}
.item .vol2 ul.itemarea li .item_link {
  color: #fff;
}
.item .vol2 ul.itemarea li .item_link .buy2 {
  background: #76989A;
  color: #fff;
}

/*-------------------------------
pickup
--------------------------------- */
.pickup {
  padding: 26.6666666667vw 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pickup {
    padding: 80px 0;
  }
}
.pickup h2 {
  margin-bottom: 8vw;
  font-size: 8.5333333333vw;
  font-family: minerva-modern, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pickup h2 {
    font-size: 6.2rem;
    margin-bottom: 30px;
  }
}
.pickup .lead {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  text-align: center;
  line-height: 180%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pickup .lead {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}
.pickup div {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .pickup div {
    margin-bottom: 50px;
  }
}
.pickup div h3 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pickup div h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.pickup div h3 span {
  font-size: 3.2vw;
  margin-bottom: 2.6666666667vw;
  display: inline-block;
  border-bottom: solid 1px;
}
@media screen and (min-width: 769px) {
  .pickup div h3 span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.pickup div .slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .pickup div .slider {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.pickup div .slider .slide {
  margin: 0 1.3333333333vw;
  padding: 8vw;
  border-radius: 15px;
  background: #F0EFEC;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slide {
    margin: 0 8px;
    padding: 35px;
    border-radius: 35px;
  }
}
.pickup div .slider .slide img {
  margin-bottom: 15px;
}
.pickup div .slider .slide p.credit {
  text-align: center;
  font-size: 3.7333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slide p.credit {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.pickup div .slider .slide p.credit span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slide p.credit span {
    font-size: 1.2rem;
  }
}
.pickup div .slider .slide .buy {
  display: block;
  width: 28.8vw;
  height: 36px;
  line-height: 36px;
  background-color: #B69E72;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5.3333333333vw;
  line-height: 9.6vw;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slide .buy {
    width: 108px;
    margin-bottom: 20px;
    line-height: 36px;
  }
}
.pickup div .slider .slide p {
  font-size: 2.9333333333vw;
  line-height: 160%;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slide p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.pickup div .slider .slick-track {
  display: flex;
}
.pickup div .slider .slick-slide {
  height: auto !important;
}
.pickup div .slider .slick-prev {
  left: -35px;
  z-index: 999;
}
.pickup div .slider .slick-next {
  right: -30px;
  z-index: 999;
}
.pickup div .slider .slick-prev,
.pickup div .slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .pickup div .slider .slick-prev,
  .pickup div .slider .slick-next {
    display: none !important;
  }
}
.pickup div .slider .slick-prev:before,
.pickup div .slider .slick-next:before {
  font-family: "slick";
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #dadada;
  font-size: 3rem;
}
.pickup div .slider .slick-next:before {
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.pickup div .slider .slick-prev:before {
  background: url(../images/back.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.pickup div .slider .slick-prev:before {
  color: transparent !important;
}
.pickup div .slider .slick-next:before {
  color: transparent !important;
}
.pickup div .slider .slick-dots {
  bottom: -10px;
}
@media screen and (min-width: 769px) {
  .pickup div .slider .slick-dots {
    bottom: 0px;
    margin: 0 auto;
  }
}
.pickup div .slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pickup div .slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #B69E72;
}

/*-------------------------------
about
--------------------------------- */
.about {
  padding: 26.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 80px 0;
  }
}
.about h2 {
  margin-bottom: 8vw;
  font-size: 8.5333333333vw;
  font-family: minerva-modern, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about h2 {
    font-size: 6.2rem;
    margin-bottom: 20px;
  }
}
.about .txt_1 {
  margin-bottom: 1.8666666667vw;
  font-size: 4.8vw;
  font-family: minerva-modern, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about .txt_1 {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.about .txt_2 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about .txt_2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.about p.txt_3 {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about p.txt_3 {
    width: 700px;
    margin: 0 auto 50px;
    text-align: center;
  }
}
.about .slider_2 {
  margin-top: 8vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-top: dotted 1px #D2C6AE;
  border-bottom: dotted 1px #D2C6AE;
  margin-bottom: 13.3333333333vw !important;
}
@media screen and (min-width: 769px) {
  .about .slider_2 {
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 140px !important;
  }
}
.about .slider_2 .slide {
  margin: 0;
  padding: 8vw;
  border-right: dotted 1px #D2C6AE;
  font-size: 3.2vw;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .about .slider_2 .slide {
    font-size: 1.2rem;
    padding: 40px 30px;
    box-sizing: border-box;
    line-height: 2.2rem;
  }
}
.about .slider_2 .slide .step {
  width: 26.6666666667vw;
  margin: 0 auto 2.6666666667vw;
  font-size: 3.7333333333vw;
  color: #fff;
  background: #B69E72;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about .slider_2 .slide .step {
    font-size: 1.4rem;
    margin: 0 auto 10px;
    width: 100px;
  }
}
.about .slider_2 .slide h3 {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .about .slider_2 .slide h3 {
    font-size: 1.6rem;
    margin: 0 auto 10px;
  }
}
.about .slider_2 .slide p {
  font-size: 2.9333333333vw;
  line-height: 160%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .about .slider_2 .slide p {
    line-height: 1.7em;
    font-size: 1.4rem;
  }
}
.about .slider_2 .slick-track {
  display: flex;
}
.about .slider_2 .slick-slide {
  height: auto !important;
}
.about .slider_2 .slick-prev {
  left: -100px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .about .slider_2 .slick-prev {
    display: none !important;
  }
}
.about .slider_2 .slick-next {
  right: -100px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .about .slider_2 .slick-next {
    display: none !important;
  }
}
.about .slider_2 .slick-prev,
.about .slider_2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .about .slider_2 .slick-prev,
  .about .slider_2 .slick-next {
    display: none;
  }
}
.about .slider_2 .slick-prev:before,
.about .slider_2 .slick-next:before {
  font-family: "slick";
  font-size: 10.6666666667vw;
  line-height: 1;
  opacity: 1;
  color: #B69E72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .about .slider_2 .slick-prev:before,
  .about .slider_2 .slick-next:before {
    font-size: 3rem;
  }
}
.about .slider_2 .slick-next:before {
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.about .slider_2 .slick-prev:before {
  background: url(../images/back.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.about .slider_2 .slick-prev:before {
  color: transparent !important;
}
.about .slider_2 .slick-next:before {
  color: transparent !important;
}
.about .slider_2 .slick-dots {
  bottom: -35px;
}
.about .slider_2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.about .slider_2 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #B69E72;
}

/*-----------------------------
 prof
------------------------------------ */
.prof {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 21.3333333333vw 0;
  background-color: #B69E72;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .prof {
    padding: 100px 0;
  }
}
.prof h2 {
  margin-bottom: 10.6666666667vw;
  font-size: 8.5333333333vw;
  font-family: minerva-modern, sans-serif;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .prof h2 {
    font-size: 6.2rem;
    margin-bottom: 30px;
  }
}
.prof .img {
  width: 72vw;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .prof .img {
    margin-bottom: 20px;
    width: 500px;
  }
}
.prof .name1 {
  font-size: 3.7333333333vw;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .prof .name1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.prof .name2 {
  text-align: center;
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .prof .name2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.prof .name2 span {
  font-size: 9.6vw;
  text-align: center;
  font-family: minerva-modern, sans-serif;
  display: block;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .prof .name2 span {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
}
.prof p {
  width: 74%;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .prof p {
    width: 500px;
    margin: 0 auto;
    line-height: 3rem;
    font-size: 1.4rem;
  }
}
.prof .sns_btn {
  margin: 10.6666666667vw 0 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .prof .sns_btn {
    margin: 50px auto 20px;
  }
}
.prof .sns_btn a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #b69e72;
  background-color: #f0efec;
  width: 53.3333333333vw;
  margin: 0 auto 4vw;
  padding: 1.8666666667vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .prof .sns_btn a {
    width: 500px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0;
    line-height: 50px;
    font-size: 1.4rem;
  }
}
.prof .copy {
  text-align: center;
  font-size: 2.6666666667vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .prof .copy {
    font-size: 1.2rem;
  }
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 21.3333333333vw 8vw;
}
@media screen and (min-width: 769px) {
  .caution {
    padding: 80px 30px;
  }
}
.caution h2 {
  margin-bottom: 30px;
  font-size: 6.4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .caution h2 {
    font-size: 2.4rem;
  }
}
.caution .caution_box {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.caution .caution_box h3 {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 4.2666666667vw;
  color: #ffffff;
  background-color: #B69E72;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .caution .caution_box h3 {
    font-size: 1.6rem;
  }
}
.caution .caution_box h4 {
  margin: 50px auto 30px;
  font-size: 4.8vw;
  color: #B69E72;
  border-bottom: solid 1px;
}
@media screen and (min-width: 769px) {
  .caution .caution_box h4 {
    font-size: 1.8rem;
  }
}
.caution .caution_box p {
  padding: 0;
  margin-bottom: 10px;
  font-size: 3.2vw;
  line-height: 180%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .caution .caution_box p {
    font-size: 1.4rem;
  }
}
.caution .caution_box p::before {
  content: "※";
}
.caution .caution_box p span {
  color: #E83921;
}
.caution .caution_box p a {
  width: 100%;
  margin: 10px 0;
  padding: 8px 20px 6px 30px;
  font-weight: 500;
  color: #fff;
  background: #cdb852;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.caution .caution_box p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 2.4vw;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .caution .caution_box p a::after {
    font-size: 0.9rem;
  }
}

.line {
  border-bottom: dashed 1px;
  margin: 40px auto;
}

.caution__info {
  font-size: 4.2666666667vw;
  margin: 30px 0 10px 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .caution__info {
    font-size: 1.6rem;
  }
}

.caution__info--underline {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.caution__info--sub {
  font-size: 3.4666666667vw;
  margin: 0 0 10px 0;
  line-height: 1.8rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .caution__info--sub {
    font-size: 1.3rem;
  }
}

.copyright {
  margin-bottom: 30px;
  text-align: center;
}
.copyright figure {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.copyright small {
  margin: 0 auto;
  font-size: 2.6666666667vw;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .copyright small {
    font-size: 1rem;
  }
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
footer .f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 150px;
}
footer .f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  width: 50px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 11.2vw;
  color: #2c2a26;
}
@media screen and (min-width: 769px) {
  footer .f_icon li i {
    font-size: 4.2rem;
  }
}
footer small {
  text-align: center;
  font-size: 2.6666666667vw;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  footer small {
    font-size: 1rem;
  }
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */