@charset "UTF-8";
body {
  padding-top: 50px;
}

@media (max-width: 1100px) {
  body {
    padding-top: 0px;
  }
}

/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border: 0;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #333;
}

@media (max-width: 740px) {
  body {
    font-size: 1.2rem;
  }
}

/*family*/
body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP",
 serif;
  font-weight: 500;
}

@media (max-width: 740px) {
  body {
    font-weight: 400;
  }
}

.f_go {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
 "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 740px) {
  .f_go {
    font-weight: 400;
  }
}

.noto_go {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.noto_min {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.f_en {
  font-family: "Cinzel", serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #333;
}

/***PC／スマホ切替***/
.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1100px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 740px) {
  .sp {
    display: block !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}

.base_w {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .base_w {
    width: 90%;
  }
}

.cap {
  line-height: 1.7;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 740px) {
  .cap {
    font-size: 1rem;
  }
}

.soon {
  pointer-events: none;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.slick-slide:focus {
  outline: none;
}

/*サイト仕様上書き*/
body {
  background-color: #fff;
}

@media (max-width: 740px) {
  #allWrapper {
    /*padding-bottom: 60px;*/
  }
}

#headerAreaN,
#categoryBack {
  position: relative;
  z-index: 10;
}

#container {
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}

#footerArea .areaInner .column1 {
  width: 540px;
}

#footerArea .areaInner .column2 {
  width: 410px;
}

#footerAreaN small {
  padding: 5px 0;
  letter-spacing: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.head_fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f4f4f4;
}

@media (max-width: 1100px) {
  .head_fix {
    position: relative;
    background-color: #fff;
  }
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header .h_logo_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .h_logo_wrap .h_logo {
  width: 250px;
}

@media (max-width: 740px) {
  header .h_logo_wrap .h_logo {
    width: 170px;
  }
}

header .h_logo_wrap .h_logo_txt {
  margin-left: 10px;
  font-size: 1rem;
}

header .sp-btn {
  display: none;
  position: relative;
  margin-right: -5%;
  z-index: 101;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

header .sp-btn.fix_on {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 0;
}

@media (max-width: 1100px) {
  header .sp-btn {
    display: block;
  }
}

header .sp-btn span {
  position: absolute;
  right: 10%;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.2s;
}

header .sp-btn span:nth-of-type(1) {
  width: 70%;
  top: 10px;
}

header .sp-btn span:nth-of-type(2) {
  width: 80%;
  top: 20px;
}

header .sp-btn span:nth-of-type(3) {
  width: 70%;
  top: 30px;
}

header .sp-btn span:nth-of-type(4) {
  right: 0;
  bottom: 13px;
  font-size: 1rem;
  text-align: center;
  background: none;
}

header .sp-btn.on span:nth-of-type(1) {
  right: 15%;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

header .sp-btn.on span:nth-of-type(2) {
  opacity: 0;
}

header .sp-btn.on span:nth-of-type(3) {
  right: 15%;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

header .btns {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  header .btns {
    display: none;
  }
}

header .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
}

header .btns .btn01 {
  padding: 5px 10px;
  margin-left: 5px;
  border: 1px #333 solid;
  transition: all 0.3s;
}

header .btns .btn01:hover {
  background-color: #eee9e4;
}

header .btns .btn02 {
  padding: 5px 0;
  margin-left: 5px;
  width: 150px;
  border: 1px #333 solid;
  transition: all 0.3s;
}

header .btns .btn02:hover {
  background-color: #eee9e4;
}

header .btns .btn03 {
  width: 150px;
  padding: 5px 0;
  margin-left: 5px;
  background-color: #68594b;
  border: 1px #68594b solid;
  color: #fff;
  transition: all 0.3s;
}

header .btns .btn03:hover {
  background-color: #867768;
}

header .btns .btn03 .f_en {
  color: #fff;
}

.h_navi_bg {
  padding: 10px 0;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .h_navi_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    height: calc(100% - 56px);
    overflow-y: scroll;
    padding-top: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  .h_navi_bg.fix_on {
    padding-top: 60px;
  }
}

.h_navi_bg .h_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .h_navi_bg .h_navi {
    width: 100%;
  }
}

.h_navi_bg .h_navi .btn {
  padding: 0 5px;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .h_navi_bg .h_navi .btn {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px #ccc solid;
    text-align: center;
  }
}

.h_navi_bg .h_navi .btn:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #68594b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.4s;
}

@media (max-width: 1100px) {
  .h_navi_bg .h_navi .btn:after {
    display: none;
  }
}

.h_navi_bg .h_navi .btn:hover:after {
  width: 100%;
  left: 0;
}

.h_navi_bg .h_navi .btn.on:after {
  width: 100%;
  left: 0;
}

@media (max-width: 1100px) {
  .h_navi_bg .h_navi .btn.on {
    background-color: #f4f4f4;
  }
}

.h_navi_bg .h_navi .btn.soon {
  pointer-events: none;
  color: #dbdbdb;
}

.h_sub_bg {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f4f4f4;
}

.h_sub_bg .pankuzu {
  padding: 10px 0;
  font-size: 1.2rem;
}

@media (max-width: 1100px) {
  .h_sub_bg .pankuzu {
    display: none;
  }
}

.yokoku {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 740px) {
  .yokoku {
    flex-wrap: wrap;
  }
}

.yokoku .box01 {
  width: 100px;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  border: 1px #333 solid;
  font-size: 1.8rem;
}

@media (max-width: 740px) {
  .yokoku .box01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media (max-width: 740px) {
  .yokoku .box02 {
    width: 100%;
    font-size: 1rem;
  }
}

.sp_fix_btns {
  display: none;
}

@media (max-width: 1100px) {
  .sp_fix_btns {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 101;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp_fix_btns .btn {
    display: block;
    width: 20%;
    text-align: center;
    background-color: #333;
  }
  .sp_fix_btns .btn img {
    width: 60px;
    height: 60px;
  }
  .sp_fix_btns .btn_cv {
    background-color: #68594b;
  }
}

@media (max-width: 768px) {
  .sp_fix_btns {
    bottom: 0;
  }
}

footer {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

footer .sub_cvdtns {
  margin-top: 120px;
}

@media (max-width: 740px) {
  footer .sub_cvdtns {
    margin-top: 60px;
  }
}

footer .sub_cvdtns a {
  margin-bottom: 10px;
}

footer .sub_cvdtns .online_txt {
  text-align: center;
}

footer .f_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px;
  margin-bottom: 60px;
  border-bottom: 1px #ccc solid;
}

@media (max-width: 1100px) {
  footer .f_links {
    border-bottom: none;
  }
}

@media (max-width: 740px) {
  footer .f_links {
    margin-bottom: 40px;
  }
}

footer .f_links .btn {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.4rem;
}

@media (max-width: 1100px) {
  footer .f_links .btn {
    width: 48%;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px #ccc solid;
    font-size: 1.2rem;
  }
}

footer .f_links .btn:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #68594b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.4s;
}

@media (max-width: 1100px) {
  footer .f_links .btn:after {
    display: none;
  }
}

footer .f_links .btn:hover:after {
  width: 100%;
  left: 0;
}

footer .f_links .btn.on:after {
  width: 100%;
  left: 0;
}

footer .f_links .btn.soon {
  pointer-events: none;
  color: #dbdbdb;
}

footer .f_cap {
  margin-bottom: 60px;
}

footer .f_tel_bg {
  width: 100%;
  padding: 60px 0;
  background-color: #f4f4f4;
}

footer .f_tel {
  display: block;
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 740px) {
  footer .f_tel {
    width: 90%;
  }
}

.po_img {
  position: relative;
}

.po_img .cap {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media (max-width: 740px) {
  .po_img .cap {
    font-size: 0.9rem;
    font-weight: 400;
  }
}

.base_req_btn {
  display: block;
  width: 500px;
  padding: 15px 0;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  border: 2px #68594b solid;
  background: #fff url("../images/common/arrow_b.svg") 95% center no-repeat;
  background-size: 30px;
  font-size: 1.8rem;
  color: #68594b;
  transition: all 0.3s;
}

@media (max-width: 740px) {
  .base_req_btn {
    width: 90%;
    padding: 8px 0;
    background-size: 20px;
    font-size: 1.4rem;
  }
}

.base_req_btn:hover {
  background: #f4f4f4 url("../images/common/arrow_b.svg") 97% center no-repeat;
  background-size: 30px;
}

.base_res_btn {
  display: block;
  width: 500px;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  border: 2px #68594b solid;
  background: #68594b url("../images/common/arrow_w.svg") 95% center no-repeat;
  background-size: 30px;
  font-size: 1.8rem;
  color: #fff !important;
  transition: all 0.3s;
}

@media (max-width: 740px) {
  .base_res_btn {
    width: 90%;
    padding: 8px 0;
    background-size: 20px;
    font-size: 1.4rem;
  }
}

.base_res_btn:hover {
  background: #574739 url("../images/common/arrow_w.svg") 97% center no-repeat;
  background-size: 30px;
}

.sani01 {
  transform: translateY(50px);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 1.5s;
}

@media (max-width: 740px) {
  .sani01 {
    transform: translateY(30px);
  }
}

.sani01.on {
  opacity: 1;
  transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani02 {
  transform: translateY(50px);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 1.5s;
}

@media (max-width: 740px) {
  .sani02 {
    transform: translateY(30px);
  }
}

.sani02.on {
  opacity: 1;
  transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani03 {
  transform: translateY(50px);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 1.5s;
}

@media (max-width: 740px) {
  .sani03 {
    transform: translateY(30px);
  }
}

.sani03.on {
  opacity: 1;
  transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani_s {
  transform: scale(1.2);
  opacity: 0.2;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 2.5s;
}

.sani_s.on {
  opacity: 1;
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani_sc {
  transform: scale(1.2);
  opacity: 0.2;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: all 2.5s;
}

.sani_sc.on {
  opacity: 1;
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.sani_sc_start {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-page .mv_wrap {
  /*width: 100%;*/
  /*height: calc(100vh - 184px);*/
  /*overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;*/
  margin-bottom: 60px;
}

@media (max-width: 1100px) {
  .top-page .mv_wrap {
    /*height: calc(100vh - 130px);*/
  }
}

@media (max-width: 740px) {
  .top-page .mv_wrap {
    margin-bottom: 40px;
  }
}

.top-page .mv_wrap .bg_mv {
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-page .mv_wrap .main_txt {
  width: 350px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -175px;
}

@media (max-width: 740px) {
  .top-page .mv_wrap .main_txt {
    width: 200px;
    margin-left: -100px;
  }
}

.top-page .mv_wrap .cap {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
 "Noto Sans JP", sans-serif;
}

@media (max-width: 740px) {
  .top-page .mv_wrap .cap {
    font-size: 0.9rem;
  }
}

.top-page .mv_wrap .btn {
  display: block;
  width: 640px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -320px;
  transition: all 0.3s;
}

.top-page .mv_wrap .btn:hover {
  opacity: 1;
}

@media (max-width: 740px) {
  .top-page .mv_wrap .btn {
    width: 250px;
    margin-left: -125px;
  }
}

.top-page .mv_wrap .btn .demo-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/top/main_copy.png");
  mask-image: url("../images/top/main_copy.png");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
}

.top-page .mv_wrap .btn .demo-hikari {
  position: absolute;
  top: 0%;
  left: -50%;
  width: 50%;
  padding: 20% 0 0;
  background-image: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 80%);
  transform: skewX(-30deg);
  animation-name: demo_kirari;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes demo_kirari {
  100% {
    left: 300%;
  }
}

.top-page .hiraoki {
  width: 1112px;
  margin: 0 auto 120px;
}

@media screen and (min-width:741px) and ( max-width:1024px) {
  .top-page .hiraoki {
    width: 90%;
    margin-bottom: 60px;
  }
}

@media (max-width: 740px) {
  .top-page .hiraoki {
    width: 90%;
    margin-bottom: 60px;
  }
}

.top-page .hiraoki .cap {
  text-align: right;
}

.top-page .truth_wrap {
  width: 100%;
  padding-bottom: 30vh;
  background-color: #fff;
}

.top-page .truth_wrap .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-page .truth_wrap .boxs .box01 {
  width: 16%;
}

@media (max-width: 740px) {
  .top-page .truth_wrap .boxs .box01 {
    width: 25%;
  }
}

.top-page .truth_wrap .boxs .box02 {
  width: 33%;
}

@media (max-width: 740px) {
  .top-page .truth_wrap .boxs .box02 {
    width: 65%;
  }
}

.top-page .truth_wrap .boxs .box02 .txt {
  line-height: 2;
  margin-bottom: 60px;
}

.top-page .truth_wrap .boxs .box02 .btn {
  display: block;
  transition: all 0.3s;
}

.top-page .truth_wrap .boxs .box02 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 740px) {
  .top-page .truth_wrap .boxs .box02 .btn:hover {
    transform: translateY(0px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.top-page .truth_wrap .boxs .box02 .btn_txt {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}

@media (max-width: 740px) {
  .top-page .truth_wrap .boxs .box02 .btn_txt {
    font-size: 1.5rem;
  }
}

.top-page .c_bg_w {
  width: 100%;
  background-color: #fff;
}

.top-page .c_bg_w .toku {
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .toku {
    line-height: 2.5;
    margin-bottom: 40px;
  }
}

.top-page .c_bg_w .toku .txt01 {
  font-size: 3rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .toku .txt01 {
    font-size: 2.2rem;
  }
}

.top-page .c_bg_w .toku .txt02 {
  font-size: 2.4rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .toku .txt02 {
    font-size: 1.5rem;
  }
}

.top-page .c_bg_w .toku .txt02 .cap02 {
  font-size: 1.6rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .toku .txt02 .cap02 {
    font-size: 1.3rem;
  }
}

.top-page .c_bg_w .cvs {
  margin-bottom: 120px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .cvs {
    margin-bottom: 60px;
    font-size: 1.5rem;
  }
}

.top-page .c_bg_w .cvs .base_res_btn {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .cvs .base_res_btn {
    font-size: 1.5rem;
  }
}

.top-page .c_bg_w .cvs .txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .cvs .txt {
    font-size: 1.2rem;
  }
}

.top-page .c_bg_w .online {
  padding: 60px;
  margin-bottom: 120px;
  text-align: center;
  background-color: #f4f4f4;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .online {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}

.top-page .c_bg_w .online .titl {
  margin-bottom: 10px;
  font-size: 2.8rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .online .titl {
    font-size: 1.4rem;
  }
}

.top-page .c_bg_w .online .txt {
  margin-bottom: 20px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w .online .txt {
    text-align: left;
  }
}

@media (max-width: 740px) {
  .top-page .c_bg_w .online .base_res_btn {
    width: 100%;
    font-size: 1.3rem;
  }
}

.top-page .fukan {
  width: 100%;
  height: calc(100vh - 40px);
  margin-bottom: 120px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .top-page .fukan {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 740px) {
  .top-page .fukan {
    margin-bottom: 60px;
  }
}

.top-page .fukan .bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/top/fukan.jpg");
  background-position: center;
  background-size: cover;
}

.top-page .main {
  width: 100%;
  height: calc(100vh - 40px);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .top-page .main {
    height: calc(100vh - 60px);
  }
}

.top-page .main .main_bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/top/main.jpg");
  background-position: center;
  background-size: cover;
}

.top-page .main .cap {
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.top-page .c_bg_w2 {
  width: 100%;
  background-color: #fff;
}

.top-page .c_bg_w2 .info {
  margin-bottom: 120px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info {
    margin-bottom: 60px;
  }
}

.top-page .c_bg_w2 .info .decos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 650px;
  margin: 0 auto 20px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .decos {
    width: 100%;
  }
}

.top-page .c_bg_w2 .info .decos .line {
  width: 35%;
  height: 1px;
  background-color: #ccc;
}

.top-page .c_bg_w2 .info .ko {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.8rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .ko {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.top-page .c_bg_w2 .info .komini {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .komini {
    margin-bottom: 20px;
  }
}

.top-page .c_bg_w2 .info .event {
  padding: 40px 60px;
  margin-bottom: 60px;
  text-align: center;
  border: 1px #666 solid;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.top-page .c_bg_w2 .info .event .titl {
  margin-bottom: 20px;
  font-size: 2.8rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .titl {
    font-size: 1.8rem;
  }
}

.top-page .c_bg_w2 .info .event .titl span {
  font-size: 1.8rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .titl span {
    font-size: 1.2rem;
  }
}

.top-page .c_bg_w2 .info .event .txt {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .txt {
    font-size: 1.1rem;
    text-align: left;
  }
}

.top-page .c_bg_w2 .info .event .txt span {
  font-size: 1.6rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .txt span {
    font-size: 1.2rem;
  }
}

.top-page .c_bg_w2 .info .event .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-page .c_bg_w2 .info .event .btns .base_res_btn {
  width: 48%;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .btns .base_res_btn {
    width: 100%;
    font-size: 1.3rem;
  }
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .event .btns .base_res_btn:first-child {
    margin-bottom: 5px;
  }
}

.top-page .c_bg_w2 .info .txts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.top-page .c_bg_w2 .info .txts .date {
  width: 30%;
  text-align: right;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .txts .date {
    width: 100%;
    text-align: left;
  }
}

.top-page .c_bg_w2 .info .txts .txt {
  width: 68%;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .info .txts .txt {
    width: 100%;
  }
}

.top-page .c_bg_w2 .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-page .c_bg_w2 .links .box {
  width: 30%;
  margin-bottom: 60px;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .links .box {
    width: 47%;
    margin-bottom: 30px;
  }
}

.top-page .c_bg_w2 .links .box .btn {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.top-page .c_bg_w2 .links .box .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .links .box .btn:hover {
    transform: translateY(0px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .links .box .btn .cap {
    font-size: 8px;
    letter-spacing: -0.5px;
  }
}

.top-page .c_bg_w2 .links .box .f_en {
  display: block;
  width: 100%;
  margin: 5px 0;
  border-bottom: 1px #ccc solid;
  font-size: 2rem;
}

@media (max-width: 740px) {
  .top-page .c_bg_w2 .links .box .f_en {
    font-size: 1.4rem;
  }
}

.top-page .c_bg_w2 .links .box.soon {
  pointer-events: none;
  opacity: 0.2;
}

.top-page .g_fl_bnr {
  width: 250px;
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: 100;
}

@media (max-width: 1100px) {
  .top-page .g_fl_bnr {
    width: 150px;
    right: 10px;
  }
}

.top-page .g_fl_bnr a {
  display: block;
  transition: all 0.3s;
}

.top-page .g_fl_bnr a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 740px) {
  .top-page .g_fl_bnr a:hover {
    transform: translateY(0px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.top-page .g_fl_bnr img {
  max-width: 100%;
}

.top-page .g_fl_bnr .g_fl_bnr_c {
  width: 30px;
  position: absolute;
  top: -35px;
  left: 0px;
  z-index: 101;
  cursor: pointer;
  transition: all 0.3s;
}

.top-page .g_fl_bnr .g_fl_bnr_c:hover {
  opacity: 0.7;
}
