@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/

html {
    font-size: 62.5%;	/*適宜変更お願いします*/
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #000000;
    line-height: 1.75;
    width: 100%;
    background-color: #fff;
    font-weight: 400;	/*適宜変更お願いします*/
    font-feature-settings: "palt" 1;	/*自動カーニング*/
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

a:hover {
    /*opacity: 0.8;*/
    text-decoration: none;
}

p {
    text-align: justify;
    hanging-punctuation: allow-end;	/*文字のぶら下げ*/
}


#footer {
	text-align: center;
	background: #50247c;
    font-size: 1.8em;
    padding-top: 2em;
    padding-bottom: 2em;
    
    
}

#footer a{
     color: #ffffff;
     text-decoration:none;
} 


/* ---------------------------------------------------
 * common（PC　min-width: 1023px）
/* ---------------------------------------------------*/
.wrap {
	width: 2000px;
	max-width: 100%;
}

.container {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/*背景画像を指定*/
section#section-01 {
	background:url(../img_pc/section_01.webp)no-repeat top center;
    height: px;  
}
section#section-02 {
	background:url(../img_pc/section_02-2.webp)no-repeat top center;
    height: px;  
}
section#section-03 {
	background:url(../img_pc/section_03.webp)no-repeat top center;
    height: px;  
}
section#section-04 {
	background:url(../img_pc/section_04.webp)no-repeat top center;
    height: px;  
}
section#section-05 {
	background:url(../img_pc/section_05.webp)no-repeat top center;
    height: px;  
}
section#section-06 {
	background:url(../img_pc/section_06.webp)no-repeat top center;
    height: px;  
}
section#section-07 {
	background:url(../img_pc/section_07.webp)no-repeat top center;
    height: px;  
}
section#section-08 {
	background:url(../img_pc/section_08.webp)no-repeat top center;
    height: px;  
}
section#section-09 {
	background:url(../img_pc/section_09.webp)no-repeat top center;
    height: px;  
}



.-pc {
    display: block;
}

.-sp {
    display: none;
}

.container {
  position: relative; /* 基準にする */
}

.button_bg {
  position: absolute;
  top: 52%;
  left: 50%; /* 左から50%の位置に */
  transform: translate(-50%, -50%); /* 真ん中にする */
  width: 100%; /* 必要に応じて調整 */
  text-align: center;
}
@media (max-width: 640px) {
    .button_bg {
	top: 54%;
    }
}

.btn_box img.btn {
  width: 98%;
  height: auto;
  max-width: 700px;
}

.btn_box {
  animation: zoomInOut 1s infinite ease-in-out;
  display: inline-block;
  transition: filter 0.3s ease;
}

.button_bg_02 {
  position: absolute;
  top: 40%;
  left: 50%; /* 左から50%の位置に */
  transform: translate(-50%, -50%); /* 真ん中にする */
  width: 100%; /* 必要に応じて調整 */
  text-align: center;
}


.btn_box:hover {
  filter: brightness(1.2);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* 自動タイマーのテキスト用に文字のサイズを調節したコードです（section-32,section-44の部分） */

.limited_text {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #362e2b;
  font-size: 3.2rem; /* ←PC標準を大きめに */
  padding: 0px 5px;
}

.limited_text p {
  white-space: nowrap;
}


*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;	/*親要素のbox-sizingを継承*/
}

/*-----------------タブレットサイズ-----------------------
@media (min-width: 600px) and (max-width: 1023px) {
    body {
        font-size: 3.2rem;
    }
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
}
----------------------------------------*/

/*-----------------スマホサイズ-----------------------*/

@media screen and (max-width:600px) {
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    body {
        font-size: 4.2vw;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
    
  .btn_box img.btn {
    width: 90%; /* スマホは85%くらいに広めにとる */
    max-width: 90%; /* max幅もスマホに合わせる */
  }
    .limited_text {
    font-size: 2.2rem; /* スマホは少し小さめに調整 */
  }  
    
    
    
    #footer {
        font-size: 0.8em;
        padding-top: 2em;
        padding-bottom: 2em;


    }

    section#section-01,
    section#section-02,
    section#section-03,
    section#section-04,
    section#section-05,
    section#section-06,
    section#section-07,
    section#section-08,
    section#section-09,
    section#section-10 {
     background: none !important;
    }

}
/*----------------------------------------*/


.ki {
    color:#FFFF0D;
}
.sml {
    font-size:0.7em;
    color:#FFFF4D;
}
.formtxt {
    color:#fff;
    font-weight:bold;
    font-size:3.5em;
    text-align:center;
    margin:0px auto 20px;
    display:block;
	
    text-shadow: 0 0 6px #333;
    -webkit-text-shadow: 0 0 6px #333;
}
@media screen and (max-width: 640px) {
    .formtxt{
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	margin:0px auto 20px;
	display:block;
	
	text-shadow: 0 0 6px #333;
	-webkit-text-shadow: 0 0 6px #333;
    }
}
.txtbox {
    width: 60%;
    text-align: center;
    font-size: 34px;
    line-height: 2;
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .txtbox {
	width: 90%;
	font-size: 20px;
	margin-bottom: 12px;
    }
}

.btnimg {
    width: 700px;
    height: auto;
}

@media (max-width: 640px) {
  .btnimg {
      width: 330px;
  }
}
