﻿@charset "utf-8";


html,body{
  font-family: "メイリオ",sans-serif;

}
html{
  background-color: #fff;
}
body{
  overflow-y: scroll;
}
body::before{
  content: " ";
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: -1;
  background-color: #fff;

  background-image:;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center -230px;
  background-size: 1550px auto;
}

a:link {
  color: #ff0000;
}

a:hover{
  opacity: 0.7;
}

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

.scrollStop{
  overflow: hidden;
  /*position: fixed;*/
}


/*────────────────────────
layout
────────────────────────*/

#body-wrap{
}

#topmargin {
margin-top: 20px;

}

#big{
 font-size: 20em;

}

#content{
}
#content .content-wrap{
  width: 85%;
  max-width: 960px;
  margin: auto;
  padding: 0 0 2.5rem 0;
  /*background-color: #fff;*/
  background-color: rgba(240,250,255,0.75);
  /*color: #24274a;*/
  color: #24274a;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2), 0px 0px 3px rgba(255,255,255,1) inset;
}
#content .content-wrap a{
  color: #24274a;
  text-decoration: underline;
}
#content .content-wrap a:hover,
#content .content-wrap a:active{
  text-decoration: none;
}

#share{
}
#share .share-wrap{
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}


/*────────────────────────
common
────────────────────────*/

.menubox {
  padding: 10px;
  overflow: hidden;
  width: 100%;
}
.menubox .menubox_title {
  width: 50%;
  float: left;
}
.menubox ul {
  width: 48%;
  margin: 0 0 2% auto;
  list-style: none;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

#content .section{
  width: auto;
  margin: 0;
  padding: 0;
}

#content .section-wrap{
  width: 100%;
}

#content .section-wrap a {
 color: #ff0000;
 font-weight: bold;
}

#content .section-wrap02{
  width: 100%;
}

#content .section-wrap02 img {
  width:100%;
  height:auto;
  max-width: 670px;
}

#content .section-wrap3{
 padding-top: 10px;
}

.section-wrap4{
 max-width: 200px;
}

.mainpic {

 text-align : center;
}



#content .section h1{
  color: ##000;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #000;/*上線*/
  border-bottom: solid 3px #000;/*下線*/
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  }


#content .section h2{
  font-size: 16px;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  text-align: center;
  margin: 10px 0;
}

#content .section h2:before,h2:after{
position: absolute;
top: 0;
content:'';
width: 8px;
height: 100%;
display: inline-block;
}
#content .section h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#content .section h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}


#content .section h3{
    width: 92%;
  position: relative;
background: #000;
padding: 2px 5px 2px 50px;
font-size: 25px;
color: #fff;
border-radius: 0 10px 10px 0;
}

#content .section h3:before {
font-family: FontAwesome;
content: "\f02d";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #000;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -0.4em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}


#content .section h4{
    width: 92%;
  position: relative;
background: #000;
padding: 2px 5px 2px 50px;
font-size: 25px;
color: #fff;
border-radius: 0 10px 10px 0;
}

#content .section h4:before {
font-family: FontAwesome;
content: "\f1a5";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #000;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -0.4em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}


#content .section h5{
    width: 90%;
  position: relative;
background: #000;
padding: 8px 5px 5px 50px;
font-size: 23px;
color: #fff;
border-radius: 0 10px 10px 0;
}

#content .section h5:before {
font-family: FontAwesome;
content: "\f1b2";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #000;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -0.4em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}

#content .section h6{
    width: 92%;
  position: relative;
background: #000;
padding: 2px 5px 2px 50px;
font-size: 25px;
color: #fff;
border-radius: 0 10px 10px 0;
}

#content .section h6:before {
font-family: FontAwesome;
content: "\f03e";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #000;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -0.4em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white;
border-radius: 50%;
}


h8 {
font-size: 20px;
font-weight: bold;
}

h9 {
font-size: 28px;
font-weight: bold;
color: red;
}

h10 {
font-size: 28px;
font-weight: bold;

}

#content .section big{
  font-size: 1.3em;
}
#content .section small{
  font-size: 0.8em;
}
#content .section em{
  position: relative;
  padding: 0 0.3em;
  font-weight: bold;
  font-style: normal;
}
#content .section em.cll-red{ color: #d2052c; }
#content .section em.cll-pink{ color: #f84d85; }
#content .section em.cll-orange{ color: #f76005; }
#content .section em.cll-green{ color: #069d0d; }
#content .section em.cll-purple{ color: #ba06cf; }
#content .section em.cll-blue{ color: #0812da; }

#content .section .al-c{ text-align: center; }
#content .section .al-r{ text-align: right; }
#content .section .al-l{ text-align: left; }

#content .section .bg-col-twitter{ background-color: #1da1f2 !important; }
#content .section .bg-col-instagram{ background-color: #d93175 !important; }
#content .section .bg-col-itunes{ background-color: #555555 !important; }
#content .section .bg-col-googleplay{ background-color: #6ab344 !important; }


#content .section .btn-wide{
  margin: 0 auto;
  padding: 0;
  background-color: #d70e18;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
  position: relative;
  width: 100%;
  max-width: 480px;
  display: block;
}
#content .section .btn-wide i{
  display: block;
  width: 80px;
  margin: 0 0;
  text-align: center;
  font-size: 1.5rem;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#content .section .btn-wide i:before{
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6.5px;
}
#content .section .btn-wide span{
  display: block;
  padding: 26px;
  font-size: 1.2rem;
  line-height: 28px;
  margin-left: 80px;
}

#content .section .btn-small{
  display: block;
  margin: 0 0;
  text-align: center;
  font-size: 1.4rem;
  background: #666;
  cursor: pointer;
  color: #fff;
}
#content .section .btn-small i{
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#content .section .btn-small i:before{
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6.5px;
}
#content .section .btn-small span{
  display: block;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 2rem;
}


#content .section .deadline{
  width:100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

#content .section * .block-head,
/*#content .section * .block-supporter,*/
#content .section * .block-text,
#content .section * .block-dl,
#content .section * .block-cb,
#content .section * .block-attention,
#content .section * .block-video,
#content .section * .block-list,
#content .section * .block-gallery,
#content .section * .block-thumblist,
#content .section * .block-step{
  width: auto;
  margin: 0 12.5%;
  padding-bottom: 2.5rem;
}
#content .section * .block-head{
}


#content .section .block-supporter{
}
#content .section .block-supporter ul{
  margin: 0;
  padding: 0;

  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  justify-content:         center;
  -webkit-align-items: stretch; /* Safari */
  align-items:         stretch;
}
#content .section .block-supporter ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33.33%;

  background-image: url(../img/border_glayline/tl.png),url(../img/border_glayline/tr.png),url(../img/border_glayline/bl.png),url(../img/border_glayline/br.png);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left top,right top,left bottom,right bottom;
  background-size: auto auto,auto auto,auto auto,auto auto;
}
#content .section .block-supporter ul li:nth-of-type(1){
  width: 66.66%;
}
#content .section .block-supporter ul li figure{
  padding: 0.625rem;
}
#content .section .block-supporter ul li figure img{
  width: 100%;
  max-width: 460px;
  height: auto;
}
#content .section .block-supporter ul li figure figcaption{
  margin-top: 0.5em;
  /*color: #777;*/
  text-align: center;
  font-weight: bold;
}

#content .section .block-cb{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
}

#content .section .block-cb h3{
  width: 100%;
}
#content .section .block-cb dl{
  width: 50%;
}
#content .section .block-cb dl dt{
  float:left;
  width: 3.5em;
  text-align-last: justify;
}
#content .section .block-cb dl dt:after{
  content: ":";
  margin-right: 0.2em;
}
#content .section .block-cb dl dd{
  margin: 0 0 1em 3.5em;
}
#content .section .block-cb img{
  width:%;
  max-width: px;
}
#content .section .block-cb .map{
  width: 100%;
  max-width: 700px;
  padding: 10px 10px 15px 20px;
  background-image: url();
  background-color: ;
}
#content .section .block-cb .map iframe{
  width: 100%;
}

#content .section .block-cb .map02{
  color: #000;
  width: 100%;
  max-width: 700px;
  padding: 10px 10px 15px 20px;
  background-image: url();
  background-color: ;
}
#content .section .block-cb .map02 iframe{
  width: 100%;
}

#content .section .block-cb .map03{
  color: #fff;
  width: 100%;
  max-width: 700px;
  padding: 10px 10px 15px 20px;
  background-image: url(../img/products/img_products_01.png);
  background-color: #f6f6f6;
}
#content .section .block-cb .map03 iframe{
  width: 100%;
}

#content .section .block-cb .map04{
  color: #000;
  width: 100%;
  max-width: 700px;
  padding: 10px 10px 15px 20px;
  background-image: url();
}
#content .section .block-cb .map04 iframe{
  width: 100%;
}

#content .section .block-text{
}

#content .section .block-text02{
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 0.5em;
  margin-top:  0.5em;
  text-align: center;
}

span {
display: inline-block;
width: 10em;
}


#content .section .block-text03{
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 0.5em;
  margin-top:  0.5em;
  padding: 5rem
  text-align: left;
  color: #000
}

#content .section .block-box{
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-top:  0.5em;
  background-color: #ff9999

}

#content .section .block-text04{
  padding: 10px;
  text-align: left;
  font-weight: bolder;
  color: #000;
}



#content .section .block-dl{}
#content .section .block-dl dl{
  line-height: 1.5;
}
#content .section .block-dl dl dt{
  width: 30%;
  font-weight: bold;
}
#content .section .block-dl dl dd{
  margin-left: 2em;
  margin-bottom: 0.5em;
}


#content .section * .block-dl{
}
#content .section * .block-dl{
}

#content .section * .block-attention{
}
#content .section * .block-attention ul{
  font-size: 0.8rem;
  line-height: 1.5;
  list-style-type: none;
}
#content .section * .block-attention ul li{
  text-indent: -1em;
  margin-left: 1em;
}
#content .section * .block-attention ul li:before{ content: "※"; }




#content .section .block-gallery{
}
#content .section .block-gallery ul{
  margin: 0;
  padding: 0;

  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  justify-content:         center;
  -webkit-align-items: stretch; /* Safari */
  align-items:         stretch;
}

#content .section .block-gallery ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33.33%;

  background-image: url(../img/border_glayline/tl.png),url(../img/border_glayline/tr.png),url(../img/border_glayline/bl.png),url(../img/border_glayline/br.png);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-position: left top,right top,left bottom,right bottom;
  background-size: auto auto,auto auto,auto auto,auto auto;
}
#content .section .block-gallery ul li figure{
  padding: 0.625rem;
  line-height: 0;
}
#content .section .block-gallery ul li figure img{
  width: 100%;
  height: auto;
}

#content .section .block-gallery{
}

#content .section .block-video{
}
#content .section .block-video .youtube{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9の比率の場合 */
  overflow: hidden;
}
#content .section .block-video .youtube iframe,
#content .section .block-video .youtube object,
#content .section .block-video .youtube embed{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.frame{
  border-top: 20px solid #B37D4D;    /* 上のborderを指定 */
  border-right: 20px solid #B37D4D;  /* 右のborderを指定 */
  border-bottom: 20px solid #D2AE7E; /* 下のborderを指定 */
  border-left: 20px solid #D2AE7E;   /* 左のborderを指定 */
  box-shadow: inset 0 0 10px #000;   /* 内側に影を指定 */
  display: inline-block;             /* 写真に合わせるためインラインブロック要素にする */
}
.frame img {
  position: relative; /* z-indexを指定 */
  z-index: -1;        /* 影を写真の上に重ねるためマイナス値を指定 */
	vertical-align: bottom;
}

.cp_cssslider {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 2em auto;
	border: 10px solid #ffffff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
.cp_slide_item {
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}
.cp_slidewrapper {
	width: 500%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 20s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	40% {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
	}
	60% {
	-webkit-transform: translateX(-900px);
	transform: translateX(-900px);
	}
	80% {
	-webkit-transform: translateX(-1200px);
	transform: translateX(-1200px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	40% {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
	}
	60% {
	-webkit-transform: translateX(-900px);
	transform: translateX(-900px);
	}
	80% {
	-webkit-transform: translateX(-1200px);
	transform: translateX(-1200px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}


#content .section .block-appdl{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-align-items: flex-start; /* Safari */
  align-items: flex-start;
}
#content .section .block-appdl figure{
  width: 30%;
}
#content .section .block-appdl figure img{
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
#content .section .block-appdl ul.store{
  width: 70%;
}
#content .section .block-appdl ul.store li{
  margin: 1rem;
  list-style: none;
}
#content .section .block-appdl ul.attention{
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}
#content .section .block-appdl ul.attention li{
  margin-bottom: 0.5rem;
  font-size: 0.8em;
  list-style: none;
}


#content .section * .block-step{
}
#content .section * .block-step ul{
}
#content .section * .block-step ul li{
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1.5rem 1rem;
  list-style: none;
  line-height: 1.5;
  background: #fff;
  box-sizing: border-box;
}
#content .section * .block-step ul li:after{
  content: "\f0d7";
  display: block;
  right: 0;
  bottom: -0.75em;
  left: 50%;
  width: 1em;
  margin: 0 0 0 -0.5em;
  padding: 0;
  position: absolute;
  font-family: FontAwesome;
  text-align: center;
  font-size: 2rem;
  color: #ccc;
  z-index: 99999;
}
#content .section * .block-step ul li:last-of-type:after{
  content: "";
}
#content .section * .block-step ul li em{
  display: inline-block;
  position: relative;
  margin: 0 1em 0 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
}



#content .section .block-thumblist{
}


#content .section .block-thumblist ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#content .section .block-thumblist ul li{
  width: 48%;
  margin: 0 0 2% 0;
  list-style: none;
  position: relative;
  font-size: 0.8rem;
}
#content .section .block-thumblist ul li .thumb{
  display: block;
  cursor: pointer;
}
#content .section .block-thumblist ul li .store{
}
#content .section .block-thumblist ul li .store a{
  display: block;
}
#content .section .block-thumblist .overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  padding: 5vh 0 10vh 0;
  box-sizing: border-box;
  z-index: 99999;

  display: none;
}
#content .section .block-thumblist .overlay .overlay-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2rem auto;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: scroll;
  width: 70vw;
  height: 90vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#content .section .block-thumblist .overlay .overlay-close{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#content .section .block-thumblist .overlay .block-image{
  width: 48%;
  box-sizing: border-box;
  text-align: center;
}
#content .section .block-thumblist .overlay .block-image img{
  width: 100%;
  height: auto;
}
#content .section .block-thumblist .overlay .block-info{
  width: 48%;
  box-sizing: border-box;
}
#content .section .block-thumblist .overlay .block-info p{
  font-size: 1rem;
}
#content .section .block-thumblist .overlay .block-info ul.store{
  display: block;
  margin: 1rem 0;
}
#content .section .block-thumblist .overlay .block-info ul.store:after{
  content: " ";
  display: block;
  clear: both;
}
#content .section .block-thumblist .overlay .block-info .store li{
  width: 48%;
  margin: 0 1% 2% 1%;
  list-style: none;
  float: left;
}

#content .section .block-thumblist .overlay .block-info .store li a{
  display: block;
}
#content .section .block-thumblist .overlay .block-info .store li a img{
  display: block;
  width: 100%;
  height: auto;
}

.yokonarabi5{
    display:flex;
    border: 1px solid #999;
    background: #f2f2f2;
    padding: 10px;
}
@media(max-width:750px){
    .yokonarabi5{
        flex-wrap: wrap;
    }
    .yokonarabi5>div{
        width: 50%;
    }
}


/*────────────────────────
category
────────────────────────*/
#hero2{
}
#hero2 .hero-wrap2{
  margin: 0 ;
  padding-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-size: 36px;
}

#hero{
}
#hero .hero-wrap{
  margin: 0 ;
  padding-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#hero .title{

}
#hero .title img{
  width: 60%;
  max-width: 80%;
  padding-top: 15px;


}


#hero .guest{
  position: absolute;
  left: 50%;
  top: 340px;
  padding-left: 260px;
}
#hero .guest .btn-wide img{
  width: 100%;
  height: auto;
}
#hero .video{
  position: absolute;
  top: 8vh;
  right: 3vw;
  margin: 0 auto;
}
#hero .video a{
  display: inline-block;
  width: 20vw;
  max-width: 150px;
  height: auto;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  border: 1px solid rgba(200,255,255,0.1);
  box-sizing: border-box;
}
#hero .video a img{
  display: block;
  width: 100%;
  height: auto;
}


#content #outline{
}
#content #outline .block-video{
  padding-top: 1rem;
  padding-bottom: 0;
}
#content #outline .block-head{
    padding: 14px 50px 0px;
    font-weight: bold;
    font-size: 0.5rem;
    text-align: center;
    /*text-shadow: 0px 0px 3px rgba(255,255,255,1), 1px 1px 5px rgba(0,0,0,0.3);*/
}
#content #outline .block-head ul{
margin: 1em auto 0 auto;
    padding: 0 0 0 2.5rem;
    width: 100%;
    max-width: 480px;
    list-style: none;
    box-sizing: border-box;
}
#content #outline .block-head ul li{
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: left;
}
#content #outline .block-head ul li:nth-of-type(1){ color: #f76005; }
#content #outline .block-head ul li:nth-of-type(2){ color: #f84d85; }
#content #outline .block-head ul li:nth-of-type(3){ color: #069d0d; }
#content #outline .block-head ul li i{
    width: 1.8rem;
    height: 1.8rem;
    margin-left: -2.2rem;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    text-shadow: 0px 0px 0px transparent;
    /*box-shadow: 0px 0px 3px rgba(255,255,255,1), 1px 1px 5px rgba(0,0,0,0.3);*/
}
#content #outline .block-head ul li:nth-of-type(1) i{ background-color: #f76005; }
#content #outline .block-head ul li:nth-of-type(2) i{ background-color: #f84d85; }
#content #outline .block-head ul li:nth-of-type(3) i{ background-color: #069d0d; }

#content #outline .block-text{
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    /*text-shadow: 0px 0px 3px rgba(255,255,255,1), 1px 1px 5px rgba(0,0,0,0.3);*/
}


#content #sns{
}



#content #video{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 18vh 5vw;
    box-sizing: border-box;
    z-index: 99999;
}
#content #video .block-video{
    width: 100%;
    max-width: 853px;
    margin: 0 auto 2.5rem auto;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(200,255,255,0.1);
    position: relative;
}
#content #video .block-video .btn-close{
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
#content #video .block-video-closearea{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}





#share{
  display: block;
  padding: 20px 0 40px 0;
  text-align: right;
}
#share ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#share ul li{
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
#share ul li+li{
  margin-left: 5px;
}
#share ul li a{
  display: inline-block;
  margin: 0;
  padding: 0;
}
#share ul li a img{
  display: block;
  width: 40px;
  height: 40px;
}





/* PC表示
-----------------------------------------------------------------------*/
@media screen and (min-width:1070px){

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

}

/* スマホ表示
-----------------------------------------------------------------------*/
@media screen and (max-width: 300px){

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

  html,body{
    font-size: 14px;
  }
  body::before{
    background-position: center -80px;
    background-size: 680px auto;
  }

  #content .section h2{
     font-size: 9px;
   }

   #content .section h3,
   #content .section h4,
   #content .section h5,
   #content .section h6{
      font-size: 16px;
      width: 83%;
  }

  /*────────────────────────
  common
  ────────────────────────*/

  #content .section .btn-wide i{
    width: 60px;
  }
  #content .section .btn-wide span{
    margin-left: 60px;
    padding: 16px;
    line-height: 24px;
  }

  #content .section .deadline{
    width: auto;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.1rem;
  }


  #content .section * .block-head,
  #content .section * .block-supporter,
  #content .section * .block-text,
  #content .section * .block-dl,
  #content .section * .block-cb,
  #content .section * .block-attention,
  #content .section * .block-video,
  #content .section * .block-gallery,
  #content .section * .block-nicovideo,
  #content .section * .block-appdl{
      margin: 0 4%;
  }

  #content .section .block-supporter ul li{
    width: 100%;
  }
  #content .section .block-supporter ul li:nth-of-type(1){
    width: 100%;
  }

  #content .section .block-cb h3{
    width: 100%;
  }
  #content .section .block-cb dl{
    width: 100%;
  }
  #content .section .block-cb .map{
    width: 100%;
  }

  #content .section .block-attention p{
    margin-right: 4%;
    margin-left: 4%;
  }
  #content .section .block-attention ul{
    margin-right: 4%;
    margin-left: 4%;
  }



  #content .section .block-gallery ul li{
    width: 50%;
  }


  #content .section .block-appdl{
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
  }
  #content .section .block-appdl figure,
  #content .section .block-appdl ul.store{
    width: 100%;
  }

  #content .section .block-nicovideo figure{
    width: 100%;
  }
  #content .section .block-nicovideo div{
    width: 100%;
  }



  #content #video{
    padding: 30vh 5vw;
  }




  /*────────────────────────
  category
  ────────────────────────*/

  #hero .title img{
    width: 94%;
  }
  #hero .guest{
    position: absolute;
    left: inherit;
    top: 65%;
    padding-left: 0;
    right: 0;
    margin-right: -5%;
  }
  #hero .guest .btn-wide img{
    width: 110px;
    height: auto;
    width: 30vw;
  }


  #content #outline .block-head{
    padding-top: 3rem;
    font-size: 1rem;
  }
  #content #outline .block-head p big{
    display: block;
  }


  #content .section .block-thumblist .overlay .overlay-wrap{
    width: 90vw;
  }
  #content .section .block-thumblist .overlay .block-image{
    width: 100%;
    margin: 1rem 0;
  }
  #content .section .block-thumblist .overlay .block-info{
    width: 100%;
  }
  #content .section .block-thumblist .overlay .block-info .store li{
    width: 100%;
  }
  #content .section .block-thumblist .overlay .block-info .store li+li{
    margin-left: 0;
    margin-top: 1rem;
  }

}
