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

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

.pc {
    display: block;
}
.sp {
  display: none;
}

.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;
}



.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;
	}
    .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;
  width: 100%;
    height: 120vh;
}
.main_cover{
    /*background-color: #00000069;*/
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 55vw;
}
.mile_logo {
    position: absolute;
    top: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
} 
.title_box{
	width:100%;
    text-align: center;
	margin:0 auto;
}
.title_box img.pc{
	margin: 0 auto;
}
.mile_logo a{
    margin: 0 auto;
    text-align: center;
  } 

.prezent_box{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.prezent_box img.prezent{
	width:23%;
	margin: 0 auto;
}
.prezent_box .text_pc{
	width:49%;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	height:auto;
	align-items: center;
	align-content: space-around;
	justify-content:center;
}
.prezent_box .text_sp{
	display:none;
}

.prezent_box .text_pc img.detail{
	width: 100%;
	aspect-ratio: 25:4;
}

.prezent_box .text_sp img.detail{
	width: 100%;
	aspect-ratio: 25:4;
}

.prezent_leftbox {
    width: 46%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: start;
}
.prezent_leftbox img{
    width: 50%;
}
.prezent_rightbox {
    width: 46%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: end;
}
.prezent_rightbox img{
    width: 50%;
}
.cp_btn{
    width: 100%;
    text-align: center;
}
.cp_btn img{
}
.cp_btn a img{
    width: auto;
}

@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: 105vh;

	}
	.main_cover{
		/*background-color:#00000059;*/
	    height: 140vw;
	}



	.mile_logo img{
		width: 100%;
		padding: 4px;
	}
	.prezent_leftbox {
		width: 42%;
	}
	.prezent_rightbox {
		width: 42%;
	}

	a.mile_logo {
		position: absolute;
		display: block;
		top: 19px;
    		left: 30px;
	} 
	a.mile_logo img{
		width: 86vw;
	}
    .logo_img {
        width: 100%;
        padding: 0 0px;
    }  

	.cp_btn img {
		margin: 0 auto;
		text-align: center;
		width: 88%;
	}

	.prezent_box img.prezent{
		width:50%;
		margin: 0 auto;
	}
	.prezent_box .text_pc{
		display:none;
	}
	.prezent_box .text_sp{
	width:99%;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	height:auto;
	align-items: center;
	align-content: space-around;
	justify-content:center;
	}

}
.main::before {
  content: "";
  display: block;
  padding-top: 55%;
}
@media screen and (max-width: 768px) {
  .main::before {
    /*padding-top: 130%;*/
  }
}
.main img.pc_title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:76%;
}

@media screen and (max-width: 1100px) {
    .pc_title{
        width:80%;
    }
}
@media screen and (max-width: 990px) {
    .pc_title{
        width:80%;
    }
}
   
  
}
.text1{
    width: 45%;
}
.main img.twitter_btn{
	display: block;
	position: absolute;
	top:auto;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:20%;
	padding-left:5px;
}


@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;
}

.pc_detail2{
    width:55%;
}


.pc {
    display: block;
}
.sp {
  display: none;
}

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


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