@charset "UTF-8";
/* CSS Document */
@import url(base/reset.css);
html {
  font-family: "FOT-筑紫ゴシック Pr5 M", sans-serif;
  letter-spacing: 0.03em;
  font-size: 62.5%;
}
body {
  color: #000;
	/*
  background-color: #dcd6ca;
	*/
	  background-color: #ffffff;
  line-height: 180%;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  body {
    line-height: 180%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 200%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  body p {
    line-height: 220%;
  }
}
body .back-sheet {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  z-index: -1;
  opacity: 0;
  opacity: .5;
}
@media screen and (max-width: 767px) {
  body .back-sheet {
    left: 0;
    margin-left: 0;
  }
}
.cf {
  overflow: hidden;
  zoom: 1;
}
.pc-block {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}
.sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .tab {
    display: block;
  }
}
.bold {
  font-weight: 500;
}
.text-size_12 {
  font-size: 1.2rem;
}
.text-size_13 {
  font-size: 1.6rem;
}
.text-size_14 {
  font-size: 1.4rem;
}
.text-size_18 {
  font-size: 1.8rem;
}
.text-size_20 {
  font-size: 2rem;
}
.text-size_24 {
  font-size: 2.4rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .text-size_24 {
    font-size: 2rem;
  }
}
.text-size_30 {
  font-size: 3rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .text-size_30 {
    font-size: 2.4rem;
  }
}
.text-size_40 {
  font-size: 4rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .text-size_40 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .ma5 {
    margin-bottom: 5px;
  }
  .ma10 {
    margin-bottom: 10px;
  }
  .ma20 {
    margin-bottom: 20px;
  }
  .ma30 {
    margin-bottom: 30px;
  }
  .ma40 {
    margin-bottom: 40px;
  }
  .ma50 {
    margin-bottom: 50px;
  }
  .ma60 {
    margin-bottom: 60px;
  }
  .ma70 {
    margin-bottom: 70px;
  }
  .ma80 {
    margin-bottom: 80px;
  }
  .ma90 {
    margin-bottom: 90px;
  }
  .ma100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sp-ma5 {
    margin-bottom: 5px;
  }
  .sp-ma10 {
    margin-bottom: 10px;
  }
  .sp-ma15 {
    margin-bottom: 15px;
  }
  .sp-ma20 {
    margin-bottom: 20px;
  }
  .sp-ma25 {
    margin-bottom: 25px;
  }
  .sp-ma35 {
    margin-bottom: 35px;
  }
  .sp-ma30 {
    margin-bottom: 30px;
  }
  .sp-ma35 {
    margin-bottom: 35px;
  }
  .sp-ma40 {
    margin-bottom: 40px;
  }
  .sp-ma45 {
    margin-bottom: 45px;
  }
  .sp-ma50 {
    margin-bottom: 50px;
  }
  .sp-ma55 {
    margin-bottom: 55px;
  }
  .sp-ma60 {
    margin-bottom: 60px;
  }
  .sp-ma70 {
    margin-bottom: 70px;
  }
}
.center {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-narrow {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center-narrow {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-narrow_820 {
  max-width: 820px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center-narrow_820 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-narrow_900 {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center-narrow_900 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-wide {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 979px) {
  .center-wide {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-wide_top {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.center-wide_top.left-space {
  padding-right: 0;
}
@media screen and (max-width: 979px) {
  .center-wide_top.left-space {
    padding-left: 10%;
  }
}
.center-wide_top.right-space {
  padding-left: 0;
}
@media screen and (max-width: 979px) {
  .center-wide_top.right-space {
    padding-right: 10%;
  }
}
@media screen and (max-width: 979px) {
  .center-wide_top {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.center-inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .center-inner {
    width: 100%;
  }
}
.center-variable {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.position-rel {
  position: relative;
}
.position-ab {
  position: absolute;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.flex-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex-ce {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
  word-wrap: break-word;
}
.hover-none {
  pointer-events: none;
}
.hover-none a {
  opacity: 0.5;
}
.notel {
  pointer-events: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0;
}
strong {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-weight: bold;
}
em {
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#p404 {
  padding-bottom: 200px;
}
#p404 h4 {
  font-size: 2.2rem;
  margin-top: 100px;
}
#p404 .btn a {
  width: 150px;
}
/****************************************

loading

*****************************************/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9999;
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*==========
タイトル
==========*/
/* ライン　ズレ　アニメーション */
.title_line {
  border-top: 1.5px solid #000;
}
.page_cont-title {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 4.5rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .page_cont-title {
    font-size: 2.9rem;
  }
}
.page_cont-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}
.title_ani .page_cont-title {
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease;
  transition-delay: .2s;
}
.title_ani.delighter.started .page_cont-title {
  clip-path: inset(0);
}
.title_line_over-box_ani {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .title_line_over-box_ani {
    margin-bottom: 35px;
  }
}
.title_line_over-box_ani .title_line_over {
  position: relative;
  padding-top: 67px;
  display: inline-block;
	/*
  background-color: #dcd6ca;
	*/
	background-color: #ffffff;
  margin-top: -2px;
  transition: all 0.3s ease;
  transform: scale(0, 1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .title_line_over-box_ani .title_line_over {
    padding-top: 56px;
  }
}
.title_line_over-box_ani .title_line_over .page_cont-title::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*
  background-color: #dcd6ca;
	*/
	background-color: #ffffff;
  transition: all 0.3s ease;
  transition-delay: .4s;
  transform: scale(1, 1);
  transform-origin: right;
}
.title_line_over-box_ani.delighter.started .title_line_over {
  transform: scale(1, 1);
}
.title_line_over-box_ani.delighter.started .title_line_over h2::before {
  transform: scale(0, 1);
}
.content-title {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: .05em;
  margin-bottom: 45px;
}
@media screen and (max-width: 979px) {
  .content-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.txt_en {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .txt_en {
    font-size: 1.3rem;
    letter-spacing: .03em;
  }
}
/*==========
スライダー
==========*/
.js-swiper_basic, .js-swiper_basic_number {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
@media screen and (max-width: 767px) {
  .js-swiper_basic, .js-swiper_basic_number {
    padding-left: calc(5% + 20px) !important;
    padding-right: calc(5% + 20px) !important;
  }
}
.swiper-area {
  position: relative;
  /* シングル：枚数つき */
  /* ベーシック,ベーシック：枚数つき */
}
.swiper-area .swiper-button-prev, .swiper-area .swiper-button-next {
  width: 52px;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .swiper-area .swiper-button-prev, .swiper-area .swiper-button-next {
    width: calc(52px * .6);
    height: 50px;
  }
}
.swiper-area .swiper-button-prev:after, .swiper-area .swiper-button-next:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
.swiper-area .swiper-button-prev:after {
  background-image: url(../images/common/arrow_left.svg);
}
.swiper-area .swiper-button-next:after {
  background-image: url(../images/common/arrow_right.svg);
}
.swiper-area .swiper-pagination-fraction {
  color: #fff;
}
.swiper-area.js-s-area_single_num .swiper-button-prev, .swiper-area.js-s-area_single_num .swiper-button-next {
  top: inherit;
  bottom: 28px;
}
.swiper-area.js-s-area_single_num .swiper-button-prev {
  left: 20px;
}
.swiper-area.js-s-area_single_num .swiper-button-next {
  right: 20px;
}
.swiper-area.js-s-area_single_num .swiper-slide {
  width: 100%;
}
.swiper-area.js-s-area_single_num .swiper-slide .inner-box .thumb {
  width: 100%;
  height: 545px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .swiper-area.js-s-area_single_num .swiper-slide .inner-box .thumb {
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-area.js-s-area_single_num .swiper-slide .inner-box .thumb {
    height: 100vw;
  }
}
.swiper-area.js-s-area_basic .swiper-button-prev, .swiper-area.js-s-area_basic .swiper-button-next, .swiper-area.js-s-area_basic_number .swiper-button-prev, .swiper-area.js-s-area_basic_number .swiper-button-next {
  top: 15vw;
}
@media screen and (max-width: 767px) {
  .swiper-area.js-s-area_basic .swiper-button-prev, .swiper-area.js-s-area_basic .swiper-button-next, .swiper-area.js-s-area_basic_number .swiper-button-prev, .swiper-area.js-s-area_basic_number .swiper-button-next {
    top: 30vw;
  }
}
.swiper-area.js-s-area_basic .swiper-button-prev, .swiper-area.js-s-area_basic_number .swiper-button-prev {
  left: 25vw;
}
@media screen and (max-width: 767px) {
  .swiper-area.js-s-area_basic .swiper-button-prev, .swiper-area.js-s-area_basic_number .swiper-button-prev {
    left: 4vw;
  }
}
.swiper-area.js-s-area_basic .swiper-button-next, .swiper-area.js-s-area_basic_number .swiper-button-next {
  right: 25vw;
}
@media screen and (max-width: 767px) {
  .swiper-area.js-s-area_basic .swiper-button-next, .swiper-area.js-s-area_basic_number .swiper-button-next {
    right: 4vw;
  }
}
.swiper-area.js-s-area_basic .swiper-slide, .swiper-area.js-s-area_basic_number .swiper-slide {
  width: 100%;
}
.swiper-area.js-s-area_basic .swiper-slide .inner-box, .swiper-area.js-s-area_basic_number .swiper-slide .inner-box {
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s ease;
}
.swiper-area.js-s-area_basic .swiper-slide .inner-box .thumb, .swiper-area.js-s-area_basic_number .swiper-slide .inner-box .thumb {
  width: 100%;
  height: 30.05vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .swiper-area.js-s-area_basic .swiper-slide .inner-box .thumb, .swiper-area.js-s-area_basic_number .swiper-slide .inner-box .thumb {
    height: 60vw;
  }
}
.swiper-area.js-s-area_basic .swiper-slide:not(.swiper-slide-visible) .inner-box, .swiper-area.js-s-area_basic_number .swiper-slide:not(.swiper-slide-visible) .inner-box {
  pointer-events: none;
  opacity: .3;
}
/* ページ　共通 */
.page-common {
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .page-common {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .page-common {
    padding-top: 100px;
  }
}
.bottom_line-area {
  border-top: 1px solid #000;
  padding-top: 125px;
  padding-bottom: 145px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .bottom_line-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_line-area {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_line-area.sp-space {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* リスト　ドット */
.list_dot {
  list-style-type: disc;
  padding-left: 1em;
  line-height: 130%;
}
.list_dot li {
  margin-bottom: 20px;
}
/*********************************
　ボタン
*********************************/
.btn a {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 70%;
  padding: 8px 20px 14px;
  display: inline-block;
  box-sizing: border-box;
  border: 1.5px solid #000;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 6px 15px 11px;
  }
}
.btn a:before, .btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.btn a:after {
  background-color: #000;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
}
@media screen and (min-width: 980px) {
  .btn a:hover {
    color: #dcd6ca;
  }
  .btn a:hover:after {
    transform: scale(1, 1);
  }
}
.btn.reverse a {
  color: #fff;
  border: 1px solid #fff;
}
.btn.reverse a:after {
  background-color: #fff;
}
.btn.reverse a:hover {
  color: #000;
}
.btn.square a {
  border-radius: 0;
}
.movie_cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
header {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 998;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 35px;
  }
}
header .nav-box {
  position: relative;
}
header .nav-box .nav_btn_box {
  padding-left: 55px;
  padding-right: 55px;
}
@media screen and (max-width: 979px) {
  header .nav-box .nav_btn_box {
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
  }
}
header .nav-box .nav_btn_box h1 {
  position: relative;
  z-index: 99999;
  box-sizing: border-box;
  width: 70px;
}
@media screen and (max-width: 767px) {
  header .nav-box .nav_btn_box h1 {
    width: 50px;
  }
}
header .nav-box .nav_btn_box h1 a {
  display: block;
  transition: display .3s;
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box h1 a:hover {
    opacity: 0.7;
  }
}
header .nav-box .nav_btn_box h1 a.logo {
  position: relative;
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box h1 a.logo .logo-txt {
    position: absolute;
    bottom: calc(-57px + -295px);
    left: 50%;
    margin-left: -6.28px;
    height: 295px;
    max-height: 295px;
  }
}
@media screen and (max-width: 979px) {
  header .nav-box .nav_btn_box h1 a.logo .logo-txt {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box h1 a.page_top {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    bottom: calc(-30px + -57px + -295px + -20px);
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box h1 .logo-box.logo-black a.page_top {
    background-image: url(../images/common/pagetop_black.svg);
  }
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box h1 .logo-box.logo-white a.page_top {
    background-image: url(../images/common/pagetop_white.svg);
  }
}
header .nav-box .nav_btn_box h1 .logo-box.logo-none {
  display: none;
}
header .nav-box .nav_btn_box .ico_box {
  margin-right: 20px;
}
header .nav-box .nav_btn_box .ico_box li {
  width: 25px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  header .nav-box .nav_btn_box .ico_box li {
    padding: 0 10px;
  }
}
header .nav-box .nav_btn_box .ico_box li a {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 980px) {
  header .nav-box .nav_btn_box .ico_box li a:hover {
    opacity: 0.7;
  }
}
header .nav-box .nav_btn_box .ico_box li a img {
  width: 100%;
}
header .nav-box .hum-cont {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 990;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 130px 40px 35px 80px;
  background-color: rgba(220, 214, 202, 0.9);
  box-sizing: border-box;
  display: none;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont {
    padding: 60px 10% 50px 10%;
  }
}
header .nav-box .hum-cont nav.hum-cont-nav {
  padding-top: 50px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  header .nav-box .hum-cont nav.hum-cont-nav {
    padding-top: 40px;
  }
}
header .nav-box .hum-cont nav.hum-cont-nav ul {
  position: relative;
  z-index: 1;
  height: auto;
  box-sizing: border-box;
  text-align: left;
}
header .nav-box .hum-cont nav.hum-cont-nav ul li {
  padding: 0;
}
@media screen and (min-width: 980px) {
  header .nav-box .hum-cont nav.hum-cont-nav ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 979px) {
  header .nav-box .hum-cont nav.hum-cont-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
header .nav-box .hum-cont nav.hum-cont-nav ul li a {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  line-height: 100%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-size: 3rem;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: left center;
}
@media screen and (max-width: 979px) {
  header .nav-box .hum-cont nav.hum-cont-nav ul li a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont nav.hum-cont-nav ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header .nav-box .hum-cont nav.hum-cont-nav ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: right top;
  transform: scale(1, 1);
}
@media screen and (min-width: 980px) {
  header .nav-box .hum-cont nav.hum-cont-nav ul li a:hover:after {
    animation-name: underLineAni;
    animation-duration: .6s;
    animation-timing-function: ease;
  }
}
@keyframes underLineAni {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  40% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
  60% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
header .nav-box .hum-cont .flex-cont_sns {
  justify-content: center;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont .flex-cont_sns {
    margin-top: 60px;
  }
}
header .nav-box .hum-cont .flex-cont_sns a {
  display: block;
  width: 35px;
  line-height: 100%;
}
@media screen and (min-width: 980px) {
  header .nav-box .hum-cont .flex-cont_sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont .flex-cont_sns a {
    width: calc(35px * .9);
  }
}
header .nav-box .hum-cont .flex-cont_sns a.ico_youtube {
  width: 40px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont .flex-cont_sns a.ico_youtube {
    width: calc(40px * .9);
  }
}
header .nav-box .hum-cont .flex-cont_sns a:not(:last-child) {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  header .nav-box .hum-cont .flex-cont_sns a:not(:last-child) {
    margin-right: 30px;
  }
}
header #nav-toggle {
  display: none;
  width: 70px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
}
header #nav-toggle.backBlack span {
  background-color: #fff;
}
header #nav-toggle div {
  position: relative;
}
header #nav-toggle span {
  display: block;
  position: absolute;
  border-radius: 10px;
  height: 1.5px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header #nav-toggle span:nth-child(1) {
  top: 0;
}
header #nav-toggle span:nth-child(2) {
  top: 24px;
}
header #nav-toggle span:nth-child(3) {
  top: 49px;
}
header #nav-toggle {
  display: block;
}
@media screen and (max-width: 767px) {
  header #nav-toggle {
    width: 25px;
    height: 18px;
  }
  header #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  header #nav-toggle span:nth-child(3) {
    top: 18px;
  }
}
header.open #nav-toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media screen and (max-width: 767px) {
  header.open #nav-toggle span:nth-child(1) {
    top: 10px;
  }
}
header.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open #nav-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
@media screen and (max-width: 767px) {
  header.open #nav-toggle span:nth-child(3) {
    top: 10px;
  }
}
header.header-top_none {
  display: none;
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
footer {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  footer a:hover {
    opacity: 0.7;
  }
}
footer .footer-top {
  padding-left: 7.5%;
  padding-right: 7.5%;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  footer .footer-top {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 30px;
  }
}
footer .footer-top .logo-box {
  display: block;
  width: 194px;
}
@media screen and (max-width: 767px) {
  footer .footer-top .logo-box {
    width: 130px;
  }
}
footer .footer-top .flex-cont_sns {
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
footer .footer-top .flex-cont_sns a {
  display: block;
  width: 27px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer-top .flex-cont_sns a {
    width: calc(27px * .7);
  }
}
footer .footer-top .flex-cont_sns a:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-top .flex-cont_sns a:not(:last-child) {
    margin-right: 15%;
  }
}
footer .footer-top .flex-cont_sns a.ico_youtube {
  width: 34px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  footer .footer-top .flex-cont_sns a.ico_youtube {
    width: calc(34px * .7);
  }
}
footer .center-narrow {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  footer .foot_list {
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
  }
}
footer .foot_list li a {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .foot_list li a {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  footer .foot_list li.sp-space {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_list li.sp-space {
    display: block;
    width: 100%;
  }
}
footer small {
  text-align: center;
  display: block;
  color: #fff;
  line-height: 150%;
  font-size: 1.7rem;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
}
@media screen and (min-width: 768px) {
  footer small {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 1.2rem;
  }
}
footer #totop {
  display: block;
  position: fixed;
  z-index: 995;
  bottom: 10%;
  right: 25px;
}
footer #totop a {
  width: 30px;
  height: 150px;
  display: block;
}
footer #totop a img {
  transition: all 0.3s ease;
}
@media screen and (min-width: 980px) {
  footer #totop a:hover img {
    transform: translateY(-10px);
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*********************************
投稿　一覧
*********************************/
.swiper-area, .flex-cont_topics-item {
  flex-wrap: wrap;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .swiper-area, .flex-cont_topics-item {
    margin-bottom: 45px;
  }
}
.topics-item {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
}
@media screen and (min-width: 980px) {
  .topics-item a:hover {
    opacity: 0.7;
  }
}
.topics-item .txt-box {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box {
    padding-top: 15px;
  }
}
.topics-item .txt-box .flex-cont_txt-top {
  font-size: 1.8rem;
  letter-spacing: .13em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box .flex-cont_txt-top {
    font-size: 1.3rem;
    letter-spacing: .11em;
    margin-bottom: 15px;
    line-height: 150%;
  }
}
.topics-item .txt-box .flex-cont_txt-top .date {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box .flex-cont_txt-top .date {
    padding-right: 10px;
  }
}
.topics-item .txt-box .flex-cont_txt-top .cate {
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box .flex-cont_txt-top .cate {
    padding-left: 11px;
  }
}
.topics-item .txt-box .flex-cont_txt-top .cate:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2px;
  height: .8em;
  top: 50%;
  left: 0;
  margin-top: -.35em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box .flex-cont_txt-top .cate:before {
    width: 1px;
  }
}
.topics-item .txt-box .title {
  font-size: 2.2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .topics-item .txt-box .title {
    font-size: 1.7rem;
  }
}
.flex-cont_product-item {
  flex-wrap: wrap;
  margin-bottom: 85px;
}
@media screen and (min-width: 980px) {
  .flex-cont_product-item {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .flex-cont_product-item {
    margin-bottom: 45px;
  }
}
.flex-cont_product-item li {
  width: 26%;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .flex-cont_product-item li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .flex-cont_product-item li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .flex-cont_product-item li {
    width: 48%;
  }
  .flex-cont_product-item li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 8vw;
  }
}
.flex-cont_product-item li a {
  display: block;
  color: #000;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
}
@media screen and (min-width: 980px) {
  .flex-cont_product-item li a:hover {
    opacity: 0.7;
  }
}
.flex-cont_product-item li a .pic-box {
  width: 100%;
  padding-bottom: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .flex-cont_product-item li a .pic-box {
    padding-bottom: 22.4vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-cont_product-item li a .pic-box {
    padding-bottom: 38.4vw;
    margin-bottom: 2vw;
  }
}
.flex-cont_product-item li a p {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .flex-cont_product-item li a p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .flex-cont_product-item:after, .flex-cont_product-item:before {
    content: '';
    display: block;
    width: 26%;
  }
  .flex-cont_product-item:before {
    order: 1;
  }
}
/*　アーカイブ　ページネーション 　*/
.arc_pagenation .pagination, .arc_pagenation .nav-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.arc_pagenation .pagination span, .arc_pagenation .pagination a {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  font-weight: bold;
  box-sizing: border-box;
  color: #A2A2A2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .arc_pagenation .pagination span, .arc_pagenation .pagination a {
    width: 28px;
    height: 28px;
    flex-grow: 0;
  }
}
.arc_pagenation .pagination span.prev, .arc_pagenation .pagination span.next, .arc_pagenation .pagination a.prev, .arc_pagenation .pagination a.next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 20px;
}
@media screen and (max-width: 767px) {
  .arc_pagenation .pagination span.prev, .arc_pagenation .pagination span.next, .arc_pagenation .pagination a.prev, .arc_pagenation .pagination a.next {
    flex-grow: 2;
    flex-shrink: 0;
  }
}
.arc_pagenation .pagination span.prev, .arc_pagenation .pagination a.prev {
  background-image: url(../img/common/arrow_left.svg);
  background-position: center left;
}
.arc_pagenation .pagination span.next, .arc_pagenation .pagination a.next {
  background-image: url(../img/common/arrow_right.svg);
  background-position: center right;
}
.arc_pagenation .pagination .current {
  color: #000;
}
.flex-cont_cate-nav li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flex-cont_cate-nav li {
    margin-right: 15px;
  }
}
.flex-cont_cate-nav li a {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  color: #000;
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flex-cont_cate-nav li a {
    font-size: 1.5rem;
  }
}
.flex-cont_cate-nav li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #000;
  transition: all 0.3s ease;
}
.flex-cont_cate-nav li a.se::before {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .flex-cont_cate-nav li a:hover::before {
    width: 100%;
  }
}
/*　シングル　ページネーション 　*/
.page_nav {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_nav {
    justify-content: space-around;
  }
}
.page_nav a {
  display: block;
  text-align: center;
}
.page_nav .arc {
  text-align: center;
}
.page_nav .arc a {
  display: grid;
  place-content: center;
}
.page_nav .arc a img {
  width: 20px;
}
.page_nav .new, .page_nav .old {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 20px;
}
.page_nav .new a, .page_nav .old a {
  width: 40px;
  height: 40px;
}
.page_nav .new {
  background-image: url(../iamges/common/arrow_left.svg);
  background-position: center left;
}
@media screen and (min-width: 768px) {
  .page_nav .new {
    margin-right: 5%;
  }
}
.page_nav .new a {
  margin-left: auto;
}
.page_nav .new a:before {
  left: 0;
}
.page_nav .old {
  background-image: url(../images/common/arrow_right.svg);
  background-position: center right;
}
@media screen and (min-width: 768px) {
  .page_nav .old {
    margin-left: 5%;
  }
}
.page_nav .old a:before {
  right: 0;
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#top {
  /****** 変数 ******/
  --row-wide: 59%;
  --row-narr: 41%;
  --sp-pic-squ: 89.9vw;
  --sp-pic-rect: 59.8vw;
  /*****************/
}
main#top #hero {
  position: relative;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  main#top #hero {
    margin-bottom: 60px;
  }
}
main#top #hero img {
  width: 100%;
}
main#top #hero .main-pic {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main#top #hero .main-pic {
    padding-bottom: 56.9vw;
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .main-pic {
   background-image: url();
    padding-bottom: 181.1vw;
  }
}
@media screen and (min-width: 768px) {
  main#top #hero .main-pic.pic-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .main-pic.pic-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  main#top #hero .main-pic.pic-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .main-pic.pic-sp {
    display: block;
  }
}
main#top #hero .top-logo, main#top #hero .bottom-txt {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}
main#top #hero .top-logo {
  top: 6.8vw;
}
@media screen and (max-width: 767px) {
  main#top #hero .top-logo {
    top: 27vw;
  }
}
main#top #hero .top-logo .flex {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main#top #hero .top-logo .flex {
    max-width: 110px;
    justify-content: space-between;
  }
}
main#top #hero .top-logo .flex .left-box {
  width: 60px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease;
  transition-delay: .8s;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #hero .top-logo .flex .left-box {
    width: calc(60px * .7);
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .top-logo .flex .left-box {
    width: 42px;
    order: 1;
  }
}
main#top #hero .top-logo .flex .center-box {
  width: 160px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease;
  transition-delay: .5s;
}
@media screen and (min-width: 980px) {
  main#top #hero .top-logo .flex .center-box {
    margin-left: 30%;
    margin-right: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #hero .top-logo .flex .center-box {
    margin-left: 10%;
    margin-right: 10%;
    width: calc(160px * .7);
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .top-logo .flex .center-box {
    width: 100%;
    order: 0;
    margin-bottom: 40px;
  }
}
main#top #hero .top-logo .flex .right-box {
  width: 46px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease;
  transition-delay: .8s;
}
@media screen and (min-width: 980px) {
  main#top #hero .top-logo .flex .right-box {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #hero .top-logo .flex .right-box {
    width: calc(46px * .7);
  }
}
@media screen and (max-width: 767px) {
  main#top #hero .top-logo .flex .right-box {
    order: 2;
    width: 31px;
  }
}
main#top #hero .top-logo.delighter.started .left-box, main#top #hero .top-logo.delighter.started .center-box, main#top #hero .top-logo.delighter.started .right-box {
  clip-path: inset(0);
}
main#top #hero .bottom-txt {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#top #hero .bottom-txt {
    bottom: 25px;
  }
}
main#top #hero .bottom-txt p {
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  main#top #hero .bottom-txt p {
    font-size: 1.3rem;
    line-height: 160%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 980px) {
  main#top .left-space .title_line_over-box_ani, main#top .left-space .grid-cont_left-txt, main#top .left-space .flex-cont_left-txt, main#top .left-space .flex-cont_pic {
    padding-left: 15%;
  }
  main#top .right-space .grid-cont_left-pic {
    padding-right: 9%;
  }
}
main#top .pic-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main#top .flex-cont_left-txt {
    flex-wrap: nowrap;
  }
}
main#top .flex-cont_left-txt .left-box {
  box-sizing: border-box;
  width: var(--row-narr);
  padding-right: 6%;
}
@media screen and (max-width: 767px) {
  main#top .flex-cont_left-txt .left-box {
    width: 100%;
    padding-right: 10%;
  }
}
main#top .flex-cont_left-txt .right-box {
  width: var(--row-wide);
}
@media screen and (max-width: 767px) {
  main#top .flex-cont_left-txt .right-box {
    width: 100%;
  }
}
main#top .flex-cont_left-txt .right-box .pic-area {
  height: 30.1vw;
}
@media screen and (min-width: 768px) {
  main#top .flex-cont_left-txt .right-box .pic-area {
    max-height: 421.4px;
  }
}
@media screen and (max-width: 767px) {
  main#top .flex-cont_left-txt .right-box .pic-area {
    height: var(--sp-pic-squ);
  }
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-auto-rows: min-content;
    align-items: start;
  }
}
main#top .grid-cont_left-pic .pic-box1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic .pic-box1 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-pic .pic-box1 {
    width: 100%;
    order: 1;
    margin-bottom: 45px;
  }
}
main#top .grid-cont_left-pic .pic-box1 .pic-area {
  height: 30vw;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic .pic-box1 .pic-area {
    max-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-pic .pic-box1 .pic-area {
    height: var(--sp-pic-squ);
  }
}
main#top .grid-cont_left-pic .pic-box2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic .pic-box2 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-pic .pic-box2 {
    width: 100%;
    order: 3;
  }
}
main#top .grid-cont_left-pic .pic-box2 .pic-area {
  height: 30.9vw;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic .pic-box2 .pic-area {
    max-height: 432.59px;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-pic .pic-box2 .pic-area {
    height: var(--sp-pic-rect);
  }
}
main#top .grid-cont_left-pic .txt-box {
  box-sizing: border-box;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-pic .txt-box {
    padding-left: 18%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-pic .txt-box {
    width: 90%;
    margin-left: auto;
    margin-bottom: 50px;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-txt {
    display: grid;
    grid-template-columns: var(--row-narr) var(--row-wide);
  }
}
main#top .grid-cont_left-txt .left-box1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-txt .left-box1 {
    padding-right: 17%;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-txt .left-box1 {
    width: 90%;
    margin-right: auto;
    order: 1;
  }
}
main#top .grid-cont_left-txt .left-box2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-txt .left-box2 {
    padding-right: 10%;
    width: 100%;
    order: 3;
  }
}
main#top .grid-cont_left-txt .right-box {
  box-sizing: border-box;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-txt .right-box {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}
main#top .grid-cont_left-txt .right-box .pic-area {
  height: 30.1vw;
}
@media screen and (min-width: 768px) {
  main#top .grid-cont_left-txt .right-box .pic-area {
    max-height: 421.4px;
  }
}
@media screen and (max-width: 767px) {
  main#top .grid-cont_left-txt .right-box .pic-area {
    height: var(--sp-pic-squ);
  }
}
main#top .sec-common_top {
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  main#top .sec-common_top {
    margin-bottom: 65px;
  }
}
main#top #philosophy .title_ani {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main#top #philosophy .title_ani {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  main#top #philosophy .flex-cont_left-txt .right-box .pic-area {
    background-image: url("../images/index/top_index-01.webp");
  }
}
@media screen and (max-width: 767px) {
  main#top #philosophy .flex-cont_left-txt .right-box .pic-area {
    background-image: url("../images/index/top_index-01.webp");
  }
}
main#top #philosophy .txt-1 {
  margin-top: 85px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  main#top #philosophy .txt-1 {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
main#top #philosophy .flex-cont_pic .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  main#top #philosophy .flex-cont_pic .item {
    width: 100%;
  }
}
main#top #philosophy .flex-cont_pic .item .pic-area {
  height: 30.2vw;
}
@media screen and (min-width: 768px) {
  main#top #philosophy .flex-cont_pic .item .pic-area {
    max-height: 422.8px;
  }
}
@media screen and (max-width: 767px) {
  main#top #philosophy .flex-cont_pic .item .pic-area {
    height: var(--sp-pic-rect);
  }
}
@media screen and (min-width: 768px) {
  main#top #philosophy .flex-cont_pic .item.box1 .pic-area {
    background-image: url("../images/index/top_index-02.webp");
  }img/top/philosophy_pic2
}
@media screen and (max-width: 767px) {
  main#top #philosophy .flex-cont_pic .item.box1 .pic-area {
    background-image: url("../images/index/top_index-02.webp");
  }
}
main#top #philosophy .flex-cont_pic .item.box2 .pic-area {
  background-image: url("../images/index/top_index-03.webp");
}
@media screen and (max-width: 767px) {
  main#top #philosophy .flex-cont_pic .item.box2 .pic-area {
    background-image: url("../images/index/top_index-03.webp");
  }
}
main#top #product .content-title {
  margin-top: 70px;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  main#top #product .content-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
main#top #product .flex-cont_product-item {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  main#top #product .flex-cont_product-item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  main#top #product .flex-cont_product-item li:nth-of-type(n+5):nth-of-type(-n+6) {
    display: none;
  }
}
main#top #product #product-mifuneyama .center-wide_top, main#top #product #product-standard .center-wide_top {
  margin-bottom: 128px;
}
@media screen and (max-width: 979px) {
  main#top #product #product-mifuneyama .center-wide_top, main#top #product #product-standard .center-wide_top {
    margin-bottom: 70px;
  }
}
main#top #product #product-mifuneyama .pro_logo .inner-box, main#top #product #product-standard .pro_logo .inner-box {
  overflow: hidden;
  height: 100%;
}
main#top #product #product-mifuneyama .pro_logo img, main#top #product #product-standard .pro_logo img {
  vertical-align: bottom;
  transform: translateY(50px);
  transition: all 0.3s ease;
}
main#top #product #product-mifuneyama .pro_logo.delighter.started img, main#top #product #product-standard .pro_logo.delighter.started img {
  transform: translateY(0);
}
main#top #product #product-mifuneyama {
  position: relative;
  color: #fff;
  padding-bottom: 140px;
  margin-bottom: 165px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #product #product-mifuneyama {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-mifuneyama {
    padding-bottom: 75px;
    margin-bottom: 40px;
  }
}
main#top #product #product-mifuneyama::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 46px);
  background-color: #000;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #product #product-mifuneyama::before {
    height: calc(100% - 35px);
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-mifuneyama::before {
    height: calc(100% - 80vw);
  }
}
main#top #product #product-mifuneyama .flex-cont_product-item li a {
  color: #fff;
}
@media screen and (min-width: 980px) {
  main#top #product #product-mifuneyama .pro_logo {
    height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #product #product-mifuneyama .pro_logo {
    max-height: 37px;
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-mifuneyama .pro_logo {
    width: 194px;
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-mifuneyama .grid-cont_left-pic .pic-box1 .pic-area {
    background-image: url(../images/index/top_index-04.webp);
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-mifuneyama .grid-cont_left-pic .pic-box1 .pic-area {
    background-image: url(../images/index/top_index-04.webp);
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-mifuneyama .grid-cont_left-pic .pic-box2 .pic-area {
    background-image: url(../images/index/top_index-05.webp);
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-mifuneyama .grid-cont_left-pic .pic-box2 .pic-area {
    background-image: url(../images/index/top_index-05.webp);
  }
}
main#top #product #product-standard {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main#top #product #product-standard {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-standard .pro_logo {
    position: relative;
  }
  main#top #product #product-standard .pro_logo::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: 0;
    left: -25%;
    width: calc(100% + 39%);
    height: 1.5px;
    background-color: #000;
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-standard .pro_logo img {
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top #product #product-standard .pro_logo img {
    max-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-standard .pro_logo img {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-standard .grid-cont_left-pic .pic-box1 .pic-area {
    background-image: url();
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-standard .grid-cont_left-pic .pic-box1 .pic-area {
   background-image: url();
  }
}
@media screen and (min-width: 768px) {
  main#top #product #product-standard .grid-cont_left-pic .pic-box2 .pic-area {
       background-image: url();
  }
}
@media screen and (max-width: 767px) {
  main#top #product #product-standard .grid-cont_left-pic .pic-box2 .pic-area {
    background-image: url();
  }
}
main#top #topics .swiper-area {
  margin-bottom: 0;
}
main#top #topics .topics-item .inner-box {
  display: block;
}
main#top #about.sec-common_top {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  main#top #about.sec-common_top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#top #about .grid-cont_left-txt .left-box2 {
    text-align: center;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  main#top #about .grid-cont_left-txt .right-box .pic-area {
    background-image: url(../images/index/top_index-06.webp);
  }
}
@media screen and (max-width: 767px) {
  main#top #about .grid-cont_left-txt .right-box .pic-area {
    background-image: url(../images/index/top_index-06.webp);
  }
}
main#top #showroom.sec-common_top {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  main#top #showroom.sec-common_top {
    margin-bottom: 70px;
  }
}
main#top #showroom .grid-cont_left-pic .pic-box1 .pic-area {
  background-image: url(../img/top/showroom_pic1.jpg);
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .pic-box1 .pic-area {
    background-image: url(../img/top/showroom_pic1_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .pic-box1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .pic-box1 {
    order: 1;
  }
}
main#top #showroom .grid-cont_left-pic .pic-box2 .pic-area {
  background-image: url(../img/top/showroom_pic2.jpg);
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .pic-box2 .pic-area {
    background-image: url(../img/top/showroom_pic2_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .pic-box2 {
    order: 3;
  }
}
main#top #showroom .grid-cont_left-pic .txt-box1 {
  box-sizing: border-box;
  margin-bottom: 50px;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
@media screen and (min-width: 768px) {
  main#top #showroom .grid-cont_left-pic .txt-box1 {
    padding-left: 18%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .txt-box1 {
    width: 90%;
    margin-left: auto;
    order: 0;
  }
}
main#top #showroom .grid-cont_left-pic .txt-box2 {
  align-self: flex-end;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
@media screen and (min-width: 768px) {
  main#top #showroom .grid-cont_left-pic .txt-box2 {
    padding-left: 18%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .txt-box2 {
    width: 90%;
    margin-left: auto;
    margin-bottom: 50px;
    order: 2;
  }
}
main#top #showroom .grid-cont_left-pic .txt-box2 h3 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .txt-box2 h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
main#top #showroom .grid-cont_left-pic .txt-box2 p {
  line-height: 160%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  main#top #showroom .grid-cont_left-pic .txt-box2 p {
    font-size: 1.5rem;
    line-height: 190%;
  }
}
main#top .bottom_line-area .btn.flex {
  justify-content: center;
}
@media screen and (min-width: 980px) {
  main#top .bottom_line-area .btn.flex div:first-child {
    margin-right: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#top .bottom_line-area .btn.flex div:first-child {
    margin-right: 5%;
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#product .title_ani {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#product .title_ani {
    margin-bottom: 25px;
  }
}
main#product .btn.fix {
  position: fixed;
  left: -1px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  main#product .btn.fix {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  main#product .btn.fix {
    top: 100px;
  }
}
main#product .btn.fix a {
  background-color: #dcd6ca;
  border-radius: 0px 50px 50px 0px;
  padding-left: 10px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  main#product .btn.fix a {
    padding-left: 8px;
    padding-right: 10px;
  }
}
main#product .flex-cont_product-item li {
  position: relative;
}
@media screen and (max-width: 767px) {
  main#product .flex-cont_product-item li {
    width: 48%;
  }
}
main#product .flex-cont_product-item li .new {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main#product .flex-cont_product-item li .new {
    top: -10px;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
main#product .flex-cont_product-item li .plice {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main#product .flex-cont_product-item li .plice {
    font-size: 1.2rem;
  }
}
main#product .flex-cont_product-item li .plice .tax {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main#product .flex-cont_product-item li .plice .tax {
    font-size: 1.1rem;
    margin-left: 6px;
  }
}
main#product .cate {
  font-size: 1.4rem;
  line-height: 100%;
  padding: 4px 20px 7px;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main#product .cate {
    font-size: 1.2rem;
    padding: 3.5px 14px 6px;
    margin-bottom: 10px;
  }
}
main#product .cate.mifuneyama {
  color: #fff;
  background-color: #000;
}
main#product .cate.standard, main#product .cate.accessories {
  color: #000;
  border: 1.5px solid #000;
}
main#product #product_single {
  margin-bottom: 120px;
  /* movie */
  /* spec */
}
@media screen and (min-width: 980px) {
  main#product #product_single {
    padding-top: 55px;
  }
}
main#product #product_single .cate {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .cate {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  main#product #product_single .center-narrow_820:not(.movie) {
    width: 100%;
    padding: 0;
  }
}
main#product #product_single .js-s-area_single_num {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .js-s-area_single_num {
    margin-bottom: 30px;
  }
}
main#product #product_single .js-s-area_single_num .swiper-pagination-fraction {
  color: #000;
  bottom: 23px;
}
main#product #product_single .js-s-area_single_num .swiper-slide .inner-box .thumb {
  height: 820px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .js-s-area_single_num .swiper-slide .inner-box .thumb {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#product #product_single .js-s-area_single_num .swiper-slide .inner-box .thumb {
    height: 80vw;
  }
}
main#product #product_single .flex-cont_proname {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname .left-box {
    margin-bottom: 15px;
  }
}
main#product #product_single .flex-cont_proname .left-box .cate, main#product #product_single .flex-cont_proname .left-box .name {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
}
main#product #product_single .flex-cont_proname .left-box .sub-name, main#product #product_single .flex-cont_proname .left-box .plice {
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
}
main#product #product_single .flex-cont_proname .left-box .name {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname .left-box .name {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  main#product #product_single .flex-cont_proname .left-box .sub-name {
    font-size: 2.3rem;
  }
}
main#product #product_single .flex-cont_proname .left-box .plice {
  font-size: 2.6rem;
  line-height: 130%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname .left-box .plice {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
main#product #product_single .flex-cont_proname .left-box .plice .tax {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname .left-box .plice .tax {
    font-size: 1.2rem;
    margin-left: 11px;
  }
}
main#product #product_single .flex-cont_proname .left-box .btn.square a {
  padding: 7px 10px 11px;
  width: 120px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_proname .right-box .shopify-buy-frame--product {
    margin-left: auto;
    margin-right: auto;
  }
}
main#product #product_single .flex-cont_copy {
  margin-bottom: 60px;
}
main#product #product_single .flex-cont_copy .left-box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_copy .left-box {
    width: 100%;
  }
}
main#product #product_single .flex-cont_copy .right-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main#product #product_single .flex-cont_copy .right-box {
    width: 100%;
  }
}
main#product #product_single .swiper-area_container {
  margin-bottom: 105px;
}
main#product #product_single .swiper-area_container .swiper_bottom-txt {
  margin-top: 50px;
}
@media screen and (min-width: 980px) {
  main#product #product_single .swiper-area_container .swiper_bottom-txt {
    max-width: 50%;
  }
}
main#product #product_single .swiper-area_container .swiper_bottom-txt .content-title {
  margin-bottom: 30px;
}
main#product #product_single .movie .movie_box:not(:last-child) {
  margin-bottom: 50px;
}
main#product #product_single .movie .movie_box h4 {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}
main#product #product_single .spec {
  margin-top: 125px;
}
main#product #product_single .spec h4 {
  font-size: 2.7rem;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .spec h4 {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
main#product #product_single .spec dl {
  font-size: 1.8rem;
}
main#product #product_single .spec dl dt {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  text-indent: -.1em;
}
@media screen and (max-width: 767px) {
  main#product #product_single .spec dl dt {
    font-size: 1.5rem;
  }
}
main#product #product_single .spec dl dt::before {
  content: '・';
  display: inline-block;
}
main#product #product_single .spec dl dd {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .spec dl dd {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
main#product #product_single .btn.square.pdf {
  margin-top: 155px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .btn.square.pdf {
    margin-top: 125px;
  }
}
main#product #product_single .btn.square.pdf a {
  padding: 19px 101px 21px;
}
@media screen and (max-width: 767px) {
  main#product #product_single .btn.square.pdf a {
    width: 100%;
    padding: 14px 5% 15px;
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#about {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  main#about {
    padding-bottom: 70px;
  }
}
main#about .title_ani {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  main#about .title_ani {
    margin-bottom: 35px;
  }
}
main#about .page_main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 39.1vw;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  main#about .page_main {
    background-image: url(../img/about/main.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#about .page_main {
    background-image: url(../img/about/main_sp.jpg);
    height: 100vw;
    margin-bottom: 40px;
  }
}
main#about h3 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  main#about .content-title, main#about .txt_en {
    text-align: center;
  }
}
main#about .center-about {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media screen and (max-width: 979px) {
  main#about .center-about {
    width: 100%;
    padding: 0;
  }
}
main#about .flex-cont_about {
  flex-wrap: wrap;
}
main#about .flex-cont_about .pic-box {
  width: 56%;
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about .pic-box {
    width: 90%;
  }
}
main#about .flex-cont_about .pic-box .pic-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 30.2vw;
}
@media screen and (min-width: 768px) {
  main#about .flex-cont_about .pic-box .pic-area {
    max-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about .pic-box .pic-area {
    height: 60vw;
  }
}
main#about .flex-cont_about .txt-box {
  width: 43%;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about .txt-box {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about.cont-1 .pic-box {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  main#about .flex-cont_about.cont-1 .pic-box .pic-area {
    background-image: url(../img/about/pic1.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about.cont-1 .pic-box .pic-area {
    background-image: url(../img/about/pic1_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about.cont-2 .txt-box {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about.cont-2 .pic-box {
    order: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  main#about .flex-cont_about.cont-2 .pic-box .pic-area {
    background-image: url(../img/about/pic2.jpg);
  }
}
@media screen and (max-width: 767px) {
  main#about .flex-cont_about.cont-2 .pic-box .pic-area {
    background-image: url(../img/about/pic2_sp.jpg);
  }
}
main#about .swiper-area {
  margin-bottom: 0;
}
main#about .js-swiper_basic .swiper-slide .inner-box .thumb_1 {
  background-image: url(../img/about/slide_pic1.jpg);
}
main#about .js-swiper_basic .swiper-slide .inner-box .thumb_2 {
  background-image: url(../img/about/slide_pic2.jpg);
}
main#about .js-swiper_basic .swiper-slide .inner-box .thumb_3 {
  background-image: url(../img/about/slide_pic3.jpg);
}
@media screen and (max-width: 767px) {
  main#about .js-s-area_basic .swiper-button-prev, main#about .js-s-area_basic .swiper-button-next {
    top: 32vw;
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#topics .title_ani {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#topics .title_ani {
    margin-bottom: 25px;
  }
}
main#topics .flex-cont_topics-item .topics-item {
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main#topics .flex-cont_topics-item .topics-item {
    width: 100%;
  }
  main#topics .flex-cont_topics-item .topics-item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1.5px solid #000;
  }
}
main#topics .flex-cont_topics-item .topics-item .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 353px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#topics .flex-cont_topics-item .topics-item .thumb {
    height: 28.2vw;
  }
}
@media screen and (max-width: 767px) {
  main#topics .flex-cont_topics-item .topics-item .thumb {
    height: 66.1vw;
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 767px) {
  main#topics .topics-item .txt-box .flex-cont_txt-top {
    font-size: 1.5rem;
  }
}
main#topics .topics-item .txt-box .title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  main#topics .topics-item .txt-box .title {
    font-size: 1.9rem;
  }
}
main#topics #topics_single {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main#topics #topics_single {
    margin-bottom: 80px;
  }
}
main#topics #topics_single a {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  main#topics #topics_single a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  main#topics #topics_single .topics_top-center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
main#topics #topics_single .topics-item {
  box-sizing: border-box;
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1.5px solid #000;
}
@media screen and (max-width: 767px) {
  main#topics #topics_single .topics-item {
    padding-left: 10%;
    padding-right: 10%;
  }
}
main#topics #topics_single .topics-item .txt-box {
  padding-top: 0;
}
main#topics #topics_single .topics-item .txt-box .flex-cont_txt-top {
  margin-bottom: 20px;
}
main#topics #topics_single .topics-item .txt-box .title {
  font-size: 2.4rem;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
}
@media screen and (max-width: 767px) {
  main#topics #topics_single .topics-item .txt-box .title {
    font-size: 2rem;
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#after_faq {
  padding-bottom: 100px;
}
main#after_faq .title_ani {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#after_faq .title_ani {
    margin-bottom: 30px;
  }
}
main#after_faq .content-title {
  margin-bottom: 20px;
}
main#after_faq #after_service {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  main#after_faq #after_service {
    padding-bottom: 100px;
  }
}
main#after_faq #after_service dl {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
main#after_faq #after_service dl dt {
  width: 100px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  main#after_faq #after_service dl dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 80px;
  }
}
main#after_faq #after_service dl dt .d_title {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  width: 100%;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  main#after_faq #after_service dl dt .d_title {
    font-size: 1.8rem;
    height: 80px;
  }
}
main#after_faq #after_service dl dd {
  line-height: 220%;
}
main#after_faq #after_service dl .bottom_arrow {
  padding-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#after_faq #after_service dl .bottom_arrow {
    padding-bottom: 100px;
  }
}
main#after_faq #after_service dl .bottom_arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 48px;
  left: 50%;
  margin-left: -29px;
  width: 58px;
  height: 50px;
  background-image: url("../img/common/arrow_triangle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main#after_faq #after_service dl .bottom_arrow:after {
    width: calc(58px * .8);
    height: calc(50px * .8);
    margin-left: calc(-29px * .8);
    bottom: 40px;
  }
}
main#after_faq #faq dl .faq-box {
  margin-bottom: 20px;
}
main#after_faq #faq dl dt, main#after_faq #faq dl dd {
  box-sizing: border-box;
  position: relative;
}
main#after_faq #faq dl dt .flex, main#after_faq #faq dl dd .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt, main#after_faq #faq dl dd {
    font-size: 1.3rem;
  }
}
main#after_faq #faq dl dt .ico-box, main#after_faq #faq dl dd .ico-box {
  flex-shrink: 0;
  width: 68px;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .ico-box, main#after_faq #faq dl dd .ico-box {
    width: 45px;
  }
}
main#after_faq #faq dl dt .ico-box .ico-faq, main#after_faq #faq dl dd .ico-box .ico-faq {
  display: grid;
  place-content: center;
  width: 68.2px;
  height: 68.2px;
  border: 1.5px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .ico-box .ico-faq, main#after_faq #faq dl dd .ico-box .ico-faq {
    width: 45px;
    height: 45px;
  }
}
main#after_faq #faq dl dt .cont-box, main#after_faq #faq dl dd .cont-box {
  width: calc(100% - 80px);
  border: 1.5px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .cont-box, main#after_faq #faq dl dd .cont-box {
    width: calc(100% - 45px);
  }
}
main#after_faq #faq dl dt {
  cursor: pointer;
}
main#after_faq #faq dl dt .ico-box .ico-faq {
  background-color: #000;
}
main#after_faq #faq dl dt .ico-box .ico-faq img {
  width: 22px;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .ico-box .ico-faq img {
    width: calc(22px * .6);
  }
}
main#after_faq #faq dl dt .cont-box {
  padding: 15px 60px 15px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .cont-box {
    padding: 8px 45px 8px 15px;
  }
}
main#after_faq #faq dl dt .cont-box::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 20.5px;
  right: 20px;
  width: 23px;
  height: 20px;
  transition: all 0.3s ease;
  background-image: url("../img/common/arrow_triangle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dt .cont-box::after {
    top: 14px;
    right: 14px;
    width: calc(23px * .7);
    height: calc(20px * .7);
  }
}
main#after_faq #faq dl dt.open .cont-box::after {
  transform: rotate(180deg);
}
main#after_faq #faq dl dd {
  display: none;
}
main#after_faq #faq dl dd .ico-box .ico-faq {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dd .ico-box .ico-faq {
    border-right: none;
  }
}
main#after_faq #faq dl dd .ico-box .ico-faq img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dd .ico-box .ico-faq img {
    width: calc(20px * .6);
  }
}
main#after_faq #faq dl dd .cont-box {
  padding: 20px;
  background-color: #fff;
  border-top: none;
}
@media screen and (max-width: 767px) {
  main#after_faq #faq dl dd .cont-box {
    padding: 15px;
  }
}
main#after_faq #faq dl dd .cont-box a {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  main#after_faq #faq dl dd .cont-box a:hover {
    opacity: 0.7;
  }
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#contact {
  padding-bottom: 130px;
  /****************************
contact フォーム
***************************/
  /* サンクスページ */
}
@media screen and (max-width: 767px) {
  main#contact {
    padding-bottom: 70px;
  }
}

.contact-color {
	color:#B37E2A;
}

main#contact .title_ani {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#contact .title_ani {
    margin-bottom: 20px;
  }
}
main#contact .content-title {
  margin-bottom: 10px;
}
main#contact #contact_form {
  /* iOSでのデフォルトスタイルをリセット */
}
main#contact #contact_form input[type="submit"], main#contact #contact_form input[type="button"], main#contact #contact_form button[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
main#contact #contact_form input[type="submit"]::-webkit-search-decoration, main#contact #contact_form input[type="button"]::-webkit-search-decoration, main#contact #contact_form button[type="button"]::-webkit-search-decoration {
  display: none;
}
main#contact #contact_form input[type="submit"]::focus, main#contact #contact_form input[type="button"]::focus, main#contact #contact_form button[type="button"]::focus {
  outline-offset: -2px;
}
main#contact #contact_form .flex-cont_submit {
  justify-content: space-around;
}
main#contact #contact_form .btn-box {
  display: flex;
  justify-content: center;
}
main#contact #contact_form .btn_common {
  position: relative;
}
@media screen and (min-width: 980px) {
  main#contact #contact_form .btn_common {
    background-color: #fff;
  }
}
main#contact #contact_form .btn_common:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease;
}
main#contact #contact_form .btn_common input {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 70%;
  width: 200px;
  padding: 16px 0 18px;
  display: inline-block;
  box-sizing: border-box;
  border: 1.5px solid #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  isolation: isolate;
}
@media screen and (min-width: 980px) {
  main#contact #contact_form .btn_common input {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 979px) {
  main#contact #contact_form .btn_common input {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  main#contact #contact_form .btn_common input {
    font-size: 1.5rem;
    width: 130px;
    padding: 14px 0 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  main#contact #contact_form .btn_common:hover:after {
    transform: scale(1, 1);
  }
  main#contact #contact_form .btn_common:hover input {
    color: #fff;
  }
}
main#contact #contact_form .btn_common input[type="submit"], main#contact #contact_form .btn_common input[type="button"] {
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
}
main#contact #contact_form .kakunin {
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  main#contact #contact_form .kakunin {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  main#contact #contact_form .kakunin .btn_common.submit_btn {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  main#contact #contact_form .kakunin .btn_common.button_btn {
    margin-left: 15px;
  }
}
main#contact #contact_form table, main#contact #contact_form tbody, main#contact #contact_form tr, main#contact #contact_form th, main#contact #contact_form td {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table, main#contact #contact_form tbody, main#contact #contact_form tr, main#contact #contact_form th, main#contact #contact_form td {
    display: block;
    width: 100%;
  }
}
main#contact #contact_form table input[type=text], main#contact #contact_form tbody input[type=text], main#contact #contact_form tr input[type=text], main#contact #contact_form th input[type=text], main#contact #contact_form td input[type=text] {
  width: 100%;
}
main#contact #contact_form table input, main#contact #contact_form table textarea, main#contact #contact_form tbody input, main#contact #contact_form tbody textarea, main#contact #contact_form tr input, main#contact #contact_form tr textarea, main#contact #contact_form th input, main#contact #contact_form th textarea, main#contact #contact_form td input, main#contact #contact_form td textarea {
  box-sizing: border-box;
  background: white;
  border: none;
}
@media screen and (min-width: 768px) {
  main#contact #contact_form table input, main#contact #contact_form table textarea, main#contact #contact_form tbody input, main#contact #contact_form tbody textarea, main#contact #contact_form tr input, main#contact #contact_form tr textarea, main#contact #contact_form th input, main#contact #contact_form th textarea, main#contact #contact_form td input, main#contact #contact_form td textarea {
    font-size: 1.8rem;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table input, main#contact #contact_form table textarea, main#contact #contact_form tbody input, main#contact #contact_form tbody textarea, main#contact #contact_form tr input, main#contact #contact_form tr textarea, main#contact #contact_form th input, main#contact #contact_form th textarea, main#contact #contact_form td input, main#contact #contact_form td textarea {
    font-size: 1.6rem;
    padding: 10px;
  }
}
main#contact #contact_form table input[type="text"], main#contact #contact_form table textarea, main#contact #contact_form table select, main#contact #contact_form tbody input[type="text"], main#contact #contact_form tbody textarea, main#contact #contact_form tbody select, main#contact #contact_form tr input[type="text"], main#contact #contact_form tr textarea, main#contact #contact_form tr select, main#contact #contact_form th input[type="text"], main#contact #contact_form th textarea, main#contact #contact_form th select, main#contact #contact_form td input[type="text"], main#contact #contact_form td textarea, main#contact #contact_form td select {
  outline: none;
  border: 2px solid #000;
  background-color: #fff;
}
main#contact #contact_form table textarea, main#contact #contact_form tbody textarea, main#contact #contact_form tr textarea, main#contact #contact_form th textarea, main#contact #contact_form td textarea {
  width: 100%;
  display: block;
}
main#contact #contact_form table {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  main#contact #contact_form table {
    margin-bottom: 40px;
  }
}
main#contact #contact_form table tr th {
  width: 28%;
  background-color: #000;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#contact #contact_form table tr th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table tr th {
    width: 100%;
    font-size: 1.3rem;
    padding: 5px 20px;
  }
}
main#contact #contact_form table tr th span {
  font-weight: normal;
}
main#contact #contact_form table tr td {
  width: 72%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table tr td {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px;
  }
}
main#contact #contact_form table tr td textarea {
  width: 100%;
  resize: vertical;
  height: 350px;
}
main#contact #contact_form table tr td .con-box {
  border: 1px solid #333;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table tr td .con-box {
    padding: 25px 30px;
  }
}
main#contact #contact_form table tr td p {
  font-size: 1.4rem;
}
main#contact #contact_form table input[type="checkbox"], main#contact #contact_form table input[type="radio"] {
  margin-right: 10px;
  transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  main#contact #contact_form table input[type="checkbox"], main#contact #contact_form table input[type="radio"] {
    transform: scale(1.2);
  }
}
main#contact #contact_form table.formTable tr td {
  padding: 15px;
  box-sizing: border-box;
}
main#contact #contact_form #formWrap {
  margin-top: 30px;
}
main#contact #contact_thanks h4 {
  margin-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}
/* CSS Document */
/* CSS Document */
/* CSS Document */
main#guide, main#tokutei, main#privacy {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  main#guide, main#tokutei, main#privacy {
    padding-bottom: 70px;
  }
}
main#guide .title_ani {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main#guide .title_ani {
    margin-bottom: 50px;
  }
}
main#guide h3 {
  font-size: 2.4rem;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  main#guide h3 {
    font-size: 2rem;
  }
}
main#guide .scroll-area .txt_touch {
  display: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 979px) {
  main#guide .scroll-area {
    overflow: scroll;
  }
  main#guide .scroll-area .txt_touch {
    display: block;
  }
}
main#guide table {
  min-width: 900px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  main#guide table {
    font-size: 1.5rem;
  }
}
main#guide table tr th, main#guide table tr td {
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  padding: 8px 10px;
}
main#guide table tr th:nth-of-type(n+2):nth-of-type(-n+5) {
  text-align: center;
}
main#guide table tr td:nth-of-type(n+2):nth-of-type(-n+5) {
  text-align: right;
}
main#tokutei .title_ani {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main#tokutei .title_ani {
    margin-bottom: 60px;
  }
}
main#tokutei dl {
  border-top: 1px solid #000;
}
main#tokutei dl .line-box {
  border-bottom: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  main#tokutei dl .line-box {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
main#tokutei dl .line-box dt {
  width: 180px;
  flex-shrink: 0;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main#tokutei dl .line-box dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
main#tokutei dl .line-box dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  main#tokutei dl .line-box dd {
    width: 100%;
  }
}
main#privacy .title_ani {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main#privacy .title_ani {
    margin-bottom: 50px;
  }
}
main#privacy dl dt {
  margin-bottom: 5px;
}
main#privacy dl dd:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#privacy dl dd:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*404*/
.local-error__section {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .local-error__section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-error__section__br--hideSP {
    display: none;
  }
}
.local-innerWidth {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
}
.local-error__img {
  background-image: url("../images/404-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  width: 60.18px;
  position: relative;
}
.local-error__img:before {
  content: '';
  display: block;
  padding-bottom: 132.96703296703296%;
}
.local-error__title {
  padding: 42px 0 0;
  margin-bottom: 16px;
}
.local-error__title#error_code {
  padding: 53px 0 0;
}
@media screen and (max-width: 759.98px) {
  .local-error__title#error_code {
    font-size: 22px;
  }
}
.local-error__errorCode .local-error__title:before {
  background-color: #f2f2f2;
  content: '繧ｨ繝ｩ繝ｼ繧ｳ繝ｼ繝�';
  display: block;
  font-size: 10px;
  margin-top: -0.65em;
  margin-bottom: -0.35em;
  margin: 0 auto 3px;
  padding: 3px 0;
  width: 100px;
}
.local-error__text {
  letter-spacing: -0.03em;
  padding-bottom: 36px;
}
@media screen and (max-width: 759.98px) {
  .local-error__text {
    text-align: left;
  }
}
.local-error__btn {
  margin: 0 auto 28px;
}
.local-error__link {
  margin-bottom: 22px;
}