/*.mainvisual{
	.main{
		.cap{
			&:nth-of-type(1){
      right: auto;
     left: 0.25rem;
			}
		}
	}
} */
.mv-slider {
  width: 100%; }
  .mv-slider.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .mv-slider .slide-img {
    /*	width: 100%;
    	position: relative;*/ }
    .mv-slider .slide-img .img-box img.sp {
      display: none; }
    .mv-slider .slide-img .mv-text {
      width: 33.7142857143%;
      position: absolute; }
      .mv-slider .slide-img .mv-text img {
        width: 100%;
        height: auto; }
  .mv-slider .slide01 .mv-text {
    top: 2%;
    right: 2%; }
  .mv-slider .slide02 .mv-text {
    top: 2%;
    right: 2%; }
  .mv-slider .slide03 .mv-text {
    top: 2%;
    right: 2%; }
  .mv-slider .slide04 .mv-text {
    top: 2%;
    right: 2%; }
  @media screen and (max-width: 600px) {
    .mv-slider .slide-img .img-box img.pc {
      display: none; }
    .mv-slider .slide-img .img-box img.sp {
      display: inline; }
    .mv-slider .slide-img .mv-text {
      width: 68%; }
    .mv-slider .slide01 .mv-text {
      right: 1%; }
    .mv-slider .slide02 .mv-text {
      right: 1%; }
    .mv-slider .slide03 .mv-text {
      right: 1%; }
    .mv-slider .slide04 .mv-text {
      right: 1%; } }

.merit-box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 0.75rem;
  background-color: #fff;
  border-bottom: 2px solid #ebebeb; }
  .merit-box ul {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .merit-box ul div, .merit-box ul li {
      min-height: 0%; }
    .merit-box ul li {
      width: auto;
      padding: 0 2rem;
      border-left: thin solid #cfd8dc; }
      .merit-box ul li:first-of-type {
        border-left: none; }
      .merit-box ul li img {
        width: auto;
        height: 3.5rem; }
  @media screen and (max-width: 1200px) {
    .merit-box ul li img {
      height: 2.75rem; } }
  @media screen and (max-width: 1024px) {
    .merit-box ul li {
      padding: 0 1.5rem; }
      .merit-box ul li img {
        height: 2.5rem; } }
  @media screen and (max-width: 864px) {
    .merit-box ul li:last-of-type {
      border-left: none;
      margin-top: 0.5rem; } }
  @media screen and (max-width: 600px) {
    .merit-box ul li {
      border-left: none;
      margin-top: 0.5rem; } }
  @media screen and (max-width: 380px) {
    .merit-box ul li img {
      height: 2.25rem; } }
  @media screen and (max-width: 320px) {
    .merit-box ul li img {
      height: 1.85rem; } }

.sec-ttl {
  margin: 0 auto 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5em;
  line-height: 1.12;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center; }

.bg01 {
  background-color: #fbf9f2;
  padding: 1rem 0 2rem; }

.bg01plus {
  background: linear-gradient(180deg, #fbf9f2 0%, #fbf9f2 38%, #fff 38%, #fff 100%); }

/*-----------------------------
  INFORMATION
-------------------------------*/
.information {
  width: 100%;
  /*margin: 4rem auto 0;*/
  margin: 4rem auto 3rem; }
  .information .sec-ttl {
    color: #81d8d0; }
  .information .info-txt p {
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 1em;
    font-weight: 500;
    margin: 0 auto 1rem;
    letter-spacing: .1rem; }
    .information .info-txt p .txt-s {
      font-size: 0.75em; }
    .information .info-txt p .txt-ss {
      font-size: 0.625em; }
    .information .info-txt p .txt-m {
      font-size: 1.25em;
      line-height: 1.4; }
      .information .info-txt p .txt-m .acc {
        font-size: 200%; }
    .information .info-txt p .txt-l {
      font-size: 2em;
      line-height: 1.44; }
    .information .info-txt p .txt-xl {
      font-size: 2.25em;
      line-height: 1.44; }
    .information .info-txt p .acc {
      font-size: 160%;
      color: #67d0c6;
      margin-left: 0.25rem;
      line-height: 1; }
    .information .info-txt p .att-clr {
      color: #d50000; }
    .information .info-txt p .note-box {
      display: inline-block;
      text-align: left; }
    .information .info-txt p .note {
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: normal; }
      .information .info-txt p .note.nl {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
    .information .info-txt p .red {
      color: #D50000; }
    @media screen and (max-width: 864px) {
      .information .info-txt p {
        font-size: 0.875em; } }
    @media screen and (max-width: 600px) {
      .information .info-txt p {
        font-size: 0.9em;
        letter-spacing: 0; }
        .information .info-txt p .txt-l {
          font-size: 1.8em; }
        .information .info-txt p .txt-xl {
          font-size: 2em; }
        .information .info-txt p .note {
          font-size: 10px; } }
    @media screen and (max-width: 380px) {
      .information .info-txt p .txt-l {
        font-size: 1.65em; }
      .information .info-txt p .txt-xl {
        font-size: 1.8em; } }
    @media screen and (max-width: 320px) {
      .information .info-txt p {
        font-size: 0.8em; }
        .information .info-txt p .txt-l {
          font-size: 1.8em; }
        .information .info-txt p .txt-xl {
          font-size: 2em; } }
    .information .info-txt p .days {
      font-size: 1.2em; }
  .information .info-txt .txt {
    display: inline-block;
    width: auto;
    line-height: 2.4; }
    .information .info-txt .txt + .txt {
      margin-left: 1rem; }
  .information .info-txt .read {
    margin-left: auto;
    text-align: center; }
    .information .info-txt .read.holiday {
      text-align: center; }
    .information .info-txt .read a {
      color: #D50000;
      border-bottom: 1px solid #D50000; }
      .information .info-txt .read a:hover {
        filter: brightness(108%);
        border-bottom: none; }
  .information .info-txt .conversion {
    display: block !important;
    margin-bottom: 1.5rem; }
  .information .info-txt.loan {
    width: 88%;
    max-width: 624px;
    margin: auto;
    padding: 1.25rem 1.5rem;
    border: thin solid #39baae;
    background-color: #baf5ef; }
    .information .info-txt.loan p {
      color: #3a3a3a;
      margin-bottom: 0.75rem; }
      .information .info-txt.loan p .acc {
        color: #ED73DB; }
    @media screen and (max-width: 600px) {
      .information .info-txt.loan {
        width: 100%;
        padding: 0.5rem;
        /*				padding-left: .5rem;
        				padding-right: .5rem; */ } }
    @media screen and (max-width: 320px) {
      .information .info-txt.loan {
        padding-left: .25rem;
        padding-right: .25rem; } }
  .information .info-table {
    width: 96%;
    max-width: 760px;
    margin: 2rem auto 0; }
    .information .info-table table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      table-layout: fixed;
      border: thin solid #ccc;
      box-sizing: border-box; }
      .information .info-table table caption {
        text-align: center;
        font-size: 1em;
        font-weight: 500;
        margin-bottom: 0.5rem;
        position: relative;
        color: #6C92AC; }
        .information .info-table table caption .txt::before, .information .info-table table caption .txt::after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 40%;
          height: 2px;
          background-color: #eee; }
        .information .info-table table caption .txt::before {
          left: 0; }
        .information .info-table table caption .txt::after {
          right: 0; }
      .information .info-table table th, .information .info-table table td {
        text-align: center;
        vertical-align: middle;
        font-size: 1em;
        padding: 0.5rem;
        background: #fff;
        border: thin solid #ccc;
        line-height: 1.2;
        box-sizing: border-box; }
      .information .info-table table th {
        font-weight: normal;
        background: #eee;
        /*
        border-left-color: #fff;
        border-right-color: #fff;
        */ }
      .information .info-table table td {
        color: #9E9E9E; }
      .information .info-table table thead th:last-child {
        border-right-color: #ccc; }
      .information .info-table table + .note {
        text-align: right;
        margin: 0.25rem auto 0.5rem;
        padding: 0;
        font-size: 0.625em; }
    .information .info-table .txt {
      display: inline-block;
      width: auto;
      line-height: 2.4; }
    @media screen and (max-width: 600px) {
      .information .info-table table caption {
        font-size: 1.2em; }
        .information .info-table table caption .txt::before, .information .info-table table caption .txt::after {
          width: 28%; } }
  .information .update-info {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2.5rem;
    border: thin solid #d50000;
    border-left: medium double  #d50000;
    border-right: medium double  #d50000;
    padding: 0.5rem 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .information .update-info p {
      font-size: 1.25em;
      color: #d50000;
      text-align: center;
      line-height: 1.2;
      margin-bottom: 0; }
      .information .update-info p .label-new {
        color: #d575ae;
        animation: flash 1s linear infinite; }
@keyframes flash {
  0%,100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
      .information .update-info p a {
        color: #d50000;
        padding-bottom: 2px;
        border-bottom: thin solid #d50000; }
        .information .update-info p a:hover {
          color: #000;
          border-bottom-color: #000; }
    @media screen and (max-width: 600px) {
      .information .update-info p {
        font-size: 1em;
        padding: 0 !important; }
        .information .update-info p .label-new {
          display: block;
          margin-bottom: 2px; } }
  .information.info .conversion li {
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
  .information.info .conversion:nth-of-type(2) .request {
    /*display: none;*/ }
  .information.info .conversion:nth-of-type(3) .reserve {
    /*display: none;*/ }
  .information.price .info-txt .txt {
    /*width: 800/1056*100%;*/
    width: 98%;
    max-width: 874px; }
    .information.price .info-txt .txt img {
      /*width: auto;
      height: 3rem;*/
      width: 100%;
      height: auto; }
  .information.price .info-txt .loan {
    width: 75%;
    max-width: 712px;
    margin-top: 0.5rem;
    line-height: inherit; }
    .information.price .info-txt .loan img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 600px) {
      .information.price .info-txt .loan {
        margin-top: 0; } }
  .information.price .info-txt .btn {
    max-width: 240px;
    margin: 0 auto; }
    .information.price .info-txt .btn img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 600px) {
      .information.price .info-txt .btn {
        max-width: 200px; } }
  .information.price .info-txt a {
    display: inline-block; }
    .information.price .info-txt a:hover {
      filter: opacity(0.6); }
  @media screen and (max-width: 600px) {
    .information {
      margin-top: 2rem;
      margin-bottom: 0; }
      .information .sec-ttl {
        margin-bottom: 1rem; }
        .information .sec-ttl img {
          height: 0.75rem; }
      .information .info-txt p {
        padding: 0 1rem; }
      .information .info-txt .txt + .txt {
        margin-left: 0; }
      .information .info-txt .read {
        margin-top: 1rem;
        text-align: left; }
        .information .info-txt .read .aw {
          display: inline; }
        .information .info-txt .read br {
          display: none; }
      .information.price .sec-ttl {
        margin-bottom: 0.25rem; }
      .information.price .info-txt .txt {
        width: 100%; }
        .information.price .info-txt .txt img {
          /*height: 2rem;*/
          width: 100%;
          height: auto; } }

.holiday {
  margin-top: 1rem;
  /*padding-bottom: 40px;*/
  text-align: center;
  font-size: 0.875em;
  font-feature-settings: 'palt'; }
  .holiday .h-ttl {
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
    /*padding-bottom: 10px;*/ }
  @media screen and (max-width: 600px) {
    .holiday {
      font-size: .9rem; }
      .holiday .h-ttl {
        font-size: 1.2rem; } }

.bnr-area {
  width: 88%;
  max-width: 960px;
  margin: auto; }
  @media screen and (max-width: 600px) {
    .bnr-area {
      margin-top: 3rem; } }

.bnr {
  width: 100%;
  margin: auto; }
  .bnr + .bnr {
    margin-top: 1.5rem; }
  .bnr img {
    width: 100%;
    height: auto; }
  .bnr a {
    display: block;
    width: 100%; }
    .bnr a:hover {
      opacity: 0.64; }
  .bnr .note {
    margin-top: 0.25rem;
    text-align: left; }
    .bnr .note a {
      padding: 0.125rem;
      border-bottom: thin solid #424242; }
      .bnr .note a:hover {
        background-color: #c7e1e2; }
  .bnr.blog {
    max-width: 760px; }

/*-----------------------------
  CONTENTS LINK
-------------------------------*/
.to_contents {
  width: 100%;
  overflow-x: hidden; }
  .to_contents .contents_wrap {
    margin-top: 5rem; }
  .to_contents .sec-ttl {
    color: #39baae; }
  .to_contents a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition-delay: .3s; }
    .to_contents a:hover {
      opacity: 0.64;
      /*	.contents-link-box{
      		opacity: 0.8;
      	}
      	.imgae{
      		.img-box{
      		opacity: 0.8;
      		}
      	}
      	.text{
      		opacity: 0.96;
      	} */ }
  .to_contents .contents-link-box {
    width: 100%;
    position: relative;
    margin: 6rem auto;
    padding-top: 6rem; }
    .to_contents .contents-link-box .image {
      width: 82.5714285714%;
      max-height: 400px;
      position: absolute;
      top: 0; }
    .to_contents .contents-link-box .text {
      width: 22.8571428571%;
      min-width: 320px;
      padding: 2.5rem;
      background-color: #f5f4f1; }
    .to_contents .contents-link-box:nth-of-type(odd) .image {
      left: 0; }
      .to_contents .contents-link-box:nth-of-type(odd) .image .cap.out {
        text-align: left; }
      .to_contents .contents-link-box:nth-of-type(odd) .image[data-aos*="fade"] {
        transform: translateX(-100px); }
        .to_contents .contents-link-box:nth-of-type(odd) .image[data-aos*="fade"].aos-animate {
          transform: translateX(0); }
    .to_contents .contents-link-box:nth-of-type(odd) .text {
      margin-right: 0;
      margin-left: auto; }
      .to_contents .contents-link-box:nth-of-type(odd) .text[data-aos*="fade"] {
        transform: translateX(100px); }
        .to_contents .contents-link-box:nth-of-type(odd) .text[data-aos*="fade"].aos-animate {
          transform: translateX(0); }
    .to_contents .contents-link-box:nth-of-type(even) .image {
      right: 0; }
      .to_contents .contents-link-box:nth-of-type(even) .image .cap.out {
        text-align: right; }
      .to_contents .contents-link-box:nth-of-type(even) .image[data-aos*="fade"] {
        transform: translateX(100px); }
        .to_contents .contents-link-box:nth-of-type(even) .image[data-aos*="fade"].aos-animate {
          transform: translateX(0); }
    .to_contents .contents-link-box:nth-of-type(even) .text {
      margin-right: auto;
      margin-left: 0; }
      .to_contents .contents-link-box:nth-of-type(even) .text[data-aos*="fade"] {
        transform: translateX(-100px); }
        .to_contents .contents-link-box:nth-of-type(even) .text[data-aos*="fade"].aos-animate {
          transform: translateX(0); }
    .to_contents .contents-link-box .view-gimmick {
      height: 100%;
      max-height: 400px;
      overflow: hidden; }
      .to_contents .contents-link-box .view-gimmick video {
        pointer-events: none;
        width: 100%;
        height: auto;
        display: block; }
  @media screen and (max-width: 1024px) {
    .to_contents .contents-link-box {
      margin: 4rem auto;
      padding-top: 4rem; }
      .to_contents .contents-link-box .text {
        padding: 2rem;
        min-width: 304px;
        max-width: 320px; }
      .to_contents .contents-link-box .view-gimmick {
        max-height: 21vh; } }
  @media screen and (max-width: 864px) {
    .to_contents .contents-link-box {
      margin: 3rem auto;
      padding-top: 2.5rem; }
      .to_contents .contents-link-box .text {
        padding: 1.5rem;
        min-width: 240px;
        max-width: 256px; } }
  @media screen and (max-width: 768px) {
    .to_contents .contents-link-box {
      padding-top: 2.75rem; }
      .to_contents .contents-link-box .text {
        padding: 1.25rem;
        min-width: 208px;
        max-width: 224px; } }
  @media screen and (max-width: 600px) {
    .to_contents {
      padding-top: 3rem; }
      .to_contents .contents-link-box {
        margin: 0.25rem auto 0.5rem;
        padding-top: 0; }
        .to_contents .contents-link-box .image {
          position: static;
          width: 100%; }
          .to_contents .contents-link-box .image .img-box .out {
            position: absolute;
            display: inline-block;
            bottom: 5px;
            right: 3px;
            color: #fff;
            text-shadow: #222 0 0 2px, #222 0 0 3px, #222 0 0 4px, #222 0 0 5px; }
        .to_contents .contents-link-box .text {
          width: 100%;
          padding: 2rem 5rem;
          min-width: 100%;
          max-width: 100%; }
        .to_contents .contents-link-box:nth-of-type(odd) .image[data-aos*="fade"], .to_contents .contents-link-box:nth-of-type(even) .image[data-aos*="fade"] {
          transform: translate(0, -40px); }
          .to_contents .contents-link-box:nth-of-type(odd) .image[data-aos*="fade"].aos-animate, .to_contents .contents-link-box:nth-of-type(even) .image[data-aos*="fade"].aos-animate {
            transform: translate(0, 0); }
        .to_contents .contents-link-box:nth-of-type(odd) .text[data-aos*="fade"], .to_contents .contents-link-box:nth-of-type(even) .text[data-aos*="fade"] {
          transform: translate(0, 0); }
          .to_contents .contents-link-box:nth-of-type(odd) .text[data-aos*="fade"].aos-animate, .to_contents .contents-link-box:nth-of-type(even) .text[data-aos*="fade"].aos-animate {
            transform: translate(0, 0); } }
  @media screen and (max-width: 380px) {
    .to_contents .contents-link-box .text {
      padding: 1.5rem 5rem; } }
  @media screen and (max-width: 320px) {
    .to_contents .contents-link-box .text {
      padding: 1.25rem 4rem; } }

/*.contents-link{
	width: 100%;
//	margin-top: 1.5rem;
background-color: #f5f4f1;
	
	.contents_inner{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
		.sec-ttl{
		color: #81d8d0;
	}

	.contents-list{
		width: 100%;
		margin: auto;
		@include flex-j-s;
		li{
			width: 336/1056*100%;
			overflow: hidden;
			a{
				display: block;
				background-color: #212121;
				width: 100%;
				height: 100%;
				padding: 3.5rem 0; 
				position: relative;
				.clink-img{
					position: absolute;
					top:0;
					left: 0;
					opacity: 0.2;
		          -webkit-transition: 0.5s ease;
       			   transition: 0.5s ease;
					img{
						width: 100%;
						height: auto;
						object-fit: cover;
					}
				}
				.clink-txt{
					width: 100%;
					text-align: center;
					img{
						width: 100%;
						height: auto;
					}
				}
				&:hover{
					.clink-img{
						opacity: 0.4;
					}
				}
			}
		}
	}

	@media screen and (max-width:$bp02){
		.contents-list{
			li{
				width: 100%;
			}
		}
	}
	
		
	@media screen and (max-width:380px){
	.contents_inner{
		padding-top: 2.5rem;
		padding-bottom: 4rem;
	}
	}
	
	@media screen and (max-width:320px){
				.contents-list{
			li{
				a{
					padding: 3rem 0;
				}
			}
		}
	}
	
} */
/*-----------------------------
   APPLI DOWNLOAD
-------------------------------*/
.app-container {
  margin: 0 auto 5rem;
  background-color: #f5f4f1;
  padding: 4.5rem 0;
  overflow-x: hidden;
  position: relative; }
  .app-container .soon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #2c2c2d;
    color: #fff;
    text-align: center;
    line-height: 1.28;
    padding: 1rem;
    max-width: 280px;
    font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    font-weight: normal; }
  .app-container #app-hidden {
    width: 100%; }
  .app-container .app-inner {
    width: 96%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    background-color: #fff; }
    .app-container .app-inner img {
      width: 100%;
      height: auto; }
  .app-container .app-head {
    width: 100%;
    position: relative;
    margin: auto; }
    .app-container .app-head .app-mv {
      position: relative; }
      .app-container .app-head .app-mv .cap.in {
        right: auto;
        left: 4px; }
      .app-container .app-head .app-mv .app-mv-head {
        width: 43.8333333333%;
        position: absolute;
        top: 1.5rem;
        right: 2.5rem; }
      .app-container .app-head .app-mv .app-mv-ttl {
        width: 55.5%;
        position: absolute;
        top: 6.125rem;
        right: -6.25rem;
        background-color: #fff;
        text-align: left;
        padding: 1.125rem 2.75rem; }
        .app-container .app-head .app-mv .app-mv-ttl .img {
          width: 64.8648648649%; }
      .app-container .app-head .app-mv .app-atttxt {
        width: 50%;
        font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
        font-weight: normal;
        font-size: 1em;
        color: #b71c1c;
        text-align: center;
        line-height: 2;
        font-feature-settings: normal;
        position: absolute;
        bottom: 4.75rem;
        right: 0rem; }
        .app-container .app-head .app-mv .app-atttxt .line {
          padding-bottom: 0.25rem;
          border-bottom: 2px solid #b71c1c; }
    .app-container .app-head .pc {
      margin-top: -1.15rem; }
  .app-container .app-point {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 2.5rem 1.6rem; }
    .app-container .app-point ul {
      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;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .app-container .app-point ul div, .app-container .app-point ul li {
        min-height: 0%; }
      .app-container .app-point ul li {
        width: auto; }
        .app-container .app-point ul li img {
          width: auto;
          height: 2.5rem; }
  .app-container .app-lead {
    padding-bottom: 3.2rem;
    color: #3f5d72; }
    .app-container .app-lead .app-benefits {
      text-align: center;
      font-size: 2.5em;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.84;
      margin: 0 auto 1.25rem; }
      .app-container .app-lead .app-benefits .txt {
        padding-bottom: 0.25rem;
        border-bottom: 1rem solid #a8e4df; }
      .app-container .app-lead .app-benefits + .read {
        text-align: center;
        font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
        font-weight: normal;
        letter-spacing: 0.05em;
        line-height: 1.6; }
  .app-container .app-contents {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 2.5rem 2.5rem;
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .app-container .app-contents div, .app-container .app-contents li {
      min-height: 0%; }
    .app-container .app-contents li {
      width: 10.7142857143%; }
  .app-container .app-download {
    background-color: #eceff1;
    margin: 0 auto;
    padding: 2.5rem 2.5rem 3.5rem; }
    .app-container .app-download .app-dl-head {
      text-align: center;
      width: 42.5%;
      margin: 0 auto 1.5rem; }
    .app-container .app-download .app-dl-step {
      width: 100%;
      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;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .app-container .app-download .app-dl-step div, .app-container .app-download .app-dl-step li {
        min-height: 0%; }
      .app-container .app-download .app-dl-step li {
        width: 32.5%;
        padding: 1.5rem 0.5rem;
        border: thin solid #ebebeb;
        background-color: #fff;
        position: relative;
        /*&:nth-of-type(3){
        	.app-dl-step-head{
        		padding-bottom: 0;
        	}
        }*/ }
        .app-container .app-download .app-dl-step li .app-dl-step-head {
          width: 80%;
          max-width: 220px;
          text-align: center;
          margin: 0 auto 1.5rem; }
        .app-container .app-download .app-dl-step li .read {
          font-family: "Helvetica Neue", "Helvetica","Yu Gothic",  'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
          font-weight: normal;
          font-size: 0.8125em;
          color: #3f5d72;
          text-align: center;
          line-height: 1.6;
          padding-bottom: 4rem; }
        .app-container .app-download .app-dl-step li .cv-btn {
          width: 88%;
          max-width: 288px;
          position: absolute;
          bottom: 1.5rem;
          left: 50%;
          transform: translateX(-50%); }
          .app-container .app-download .app-dl-step li .cv-btn a {
            display: block;
            width: 100%;
            text-align: center;
            padding: 1rem 0; }
          .app-container .app-download .app-dl-step li .cv-btn img {
            width: auto;
            height: 1.5rem;
            vertical-align: middle; }
          .app-container .app-download .app-dl-step li .cv-btn.entry a {
            background-color: #7f173d;
            background-image: -moz-linear-gradient(0deg, #39baae 0%, #81d8d0 56%, #39baae 100%);
            background-image: -webkit-linear-gradient(0deg, #39baae 0%, #81d8d0 56%, #39baae 100%);
            background-image: -ms-linear-gradient(0deg, #39baae 0%, #81d8d0 56%, #39baae 100%);
            color: #fff; }
            .app-container .app-download .app-dl-step li .cv-btn.entry a:hover {
              background-color: #81d8d0;
              background-image: -moz-linear-gradient(0deg, #67d0c6 0%, #9be0da 56%, #67d0c6 100%);
              background-image: -webkit-linear-gradient(0deg, #67d0c6 0%, #9be0da 56%, #67d0c6 100%);
              background-image: -ms-linear-gradient(0deg, #67d0c6 0%, #9be0da 56%, #67d0c6 100%);
              filter: brightness(108%); }
          .app-container .app-download .app-dl-step li .cv-btn.appdl a {
            background-color: #fff;
            border: thin solid #29867d;
            color: #29867d; }
            .app-container .app-download .app-dl-step li .cv-btn.appdl a:hover {
              background-color: #b5e8e3; }
  .app-container #open-close {
    margin: auto;
    text-align: center;
    position: absolute;
    right: 25%;
    bottom: -5%;
    transform: translateX(50%);
    width: 50%; }
    .app-container #open-close .app-btn {
      width: 100%;
      max-width: 360px;
      margin: auto;
      border: none;
      padding: 1rem;
      text-align: center;
      color: #fff;
      background-color: #40c4b8;
      font-family: "Times New Roman", 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      font-size: 1.25em;
      text-decoration: none;
      position: relative;
      transition: .3s; }
      .app-container #open-close .app-btn::after {
        content: "";
        display: block;
        width: 0.875rem;
        height: 0.625rem;
        border: 0.4375rem solid transparent;
        border-bottom: none;
        border-top: 0.625rem solid #fff;
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s; }
      .app-container #open-close .app-btn .open {
        opacity: 1; }
      .app-container #open-close .app-btn .close {
        opacity: 0;
        display: none; }
      .app-container #open-close .app-btn:hover {
        opacity: 0.6;
        cursor: pointer; }
    .app-container #open-close.btn-show {
      bottom: -2.5%;
      right: 50%;
      transform: translateX(50%); }
      .app-container #open-close.btn-show .app-btn::after {
        transform: translateY(-50%) rotate(180deg); }
      .app-container #open-close.btn-show .app-btn .close {
        opacity: 1;
        display: inline; }
      .app-container #open-close.btn-show .app-btn .open {
        opacity: 0;
        display: none; }
  @media screen and (max-width: 1200px) {
    .app-container .app-head .app-mv .app-atttxt {
      font-size: 0.9375em;
      bottom: 4.5rem; }
    .app-container .app-point ul li img {
      height: 2.25rem; } }
  @media screen and (max-width: 1024px) {
    .app-container {
      padding: 4rem 0; }
      .app-container .app-head .app-mv .app-mv-head {
        top: 0.75rem; }
      .app-container .app-head .app-mv .app-mv-ttl {
        top: 4.5rem; }
      .app-container .app-head .app-mv .app-atttxt {
        bottom: 2rem; }
      .app-container .app-point ul li img {
        height: 2rem; }
      .app-container .app-lead {
        padding-bottom: 2rem; }
        .app-container .app-lead .app-benefits {
          font-size: 2em; }
      .app-container #open-close {
        bottom: -16%; } }
  @media screen and (max-width: 864px) {
    .app-container {
      margin-bottom: 4rem; }
      .app-container .app-head .app-mv .app-mv-head {
        top: 0.5rem; }
      .app-container .app-head .app-mv .app-mv-ttl {
        width: 61.5%;
        padding: 0.75rem 2.5rem;
        top: 3.5rem; }
      .app-container .app-head .app-mv .app-atttxt {
        font-size: 0.7em;
        bottom: 3rem; }
      .app-container .app-point ul {
        justify-content: center; }
        .app-container .app-point ul li {
          margin-left: 1rem; }
          .app-container .app-point ul li img {
            height: 2.375rem; }
          .app-container .app-point ul li:last-of-type {
            margin-left: 0;
            margin-top: 0.5rem; }
      .app-container .app-lead .app-benefits .txt {
        padding-bottom: 0;
        border-bottom-width: 0.75rem; }
      .app-container .app-contents {
        justify-content: center; }
        .app-container .app-contents li {
          width: calc( (100%/5) - 1%);
          margin-right: 0.5%;
          margin-bottom: 0.25rem; }
          .app-container .app-contents li:nth-of-type(5n), .app-container .app-contents li:last-of-type {
            margin-right: 0; }
      .app-container .app-download .app-dl-step li {
        width: 49%; }
        .app-container .app-download .app-dl-step li:nth-of-type(3) {
          width: 100%;
          margin-top: 0.75rem; }
          .app-container .app-download .app-dl-step li:nth-of-type(3) .read {
            padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .app-container .app-head .app-mv .app-atttxt {
      font-size: 0.625em;
      bottom: 2.5rem; }
    .app-container .app-point ul li img {
      height: 2.15rem; }
    .app-container #open-close {
      bottom: -20%; } }
  @media screen and (max-width: 600px) {
    .app-container {
      overflow-x: hidden;
      padding: 2rem 0 3rem;
      margin-bottom: 0; }
      .app-container .app-head .app-mv .cap.in {
        bottom: 56%; }
      .app-container .app-head .app-mv .app-mv-head {
        width: 88%;
        top: 50%;
        right: 50%;
        transform: translateX(50%); }
      .app-container .app-head .app-mv .app-mv-ttl {
        width: 100%;
        top: 64%;
        right: -4%;
        padding: 0.75rem 4% 0.75rem 0; }
        .app-container .app-head .app-mv .app-mv-ttl .img {
          width: 76%;
          margin: auto; }
      .app-container .app-head .app-mv .app-atttxt {
        width: 100%;
        font-size: 0.75em;
        bottom: 12%; }
      .app-container .app-point {
        padding: 0.8rem 1.2rem 1.6rem; }
        .app-container .app-point ul {
          justify-content: flex-start; }
          .app-container .app-point ul li {
            width: 100%;
            margin: 1rem  auto 0;
            text-align: left; }
            .app-container .app-point ul li:last-of-type {
              margin-top: 1rem; }
      .app-container .app-lead {
        padding-bottom: 2.4rem; }
        .app-container .app-lead .app-benefits {
          font-size: 1.45em; }
      .app-container .app-contents {
        padding: 0 1rem; }
        .app-container .app-contents li {
          width: 32.5%; }
          .app-container .app-contents li:nth-of-type(n+4) {
            margin-top: 0.25rem; }
          .app-container .app-contents li:nth-of-type(1) {
            order: 5; }
          .app-container .app-contents li:nth-of-type(2) {
            order: 1; }
          .app-container .app-contents li:nth-of-type(3) {
            order: 2; }
          .app-container .app-contents li:nth-of-type(4) {
            order: 3; }
          .app-container .app-contents li:nth-of-type(5) {
            order: 4; }
          .app-container .app-contents li:nth-of-type(6) {
            order: 6; }
          .app-container .app-contents li:nth-of-type(7) {
            order: 7; }
          .app-container .app-contents li:nth-of-type(8) {
            order: 8; }
          .app-container .app-contents li:nth-of-type(9) {
            order: 9; }
      .app-container .app-download {
        margin-top: 2rem;
        padding: 1.25rem 1.5rem 3.5rem; }
        .app-container .app-download .app-dl-head {
          width: 88%;
          margin-bottom: 1.5rem; }
        .app-container .app-download .app-dl-step li {
          width: 100%;
          padding: 1rem; }
          .app-container .app-download .app-dl-step li + li {
            margin-top: 0.5rem; }
          .app-container .app-download .app-dl-step li .app-dl-step-head {
            padding-bottom: 0;
            margin-bottom: 1rem; }
          .app-container .app-download .app-dl-step li .read {
            padding-bottom: 0; }
          .app-container .app-download .app-dl-step li .cv-btn {
            position: static;
            transform: none;
            margin: 1rem auto 0; }
            .app-container .app-download .app-dl-step li .cv-btn a {
              padding: 0.75rem 0; }
            .app-container .app-download .app-dl-step li .cv-btn img {
              height: 1rem; }
      .app-container #open-close {
        width: 80%;
        right: 50%;
        bottom: -1.5rem; }
        .app-container #open-close .app-btn::after {
          width: 0.675rem;
          height: 0.425rem;
          border-width: 0.3375rem;
          border-top-width: 0.425rem;
          /*						        right: 50%;
          					       bottom:12%;
          						top: auto;
                  transform: translateY(0) ;
          						transform: translateX(50%); */ }
        .app-container #open-close:hover {
          opacity: 0.9; }
        .app-container #open-close.btn-show {
          width: 80%;
          bottom: -1%; }
          .app-container #open-close.btn-show .app-btn {
            border-radius: 0;
            width: 100%;
            height: auto;
            padding: 0.75rem 0; }
            .app-container #open-close.btn-show .app-btn::after {
              right: 10%;
              top: 50%;
              transform: translateY(-50%) rotate(180deg); } }
  @media screen and (max-width: 380px) {
    .app-container .app-head .app-mv .app-atttxt {
      font-size: 0.7em; }
    .app-container .app-point ul li img {
      height: 2rem; }
    .app-container #open-close {
      bottom: -1.75rem; } }
  @media screen and (max-width: 320px) {
    .app-container .app-point ul li img {
      height: 1.65rem; }
    .app-container .app-lead {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      .app-container .app-lead .app-benefits .txt {
        border-bottom-width: 0.5rem; } }

/*.mainslider-box{
	width: 100%;
	overflow: hidden;
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.mainslider{
		.slick-prev, .slick-next{		
			z-index: 9;
			width: 40px;
			height: 90px;
			&::before{
				content:"";
				display: block;
				width: 40px;
				height: 90px;
			}
		}
		.slick-prev{
			left: 10px;
			&::before{
				background: url("../images/share/prev.png") no-repeat 0% 0%;
				background-size: contain;
			}
		}
		.slick-next{
			right: 10px;
			&::before{
				background: url("../images/share/next.png") no-repeat 0% 0%;
				background-size: contain;
			}
		}
		.slick-dots{
			bottom: 10px;
		}
		.slick-dots li button:before{
			color: #ccc;
		}
		.slick-dots li.slick-active button:before{
			color: #fff;
		}
		.slick-dots li button:before{
			font-size: 14px;
		}
	}
	@media screen and (max-width:$bp02){
		.mainslider{
			.slick-prev, .slick-next{
				width: 20px;
				height: 45px;
				&::before{
					width: 20px;
					height: 45px;
				}
			}
		}
	}
}//mainslider-box */
/* f-bnr */
.f-bnr {
  position: fixed;
  top: 45%;
  right: 1%;
  width: 60%;
  z-index: 102;
  max-width: 300px; }
  .f-bnr.close {
    display: none; }
  .f-bnr img {
    width: 100%;
    height: auto; }
  .f-bnr .btn-close {
    width: 20px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer; }
  .f-bnr a {
    display: block;
    transition: .3s; }
    .f-bnr a:hover img {
      filter: brightness(105%); }
  @media screen and (max-width: 600px) {
    .f-bnr {
      width: 50%;
      top: auto;
      bottom: 20%; }
      .f-bnr .btn-close {
        width: 13%; } }
  @media screen and (max-width: 320px) {
    .f-bnr {
      bottom: 23%; } }

/* /f-bnr */
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  cursor: pointer; }

.modal-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.5rem; }
  .modal-close img {
    width: 100%;
    empty-cells: auto; }

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

.modal-bnr {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88%;
  max-width: 480px;
  transform: translate(-50%, -50%);
  background: #ffffff00; }
  .modal-bnr img {
    width: 100%;
    height: auto; }
  .modal-bnr a {
    display: block;
    width: 100%; }
    .modal-bnr a:hover {
      opacity: 0.64; }

@media screen and (max-width: 600px) {
  .modal-close {
    width: 2rem; } }
@media screen and (max-width: 390px) {
  .modal-close {
    top: -0.75rem;
    right: -0.75rem;
    width: 1.75rem; } }
@media screen and (max-width: 320px) {
  .modal-close {
    top: -0.5rem;
    right: -0.5rem;
    width: 1.5rem; } }
/* /modal */
.special-movie {
  background: #fff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 50px 40px;
  margin: auto;
  box-sizing: border-box;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 90%; }
  @media screen and (max-width: 600px) {
    .special-movie {
      margin-top: 50px;
      margin-bottom: 30px;
      padding: 35px 30px; } }
  .special-movie .sp-ttl {
    display: flex;
    align-items: center; }
    .special-movie .sp-ttl:before, .special-movie .sp-ttl:after {
      content: "";
      flex: 1;
      height: 1px;
      background: #39baae; }
    .special-movie .sp-ttl .ttl-in {
      font-size: 18px;
      color: #39baae;
      padding: 0 15px;
      margin-bottom: -30px; }
      .special-movie .sp-ttl .ttl-in b {
        display: block;
        font-weight: lighter;
        font-size: 32px; }
    @media screen and (max-width: 600px) {
      .special-movie .sp-ttl .ttl-in {
        font-size: 12px;
        margin-bottom: -22px; }
        .special-movie .sp-ttl .ttl-in b {
          font-size: 22px; } }
  .special-movie .lead {
    padding-top: 50px; }
    @media screen and (max-width: 600px) {
      .special-movie .lead {
        padding-top: 30px; } }
  .special-movie .sp-mv-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .special-movie .sp-mv-btn a {
      width: 29.3%;
      position: relative;
      border: 1px solid #cecabb;
      margin: 0 2%;
      margin-top: 40px;
      box-sizing: border-box;
      background: linear-gradient(to right, #e1ddd3, #FFF);
      transition: 0.5s; }
      .special-movie .sp-mv-btn a .num {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%) translateY(-60%);
        z-index: 2;
        color: #39baae;
        font-size: 40px;
        font-style: italic; }
      .special-movie .sp-mv-btn a .img {
        width: 100%;
        position: relative;
        display: block; }
        .special-movie .sp-mv-btn a .img .play-img {
          width: 20%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          max-width: 55px; }
        .special-movie .sp-mv-btn a .img img {
          width: 100%;
          height: auto; }
      .special-movie .sp-mv-btn a .txt {
        text-align: center;
        display: block;
        flex: 1;
        font-size: 15px;
        color: #52717a;
        margin-top: 10px;
        padding-bottom: 10px; }
      .special-movie .sp-mv-btn a:hover {
        filter: brightness(1.1); }
    @media screen and (max-width: 900px) {
      .special-movie .sp-mv-btn a {
        width: 44%;
        margin: 0 3%;
        margin-top: 40px; } }
    @media screen and (max-width: 600px) {
      .special-movie .sp-mv-btn a {
        width: 94%;
        margin: 0 3%;
        margin-top: 30px; }
        .special-movie .sp-mv-btn a .num {
          font-size: 32px; } }

.footlinks {
  padding: 0 0 2rem 0;
  width: 90%;
  max-width: 800px;
  margin: 0 auto; }
  .footlinks ul {
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .footlinks ul div, .footlinks ul li {
      min-height: 0%; }
    .footlinks ul li {
      width: 28%; }
      .footlinks ul li a, .footlinks ul li .txt {
        padding: .5rem;
        display: block;
        text-align: center;
        font-size: .9rem;
        line-height: 1.4;
        letter-spacing: .05em; }
      .footlinks ul li a {
        background: #3C2724;
        color: #fff;
        transition: .3s; }
        .footlinks ul li a:hover {
          opacity: .8; }
      .footlinks ul li:nth-of-type(2) a {
        background: #235098; }
      .footlinks ul li.cp {
        width: 43%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .footlinks ul li.cp div, .footlinks ul li.cp li {
          min-height: 0%; }
        .footlinks ul li.cp .txt {
          font-size: .625rem; }
  @media screen and (max-width: 600px) {
    .footlinks ul li {
      width: 100%;
      margin-top: .5rem; }
      .footlinks ul li br {
        display: none; }
      .footlinks ul li.cp {
        width: 100%; } }
