@charset "utf-8";

/*
Theme Name:rashinbanban
*/

/* ====================
共通パーツ
==================== */

/* ページ見出し */
.page_title {
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0067bc;
  text-align: center;
}
@media screen and (min-width: 768px){	
  .page_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.page_title_images {
  max-width: 75px;
  margin: 0 auto 10px;
}

.page_title_line {
  background: url(../images/top/rope_line.png) no-repeat;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-size: cover;
  margin-top: 15px;
}

.page_link {
  text-decoration: none;
  color: #0067bc;
  border: 2px solid #0067bc;
  text-align: center;
  padding: 10px 15px;
  border-radius: 30px;
  display: block;
  max-width: 200px;
  transition: 0.3s;
}

.page_link:hover {
  background: #0067bc;
  color: #fff;
  border: 2px solid #0067bc;
}

.page_content {
  padding: 50px 0 0;
}
@media screen and (min-width: 830px){	
  .page_content {
    padding: 100px 0 0;
  }
}

#top_back {
  cursor: pointer;
}

.page_read_box {
  border: 10px solid #F0F3F5;
  background: #fff;
  color: #1E3B72;
  border-radius: 10px;
  position: relative;
  max-width: 915px;
  margin: 0 auto 50px;
  padding: 30px;
}

.page_read_box_text {
  text-align: center;
}

.oyanohiroba_column_qa_bg .page_read_box {
  padding: 30px;
}

.coming_soon {
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1.8rem;
}

.coming_soon_read {
  font-size: 1rem;
}

.page_title_read {
  color: #0067bc;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 768px){	
  .page_title_read {
    text-align: center;
  }
}

/* 各ページタイトル */
.main_title {
  margin-bottom: 50px;
}

.main_title_sub {
  font-size: 1.12rem;
}

.break_sp {
  display: block;
}
@media screen and (min-width: 768px){	
  .break_sp {
    display: inline-block;
  }
}

.fluffy01 {
  width: 100px;
  height: 100px;
  margin: 80px auto;

  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy01 5s infinite;
}

@keyframes fluffy01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.fluffy02 {
  width: 100px;
  height: 100px;
  margin: 80px auto;

  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* fluffy 3秒 無限ループ */
  animation: fluffy02 3s infinite;
}

@keyframes fluffy02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ふわふわした動き_02 */
.fluffy_wrapper {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.fluffy_target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.modal__trigger {
  cursor: pointer;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
}
@media screen and (max-width: 800px) and (orientation: landscape){	
  .modal__container {
    overflow-y: scroll;
    height: 100%;
  }
}

.modal__inner {
  position: relative;
  height: 100%;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #0067bc;
  background: #fff;
  border: 2px solid #0067bc;
  border-radius: 50%;
  cursor: pointer;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #0067bc;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dp_sp_dl {
  display: block;
}
@media screen and (min-width: 1280px){
  .dp_sp_dl {
    display: none;
  }
}

.header_download {
  display: block;
  width: 110px;
  float: right;
  margin-top: 70px;
}
@media screen and (min-width: 1280px){
  .header_download {
    display: none;
  }
}

.header_download .nav_item05 {
  width: 110px;
  height: 110px;
  top: 25px;
  right: 5px;
}

/* ====================
BAN!BAN!島
==================== */

.top_banbantou_list_wrap {
  position: relative;
}

.top_banbantou_item {
  position: absolute;
  width: 30px;
}
@media screen and (min-width: 720px){	
  .top_banbantou_item {
    width: 50px;
  }
}

.top_banbantou_item_icon_link {
  display: block;
}

.top_banbantou_switch_link {
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.top_banbantou_switch_link:hover {
  opacity: 0.8;
}

.top_banbantou_switch_images {
  background: url(../images/top/button/bo_kv_himitsu_day.png) no-repeat;
  background-size: contain;
  height: 70px;
}
.top_banbantou_switch_images.change {
  background: url(../images/top/button/bo_kv_himitsu_night.png) no-repeat;
  background-size: contain;
  height: 70px;
}

.top_banbantou_switch {
  width: 20%;
  position: absolute;
  top: 660px;
  left: 10px;
}
@media screen and (min-width: 400px){	
  .top_banbantou_switch {
    left: 0;
  }
}
@media screen and (min-width: 670px){	
  .top_banbantou_switch {
    top: 690px;
  }
}
@media screen and (min-width: 740px){	
  .top_banbantou_switch {
    top: 650px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_switch {
    top: 830px;
    left: -4%;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_switch {
    top: 530px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_switch {
    top: 800px;
    right: -17%;
  }
}

.btn_animation .btn {
	display: block;
	position: relative;
	width: 110%;
	height: 100%;
	border-radius: 50%;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	transition: .2s;
  z-index: 1;
}

.btn_animation .btn:before, .btn_animation .btn:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 110%;
	height: 100%;
	top: 0;
	left: -5%;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	transform: translate3d(0,0,0);
}

.btn_animation .btn:before {
	animation: anime 3s ease-out infinite;
}

.btn_animation .btn:after {
	animation: anime 3s ease-out 3s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

.top_banbantou_item_flag_wrap {
  position: relative;
  top: -75px;
  right: -10px;
}
@media screen and (min-width: 720px){	
.top_banbantou_item_flag_wrap {
  top: -125px;
}
}

/* 太陽の心 */
.top_banbantou_item.sun {
  top: 70px;
  left: 50%;
}
@media screen and (min-width: 430px){	
  .top_banbantou_item.sun {
    top: 90px;
    left: 45%;
  }
}
@media screen and (min-width: 540px){	
  .top_banbantou_item.sun {
    top: 130px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.sun {
    top: 180px;
  }
}

/* 月の心 */
.top_banbantou_item.moon {
  top: 100px;
  right: 10%;
}
@media screen and (min-width: 430px){	
.top_banbantou_item.moon {
    top: 120px;
    right: 13%;
  }
}
@media screen and (min-width: 630px){	
.top_banbantou_item.moon {
    top: 150px;
  }
}
@media screen and (min-width: 920px){	
.top_banbantou_item.moon {
    top: 180px;
    right: 15%;
  }
}
@media screen and (min-width: 970px){	
.top_banbantou_item.moon {
    right: 20%;
  }
}
@media screen and (min-width: 1100px){	
.top_banbantou_item.moon {
    right: 25%;
  }
}

/* 山の心 */
.top_banbantou_item.mountain {
  top: 150px;
  right: 30%;
}
@media screen and (min-width: 600px){	
  .top_banbantou_item.mountain {
    top: 200px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_item.mountain {
    top: 250px;
  }
}
@media screen and (min-width: 1000px){	
  .top_banbantou_item.mountain {
    right: 35%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.mountain {
    top: 300px;
  }
}

/* 泉の心 */
  .top_banbantou_item.spring {
    top: 180px;
    left: 25%;
  }
@media screen and (min-width: 550px){	
  .top_banbantou_item.spring {
    top: 230px;
    left: 27%;
  }
}
@media screen and (min-width: 700px){	
  .top_banbantou_item.spring {
    top: 250px;
    left: 30%;
  }
}
@media screen and (min-width: 970px){	
  .top_banbantou_item.spring {
    top: 260px;
    left: 35%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.spring {
    top: 350px;
    left: 37%;
  }
}

/* 稲穂の心 */
.top_banbantou_item.rice {
  top: 220px;
  left: 50%;
}
@media screen and (min-width: 460px){	
  .top_banbantou_item.rice {
    top: 250px;
    left: 53%;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_item.rice {
    top: 350px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_item.rice {
    top: 400px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.rice {
    top: 300px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.rice {
    top: 430px;
  }
}

/* 川の心 */
.top_banbantou_item.river {
  top: 250px;
  left: 28%;
}
@media screen and (min-width: 550px){	
  .top_banbantou_item.river {
    top: 330px;
    left: 30%;
  }
}
@media screen and (min-width: 720px){	
  .top_banbantou_item.river {
    top: 430px;
  }
}
@media screen and (min-width: 940px){	
  .top_banbantou_item.river {
    top: 380px;
    left: 35%;
  }
}
@media screen and (min-width: 1100px){	
  .top_banbantou_item.river {
    left: 38%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.river {
    top: 500px;
  }
}

/* 空の心 */
.top_banbantou_item.sky {
  top: 280px;
  left: 10%;
}
@media screen and (min-width: 430px){	
  .top_banbantou_item.sky {
    top: 300px;
    left: 13%;
  }
}
@media screen and (min-width: 480px){	
  .top_banbantou_item.sky {
    top: 350px;
  }
}
@media screen and (min-width: 540px){	
  .top_banbantou_item.sky {
    top: 400px;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_item.sky {
    top: 450px;
  }
}
@media screen and (min-width: 680px){	
  .top_banbantou_item.sky {
    top: 500px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_item.sky {
    top: 550px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.sky {
    top: 480px;
  }
}
@media screen and (min-width: 940px){	
  .top_banbantou_item.sky {
    left: 23%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.sky {
    top: 600px;
  }
}

/* 大地の心 */
.top_banbantou_item.earth {
  top: 200px;
  right: 15%;
}
@media screen and (min-width: 480px){	
  .top_banbantou_item.earth {
    top: 235px;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_item.earth {
    top: 260px;
  }
}
@media screen and (min-width: 630px){	
  .top_banbantou_item.earth {
    top: 290px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.earth {
    top: 290px;
    right: 20%;
  }
}
@media screen and (min-width: 940px){	
  .top_banbantou_item.earth {
    top: 320px;
    right: 23%;
  }
}
@media screen and (min-width: 1000px){	
  .top_banbantou_item.earth {
    right: 28%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.earth {
    top: 380px;
  }
}

/* 風の心 */
.top_banbantou_item.wind {
  top: 230px;
  right: 25%;
}
@media screen and (min-width: 430px){	
  .top_banbantou_item.wind {
    top: 250px;
    right: 25%;
  }
}
@media screen and (min-width: 460px){	
  .top_banbantou_item.wind {
    top: 270px;
  }
}
@media screen and (min-width: 480px){	
  .top_banbantou_item.wind {
    top: 300px;
    right: 20%;
  }
}
@media screen and (min-width: 530px){	
  .top_banbantou_item.wind {
    top: 320px;
  }
}
@media screen and (min-width: 530px){	
  .top_banbantou_item.wind {
    top: 370px;
  }
}
@media screen and (min-width: 680px){	
  .top_banbantou_item.wind {
    top: 420px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.wind {
    top: 380px;
    right: 28%;
  }
}
@media screen and (min-width: 940px){	
  .top_banbantou_item.wind {
    top: 390px;
    right: 32%;
  }
}
@media screen and (min-width: 1000px){	
  .top_banbantou_item.wind {
    right: 35%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.wind {
    top: 510px;
    right: 32%;
  }
}

/* 海の心 */
.top_banbantou_item.sea {
  top: 290px;
  right: 5%;
}
@media screen and (min-width: 480px){	
  .top_banbantou_item.sea {
    right: 0%;
  }
}
@media screen and (min-width: 560px){	
  .top_banbantou_item.sea {
    top: 400px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_item.sea {
    top: 550px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.sea {
    top: 470px;
    right: 15%;
  }
}
@media screen and (min-width: 970px){	
  .top_banbantou_item.sea {
    right: 20%;
  }
}
@media screen and (min-width: 1100px){	
  .top_banbantou_item.sea {
    right: 25%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.sea {
    top: 650px;
    right: 20%;
  }
}

/* 火の心 */
.top_banbantou_item.fire {
  top: 310px;
  right: 25%;
}
@media screen and (min-width: 430px){	
  .top_banbantou_item.fire {
    top: 330px;
  }
}
@media screen and (min-width: 460px){	
  .top_banbantou_item.fire {
    top: 350px;
  }
}
@media screen and (min-width: 480px){	
  .top_banbantou_item.fire {
    top: 400px;
  }
}
@media screen and (min-width: 560px){	
  .top_banbantou_item.fire {
    top: 450px;
  }
}
@media screen and (min-width: 680px){	
  .top_banbantou_item.fire {
    top: 530px;
  }
}
@media screen and (min-width: 680px){	
  .top_banbantou_item.fire {
    top: 600px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.fire {
    top: 500px;
    right: 28%;
  }
}
@media screen and (min-width: 940px){	
  .top_banbantou_item.fire {
    right: 33%;
  }
}
@media screen and (min-width: 1200px){	
  .top_banbantou_item.fire {
    right: 35%;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.fire {
    top: 650px;
    right: 32%;
  }
}

/* 観音の心 */
.top_banbantou_item.kannon {
  top: 310px;
  left: 50%;
}
@media screen and (min-width: 430px){	
  .top_banbantou_item.kannon {
    top: 350px;
  }
}
@media screen and (min-width: 460px){	
  .top_banbantou_item.kannon {
    top: 370px;
  }
}
@media screen and (min-width: 500px){	
  .top_banbantou_item.kannon {
    top: 410px;
  }
}
@media screen and (min-width: 540px){	
  .top_banbantou_item.kannon {
    top: 450px;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_item.kannon {
    top: 520px;
  }
}
@media screen and (min-width: 680px){	
  .top_banbantou_item.kannon {
    top: 600px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_item.kannon {
    top: 650px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_item.kannon {
    top: 550px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_item.kannon {
    top: 630px;
    left: 53%;
  }
}

/* ====================
BAN!BAN!島 - リンクボタン
==================== */

.top_banbantou_button_left_wrap {
  position: relative;
}

.top_banbantou_button_left01 {
  position: absolute;
  width: 60%;
  top: 30px;
  left: -10px;
}
@media screen and (min-width: 400px){	
  .top_banbantou_button_left01 {
    top: 40px;
    left: -20px;
    width: 65%;
  }
}
@media screen and (min-width: 690px){	
  .top_banbantou_button_left01 {
    top: 40px;
    left: -20px;
    width: 65%;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_button_left01 {
    top: 40px;
    left: -20px;
    width: 100%;
  }
}

.top_banbantou_button_left02 {
  position: absolute;
  width: 30%;
  top: 300px;
  left: 0%;
}
@media screen and (min-width: 470px){	
  .top_banbantou_button_left02 {
    top: 350px;
  }
}
@media screen and (min-width: 500px){	
  .top_banbantou_button_left02 {
    top: 420px;
    left: 5%;
  }
}
@media screen and (min-width: 570px){	
.top_banbantou_button_left02 {
  top: 450px;
}
}
@media screen and (min-width: 768px){	
.top_banbantou_button_left02 {
  top: 680px;
}
}
@media screen and (min-width: 830px){	
.top_banbantou_button_left02 {
  top: 150px;
  left: 0;
}
}
@media screen and (min-width: 1080px){	
.top_banbantou_button_left02 {
  top: 150px;
}
}
@media screen and (min-width: 1280px){	
.top_banbantou_button_left02 {
  top: 200px;
  left: 3%;
}
}

.top_banbantou_button_left03 {
  position: absolute;
  width: 40%;
  top: 370px;
  right: 0;
}
@media screen and (min-width: 400px){	
  .top_banbantou_button_left03 {
    top: 450px;
    right: -5%;
  }
}
@media screen and (min-width: 500px){	
  .top_banbantou_button_left03 {
    top: 570px;
    right: 40%;
  }
}
@media screen and (min-width: 570px){	
  .top_banbantou_button_left03 {
    top: 540px;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_button_left03 {
    top: 630px;
    right: 10%;
  }
}
@media screen and (min-width: 660px){	
  .top_banbantou_button_left03 {
    top: 670px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_button_left03 {
    top: 750px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_button_left03 {
    top: 250px;
    right: auto;
    left: 13%;
  }
}
@media screen and (min-width: 1080px){	
  .top_banbantou_button_left03 {
    top: 300px;
    left: 200px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_button_left03 {
    top: 480px;
    left: -3%;
  }
}

.top_banbantou_button_left04 {
  position: absolute;
  width: 30%;
  top: 300px;
  right: 40%;
}
@media screen and (min-width: 400px){	
  .top_banbantou_button_left04 {
    right: 45%;
  }
}
@media screen and (min-width: 570px){	
  .top_banbantou_button_left04 {
    top: 590px;
  }
}
@media screen and (min-width: 600px){	
  .top_banbantou_button_left04 {
    top: 580px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_button_left04 {
    top: 680px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_button_left04 {
    top: 280px;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1080px){	
  .top_banbantou_button_left04 {
    top: 380px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_button_left04 {
    top: 420px;
    left: 10%;
  }
}

.top_banbantou_button_left01_images {
  background: url(../images/top/jonathan_welcome_day.png) no-repeat;
  background-size: contain;
  height: 100px;
}
.top_banbantou_button_left01_images.change {
  background: url(../images/top/jonathan_welcome_night.png) no-repeat;
  background-size: contain;
  height: 100px;
}
@media screen and (min-width: 690px){	
  .top_banbantou_button_left01_images {
    height: 130px;
  }
  .top_banbantou_button_left01_images.change {
    height: 130px;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_button_left01_images {
    height: 140px;
  }
  .top_banbantou_button_left01_images.change {
    height: 140px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_button_left01_images {
    height: 200px;
  }
  .top_banbantou_button_left01_images.change {
    height: 200px;
  }
}

.top_banbantou_button_left02_images {
  background: url(../images/top/button/bo_kv_toko_day.png) no-repeat;
  background-size: contain;
  height: 100px;
}
.top_banbantou_button_left02_images.change {
  background: url(../images/top/button/bo_kv_toko_night.png) no-repeat;
  background-size: contain;
  height: 100px;
}
@media screen and (min-width: 1080px){	
.top_banbantou_button_left02_images {
  height: 200px;
}
.top_banbantou_button_left02_images.change {
  height: 200px;
}
}

.top_banbantou_button_left03_images {
  background: url(../images/top/button/present_day.png) no-repeat;
  background-size: contain;
  height: 100px;
}
.top_banbantou_button_left03_images.change {
  background: url(../images/top/button/present_night.png) no-repeat;
  background-size: contain;
  height: 100px;
}

.top_banbantou_button_left04_images {
  background: url(../images/top/button/bo_kv_oyatoko_day.png) no-repeat;
  background-size: contain;
  height: 100px;
}
.top_banbantou_button_left04_images.change {
  background: url(../images/top/button/bo_kv_oyatoko_night.png) no-repeat;
  background-size: contain;
  height: 100px;
}

.top_banbantou_button_right_wrap {
  position: relative;
}

.top_banbantou_button_right_link {
  position: absolute;
  display: block;
  top: 480px;
  width: 45%;
  left: 35%;
  animation-name: fadeIn5s;
  animation-delay: 5s;
}
@keyframes fadeIn5s {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@media screen and (min-width: 400px){	
  .top_banbantou_button_right_link {
    width: 32%;
    left: 35%;
    top: 530px;
  }
}
@media screen and (min-width: 500px){	
  .top_banbantou_button_right_link {
    width: 30%;
    top: 550px;
    left: 70%;
  }
}
@media screen and (min-width: 570px){	
  .top_banbantou_button_right_link {
    top: 500px;
  }
}
@media screen and (min-width: 650px){	
  .top_banbantou_button_right_link {
    top: 480px;
    left: 75%;
    width: 25%;
  }
}
@media screen and (min-width: 768px){	
  .top_banbantou_button_right_link {
    top: 600px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_button_right_link {
    top: 240px;
    left: auto;
    right: -30px;
    width: 20%;
  }
}
@media screen and (min-width: 1050px){	
  .top_banbantou_button_right_link {
    top: 200px;
  }
}
@media screen and (min-width: 1200px){	
  .top_banbantou_button_right_link {
    top: 150px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou_button_right_link {
    top: 250px;
  }
}

/* ランダムセレクター */
.open-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

input.random_selector_form {
    background-color: none;
    border: none;
    padding: 0;
    font-size: 16px;
    color: none;
}


/* ====================
心の光選択ボタン
==================== */

.kokoronohikari_list_wrap {
  margin: 0 auto;
}

.kokoronohikari_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.kokoronohikari_link {
  display: block;
}

.kokoronohikari_item {
  width: calc(47%);
  max-width: 250px;
}
@media(min-width: 400px){
  .kokoronohikari_item {
      width: calc(30%);
  }
}
@media(min-width: 850px){
  .kokoronohikari_item {
      width: calc(15%);
  }
}

/* ====================
トップページ
==================== */

.title.top {
  max-width: 1200px;
  width: 70%;
}

.top_banbantou {
  width: 100%;
  height: 1000px;
  background-image: url("../images/top/bg_top_sp.png");
  background-size: cover;
  position: relative;
  background-position: top center;
}
@media screen and (min-width: 830px){	
  .top_banbantou {
    background-image: url("../images/top/bg_top_day.jpg");
    height: 700px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou {
    height: 900px;
  }
}

.top_banbantou.switch.change {
  width: 100%;
  height: 1000px;
  background-image: url("../images/top/bg_top_sp_night.png");
  background-size: cover;
}
@media screen and (min-width: 830px){	
  .top_banbantou.switch.change {
    background-image: url("../images/top/bg_top_night.jpg");
    height: 700px;
  }
}
@media screen and (min-width: 1280px){	
  .top_banbantou.switch.change {
    height: 900px;
  }
}

.top_banbantou_error {
  width: 100%;
  height: 500px;
  background-image: url("https://www.sampoh.co.jp/ehon/rashinbanban/images/top/bg_top_error_sp.png");
  background-size: cover;
  position: relative;
  background-position: top center;
  position: relative;
}
@media screen and (min-width: 490px){	
  .top_banbantou_error {
    height: 700px;
  }
}
@media screen and (min-width: 690px){	
  .top_banbantou_error {
    height: 1000px;
  }
}
@media screen and (min-width: 830px){	
  .top_banbantou_error {
    background-image: url("https://www.sampoh.co.jp/ehon/rashinbanban/images/top/bg_top_error.png");
    height: 500px;
  }
}
@media screen and (min-width: 960px){	
  .top_banbantou_error {
    height: 600px;
  }
}
@media screen and (min-width: 1150px){	
  .top_banbantou_error {
    height: 700px;
  }
}
@media screen and (min-width: 1250px){	
  .top_banbantou_error {
    height: 800px;
  }
}
@media screen and (min-width: 1350px){	
  .top_banbantou_error {
    height: 900px;
  }
}
@media screen and (min-width: 1450px){	
  .top_banbantou_error {
    height: 1000px;
  }
}
@media screen and (min-width: 1550px){	
  .top_banbantou_error {
    height: 1100px;
  }
}
/* @media screen and (min-width: 1650px){	
  .top_banbantou_error {
    height: 1200px;
  }
}
@media screen and (min-width: 1750px){	
  .top_banbantou_error {
    height: 1300px;
  }
}
@media screen and (min-width: 1850px){	
  .top_banbantou_error {
    height: 1400px;
  }
}
@media screen and (min-width: 1950px){	
  .top_banbantou_error {
    height: 1500px;
  }
}
@media screen and (min-width: 2050px){	
  .top_banbantou_error {
    height: 1600px;
  }
}
@media screen and (min-width: 2150px){	
  .top_banbantou_error {
    height: 1700px;
  }
} */

.top_banbantou_error_button {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  background: #1c56a7;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  width: 250px;
  border-radius: 50px;
  text-decoration: none;
}
@media screen and (min-width: 490px){	
  .top_banbantou_error_button {
    top: 450px;
  }
}
@media screen and (min-width: 700px){	
  .top_banbantou_error_button {
    top: 650px;
  }
}
@media screen and (min-width: 960px){	
  .top_banbantou_error_button {
    top: 350px;
  }
}
@media screen and (min-width: 1200px){	
  .top_banbantou_error_button {
    top: 400px;
  }
}
@media screen and (min-width: 1800px){	
  .top_banbantou_error_button {
    top: 600px;
  }
}

.top_news {
  width: 90%;
  max-width: 1050px;
  background-image: url("../images/top/top_news_bg.png");
  background-size: cover;
  border-radius: 10px;
  padding: 10px;
  opacity: 0.9;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px){	
  .top_news {
    bottom: -100px;
  }
}
@media screen and (min-width: 1280px){	
  .top_news {
    bottom: -70px;
  }
}

.top_news_bg {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px){	
  .top_news_bg {
    padding: 20px;
    display: flex;
  }
}

@media screen and (min-width: 768px){	
  .top_news_list_wrap {
    width: 85%;
  }
}

.top_news_list {
  margin: 10px auto 0;
}

.top_news_item {
  border-bottom: 1px dotted #c3defa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px){	
  .top_news_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
  }
}

.top_news_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.top_news_title_wrap {
  max-width: 95px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){	
  .top_news_title_wrap {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.top_news_days {
  color: #4f8bbc;
}

.top_news_text {
  color: #000;
}

/* ====================
トップページ - 使い方ガイド
==================== */

.top_about_movie {
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 830px){	
  .top_about_movie {
    padding-top: 150px;
  }
}

.top_about_movie_images_wrap {
  max-width: 300px;
  margin: 0 auto;
}

.top_about_movie_text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
  max-width: 500px;
  margin: 0 auto;
}

.top_about_movie_icon_wrap {
  background: #faf294;
  padding: 20px 10px;
  margin: 20px auto 0;
}

.top_about_movie_icon_title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  color: #000;
}

.top_about_movie_icon_list {
  display: flex;
  margin-top: 20px;
}

.top_about_movie_icon_item {
  padding-right: 10px;
  padding-left: 10px;
}

.top_about_movie_icon_item_line {
  position: relative;
  flex-grow: 1;
}

.top_about_movie_icon_item_line::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
  right: 0;
	content: "";
  margin-left: 10px;
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #333; /*--縦線の色--*/
}

.top_about_movie_icon_button {
  margin-top: 10px;
}

/* ====================
トップページ - トピックス
==================== */

@media screen and (min-width: 768px){	
  .top_topics.page_content {
    padding: 150px 0 0;
  }
}

.top_topics_all_link {
  margin: 20px auto 50px;
  transition: 0.3s;
}
@media screen and (min-width: 768px){	
  .top_topics_all_link {
    margin-right: 0;
    margin-left: auto;
  }
}

.top_topics_slider_wrap {
  position: relative;
}

.top_topics_slider_bg {
    background: url(../images/top/wave.png) no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background-size: cover;
    position: absolute;
}

.rudder_images_wrap {
  display: none;
}
@media screen and (min-width: 768px){	
  .rudder_images_wrap {
    display: block;
    margin-top: 150px;
    max-width: 95px;
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
  }
}

/* スライダー */
.top_topics_slider_item {
  height: auto;
  transform: scale(.5);
  transition: opacity .5s, transform .5s;
  width: 100%;
  vertical-align: top;
  display: block;
}

.top_topics_slider .slick-center {
  transform: scale(1);
  max-width: 600px;
}

.top_topics_slider_item:not(.slick-center) {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px){	
  .top_topics_slider_item:not(.slick-center) {
    top: -70px;
  }
}

.top_topics_slider_item_read {
  display: none;
}

.slick-center .top_topics_slider_item_read {
  display: block;
  color: #0067bc;
  width: 250px;
  margin-top: 10px;
  margin-left: -70px;
}
@media screen and (min-width: 480px){	
  .slick-center .top_topics_slider_item_read {
    margin-left: -50px;
  }
}
@media screen and (min-width: 630px){	
  .slick-center .top_topics_slider_item_read {
    width: 300px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 768px){	
  .slick-center .top_topics_slider_item_read {
    width: 350px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 1120px){	
  .slick-center .top_topics_slider_item_read {
    width: 300px;
    position: relative;
    right: -400px;
    top: -100px;
  }
}
@media screen and (min-width: 1250px){	
  .slick-center .top_topics_slider_item_read {
    right: -450px;
  }
}
@media screen and (min-width: 1350px){	
  .slick-center .top_topics_slider_item_read {
    right: -500px;
  }
}
@media screen and (min-width: 1560px){	
  .slick-center .top_topics_slider_item_read {
    right: -600px;
  }
}

.top_topics_slider_item_title {
  font-size: 0.8rem;
  text-align: center;
  width: 95px;
  border-radius: 50px;
  vertical-align: middle;
}

.top_topics_slider_item_title.book {
  background: #FAF194;
}

.top_topics_slider_item_title.news {
  background: #FBD6C7;  
}

.top_topics_slider_item_title.report{
  background: #FAF194;  
}

.top_topics_slider_item_date {
  font-family: "verdana", sans-serif;
  font-style: italic;
  font-size: 0.7rem;
}

.top_topics_slider_item_text {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 10px;
}

.top_topics_slider_item_link_wrap {
  display: block;
  text-decoration: none;
  color: #0067bc;
}

.top_topics_slider_item_link {
  color: #0067bc;
  text-decoration: none;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}

.top_topics_slider_item_link::before {
    background: url(../images/top/more_link.png) no-repeat;
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow {
    background: url(../images/topics/slider_left.png) no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 22%;
    vertical-align: middle;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
}
@media screen and (min-width: 768px){	
  .prev-arrow {
    width: 50px;
    height: 50px;
    bottom: -50px;
    right: 20%;
  }
}
@media screen and (min-width: 1080px){	
  .prev-arrow {
    right: 18%;
  }
}
@media screen and (min-width: 1800px){	
  .prev-arrow {
    right: 17%;
  }
}

.next-arrow {
    background: url(../images/topics/slider_right.png) no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 8%;
    vertical-align: middle;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
}
@media screen and (min-width: 768px){	
  .next-arrow {
    width: 50px;
    height: 50px;
    bottom: -50px;
  }
}

/* ====================
トップページ - コンテンツ
==================== */

.top_movie {
  margin-top: 50px;
}

.top_movie_video_wrap {
  margin: 50px auto 0;
  max-width: 700px;
}

.top_movie_title {
  position: relative;
}

@media screen and (min-width: 1280px){	
  .top_movie_title::before {
    background: url(../images/top/adventure_read.png) no-repeat;
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 100px;
    height: 400px;
    background-size: contain;
    position: absolute;
    left: 150px;
    top: -250px;
  }
}

.top_action.page_content {
  padding-bottom: 50px;
}
@media screen and (min-width: 830px){	
  .top_action.page_content {
    padding-bottom: 100px;
  }
}

.top_action_content_bg {
    background: url(../images/top/rashinban.png) no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}
@media screen and (min-width: 768px){	
  .top_action_content_bg {
    background-size: contain;
  }
}

.top_action_title::before {
    background: url(../images/top/tips.png) no-repeat;
    content: '';
    display: inline-block;
    width: 70px;
    height: 50px;
    background-size: contain;
}

.top_action_content_wrap {
  margin-top: 50px;
}

.top_action_content.box {
  background: rgba(225, 241, 250, 0.8);
  padding: 30px;
  box-shadow: inset 2px 2px 5px rgba(0,0,0,.1),
  inset -2px -2px 5px rgba(0,0,0,.1);
  border-radius: 40px;
  margin: 50px auto 0;
  max-width: 900px;
}
@media screen and (min-width: 768px){	
  .top_action_content.box {
    display: flex;
  }
}

.top_action_content_title {
  color: #0067bc;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.top_action_content_images_wrap {
  margin: 0 auto 20px;
  max-width: 500px;
}
@media screen and (min-width: 768px){	
  .top_action_content_images_wrap {
    width: 30%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 768px){	
  .top_action_content_text_wrap {
    width: 68%;
  }
}