@charset "UTF-8";
/*------------------------------

	media query

------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*------------------------------
	共通
------------------------------*/
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background-color: #fff;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  p {
    font-size: 15px;
    line-height: 1.5;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 999999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.x80 {
  font-size: 80%;
}

@media all and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}

br.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}

.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

.se_none {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media all and (max-width: 768px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
}

@media all and (max-width: 380px) {
  .se_br {
    display: none !important;
  }
}

@media all and (max-width: 350px) {
  .se_none {
    display: block;
  }
}

/* === header === */
/* header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0;
  z-index: 9999;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
} */

/* @media screen and (min-width: 450px) {
  header {
    padding: 15px 0;
  }
}

@media screen and (min-width: 769px) {
  header {
    padding: 20px 0;
  }
} */

#header.stickyadd {
  background-color: #fff;
}

header h1 {
  display: block;
  height: 100%;
  text-align: center;
  padding: 0;
}

@media screen and (min-width: 769px) {
  header h1 {
    display: none;
    padding: 20px 0 0;
  }
}

header h1 img {
  width: 50px;
}

@media screen and (min-width: 769px) {
  header h1 img {
    width: 87px;
  }
}

header a {
  display: block;
  height: 100%;
  text-align: center;
}

header a img {
  height: 100%;
  width: auto;
}

@media all and (max-width: 480px) {
  header a img {
    height: 25px;
    width: auto;
  }
}

.wrapper {
  overflow-x: hidden;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -ms-overflow-style: none;
  /* IE、Edge用 */
}

@media all and (max-width: 768px) {
  .wrapper {
    min-width: auto;
  }
}

/*スクロールダウン*/
a.next_scroll {
  position: absolute;
  right: 25px;
  top: -85px;
  display: block;
}

@media all and (max-width: 480px) {
  a.next_scroll {
    right: 14px;
  }
}

@media all and (min-width: 769px) {
  a.next_scroll {
    right: 5%;
  }
}

a.next_scroll span {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #050001;
  margin-left: -5px;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.5px;
}

@media all and (max-width: 480px) {
  a.next_scroll span {
    top: 60px;
    width: 6px;
    height: 6px;
    margin-left: -2.5px;
  }
}

a.next_scroll::after {
  content: "";
  display: block;
  border-left: 1px #050001 solid;
  height: 150px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 15px;
}

@media all and (max-width: 480px) {
  a.next_scroll::after {
    height: 80px;
    top: 45px;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 150px);
    opacity: 0;
  }
}

@media all and (max-width: 480px) {
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
      opacity: 0;
    }
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
    opacity: 0;
  }
}

@media all and (max-width: 480px) {
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
              transform: translate(0, 80px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
              transform: translate(0, 80px);
      opacity: 0;
    }
  }
}

@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
    opacity: 0;
  }
}

@keyframes sdb2 {
  0% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
    opacity: 0;
  }
}

@media all and (max-width: 768px) {
  @-webkit-keyframes sdb2 {
    0% {
      -webkit-transform: translate(50px, 0);
              transform: translate(50px, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(190px, 0);
              transform: translate(190px, 0);
      opacity: 0;
    }
  }
  @keyframes sdb2 {
    0% {
      -webkit-transform: translate(50px, 0);
              transform: translate(50px, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(190px, 0);
              transform: translate(190px, 0);
      opacity: 0;
    }
  }
}

/* sec_mv
--------------------------------------------------*/
#sec_mv {
  background-color: #fafafa;
  padding-bottom: 40px;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (min-width: 450px) {
  #sec_mv {
    padding-bottom: 50px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv {
    padding-bottom: 60px;
    margin-bottom: 160px;
  }
}

#sec_mv.top {
  padding-bottom: 55px;
  margin-bottom: 0;
}

@media screen and (min-width: 450px) {
  #sec_mv.top {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv.top {
    padding-bottom: 60px;
  }
}

#sec_mv .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_mv .sp-view {
    display: none;
  }
}

#sec_mv .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_mv .pc-view {
    display: block;
  }
}

#sec_mv img {
  width: 100%;
}

#sec_mv .swiper-container {
  width: 100%;
  max-width: 1200px;
}

#sec_mv .swiper-container.slider-pc .swiper-wrapper {
  margin-right: 30px;
}

@media screen and (min-width: 769px) {
  #sec_mv .swiper-container.slider-pc .swiper-wrapper {
    margin-right: 20px;
  }
}

#sec_mv .swiper-container.slider-thumbnail-pc, #sec_mv .swiper-container .slider-thumbnail-pc {
  height: 250px;
  margin-top: 15px;
}

@media screen and (min-width: 1000px) {
  #sec_mv .swiper-container.slider-thumbnail-pc, #sec_mv .swiper-container .slider-thumbnail-pc {
    height: 250px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) {
  #sec_mv .swiper-container.slider-thumbnail-pc .swiper-wrapper, #sec_mv .swiper-container .slider-thumbnail-pc .swiper-wrapper {
    width: 1200px;
    max-width: 1200px;
  }
}

#sec_mv .swiper-container.slider-thumbnail-pc .swiper-wrapper .swiper-slide, #sec_mv .swiper-container .slider-thumbnail-pc .swiper-wrapper .swiper-slide {
  width: 44%;
  max-width: 200px;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  #sec_mv .swiper-container.slider-thumbnail-pc .swiper-wrapper .swiper-slide, #sec_mv .swiper-container .slider-thumbnail-pc .swiper-wrapper .swiper-slide {
    width: 22%;
    max-width: 350px;
  }
}

@media all and (-ms-high-contrast: none) {
  #sec_mv .swiper-container.slider-thumbnail-pc .swiper-wrapper .swiper-slide, #sec_mv .swiper-container .slider-thumbnail-pc .swiper-wrapper .swiper-slide {
    opacity: 1;
  }
}

#sec_mv .swiper-container.slider-thumbnail-pc .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, #sec_mv .swiper-container .slider-thumbnail-pc .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

#sec_mv .slide-parts.next_scroll {
  right: 220px;
  top: unset;
  bottom: 110px;
  z-index: 9;
}

@media screen and (min-width: 450px) {
  #sec_mv .slide-parts.next_scroll {
    bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .slide-parts.next_scroll {
    bottom: 120px;
  }
}

@media all and (-ms-high-contrast: none) {
  #sec_mv .slide-parts.next_scroll {
    position: absolute;
    top: 655px;
    bottom: -150px;
    right: 17%;
    width: 1px;
    height: 1px;
    background-color: #191212;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6.5px;
  }
}

#sec_mv .slide-parts.next_scroll span {
  position: absolute;
  top: 27px;
  bottom: -150px;
  right: 50%;
  width: 14px;
  height: 14px;
  background-color: #191212;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.5px;
  -webkit-animation: sdb2 3s infinite;
          animation: sdb2 3s infinite;
}

@media all and (-ms-high-contrast: none) {
  #sec_mv .slide-parts.next_scroll span {
    top: 10px;
  }
}

#sec_mv .slide-parts.next_scroll::before {
  content: "SLIDE";
  display: block;
  position: absolute;
  right: -195px;
  bottom: -64px;
  color: #191212;
  font-size: 14px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 450px) {
  #sec_mv .slide-parts.next_scroll::before {
    bottom: -64px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .slide-parts.next_scroll::before {
    right: -150px;
    bottom: -62px;
  }
}

#sec_mv .slide-parts.next_scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: unset;
  left: unset;
  right: -195px;
  bottom: -35px;
  width: 140px;
  height: 2px;
  border-left: 0;
  border-bottom: 2px solid #191212;
}

@media screen and (min-width: 450px) {
  #sec_mv .slide-parts.next_scroll::after {
    bottom: -35px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .slide-parts.next_scroll::after {
    right: -150px;
    bottom: -35px;
  }
}

#sec_mv .btn-border {
  width: 90%;
  max-width: 280px;
  height: 80px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 20px auto 0;
}

@media screen and (min-width: 450px) {
  #sec_mv .btn-border {
    width: 100%;
    max-width: 400px;
    height: 100px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .btn-border {
    max-width: 520px;
    height: 120px;
    margin: 30px auto 0;
  }
}

#sec_mv .btn-border::before {
  position: absolute;
  top: 6px;
  left: 8px;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sec_mv .btn-border::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sec_mv .btn-border:hover {
  color: #fff;
}

#sec_mv .btn-border:hover::after {
  top: 6px;
  left: 8px;
  width: 100%;
  height: 100%;
}

#sec_mv .btn-border:hover span {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
  top: 6px;
  left: 8px;
}

#sec_mv .btn-border#item01::before {
  background-color: #836054;
}

#sec_mv .btn-border#item01::after {
  border-color: #836054;
}

#sec_mv .btn-border#item02::before {
  background-color: #322a25;
}

#sec_mv .btn-border#item02::after {
  border-color: #322a25;
}

#sec_mv .btn-border#item03::before {
  background-color: #b86133;
}

#sec_mv .btn-border#item03::after {
  border-color: #b86133;
}

#sec_mv .btn-border#item04::before {
  background-color: #5b1b20;
}

#sec_mv .btn-border#item04::after {
  border-color: #5b1b20;
}

#sec_mv .btn-border#item05::before {
  background-color: #d08148;
}

#sec_mv .btn-border#item05::after {
  border-color: #d08148;
}

#sec_mv .btn-border span {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 15px;
}

@media screen and (min-width: 450px) {
  #sec_mv .btn-border span {
    padding: 30px 60px;
  }
}

#sec_mv .btn-border span img {
  width: auto;
}

/* sec_item
--------------------------------------------------*/
#sec_item {
  padding: 50px 0 80px;
}

@media screen and (min-width: 769px) {
  #sec_item {
    padding: 100px 0 100px;
  }
}

#sec_item h2 {
  text-align: center;
  width: 86%;
  max-width: 450px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #sec_item h2 {
    margin: 0 auto 60px;
  }
}

#sec_item .item-list li {
  text-align: center;
}

#sec_item .item-list li .pic_main {
  margin: 60px auto;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_main {
    margin: 100px auto;
  }
}

#sec_item .item-list li .pic_main .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_main .sp-view {
    display: none;
  }
}

#sec_item .item-list li .pic_main .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_main .pc-view {
    display: block;
  }
}

#sec_item .item-list li .pic_main img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_main img {
    max-width: 868px;
  }
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_main img.first {
    max-width: 936px;
  }
}

#sec_item .item-list li .pic_sub {
  margin: 40px auto 30px;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_sub {
    margin: 80px auto 60px;
  }
}

#sec_item .item-list li .pic_sub .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_sub .sp-view {
    display: none;
  }
}

#sec_item .item-list li .pic_sub .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_sub .pc-view {
    display: block;
  }
}

#sec_item .item-list li .pic_sub img {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li .pic_sub img {
    width: auto;
  }
}

#sec_item .item-list li h3 {
  color: #513834;
  font-weight: 700;
  margin: 0 auto 20px;
  padding: 0 15px;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li h3 {
    font-size: 24px;
  }
}

#sec_item .item-list li h3 .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li h3 .sp-view {
    display: none;
  }
}

#sec_item .item-list li h3 .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_item .item-list li h3 .pc-view {
    display: block;
  }
}

#sec_item .item-list li .price {
  color: #513834;
  font-weight: 700;
  margin: 0 auto 40px;
  font-size: 20px;
}

#sec_item .item-list li .price span {
  color: #513834;
  font-size: 80%;
}

#sec_item .item-list li#item01 .btn-wrap {
  color: #836054;
  border-color: #836054;
}

#sec_item .item-list li#item01 .btn-wrap::before {
  background-color: #836054;
}

#sec_item .item-list li#item01 .btn-border::before {
  border-color: #836054;
}

#sec_item .item-list li#item01 .btn-border::after {
  background-color: #836054;
}

#sec_item .item-list li#item02 .btn-wrap {
  color: #322a25;
  border-color: #322a25;
}

#sec_item .item-list li#item02 .btn-wrap::before {
  background-color: #322a25;
}

#sec_item .item-list li#item02 .btn-border::before {
  border-color: #322a25;
}

#sec_item .item-list li#item02 .btn-border::after {
  background-color: #322a25;
}

#sec_item .item-list li#item03 .btn-wrap {
  color: #b86133;
  border-color: #b86133;
}

#sec_item .item-list li#item03 .btn-wrap::before {
  background-color: #b86133;
}

#sec_item .item-list li#item03 .btn-border::before {
  border-color: #b86133;
}

#sec_item .item-list li#item03 .btn-border::after {
  background-color: #b86133;
}

#sec_item .item-list li#item04 .btn-wrap {
  color: #5b1b20;
  border-color: #5b1b20;
}

#sec_item .item-list li#item04 .btn-wrap::before {
  background-color: #5b1b20;
}

#sec_item .item-list li#item04 .btn-border::before {
  border-color: #5b1b20;
}

#sec_item .item-list li#item04 .btn-border::after {
  background-color: #5b1b20;
}

#sec_item .item-list li#item05 .btn-wrap {
  color: #d08148;
  border-color: #d08148;
}

#sec_item .item-list li#item05 .btn-wrap::before {
  background-color: #d08148;
}

#sec_item .item-list li#item05 .btn-border::before {
  border-color: #d08148;
}

#sec_item .item-list li#item05 .btn-border::after {
  background-color: #d08148;
}

#sec_item .btn-wrap {
  width: 80%;
  max-width: 280px;
  height: 50px;
  position: relative;
  z-index: 1;
  color: #836054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #836054;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #sec_item .btn-wrap {
    width: 100%;
    height: 60px;
  }
}

#sec_item .btn-wrap::before {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #836054;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (min-width: 450px) {
  #sec_item .btn-wrap::before {
    right: -30px;
    width: 60px;
  }
}

#sec_item .btn-wrap:hover::before {
  right: -10px;
}

#sec_item .btn-wrap span {
  font-weight: 700;
}

#sec_item .btn-border {
  width: 90%;
  max-width: 280px;
  height: 50px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #sec_item .btn-border {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #sec_item .btn-border {
    margin: 0 auto;
  }
}

#sec_item .btn-border::before {
  position: absolute;
  top: 6px;
  left: 8px;
  content: '';
  width: 100%;
  height: 103%;
  border: 1px solid #733623;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sec_item .btn-border::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ba6d42;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sec_item .btn-border:hover {
  color: #fff;
}

#sec_item .btn-border:hover::after {
  top: 7px;
  left: 8px;
  width: 100%;
  height: 100%;
}

#sec_item .btn-border:hover span {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
  top: 6px;
  left: 8px;
}

#sec_item .btn-border span {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sec_item .btn-border span::before {
  content: "";
  position: absolute;
  background-image: url(../img/pc/arrow_w.png);
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: -16vw;
  width: 11px;
  height: 18px;
}

@media screen and (min-width: 450px) {
  #sec_item .btn-border span::before {
    right: -75px;
  }
}

/* sec_caption
--------------------------------------------------*/
#sec_caption {
  padding: 80px 0 30px;
}

@media screen and (min-width: 450px) {
  #sec_caption {
    padding: 80px 0 60px;
  }
}

@media screen and (min-width: 769px) {
  #sec_caption {
    padding: 60px 0;
  }
}

#sec_caption.item01 {
  background-color: #dcc7bf;
}

#sec_caption.item01 h2 span {
  background-color: #c19d93;
}

#sec_caption.item02 {
  background-color: #cf7759;
}

#sec_caption.item02 h2 span {
  background-color: #763324;
}

#sec_caption.item02 p.sub {
  color: #763324;
}

#sec_caption.item03 {
  background-color: #7e4330;
}

#sec_caption.item03 h2 span {
  background-color: #b86133;
}

#sec_caption.item04 {
  background-color: #c55e52;
}

#sec_caption.item04 h2 > span {
  background-color: #5b1b20;
}

#sec_caption.item04 p.sub {
  color: #5b1b20;
}

#sec_caption.item05 {
  background-color: #dbb28d;
}

#sec_caption.item05 h2 span {
  background-color: #d08148;
}

#sec_caption.item05 p.sub {
  color: #d08148;
}

#sec_caption .caption-box {
  position: relative;
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  border: 1px solid #836054;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: -140px auto 0;
}

@media screen and (min-width: 450px) {
  #sec_caption .caption-box {
    padding: 25px;
    margin: -140px auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box {
    width: 100%;
    padding: 50px;
    margin: -140px auto 0;
  }
}

#sec_caption .caption-box h2 {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box h2 {
    line-height: 1;
    font-size: 20px;
    margin: 0 0 20px;
  }
}

#sec_caption .caption-box h2 span {
  line-height: 2.4;
  padding: 0 3px 3px;
}

#sec_caption .caption-box h2 span .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box h2 span .sp-view {
    display: none;
  }
}

#sec_caption .caption-box h2 span .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box h2 span .pc-view {
    display: block;
  }
}

#sec_caption .caption-box h2 span > span {
  line-height: 1;
  display: inline;
  padding: 5px;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box h2 span > span {
    padding: 0;
  }
}

#sec_caption .caption-box p {
  color: #513834;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#sec_caption .caption-box p .sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box p .sp-view {
    display: none;
  }
}

#sec_caption .caption-box p .pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box p .pc-view {
    display: block;
  }
}

#sec_caption .caption-box p.sub {
  font-size: 15px;
  margin: 0 0 5px;
}

@media screen and (min-width: 769px) {
  #sec_caption .caption-box p.sub {
    font-size: 17px;
    margin: 0 0 10px;
  }
}

/* sec_movie
--------------------------------------------------*/
#sec_movie .movie-wrap {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #sec_movie .movie-wrap {
    max-width: 1040px;
    margin: 0 auto;
  }
}

#sec_movie .movie-wrap .movie-box iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  width: 80%;
  max-width: 460px;
  height: 460px;
}

@media screen and (min-width: 769px) {
  #sec_movie .movie-wrap .movie-box iframe {
    width: 100%;
    height: 580px;
    margin: 60px auto 0;
  }
}

#sec_movie .movie-wrap .movie-image-right img {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 auto;
}

@media screen and (min-width: 450px) {
  #sec_movie .movie-wrap .movie-image-right img {
    width: 80%;
    margin: 60px 0 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #sec_movie .movie-wrap .movie-image-right img {
    width: auto;
  }
}

#sec_movie .movie-wrap .movie-image-left img {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0 0;
}

@media screen and (min-width: 450px) {
  #sec_movie .movie-wrap .movie-image-left img {
    width: 80%;
    margin: 40px auto 0 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_movie .movie-wrap .movie-image-left img {
    width: auto;
  }
}

/* footer
--------------------------------------------------*/
footer.wrapper {
  background-color: #f2b5ba;
  padding: 30px 0;
  /* margin-top: 50px; */
  margin-top: 0;
}

/* @media screen and (min-width: 450px) {
  footer.wrapper {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  footer.wrapper {
    margin-top: 100px;
  }
} */

footer .footer-wrap .top {
  text-align: center;
}

footer .footer-wrap .top a {
  position: relative;
  color: #fff;
}

footer .footer-wrap .top a::before {
  position: absolute;
  content: "";
  background-image: url(../img/pc/arrow_t.png);
  top: -10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 17px;
  height: 10px;
}

footer .footer-wrap .sns-list {
  width: calc(100% - 50px);
  padding: 20px 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 450px) {
  footer .footer-wrap .sns-list {
    width: 100%;
    max-width: 400px;
    padding: 30px 25px 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-wrap .sns-list li {
  width: 100%;
  max-width: 50px;
  padding: 0 5px;
}

@media screen and (min-width: 450px) {
  footer .footer-wrap .sns-list li {
    padding: 0;
  }
}

footer .footer-wrap .sns-list li a.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  footer .footer-wrap .sns-list li a.sp-view {
    display: none;
  }
}

footer .footer-wrap .sns-list li a.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  footer .footer-wrap .sns-list li a.pc-view {
    display: block;
  }
}

footer .footer-wrap .logo {
  opacity: 1;
  text-align: center;
}

footer .footer-wrap .logo img {
  width: 100%;
  max-width: 90px;
}

/* 下層遷移版
--------------------------------------------------*/
#slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-overflow-style: none;
  /* IE、Edge用 */
}

#slide-content.bk01 {
  background-color: #d5c2bd;
}

#slide-content.bk02 {
  background-color: #dcb8b6;
}

#slide-content.bk03 {
  background-color: #e9c594;
}

#slide-content.bk04 {
  background-color: #c55e52;
}

#slide-content.bk05 {
  background-color: #dcc0b1;
}

#slide-content h2.logo {
  display: none;
}

@media screen and (min-width: 769px) {
  #slide-content h2.logo {
    display: block;
    margin: 30px auto;
  }
}

#slide-content h2.logo img {
  width: 62px;
}

@media screen and (min-width: 769px) {
  #slide-content h2.logo img {
    width: 87px;
  }
}

#slide-content .slide-wrap {
  width: 74%;
  background-color: #fff;
  padding: 20px 20px 40px;
  margin: 80px auto 80px;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap {
    width: 100%;
    max-width: 700px;
    padding: 40px;
    margin: 9px auto 100px;
  }
}

#slide-content .slide-wrap h2 {
  text-align: center;
  margin: 30px auto;
  font-weight: 700;
  color: #513834;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap h2 {
    font-size: 24px;
  }
}

#slide-content .slide-wrap .single {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

#slide-content .slide-wrap .single .single-wrap {
  width: 100%;
  margin: 0 auto;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

@media all and (-ms-high-contrast: none) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap {
    display: block;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .image-m {
  width: 80%;
  max-width: 380px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .image-m {
    width: auto;
    margin: 0 auto 30px;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .image-s {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .image-s {
    width: auto;
    margin: 0 auto 30px;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s {
    width: 100%;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 15px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3 {
    font-size: 18px;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3.co01 {
  color: #dcc7bf;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3.co02 {
  color: #dcb8b6;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3.co03 {
  color: #e9c594;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3.co04 {
  color: #c55e52;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s h3.co05 {
  color: #dcc0b1;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s p {
  color: #513834;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}

@media screen and (min-width: 450px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s p {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s p {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 4px;
  margin: 0 2px;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide01-co01 {
  background-color: #d9bfa7;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide01-co02 {
  background-color: #c6a08e;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide01-co03 {
  background-color: #b08775;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide01-co04 {
  background-color: #d5b4a4;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide02-co01 {
  background-color: #ce7254;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide02-co02 {
  color: #513834;
  background-color: #ddc9b7;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide02-co03 {
  background-color: #aa553d;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide02-co04 {
  background-color: #c28f70;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide03-co01 {
  background-color: #d1966e;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide03-co02 {
  background-color: #e38f56;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide03-co03 {
  background-color: #ca8a68;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide04-co01 {
  background-color: #c57368;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide04-co02 {
  background-color: #ac4149;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide04-co03 {
  background-color: #914046;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide05-co01 {
  background-color: #cd825a;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide05-co02 {
  background-color: #b45e43;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide05-co03 {
  background-color: #954c2b;
}

#slide-content .slide-wrap .single .single-wrap .slide-wrap .text-s span.slide05-co04 {
  background-color: #b88d76;
}

#slide-content .slide-wrap .close-wrap {
  text-align: center;
  margin: 0 auto;
}

#slide-content .slide-wrap .close-wrap a {
  position: relative;
  width: 100%;
  color: #733623;
  border: 2px solid #733623;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #slide-content .slide-wrap .close-wrap a {
    padding: 10px 25px;
  }
}

#slide-content .slide-wrap .close-wrap a::before {
  content: "";
  position: absolute;
  background-image: url(../img/pc/arrow_b.png);
  background-repeat: no-repeat;
  top: 52%;
  -webkit-transform: translatey(-52%);
          transform: translatey(-52%);
  right: 5px;
  width: 8px;
  height: 13px;
}

.circular-menu {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  /* position: relative; */
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .circular-menu {
    width: 124px;
    height: 124px;
  }
}

/* howto */
.howto-button {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 70px);
  text-decoration: none;
  text-align: center;
  color: #444;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  padding: 10px;
  background-color: transparent;
  /* border: 2px solid #c48eb0; */
  /* 2021/06/17 */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .howto-button {
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    height: 130px;
    width: 130px;
    line-height: 130px;
  }
}

.howto-button p {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .howto-button p {
    font-size: 14px;
  }
}

.howto-button:hover {
  color: #fff;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  text-align: center;
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE、Edge用 */
  scrollbar-width: none;
  /* Firefox用 */
}

.modal__content::-webkit-scrollbar {
  /* Chrome、Safari用 */
  display: none;
}

@media screen and (min-width: 769px) {
  .modal__content {
    padding: 40px;
    /* width: 60%; */
    width: 55vw;
    /* height: 70%; */
    height: 42%;
  }
}

.modal__content h2 {
  width: 100%;
}

.modal__content h2 span {
  width: auto;
  display: inline-block;
  position: relative;
  color: #513834;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 769px) {
  .modal__content h2 span {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}

.modal__content h2 span::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url(../img/pc/modal_title.png);
  background-size: contain;
  width: 33px;
  height: 14px;
}

@media screen and (min-width: 769px) {
  .modal__content h2 span::before {
    top: -20px;
    right: -20px;
    width: 66px;
    height: 28px;
  }
}

.modal__content img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .modal__content img {
    width: 100%;
    max-width: 680px;
  }
}

.modal__content a {
  width: 80%;
  max-width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #836054;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #836054;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .modal__content a {
    width: 250px;
    height: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .modal__content a {
    margin: 30px auto;
  }
}
/*# sourceMappingURL=style_1.css.map */