@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');


html {
	font-family : Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
	background-color: #FFF;
  color: #333;
}


a {
  text-decoration: none;
  color: #fe3e64;
}

ol, ul {
	list-style: none;
}

body {
  background-image: none;
}

.relative {
  position: relative;
}

/*メニュー 使ってない*/

#gNavi {
  width: 770px;
  height: 60px;
  margin: 0 auto;
  position: fixed;
  display: block;
  top: 0%;
  left: 50%;
}

.cp_offcm01 {
	position: absolute;
	top: 0px;
	right: 0%;
	display: inline-block;
}
/* menu */

.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #607D8B;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2.5em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}

#fv {
  min-height: 100vh;
/* iOSでやっぱり効かなかった。
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #FFF;
*/
}

#fv:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: url("../img/bg.jpg");
  background-size:cover;
}

#frame {
  margin: 0 auto;
  width: 1024px;
  min-height: 100vh;
  background-image: url("../img/frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  
}

#headerLogo {
  width: 320px;
  margin-top: 0;
  margin-left: 100px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 5%;
/*  padding-left: 35px;*/
}

#fvCopy {
  width: 70%;
  margin-top: 30%;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
}



/*デスクトップPC閲覧時高さ対策*/
/*高さ1025px以下*/
@media screen and (max-height: 1025px) {  


#headerLogo {
  width: 320px;
  margin-left: 150px;
  padding-top: 5%;
/*  padding-left: 35px;*/
}
  

  #fv {
    background-position: center center;
  }
  
}

/*高さ960px以下*/
@media screen and (max-height: 960px) {  
  
  #fvCopy {
    width: 60%;
    margin-top: 30%;
  }
  
}

/*高さ875px以下*/
@media screen and (max-height: 875px) {  


  #headerLogo {
    width: 280px;
    margin-left: 200px;
    padding-top: 5%;
  /*  padding-left: 35px;*/
  }
  
  #fvCopy {
    width: 55%;
    margin-top: 25%;
  }
  
}
/*高さ790px以下*/
@media screen and (max-height: 790px) {  


  #headerLogo {
    width: 250px;
    margin-left: 200px;
    padding-top: 5%;
  /*  padding-left: 35px;*/
  }
  
  #fvCopy {
    width: 50%;
    margin-top: 25%;
  }
  
  
  #fv {
/*    background-size: contain;*/
    background-size: cover;
    background-repeat: repeat-x;
    background-position: top center;
  }
  
  
}
/*高さ750px以下横幅770以上*/
@media screen and (max-height: 750px) and (min-width: 770px) {  

  #headerLogo {
    width: 150px;
    margin-left: 230px;
    padding-top: 2%;
  }
  
  #fvCopy {
    width: 35%;
    margin-top: 15%;
  }
}

/*高さ690px以下横幅770以上*/
@media screen and (max-height: 690px) and (min-width: 770px) {  

  #headerLogo {
    width: 130px;
    margin-left: 300px;
    padding-top: 2%;
  }
}

/*高さ550px以下横幅770以上*/
@media screen and (max-height: 550px) and (min-width: 770px) {  

  #headerLogo {
    width: 100px;
    margin-left: 350px;
    padding-top: 2%;
  }
  
  #fvCopy {
    width: 25%;
    margin-top: 10%;
  }
}

/* スマホビュー */
@media screen and (max-width: 1025px) {  

  #fv {
    background-size: cover;
  }
  
  #frame {
    width: 100%;
  }

/*この辺は770pxに移動*/
/*
  #headerLogo {
    width: 40%;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 5%;
    padding-left: 2%;
  }
*/

/*
  #fvCopy {
    width: 80%;
    margin-top: 35%;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
*/

}

/*1366のときのCopyズレる問題*/

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

  #fv {
    background-size: cover;
  }
  

  
  #headerLogo {
    width: 40%;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 5%;
    padding-left: 2%;
  }


  #fvCopy {
    width: 80%;
    margin-top: 30%;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }




}

/*魔のW770px*/

@media screen and (max-width: 770px) {
  
  #fv {
/*    background-image: url("../img/bg_sp.jpg");*/
  }
  
  
#fv:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: url("../img/bg_sp.jpg");
  background-size:cover;
}
  
  
  #frame {
    width: 100%;

  }
}
/*この辺のframeがなんか暴動を起こす*/
@media screen and (max-width: 770px) and (min-width: 556px) and (min-height: 531px) {
  
  
  #frame {
    min-height: 100vh;

  }
}

/*著しくレイアウト崩れる*/
@media screen and (max-width: 770px) and (min-height: 750px) {
  
  
  #frame {
    min-height: 100vh;

  }
}

/*縦長端末対応。大きな幅の時は例外とす*/
/*〜横770pxで、縦800〜の時、frameを画面いっぱいにしない*/
@media screen and (min-height: 800px) and (max-width: 555px)  {

  #fv {
    min-height: 80vh;
    max-height: 80vh;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  #frame {
    min-height: 80vh;
    max-height: 80vh;
  }
  
}



/*縦長端末対応。大きな幅の時は例外とす*/
/*横770px以下で、縦720以上*/
@media screen and (max-height: 720px) and (max-width: 770px)  {

  #fv {
    min-height: 100vh;
    max-height: 200vh;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  #frame {
    min-height: 100vh;
    max-height: 200vh;
  }
  
#fvCopy {
    width: 50%;
    margin-top: 10%;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}
  
  /*縦長端末対応。大きな幅の時は例外とす*/
/*横770px以下で、縦720以上*/
@media screen and (max-height: 720px) and (max-width: 400px)  {

  #fv {
    min-height: 80vh;
    max-height: 100vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #frame {
    min-height: 80vh;
    max-height: 100vh;
  }
  
  
  #fvCopy {
      width: 50%;
      margin-top: 25%;
      margin-left: auto;
      margin-bottom: 0;
      margin-right: auto;
  }
  
}
  
  
  
}
/*縦長端末対応。大きな幅の時は例外とす*/
/*横220px以下で、縦932以上*/
@media screen and (max-height: 720px) and (max-width: 281px)  {

  #fv {
    min-height: 55vh;
    max-height: 55vh;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  #frame {
    min-height: 55vh;
    max-height: 55vh;
  }
  
}



.contents {
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 770px;
  background-color: #FFF;
  padding-top: 10px;
  overflow-x: hidden;
}


@media screen and (max-width: 770px) {
  .contents {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
  }
}

.text {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 1.25rem;
}

@media screen and (max-width: 770px) {
  
  .text {
    font-size: 1rem;
  }
}

.secTitle {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4rem;
}


@media screen and (max-width: 770px) {
  .secTitle {
    font-size: 3rem;
    line-height: 2.75rem;
  }
  .bigFont {
    font-size: 4rem;
  }
}


.bigFont {
  font-size: 5.5rem;
}
.redFont {
  color: #fe3e64;
}

.logoimg {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

#story {
  min-height: 70vh;
/*
  background-image: url("../img/heart.png");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
*/
}

/*
.heart:after{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:2;
  width:100%;
  height:100vh;
  background-image: url("../img/heart.png");
  background-size:contain;
}
*/



.btnList {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*ボタンCSS*/
a.btn_13 {
	display: flex;
  justify-content: space-between;
  align-items: center;
	text-align: center;
	text-decoration: none;
	width: 50%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #FFF;
	color: #333;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
  border: solid #CCC 1px;
}

@media screen and (max-width: 770px) {
  a.btn_13 {
	width: 90%;
  font-size: 0.8rem;
  }
}

a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #333;
}

a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #333;
}

a.btn_13:hover {
	background: #FFC5C6;
	color: #A21416;
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFFCDC;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 100%;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

