@charset "UTF-8";
/*
	1)	初期設定
	2)	modules
	3)	hover
	4)	header
	5)	nav
	6)	footer
	7)	contents
*/
/*============================================================================================================
	初期設定
============================================================================================================*/
body {
  color: #171717;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  letter-spacing: .7px;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-size: 18px;
  margin: 0;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  p, li, td, th, dt, dd {
    font-size: 14px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------
	フォント
------------------------------------------*/
body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
}

/*============================================================================================================
	module css
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.cmnInner01 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin: 0 auto;
}

/*------------------------------------------
	tit
------------------------------------------*/
.cmnTit01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.cmnTit01 span {
  color: #6bd7a4;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .cmnTit01 {
    font-size: 20px;
  }
  .cmnTit01 span {
    font-size: 24px;
  }
}

.cmnTit02 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .cmnTit02 {
    font-size: 20px;
  }
}

/*============================================================================================================
	hover
============================================================================================================*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover {
    opacity: .7;
  }
}

/*============================================================================================================
	.header
============================================================================================================*/
.header {
  width: 100%;
  height: 75px;
  padding: 0 80px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.header .headerTtl {
  width: 430px;
  margin: 0 10px 0 0;
}

.header .headerTtl a, .header .headerTtl img {
  display: block;
}

.header .btnEntry {
  width: 117px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #6bd7a4;
  background: #6bd7a4;
  border-radius: 7px;
}

.header .btnEntry:hover {
  opacity: 1;
  color: #6bd7a4;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 55px 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
  }
  .header .headerTtl {
    width: 200px;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 9992;
  }
  .header .btnEntry {
    width: 80px;
    font-size: 14px;
    position: relative;
    z-index: 9992;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/*	.nav
============================================================================================================*/
/*	pc
------------------------------------------*/
@media screen and (min-width: 768px) {
  .nav {
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    margin: 0 60px 0 auto;
  }
  .nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .list .item {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 20px 0 0;
  }
  .nav .list .item:last-of-type {
    margin-right: 0;
  }
  .nav .list .item a {
    padding: 10px 0;
    display: block;
  }
  .nav .list .item a:hover {
    opacity: 1;
    color: #6bd7a4;
  }
}

/*	sp
------------------------------------------*/
@media screen and (max-width: 767px) {
  .nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 60px 0;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.95);
    -ms-overflow-style: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav .list .item {
    font-weight: bold;
  }
  .nav .list .item a {
    padding: 15px 20px 15px 10px;
    background: url("../img/ico/ico_arrow02.svg") no-repeat right 15px center;
    display: block;
  }
}

.navBtn {
  cursor: pointer;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  text-align: center;
  background: #fff;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #6bd7a4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navBtn span:nth-of-type(1) {
  top: 22px;
}

.navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.navBtn span:nth-of-type(3) {
  bottom: 22px;
}

.navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.navBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}

.navBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

/*============================================================================================================
	.footer
============================================================================================================*/
.footer {
  padding: 28px 0 0;
  background: #f5f5f5;
}

.footer .footerLogo {
  width: 126px;
  margin: 0 auto;
}

.footer .footerInner {
  padding: 10px 10px 37px 10px;
  background: #f5f5f5;
}

.footer .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 8px;
}

.footer .footerNav .item {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

.footer .footerNav .item:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #737373;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer .footerNav .item a {
  display: block;
  font-weight: bold;
  padding: 0 14px;
}

.footer .footerNav .item:last-of-type:before {
  content: none;
}

.footer .copyright {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer .footerInner {
    padding: 20px 10px;
  }
  .footer .footerNav {
    margin-bottom: 15px;
  }
  .footer .footerNav .item a {
    padding: 0 7px;
  }
  .footer .copyright {
    font-size: 14px;
  }
}

/*============================================================================================================
	.contents
============================================================================================================*/
@media screen and (max-width: 767px) {
  .contents {
    padding: 60px 0 0;
  }
}

/*==========================================
	.main
==========================================*/
/*------------------------------------------
	.cv
------------------------------------------*/
.cv {
  padding: 35px 15px 30px;
  background: #363636;
}

.cv .inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cv .txt {
  color: #fff;
}

.cv .btnEntry {
  color: #fff;
  width: 35%;
  max-width: 245px;
  height: 58px;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: url("../img/ico/ico_arrow01.svg") no-repeat right 20px center;
}

.cv .btnEntry:hover {
  opacity: 1;
  background-color: #6bd7a4;
}

@media screen and (max-width: 767px) {
  .cv .inner {
    display: block;
  }
  .cv .txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .cv .btnEntry {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
}

/*------------------------------------------
	#mainVisual
------------------------------------------*/
#mainVisual {
  position: relative;
  overflow: hidden;
}

#mainVisual .img {
  width: 1366px;
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-683px);
          transform: translateX(-683px);
  position: relative;
}

#mainVisual .txtBox {
  width: 90%;
  max-width: 923px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

#mainVisual .txtBox .in {
  width: 100%;
  padding: 35px;
  background: rgba(0, 0, 0, 0.86) url("../img/img/img_ribon01.png") no-repeat right 45px top 20px;
  border-radius: 15px;
  position: relative;
}

#mainVisual .txtBox .in:before, #mainVisual .txtBox .in:after {
  content: "";
  display: block;
  background: url("../img/img/img_ribon02.png") no-repeat center;
  background-size: contain;
  width: 110px;
  height: 111px;
  position: absolute;
}

#mainVisual .txtBox .in:before {
  top: -6px;
  left: -6px;
}

#mainVisual .txtBox .in:after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  right: -6px;
  bottom: -6px;
}

#mainVisual .txtBox .tit {
  margin-bottom: 23px;
}

#mainVisual .txtBox .tit img {
  display: block;
}

#mainVisual .txtBox .txt01 {
  font-size: 40px;
  margin-bottom: 5px;
}

#mainVisual .txtBox .txt01 .big {
  font-size: 48px;
  font-weight: bold;
}

#mainVisual .txtBox .txt02 {
  display: table;
  font-size: 27px;
  padding: 0 30px;
  margin: 0 auto 30px;
  position: relative;
}

#mainVisual .txtBox .txt02:before, #mainVisual .txtBox .txt02:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mainVisual .txtBox .txt02:before {
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
  left: 0;
}

#mainVisual .txtBox .txt02:after {
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  right: 0;
}

#mainVisual .txtBox .txt03 {
  font-size: 19px;
}

#mainVisual .txtBox .btnEntry {
  width: 90%;
  max-width: 415px;
  height: 58px;
  font-weight: bold;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: url("../img/ico/ico_arrow01.svg") no-repeat right 15px center;
}

#mainVisual .txtBox .btnEntry:hover {
  opacity: 1;
  color: #6bd7a4;
  background-color: #fff;
  background-image: url("../img/ico/ico_arrow02.svg");
}

@media screen and (min-width: 1366px) {
  #mainVisual .img {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual .img {
    width: 768px;
    -webkit-transform: translateX(-384px);
            transform: translateX(-384px);
  }
  #mainVisual .txtBox .in {
    padding: 15px;
    background-size: 50px;
    background-position: right 10px top 10px;
  }
  #mainVisual .txtBox .in:before, #mainVisual .txtBox .in:after {
    width: 50px;
    height: 50px;
  }
  #mainVisual .txtBox .in:before {
    top: -3px;
    left: -3px;
  }
  #mainVisual .txtBox .in:after {
    right: -3px;
    bottom: -3px;
  }
  #mainVisual .txtBox .tit {
    margin-bottom: 15px;
  }
  #mainVisual .txtBox .txt01 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #mainVisual .txtBox .txt01 .big {
    font-size: 24px;
  }
  #mainVisual .txtBox .txt02 {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #mainVisual .txtBox .txt03 {
    font-size: 12px;
  }
  #mainVisual .txtBox .btnEntry {
    margin-bottom: 15px;
  }
}

/*------------------------------------------
	#intro
------------------------------------------*/
#intro {
  padding: 60px 15px;
}

#intro .secTit {
  margin-bottom: 15px;
}

#intro .txt {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #intro {
    padding: 30px 15px;
  }
  #intro .txt {
    font-size: 16px;
  }
}

.scene {
  text-align: center;
  font-size: 25px;
  margin: 30px 0px;
  border: 3px solid #6bd7a4;
  max-width: 518px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .scene {
    font-size: 20px;
    margin: 10px auto;
  }
}

.scene-flex {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .scene-flex {
    padding: 0px;
  }
}

.scene-flex > div {
  width: 19%;
}

.scene-flex > div a:active {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .scene-flex > div {
    width: 50%;
    padding: 20px;
    text-align: center;
  }
}

.scene-flex img {
  -webkit-filter: drop-shadow(3px 4px 9px rgba(160, 160, 160, 0.5));
          filter: drop-shadow(3px 4px 9px rgba(160, 160, 160, 0.5));
  width: 90%;
}

@media screen and (max-width: 767px) {
  .scene-flex img {
    width: 80%;
  }
}

@media screen and (min-width: 768px){
  .scene-flex{
    padding: 0 60px; 
  }
}

/*------------------------------------------
	#about
------------------------------------------*/
#about {
  background: #eaf6f0;
  overflow: hidden;
}

#about .box {
  padding: 62px 15px 60px;
  position: relative;
}

#about .box .txtBox {
  width: 49%;
  margin: 0 0 0 auto;
}

#about .box .lead {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 40px;
}

#about .box .txt + .txt {
  margin-top: 33px;
}

#about .box .img {
  width: 430px;
  left: calc(50% - 543px);
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #about .box {
    padding: 30px 15px 0;
  }
  #about .box .txtBox {
    width: 100%;
    margin: 0 auto 20px;
  }
  #about .box .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about .box .txt + .txt {
    margin-top: 15px;
  }
  #about .box .img {
    width: 90%;
    max-width: 300px;
    display: block;
    position: static;
    margin: 0 auto;
  }
}

/*------------------------------------------
	#point
------------------------------------------*/
#point {
  padding: 60px 0 20px;
}

#point .secTit {
  margin-bottom: 35px;
}

#point .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#point .list .item {
  width: 32%;
  margin: 0 2% 48px 0;
}

#point .list .item:nth-of-type(3n) {
  margin-right: 0;
}

#point .list .item .img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 31px;
}

#point .list .item .titBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

#point .list .item .titBox .num {
  font-size: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#point .list .item .titBox .tit {
  line-height: 1.4;
  font-size: 22px;
  padding: 3px 0 3px 19px;
  margin-left: 13px;
  border-left: 1px solid #2c2c2c;
}

@media screen and (max-width: 767px) {
  #point {
    padding: 30px 0;
  }
  #point .secTit {
    margin-bottom: 30px;
  }
  #point .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #point .list .item {
    width: 48.5%;
    margin: 0 0 30px !important;
  }
  #point .list .item .img {
    margin-bottom: 18px;
  }
  #point .list .item .titBox {
    margin-bottom: 12px;
  }
  #point .list .item .titBox .num {
    font-size: 20px;
  }
  #point .list .item .titBox .tit {
    font-size: 20px;
    padding: 1px 0 1px 13px;
  }
}

@media screen and (max-width: 414px) {
  #point .list {
    display: block;
  }
  #point .list .item {
    width: 100%;
    margin: 0 auto 30px !important;
  }
  #point .list .item:last-of-type {
    margin-bottom: 0 !important;
  }
}

/*------------------------------------------
	#spec
------------------------------------------*/
#spec {
  padding: 60px 0 35px;
  background: #f9f9f9;
}

#spec .secTit {
  margin-bottom: 50px;
}

#spec .specBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

#spec .specBox .imgBox {
  width: 48%;
}

#spec .specBox .detail {
  width: 46%;
}

#spec .specBox .detail tr {
  border-bottom: 1px solid #414141;
}

#spec .specBox .detail tr:last-of-type {
  border-bottom: none;
}

#spec .specBox .detail th, #spec .specBox .detail td {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
}

#spec .specBox .detail th {
  font-weight: bold;
  padding-top: 12px;
}

#spec .specBox .detail td {
  padding-bottom: 12px;
}

#spec .link {
  text-align: right;
  font-size: 20px;
}

#spec .link a,
#movie .link a {
  color: #6bd7a4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #spec {
    padding: 30px 0;
  }
  #spec .secTit {
    margin-bottom: 30px;
  }
  #spec .specBox {
    display: block;
    margin-bottom: 20px;
  }
  #spec .specBox .imgBox {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  #spec .specBox .detail {
    width: 100%;
  }
  #spec .specBox .detail th, #spec .specBox .detail td {
    font-size: 14px;
  }
  #spec .link {
    font-size: 14px;
  }
}

/* slider - js */
#js-spec-slider .slick-prev, #js-spec-slider .slick-next {
  width: 65px;
  height: 65px;
  background: #6bd7a4;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#js-spec-slider .slick-prev:before, #js-spec-slider .slick-next:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 5px solid #fff;
  border-left: none;
  border-bottom: none;
  opacity: 1 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 23px;
}

#js-spec-slider .slick-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#js-spec-slider .slick-next {
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767px) {
  #js-spec-slider .slick-prev, #js-spec-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  #js-spec-slider .slick-prev:before, #js-spec-slider .slick-next:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    top: 9px;
    right: 12px;
  }
  #js-spec-slider .slick-prev {
    left: -20px;
  }
  #js-spec-slider .slick-next {
    right: -20px;
  }
}

/*------------------------------------------
	#scene
------------------------------------------*/
#scene {
  padding: 42px 0 40px;
  background: url("../img/bg/bg_scene01.jpg") no-repeat center;
  background-size: cover;
}

#scene .secTit {
  margin-bottom: 45px;
}

#scene .imgList .item {
  padding: 0 16px;
}

#scene .imgList .item img {
  width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  #scene {
    padding: 30px 0;
  }
  #scene .secTit {
    margin-bottom: 30px;
  }
  #scene .imgList .item {
    padding: 0 7px;
    width: 200px !important;
  }
}

/*------------------------------------------
	#movie
------------------------------------------*/
#movie {
  padding: 55px 0 50px;
}

#movie .secTit {
  margin-bottom: 50px;
}

#movie .movieBox {
  width: 100%;
  max-width: 780px;
  height: 430px;
  margin: 0 auto 40px;
}

#movie .movieBox iframe {
  width: 100%;
  height: 100%;
}

#movie .btnLogin {
  width: 100%;
  max-width: 350px;
  height: 58px;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #414141;
  background: url("../img/ico/ico_arrow03.svg") no-repeat right 15px center;
}

@media screen and (max-width: 767px) {
  #movie {
    padding: 30px 0;
  }
  #movie .secTit {
    margin-bottom: 30px;
  }
  #movie .movieBox {
    height: 50vw;
    margin-bottom: 30px;
  }
  #movie .btnLogin {
    font-size: 16px;
  }
}

/*------------------------------------------
	#manual
------------------------------------------*/
#manual {
  background: #6bd7a4;
}

#manual .list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

/* #manual .list:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
} */

#manual .list .item {
  /* width: 47%; */
  padding: 25px 15px 35px;
  text-align: center;
  margin: 0 auto;
}

#manual .list .item .tit {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 26px;
}

#manual .list .item .btnDl {
  height: 88px;
  width: 100%;
  max-width: 470px;
  color: #6bd7a4;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  padding: 0 80px 0 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff url("../img/ico/ico_dl01.png") no-repeat right 42px center;
  border-radius: 45px;
}

@media screen and (max-width: 767px) {
  #manual .list {
    display: block;
  }
  #manual .list:before {
    content: none;
  }
  #manual .list .item {
    width: 100%;
    padding: 30px 15px;
  }
  #manual .list .item + .item {
    border-top: 1px solid #fff;
  }
  #manual .list .item .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #manual .list .item .btnDl {
    font-size: 20px;
    height: 60px;
    padding: 0 50px;
    background-size: 30px;
    background-position: right 20px center;
  }
}

/*------------------------------------------
	#price
------------------------------------------*/
#price {
  padding: 48px 0 55px;
  background: #363636;
}

#price .secTit {
  margin-bottom: 44px;
}

#price .priceBox {
  padding: 33px 60px 45px;
  margin: 0 auto 48px;
  background: #fff;
  border-radius: 15px;
}

#price .priceBox .lead {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 43px;
}

#price .priceBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#price .priceBox .list .item {
  width: 47%;
  padding: 0 0 100px;
  background: #eae7cc;
  overflow: hidden;
  position: relative;
}

#price .priceBox .list .item .tit {
  min-height: 75px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px 0;
  background: #a8a47b;
  position: relative;
}

#price .priceBox .list .item .tit:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 270px 0 270px;
  border-color: #a8a47b transparent transparent transparent;
  position: absolute;
  left: calc(50% - 270px);
  top: 100%;
  margin: auto;
}

#price .priceBox .list .item .info {
  text-align: center;
  background: #f8f6e4;
  padding: 42px 10px 22px;
}

#price .priceBox .list .item .txt01 {
  color: #a8a47b;
  font-size: 26px;
  line-height: 1.3;
}

#price .priceBox .list .item .txt02 {
  color: #837e49;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.4;
}

#price .priceBox .list .item .txt03 {
  color: #a8a47b;
  font-size: 26px;
  line-height: 1.4;
}

#price .priceBox .list .item .detail {
  padding: 24px 24px 0;
  border-top: 1px solid #353535;
}

#price .priceBox .list .item .detail .txt {
  font-size: 26px;
  line-height: 1.3;
}

#price .priceBox .list .item .detail .sub {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 15px;
}

#price .priceBox .list .item .detail .txt-year {
  text-align: right;
}

#price .priceBox .list .item .btnEntry {
  color: #a8a47b;
  width: 100%;
  height: 76px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 26px;
  background: #fffef6;
  border: 9px solid #a8a47b;
  position: absolute;
  left: 0;
  bottom: 0;
}

#price .priceBox .list .item:nth-of-type(2) {
  background: #e3e0bd;
}

#price .priceBox .list .item:nth-of-type(2) .tit {
  background: #837e49;
}

#price .priceBox .list .item:nth-of-type(2) .tit:before {
  border-color: #837e49 transparent transparent transparent;
}

#price .priceBox .list .item:nth-of-type(2) .info {
  background: #faf7dc;
}

#price .priceBox .list .item:nth-of-type(2) .txt01, #price .priceBox .list .item:nth-of-type(2) .txt03 {
  color: #969055;
}

#price .priceBox .list .item:nth-of-type(2) .txt02 {
  color: #6e6933;
}

#price .priceBox .list .item:nth-of-type(2) .btnEntry {
  color: #837e49;
  border-color: #837e49;
}

#price .message {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

#price .message a {
  color: #6bd7a4;
}

.cancel{
  margin-top: 10px;
}

.attention-p{
  font-size: 14px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  #price {
    padding: 40px 0;
  }
  #price .secTit {
    margin-bottom: 30px;
  }
  #price .priceBox {
    padding: 20px;
  }
  #price .priceBox .lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #price .priceBox .list {
    display: block;
  }
  #price .priceBox .list .item {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
  }
  #price .priceBox .list .item:last-of-type {
    margin-bottom: 0;
  }
  #price .priceBox .list .item .tit {
    min-height: auto;
    font-size: 20px;
    padding: 12px 5px 0;
  }
  #price .priceBox .list .item .tit:before {
    border-width: 15px 350px 0 350px;
    left: calc(50% - 350px);
  }
  #price .priceBox .list .item .info {
    padding: 30px 5px 15px;
  }
  #price .priceBox .list .item .txt01 {
    font-size: 18px;
  }
  #price .priceBox .list .item .txt02 {
    font-size: 34px;
    margin: 5px auto;
  }
  #price .priceBox .list .item .txt03 {
    font-size: 18px;
  }
  #price .priceBox .list .item .detail {
    padding: 15px;
  }
  #price .priceBox .list .item .detail .txt {
    font-size: 18px;
  }
  #price .priceBox .list .item .detail .sub {
    font-size: 16px;
  }
  #price .priceBox .list .item .btnEntry {
    height: 55px;
    position: static;
    font-size: 16px;
    border-width: 4px;
  }
  #price .message {
    font-size: 18px;
  }
}

/*------------------------------------------
	#faq
------------------------------------------*/
#faq {
  padding: 70px 0 98px;
  background: #eaf6f0;
}

#faq .secTit {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 47px;
}

#faq .faqBox {
  width: 100%;
  max-width: 782px;
  margin: 0 auto 20px;
  background: #fff;
}

#faq .faqBox:last-of-type {
  margin-bottom: 0;
}

#faq .faqBox .tit {
  cursor: pointer;
  font-size: 22px;
  line-height: 1.5;
  padding: 17px 50px 13px 65px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#faq .faqBox .tit.is-open {
  color: #fff;
  background: #aed8c3;
}

#faq .faqBox .tit.is-open:before {
  color: #fff;
}

#faq .faqBox .tit.is-open .btn:before, #faq .faqBox .tit.is-open .btn:after {
  background: #fff;
}

#faq .faqBox .tit.is-open .btn:after {
  opacity: 0;
  top: -20px;
}

#faq .faqBox .tit:before {
  color: #a2d0b9;
  content: "Q";
  display: block;
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  left: 25px;
  top: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#faq .faqBox .tit .btn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}

#faq .faqBox .tit .btn:before, #faq .faqBox .tit .btn:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #a2d0b9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#faq .faqBox .tit .btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#faq .faqBox .txt {
  display: none;
  font-size: 20px;
  line-height: 1.77;
  padding: 33px 40px 35px 65px;
}

@media screen and (min-width: 768px) {
  #faq .faqBox .tit:hover {
    color: #fff;
    background: #aed8c3;
  }
  #faq .faqBox .tit:hover:before {
    color: #fff;
  }
  #faq .faqBox .tit:hover .btn:before, #faq .faqBox .tit:hover .btn:after {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  #faq {
    padding: 40px 0;
  }
  #faq .secTit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #faq .faqBox .tit {
    font-size: 16px;
    padding: 12px 40px 12px 40px;
  }
  #faq .faqBox .tit:before {
    left: 12px;
    top: 8px;
    font-size: 20px;
  }
  #faq .faqBox .tit .btn {
    right: 10px;
  }
  #faq .faqBox .txt {
    font-size: 14px;
    padding: 10px 20px 15px 40px;
  }
}


.txt-b{
  font-size: 30px !important;
}
.txt-sub{
  font-weight: normal;
}
.txt-term{
  font-size: 26px;
  font-weight: normal;
}
.info-b{
  padding-bottom:35px !important;
}
.txt-12{
  padding-top: 10px;
}
.pc-none{
  display: none;
}
@media screen and (max-width: 767px) {
  .info-b{
  padding-bottom:15px !important;
}
.txt-12{
  padding-top: 0px;
}
.txt-term{
  font-size: 20px;
}
.pc-none{
  display: block;
}
}


/*  */
.lite-caution li{
      list-style: disc;
}
.lite-caution ul{
      padding-left: 20px;
        margin-top: 37px;
}
.lite-caution li a{
      color: #0a58ca;
        text-decoration: underline;
}

