@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pinktxt {
  color: #ff3955;
}

body{
	background-color:black;    
}
header {
/*  position: absolute;*/
position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 5px;
  background-color: black;
}
.logo_img{
    width:50%;
    padding:0 60px;
}
@media screen and (max-width: 768px) {
  header .brand {
    height: 10vw;
  }
}

.footer {
  background-color: #C6E9F6;
}
.footer {
    padding: 3rem 1.5rem 3rem;
}

.title1{
    text-align: center;
    width:100%;
    background-color:black;
    margin:0 auto;
    padding:0px;
}

.detail_waku{
    width: 100%;
    text-align: center;
    margin:0px auto;
    padding: 0px 0px 0px 0px;
    background-size: contain;
    position: relative;
}

.detail2_waku{
	width: 100%;
	text-align: center;
	margin:0px auto;
	padding:50px 0px;
}
.detail1,
.detail2{
    margin:0 auto;
    width:70%;
    padding: 50px;
    background-color:#0071bca1;
}
.btn_items{
    width:45%;
    padding: 20px 10px;
}
.btn_items a{
    display:block;
}
.btn_grayscale{
    filter: grayscale(90%);      
}
.title1 img{
    width:50%;
}
.entrystart_txt{
    font-size: 1.6rem;
    font-weight: 600;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    color: #ffeb3b;
}
.entry_txt{
    font-size: 1.8rem;
    font-weight: 600;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .title1 img{
        width:80%;
    }
	.detail1,
	.detail2{
	    padding: 0px;
	}
    .detail1{
        margin:0 auto;
        width:90%;
        padding:50px 5px;
    }
    .detail2{
        margin:0 auto;
        width:90%;
    }
    .btn_items{
        margin:0 auto;
        width:90%;
        padding: 5px 0px;
    }
}
.main {
  /*background: url(../images/main_bg.jpg);
  background-size: cover;
  background-position: center bottom;*/
  position: relative;
  height:100vh;
  width: 100%;
  background-image: linear-gradient(90deg, #e5003e, #e3007f);
}
.main_cover{
    /*background-color: #00000069;*/
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
}

/*
.title_logo_box{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 10vw;
    z-index:10;
}
*/
.title_logo_box{
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:10;
}
.title_logo_box img{
    width: 70%;
}

.page_img_box{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100%;    
  margin: 0 auto;
  text-align: center;
}

.page_img_box img {
    height: 100%;    
}

.page_title_box{
  position:absolute;
  top:30%;
  left:50%;
  transform: translate(-50%, -50%);
}

a.mile_logo {
    position: absolute;
    display: block;
    top: 20px;
    left: 24vw;
  } 
  a.mile_logo img{ 
	width:70%;
  }

@media screen and (max-width: 768px) {
	.main {
/*		margin: 0;
		padding: 0;
		background: url(../images/main_bg_sp.jpg);
		background-size: cover;
		background-position: center bottom;
		height: 150vw;*/
  position: relative;
  height:80vh;
  width: 100%;
  background-image: linear-gradient(45deg, #ce053b, #f1098b);;
        }
        
	.main_cover{
		/*background-color:#00000059;*/
	    height: 80vh;
	}  
        .page_img_box {
            height: 80vh;
            width: 100%;
            margin: 0 auto;
            text-align: center;
    overflow: hidden;
        }
        .page_img_box img {
            width: 100%;
            height: auto;
        }

	.title_logo_box{
		width:100%;
	}
        .title_logo_box img{
            width: 90%;
        }      

        .page_title_box {
            width:100%;
        }
        .page_title_box img {
            width:100%;
        }
	a.mile_logo {
		position: absolute;
		display: block;
		top: 19px;
    		left: 30px;
	} 
	a.mile_logo img{
		width: 86vw;
	}
    .logo_img {
        width: 100%;
        padding: 0 0px;
    }  
}
.main::before {
  content: "";
  display: block;
  padding-top: 65%;
}
@media screen and (max-width: 768px) {
  .main::before {
    padding-top: 130%;
  }
}
.title_logo_flex{
  position: absolute;
	top: 5px;
	left: 0;
  right:0;
  margin: 0 auto;
	width:70%;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}
.main img.pc_title,
.main img.sp_title {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.main img {
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .title_logo_flex{
      top: 20px;
      width:98%;
    }
    .main img {
        /*top: 54%;
        max-width: 900px;*/
    }
    .main img.sp_title {
        width: 100%;
    }    
    
}
@media screen and (max-width: 1100px) {
    .pc_title{
        width:80%;
    }
}
@media screen and (max-width: 990px) {
    .pc_title{
        width:80%;
    }
}
@media screen and (max-width: 768px) {
/*  .main img {
    top: 54%;
    width: 100%;
  }*/
/*.main img.sp_title {
  	top: 2%;
}    */
  
}
.text1{
    width: 45%;
}
.main img.twitter_btn{
	display: block;
	position: absolute;
	top:auto;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:20%;
}


@media screen and (max-width: 768px) {
    .text1{
        width: 95%;
    }
    .main img.twitter_btn{
	top:auto;
	bottom: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:45%;
    }

}
.hexagon_wrap {
  /*max-width: 950px;*/
  /*margin: 5% auto;*/
}
.hexagon_wrap .column {
  display: flex;
}

.miles_hexagon {
  width: 95%;
  margin: 0 auto;
}
.miles_hexagon img {
  display: block;
  margin: 0 auto;
}

.miles_items {
  background-color: #FFF;
  padding: 0 6%;
  position: relative;
  padding-top: 25%;
  height: 78%;
}
@media screen and (max-width: 768px) {
  .miles_items {
    height: auto;
  }
}
.miles_items .flag {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .miles_items .flag {
    width: 90vw;
  }
}
.miles_items .mileget {
  width: 75%;
}

.f-maru {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 768px) {
  .footer > .is-desktop {
    max-width: 75%;
    margin: auto;
  }
}

.liststyle {
  list-style: inside;
}
.liststyle :first-child {
  list-style: none;
}

/* =================================
フォントサイズ　ベースセッティング
================================== */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  /* Noto Sansフォント */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
/*  background-color: #FFD200;*/
/*  background-color: #ffff00;*/
    /*background: url(../images/bg_pc_500kb.jpg);*/
  
}

h1 {
  font-size: 3.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 900;
}

h2 {
  font-size: 2.4rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 500;
}

h3 {
  font-size: 2.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 400;
}

h4 {
  font-size: 1.8rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 2;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2rem;
  }
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

.cp_1{
    position: absolute;
    top:73%;
    left:10%;
    width:42%;
}
.cp_2{
    position: absolute;
    top:75%;
    left:42%;
    width:54%;
}
a.c_1{
     display: block;
}
a.c_2{
     display: block;
}
.toptext{
}

.button {
    display: block;
    margin: 0px auto;
    width: 50%;
    background-color:transparent;
    border:0px;
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
.cp_1{
    position: absolute;
    top:87%;
    left:0;
    width:100%;
}
.cp_1 img{
    width:60%!important;
    margin: 0 auto;
    text-align:center;
}
.cp_2{
    position: absolute;
    top:70%;
    left:0;
    width:100%;
} 
.cp_2 img{
    width:75%;
    margin: 0 auto;
    text-align:center;
}
a.c_1{
    display: block;
    position: relative;
}
    .toptext{
        position: absolute;
        display: block;
        bottom: -34px;
        text-align: center;
        width:100%;
    }

    .button {
        width: 100%;
    }
}
.section{
    padding:0;
}
.btn{
    padding:20px;
    padding-bottom:50px;
}

hr {
    height: 10px;
    background-image: repeating-linear-gradient(45deg, #af8ebf 0, #d555f8 1px, #9c27b0 0, transparent 50%);
    background-size: 14px 14px;
}
.goods-box{
    position: absolute;
    bottom:0;
    margin:0 auto;
    width:100%;
    text-align: center;
}
.goods-flex{
  margin:0 auto;
  width:70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.goods-flex img{
  width:48%;
  margin: 5px 0;
}
.goods-flex .memo{
    color:#413e3e;
    font-size:1.5rem;
}

.goods-itembox{
  width:100%;
}
.goods-itembox_btn {
    width:55%;
    padding:20px 0 0;
}
.goods-itembox_btn:hover{
  opacity: 0.6;
}


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

   .page_img_box img{
    height: inherit;
   }

   .goods-box{
    position: absolute;
    bottom:120px;
    margin:0 auto;
    width:100%;
    text-align: center;
    }

    .goods-flex{
      width:100%;
      bottom:0;
    }
    .goods-flex img{
      width:45%;
      margin: 0;
    }
    .goods-flex .memo{
      font-size:1.4rem;
      line-height: 1.5rem;
	padding:2rem 0 0 0;

    }  
    .goods-itembox_btn {
        width:100%;
        padding:10px 0 0;
        margin: 0 auto;
        text-align: center;
    }

}

.pc_detail2{
    width:55%;
}
.no_link{
	filter: grayscale(70%);
}