@charset "UTF-8";

/* ?g?b?v?y?[?W??N???W?b?g?J?[?h?e?L?X?g???? */


img.top-image{
  width:50%;
}

.top-banner-red1{
  background-color: white !important;
}

.creditcardbox{
   margin: 0 auto;
	text-align: center;
	background: #ffefef;
	font-weight: bold;
}
　
.creditcardbox_sp{
	display:block;
	margin: 5px 0 auto;
	padding-top:10px;
	text-align: center;
	background: #ffefef;
	font-weight: bold;
}

/* ?g?b?v?y?[?W??N???W?b?g?J?[?h?????????????? */

.creditcard_img{
	max-width:100%;
	margin: 0 auto;
}
.creditcard_img_pc{
   display: block;
	margin: 0 auto;
}

.top-banner-red{
 padding:0px;
 background-color: #C30D22;
 text-align: center;
}
.top-banner-red1 {
    padding: 0px;
    background-color: #DD614D;
    text-align: center;
}

.top-banner-blue{
 padding:0px;
 background-color: #1C1F87;
 text-align: center;
}
.top-banner-blue1{
 padding:0px;
 background-color: #00A0DE;
 text-align: center;
}
.top-banner-green1 {
    padding: 0px;
    background-color: #327DBB;
    text-align: center;
}
.top-banner-yellow {
    padding: 0px;
    background-color: #F7E64E;
    text-align: center;
}
.top-banner-green {
    padding: 0px;
    background-color: #65AF52;
    text-align: center;
}
.top-banner-gray {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
.top-banner-gray p{
    font-size: 25px;
    font-weight: bold;
    color: #ff0000;
}

.top-banner-oshirase{
    width: 1000px;
    margin: 30px auto 0 auto;
    background: #f7f7f7;
    padding: 30px;
}
.top-banner-oshirase p:nth-of-type(1){
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  padding: 0 0 15px 0;
}
.top-banner-oshirase p:nth-of-type(2){
  font-size: 17px;
  font-weight: 600;
  color: #ff0000;
}


.top-swiper{
  overflow: hidden;
}

.anchor{
  padding-top: 120px;
  margin-top: -120px;
}

/*  キャンペーンバナー */
.top_campaignBox{
  width: 100%;
  text-align: center;
  background:
    linear-gradient(45deg, #C03A2C 25%, transparent 25%, transparent 75%, #C03A2C 75%),
    linear-gradient(45deg, #C03A2C 25%, transparent 25%, transparent 75%, #C03A2C 75%);
  background-size:
    40px 40px;
  background-position:
    0 0,
    20px 20px;
  background-color: rgb(198, 0, 0);
}
.top_campaignBox img{
  width: 50%;
}


/* モーダルウィンドウ 開始 */

#mom_layer{
 display: none;
 position: fixed ;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background: white;
 opacity: 0.60;
 filter: alpha(opacity=60);
 z-index: 11;
}
#kids_layer{
 display: none;
 position: fixed;
 top: 40%;
 left: 50%;
 margin-top: -240px;
 margin-left: -320px;
 z-index: 12;
}
#modal_window h1{
 margin: 20px 50px;
 font-size: large;
 border-left: 10px solid #7BAEB5;
 border-bottom: 1px solid #7BAEB5;
 padding: 10px;
 width: 600px;
}
#modal_window ul{
 /*width: 700px;*/
 list-style-type: none;
 width: 100%;
 text-align: center;
 padding: 10px 0;
 background: #fff57f;
}
#modal_window ul li{
 /*float: left;*/
}
#modal_window ul li img{
 border: 0;
 margin: 10px;
}
img.close {
 position: absolute;
 top: -10px;
 right: -10px;
 cursor: pointer;
 width: 6%;
}
.sp-view{
  display: none;
}

.pc-view{
  display: block;
}

/* モーダルウィンドウ 終了 */

@media screen and (max-width: 1024px){

  .top-image{
  width: 100%;
}

.top-swiper{
  overflow: hidden;
}

  .top-banner-red{
   padding:0px;
   background-color: #C30D22;
   text-align: center;
  }

  .top-banner-blue{
   padding:0px;
   background-color: #1C1F87;
   text-align: center;
  }

.top-banner-oshirase{
    width: 85%;
    margin: 30px auto 0 auto;
    background: #f7f7f7;
    padding: 30px;
}

}

@media screen and (max-width: 999px){
  .top-image{
  width: 100%;
}
.anshin-img {
  width: 70%;
}
img.close {
    position: absolute;
    top: -10px;
    right: 200px;
    cursor: pointer;
    width: 6%;
}

.top-swiper{
  overflow: hidden;
}

  .top-banner-red{
   padding:0px;
   background-color: #C30D22;
   text-align: center;
  }

  .top-banner-blue{
   padding:0px;
   background-color: #1C1F87;
   text-align: center;
  }
}



@media only screen and (max-width: 768px) {

  .top-image{
  width: 100%;
}

#modal_window ul{
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  background: #fff57f;
}

.top-swiper{
  overflow: hidden;
}

  .top-banner-red{
   padding:0px;
   background-color: #C30D22;
   text-align: center;
  }

  .top-banner-blue{
   padding:0px;
   background-color: #1C1F87;
   text-align: center;
  }

}

@media screen and (max-width: 480px){

  .sp-view{
    display: block;
  }

  .pc-view{
    display: none;
  }
  /*  キャンペーンバナー */
.top_campaignBox{
  width: 100%;
  text-align: center;
  background:
    linear-gradient(45deg, #C03A2C 25%, transparent 25%, transparent 75%, #C03A2C 75%),
    linear-gradient(45deg, #C03A2C 25%, transparent 25%, transparent 75%, #C03A2C 75%);
  background-size:
    40px 40px;
  background-position:
    0 0,
    20px 20px;
  background-color: rgb(198, 0, 0);
}
.top_campaignBox img{
  width: 95%;
}

  /*-- モーダルウィンドウ始まり */
  #kids_layer {
      display: none;
      position: fixed;
      top: 40%;
      left: 50%;
      margin-top: -150px;
      margin-left: -191px;
      z-index: 12;
  }

  img.close {
      position: absolute;
      top: -10px;
      right: 50px;
      cursor: pointer;
      width: 6%;
  }

#modal_window ul{
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: #fff57f;
  margin-top: 0;
}

  .anshin-img {
    width: 70%;
  }

  img.close {
      position: absolute;
      top: -10px;
      right: 115px;
      cursor: pointer;
      width: 6%;
  }

  /*-- モーダルウィンドウ終わり */

  .top-banner-gray {
      width: 90%;
      background-color: #fff;
      text-align: center;
      padding: 10px 0;
      margin: 0 auto;
  }
  .top-banner-gray p{
      font-size: 18px;
      font-weight: bold;
      color: #ff0000;
  }

  .top-image{
  width: 100%;
}

.top-swiper{
  overflow: hidden;
}

  .top-banner-red{
   padding:0px;
   background-color: #C30D22;
   text-align: center;
   padding:10px 0 10px 0;
  }

  .top-banner-blue{
   padding:0px;
   background-color: #1C1F87;
   text-align: center;
   padding:10px 0 10px 0;
  }
}

.anchor{
  padding-top: 150px;
  margin-top: -150px;
}

@media only screen and (max-width: 320px) {

  .top-image{
  width: 100%;
}

.top-swiper{
  overflow: hidden;
}
  .top-banner-red{
   padding:0px;
   background-color: #C30D22;
   text-align: center;
   padding:10px 0 10px 0;
  }

  .top-banner-blue{
   padding:0px;
   background-color: #1C1F87;
   text-align: center;
   padding:10px 0 10px 0;
  }

}
