<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: radial-gradient(#fffde8 0%, #faff63 50%);*/


  background: url(../images/bg.jpg);
  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;
  width: 100%;
    height:100vh;
}
.main_cover{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
  
.main_cover img.pc_title{
    padding: 40px 50px;
    display: block;
    width: 100%;
}

.main_cover div.header{
        position: relative;
	width:100%;
	background-color: #1b66a1;
	display: flex;
 	justify-content: center;
	text-align: center;
	padding:8px;
}
.main_cover div.header img{
	width:70%;
}
.main_box{
        position: relative;
	display:flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	width:65%;
}
.main_box img{
	display:block;
}
.main_box img.detail{
	width:100%;
	padding:3rem 2rem;
	margin: 0 auto;
}
.main_box img.goods{
	width:18%;
	margin: 0 auto;
}


.main_box2{
	display:flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	width:70%;
	padding: 0 5rem;
}

.main_box_item {
	padding-top:20px;
	width:32%;
	margin: 0 auto;
}

.main_cover div.x_btn{
        position: relative;
	margin: 0 auto;
	bottom:0;
	padding:20px;
	display: flex;
 	justify-content: center;
	text-align: center;
	width:70%;
}
.main_cover div.x_btn img.kikan{
	display: block;
	width:55%;
	padding: 1rem ;
}

.main_cover div.x_btn a{
	display: block;
	width:25%;
	padding: 1rem ;
}
.main_cover div.x_btn a img.twitter_btn{
	display: block;
	width:100%;
}


@media screen and (max-width: 768px) {
	.main {
		margin: 0;
		padding: 0;
		background: url(../images/main_bg_sp.png);
		background-size: cover;
		background-position: center top;
		height: 94vh;
		

	}
	.main_cover{
		/*background-color:#00000059;
	            height: 140vw;*/
		/*background: url(../images/main_bg_sp.png);
		background-size: cover;
		background-position: center bottom;*/
	}  
	div.header {
	    width: 100%;
	    background-color: #00000069;
	    display: flex;
	    justify-content: center;
	    text-align: center;
	    padding: 8px;
	}
	.main_cover div.header img{
		width:100%;
	}
	.main_cover img.sp_title{
	    padding: 10px 10px;
	    display: block;
	    width: 100%;
	}
	.main_box{
		width:100%;
	}
	.main_box_item {
		padding-top:10px;
		width:36%;
		margin: 0 auto;
	}

	.main_cover div.x_btn{
		flex-wrap: wrap;
		width:100%;
		padding:20px 5px;
	}
	.main_cover div.x_btn img.kikan{
		display: block;
		width:100%;
		padding: 1rem 0.5rem;
	}
	.main_cover div.x_btn a{
		display: block;
		width:70%;
		padding: 1rem ;
	}
	.main_cover div.x_btn a img.twitter_btn{
		display: block;
		margin: 0 auto;
		width:90%;
	}

}

@media screen and (max-width: 768px) {
  .main::before {
    /*padding-top: 130%;*/
  }
}

@media screen and (max-width: 1300px) {
    .main img {
          }  
}
@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: 0;
}    
  
}
.text1{
    width: 45%;
}


@media screen and (max-width: 768px) {
    .text1{
        width: 95%;
    }
}
.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 &gt; .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%;
}
.no_link{
	filter: grayscale(70%);
}</pre></body></html>