@charset "UTF-8";
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
main .inlineWrap {
  letter-spacing: 0;
  font-size: 0;
}
main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #d90000; }
main :hover { opacity: 1.0; }


main article {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
main section {
  max-width: none;
  padding: 0;
}
main section.mv {
  width: 100%;
  height: 0;
  padding-bottom: 29.8%;/* 1500:312=100:x */
  background-image: url(../img/title_img.png);
}
main h1{
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	overflow: visible;
}
h2{
	margin-bottom: 50px;
}
article.gray{
  margin-bottom: 60px;
  padding: 10px 0 60px;
	background-image: url(../img/bg_01.png);
  background-size: cover;
}
p.midashi{
	font-size: 20pt;
	font-weight:900;
	text-align: center;
	line-height: 1.7em;
	padding-top: 40px;
	font-feature-settings: "palt";
}
p.web_font{
	font-family: "Noto Sans Japanese";
}
.marker_y {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding-bottom: 2px;
  white-space: nowrap;
}
.marker_y::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background: #ffff00;
}
.kome p{
	font-size: 8pt;
	margin-top: 5px;
	margin-left: 615px;
}
.contWrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: right;
  color: #000;
  text-shadow: 2px 2px 2px rgba(255,255,255,0.6),1px 1px 6px rgba(255,255,255,0.2);
  background-image: url(../img/mv-imoto.png);
  background-size: 28% auto;
  background-position: top 0 left 8%;
}
.contWrap .textWrap {
  display: inline-block;
  margin-right: 6%;
  padding: 24px 40px;
  text-align: left;
  background-color: rgba(255,255,255,0.75);
}
.contWrap h2,
.contWrap p {
}
.contWrap h2 {
  margin-bottom: 3px;

  font-size: 35px;
}
.contWrap h2 span {
  position: relative;
  top: 5px;
  left: 2px;
  font-size: 46px;
}
.contWrap p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 25px;
}
.contWrap p span.pcHide,
.contWrap p br.pcHide {
  display: none;
}
.wbox1{
	max-width: 1050px;
	margin: -9px auto 0;
	padding-left: 0px;
	padding-right: 0px;
  font-size: 0;
  letter-spacing: 0;
}
.wbox1 a {
  position: relative;
  display: inline-block;
  width: 30%;
	margin: 0 auto 0;
}
.wbox1 a::before {
  z-index: 1;
  position: absolute;
  display: none;
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 92.8870%/* 478:100=444:x */;
  background-size: 100%;
  background-image: url(../img/asia_a_bg.png);
}
.wbox1 a:hover::before {
  display: block;
}
.wbox1 a img{
  position: relative;
  z-index: 2;
  margin-bottom: -1.2%;
}
.wbox1 a:hover img {
  opacity: 0.7;
  }
.txt01 {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.txt01 p.marker {
  font-weight: bold;
  font-size: 26px;
}
main div.kiyaku+ section.mb1 {
  margin-bottom: 3.8rem;
}

.kiyaku{
  width: 90%;
  max-width: 900px;
	height: 300px;
	overflow: auto;
	border: 1px solid #dce5eb;
	background-color: #fff;
	text-align: left;
	padding: 20px;
	margin: 60px auto;
}
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb3{margin-bottom: 3rem;}
.mb4{margin-bottom: 4rem;}
.mb5{margin-bottom: 5rem;}
.mb6{margin-bottom: 6rem;}
.img {
  width: 100%;
  margin-bottom:30px;
  text-align: center;
  background: #FFF;
  order: -1;  
}
.oubobtn {
  margin-top: auto;
}
.oubobtn a {
  display: block;
}
main > article:last-child{
	padding-top: 0px;
	padding-bottom: 0px;
}


/*------------------------anime--------------------------*/
/*
.anime-zoom {
  -webkit-animation: zoom 2s ease-out 1;
          animation: zoom 2s ease-out 1;
}

@-webkit-keyframes zoom{
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
*/
/* ===== MV ===== */

.pc_img{
	display: inline-block;
}
.sp_img{
	display: none;
}

/*-----------------------------------------------------------------------
 * responsive
 *----------------------------------------------------------------------- */
@media screen and (max-width: 1179px) {
}


@media screen and (max-width: 1060px) {
}


@media screen and (max-width: 1024px) {
	.present {
    width: 80%;
  }
  .contWrap h2 {
    margin-bottom: 4px;
    font-size: 33px;
}
.contWrap h2 span {
      top: 4px;
    font-size: 40px;
}
.contWrap p {
    font-size: 24px;
  }
}
@media screen and (max-width: 979px) {
  .contWrap h2 {
    margin-bottom: 6px;
    font-size: 29px;
  }
  .contWrap h2 span {
    left: 0;
    font-size: 36px;
  }
  .contWrap p {
    font-size: 21px;
  }
}
@media screen and (max-width: 879px) {
  .contWrap {
    padding: 64px 0;
  }
  .contWrap .textWrap {
  padding: 24px 34px;
  }
  .contWrap h2 {
    margin-bottom: 4px;
    font-size: 26px;
  }
  .contWrap h2 span {
    top: 3px;
    font-size: 32px;
  }
  .contWrap p {
    line-height: 1.55;
    font-size: 19px;
  }
}
@media screen and (min-width: 769px){
  a{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
}
@media screen and (max-width: 768px){
  body{
    min-width: 320px;
		width: 100%;
  }
	
  h2{
	  margin-bottom: 30px;
  }
  article.gray {
    background-size: auto 145%;
    background-position: top 0 right 25%;
    background-attachment: fixed;
  }
}


@media screen and (max-width: 767px) { /*smartphone*/
  article.gray {
    margin-bottom: 52px;
    padding: 10px 0 40px;
  }
  article#mv {
    background-size:100% auto;
  }
  article#flow {
    background-size:100% auto;
  }
  .contWrap {
    max-width: 640px;
    padding: 40px 0;
    background-position: top 0 left 12%;
  }
  .contWrap .textWrap {
    margin-left: 36.8%;
    padding: 14px 26px;
    background-color: rgba(255,255,255,0.9);
  }
  
  .contWrap p span.pcHide,
  .contWrap p br.pcHide {
    display: inline-block;
  }
  .contWrap h2 {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .contWrap h2 span {
    top: 1px;
    font-size: 20px;
  }
  .contWrap p {
    font-size: 14px;
    padding-left: 1px;
  }
  .wbox1 {
	  width: 100%;
    max-width: 640px;
    margin: -28px auto 0;
	  padding-top: 20px;
    padding-right: 4%;
    padding-left:4%;
  }
  .wbox1 a {
    width: 50%;
  }
  .txt01 {
    width: 100%;
    margin-bottom: 48px;
    padding: 0 12px;
  }
  .txt01 p.marker {
    margin-bottom: 28px;
    font-size: 22px;
  }
  article section.sns {
    padding-left: 12px;
    padding-right: 12px;
  }
  h2 img{
	  height:6vh; 
  }
  h2#prs{
	  margin-bottom: 10px;
  }
  .kiyaku{
  	width: auto;
  	height: 230px;
  	padding: 20px;
  	margin: 0 12px 40px;
  }
  .mb1 {
    margin-bottom: 40px !important;
  }
    .btn.arrow-r, .btn.arrow-u, .btn.arrow-d {
  	padding-right: 52px;
  	padding-left: 38px;
  }
	p.midashi{
  	font-size: 11.5pt;
  	padding-top: 20px;
  }
	.kome p{
  	font-size: 8pt;
  	margin: 8px auto;
  	text-align: center;
  }
	.pc_img{
	  display: none;
  }
	.sp_img{
	  display: inline-block;
  }
	.pchide {
    display: inline-block;
  }
}


@media screen and (max-width: 583px) {
  .wbox1 a {
    max-width: 340px;
  }
  article.gray {
    background-size: auto 140%;
    background-position: top 0 left -110px;
  }
  .contWrap {
    padding: 20px 0 34px;
    background-size: 26% auto;
    background-position: top -14% left 10%;
  }
  .contWrap .textWrap {
    margin-left: 33%;
    padding: 14px 22px;
  }
  .contWrap h2 {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .contWrap h2 span {
    font-size: 18px;
  }
  .contWrap p {
    font-size: 13px;
  }
}


@media screen and (max-width: 479px) {
main section.mv {
    padding-bottom: 33.5625%; /* 960:255=100:x */
    background-image: url(../img/title_img_sp_01.jpg);
}
  .wbox1 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .wbox1 a {
    max-width: 300px;
  }
  .txt01 p.marker{
    margin-bottom: 6%;
    font-size: 16px;
  }
  article.gray {
    background-size: auto 120%;
    background-position: top 0 left 70%;
  }
  .contWrap {
    width: 94.8%;
    margin: 0 auto;
    padding: 5% 0 9%;
    background-size: 36% auto;
    background-position: top 0% left 8%;
  }
  .contWrap .textWrap {
    overflow: hidden;
    width: 56%;
    height: 0;
    margin-left: auto;
    margin-right: 6%;
    padding: 0 0 18.4333%;/* 480:158=56:x */
    white-space: nowrap;
    text-indent: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/title_img_sp_02.jpg);
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.6);
  }
  .contWrap .textWrap p br {
    display: none !important;
  }
  .contWrap .textWrap p span.spHide {
    display: block;
  }
/*
  .contWrap .textWrap {
    width: 54.5%;
    padding: 26px 14px 24px;
    text-align: center;
  }
  .contWrap h2 {
    display:none;
  }
  .contWrap p {
      width: 146px;
    display: inline-block;
    line-height: 1.7;
    font-size: 12px;
  }
  .contWrap p span.spHide {
    display: none;
  }
*/
}


@media screen and (max-width: 413px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}

