@charset "utf-8";



/* =============================================================  Reset and Utility.css  */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;font-weight: normal;vertical-align: baseline;box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
 input, textarea{margin: 0;padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle; max-width:100%;}
a:focus {outline:none;}

.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{clear:both;}
*{outline: none;}
/* =============================================================  HTML,Body,Anchor*/
html {
    font-size: 62.5%; /* 10px */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;

		font-weight: 500;
		letter-spacing:0.7pt;
}
body {
    background-color: transparent;
    line-height: 1.6;
    color: #484848;
}
html,body{height: 100%;}
#wrapper{position: relative;min-height: 100%;height: auto !important;height: 100%;}

a{
    text-decoration: none;
    color: #484848;
}
a.ul{text-decoration: underline;}
a.ul:hover{text-decoration: none;}

#ga{position:fixed;bottom:0;left:0;z-index:9999;color:#f00;}

/* =============================================================  effect  */
.header_link a,
.btn1,
.btn1::after,
input[type="submit"],
input[type="button"],
.function_list_img,
.function_list_img::after,
#home_nav2 a,
.home_main_txt{
    -webkit-transition: all .12s ease-out;
     -moz-transition: all .12s ease-out;
        -ms-transition: all .12s ease-out;
         -o-transition: all .12s ease-out;
            transition: all .12s ease-out;
}


.pc {
	display:none;
}
.sp {
	display:block;
}
.notice {
	font-size:1.4rem;
}
h2 {
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom: 20px;
	line-height: 1.2;
}
.subTxt {
	font-size:1.6rem;
	margin-bottom:20px;
	line-height:1.2;
}
.h3bdr {
	font-size:2rem;
	font-weight:bold;
	border-bottom: 4px solid #484848;
  padding-bottom: 10px;
  display: inline-block;
	margin:30px 0;
}

/*PC,TAB*/
@media screen and (min-width: 768px){
.pc {
	display:block;
}
.sp {
	display:none;
}
.notice {
	font-size:1.6rem;
	margin-bottom:1rem;
}
h2 {
	font-size:3rem; /*30px*/
}
.subTxt {
	font-size:1.7rem;
	margin-bottom:50px;
	line-height: 1.3;
}
.h3bdr {
	font-size:2.2rem; /*22px*/
  padding-bottom: 15px;
	margin:30px 0;
}
}


.results_list,
.price_list,
.function_list,
.about_link,
.flex,
.flex-c,
.performance_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

/* =============================================================  loading  */
#loading {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-indent: -9999px;
}
.loader {
    border: 2px solid #0cf;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: spin 0.75s infinite linear;
}
.loader::before,
.loader::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}
.loader-5,
.loader-5::before {
  display: inline-block;
  border-color: transparent;
  border-top-color: #0cf;
}
.loader-5::before {
  animation: spin 1.5s infinite ease;
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* キャンペーン用追加 */
/* -------------------------------------------------------
camp */
.camp{
  margin-top: 80px;
  padding-bottom: 5px;
}
.camp img{
  width: 100%;
}
.camp a:hover{
  filter: brightness(120%);
}
.camp a{
  display: block;
}
.home #header_bg{
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .camp img{
    height: auto;
    width: auto;
  }
  .camp{
    margin-top: 0px;
  }
  .home #header_bg.fixed{
    position: fixed;
  }
  .camp_bunner{
    text-align: center;
  }
  .camp_bunner{
    max-width: 1200px;
    margin: 0 auto;
  }
  .camp_bunner img{
    position: absolute;
    left: -80px;
    width: 70px;
    top: 10px;
  }
  .camp {
    background: url(../img/bunner_bg1.jpg)center center /cover;
  }
  .bunner_txt{
    position: relative;
    display: inline-block;
  }
  .bunner_txt h2{
    font-size: 3.5rem;
    text-shadow: 2px 2px 1px  #fff,-2px -2px 1px  #fff;
    color: #ff5454;
    line-height: 4.3rem;
    padding-top: 10px;
  }
  .bunner_txt h2 span{
    font-size: 30px;
    color: #484848;
    font-weight: bold;
  }
  .bunner_txt_bottom{
    background: #ff6245;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight:bold;
    line-height: 3rem;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .bunner_txt_bottom {
    font-size: 3.2rem;
    line-height: 5rem;
  }
  .bunner_txt h2{
    font-size: 60px;
    line-height: 7.3rem;
  }
  .bunner_txt h2 span{
    font-size: 40px;
  }
  .camp_bunner img{
    width: auto;
    left: -150px;
  }
}
/* jsの画面高さ固定対応のため */
@media screen and (max-width: 833px) {
  .camp{
    margin-top: 80px;
  }
}


/* キャンペーン終了後に削除、変更する内容↓ */
/* home.min.jsの20行目のsize+233 の300を消す
hsize+300　→　hsize */
/* common.min.jsの92行目の550を200に訂正お願いします */


/* =============================================================  header  */
/*#description,*/
#home_nav_wrap,
.header_link{
    display: none;
}

.header_cont{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 1rem 8rem 1rem 1rem;
    width: 100%;
    z-index: 1000;
    min-height: 6.3rem;
}

#logo{max-width: 287px;}

@media screen and (max-width: 52em){
    /* sp menu str --------------------------------------- */
    #nav_sp{z-index: 9990;}
    #nav_sp ul {
      /* mobile first */
      background-color: #fff;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
      border-radius: .25em;
      max-width: 400px;
      overflow: hidden;
      padding: 2rem;
      visibility: hidden;
      width: 90%;
      z-index: 9998;
      position: fixed;
      right: 1rem;
      top: 1rem;
      transform: scale(0);
      transform-origin: 100% 0;
      transition: transform 0.3s, visibility 0s 0.3s;
    }
    #nav_sp .is-visible {
      visibility: visible;
      transform: scale(1);
      transition: transform 0.3s, visibility 0s 0s;
    }
    #nav_sp .is-visible a{
        border-bottom: 1px dotted #eee;
        display: block;
        font-size: 1.4rem;
        padding: 1.2rem;
    }
     .is-fixed .nav_sp-trigger {
      animation: 0.3s linear 0s normal none 1 running cd-bounce-in;
      transform: scale(1);
      transition: all 0s ease 0s;
      visibility: visible;
    }
    .nav_sp-trigger {
      transform: scale(0);
      transition: transform 0.3s ease 0s, visibility 0s ease 0.3s;
      visibility: hidden;
    }

    .nav_sp-trigger {
      position: fixed;
      top: 1rem;
      right: 1.5rem;
      width: 44px;
      height: 44px;
      background: white;
      border-radius: 0.25em;
        border: 1px solid #ddd;
        cursor: pointer;
      /* image replacement */
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      z-index: 9999;
    }
    .nav_sp-trigger span {
      /* the span element is used to create the menu icon */
      position: absolute;
      display: block;
      width: 20px;
      height: 2px;
      background-color: #26b9eb;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -10px;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s;
    }
    .nav_sp-trigger span::before, .nav_sp-trigger span::after {
      content: '';
      position: absolute;
      left: 0;
      background: inherit;
      width: 100%;
      height: 100%;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.3s, background 0s;
      -moz-transition: -moz-transform 0.3s, background 0s;
      transition: transform 0.3s, background 0s;
    }
    .nav_sp-trigger span::before {
      top: -6px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    .nav_sp-trigger span::after {
      bottom: -6px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
    }
    .nav_sp-trigger.menu-is-open {
      box-shadow: none;
        border: none;
    }
    .nav_sp-trigger.menu-is-open span {
      background: rgba(232, 74, 100, 0);
    }
    .nav_sp-trigger.menu-is-open span::before, .nav_sp-trigger.menu-is-open span::after {
      background-color: #26b9eb;
    }
    .nav_sp-trigger.menu-is-open span::before {
      top: 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .nav_sp-trigger.menu-is-open span::after {
      bottom: 0;
      -webkit-transform: rotate(-225deg);
      -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      transform: rotate(-225deg);
    }
    /* sp menu end --------------------------------------- */
}
@media screen and (min-width: 768px) {
	    .header_navi{
        padding-bottom: 1.5rem;
        position: absolute;
        top: 2.4rem;
        right: 7rem;
    }

    #logo{margin-bottom: 0;}
    .header_link{
        display: inline-block;
        text-align: center;
    }
    .header_link li{
        display: inline-block;
        position: relative;
				margin-right: 2.2rem; /*3rem*/
        font-size: 1.6rem;
    }

    .header_link li:after {
        border-bottom: 1px solid #35a8c5;
        bottom: -1.6rem;
        content: "";
        left: 0;
        padding-bottom: 1.25rem;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    .header_link li:hover:after {
        border-bottom: 4px solid #35a8c5;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
		.header_link li .c_link {
			background:#35a8c5;
			color:#fff;
			padding:5px 10px;
			border-radius:5px;
		}
		.header_link li:last-child {
			margin-right:10px;

		}

}
/*@media screen and (min-width: 52em), print{ SP*/
@media screen and (min-width: 768px) {
    #nav_sp{display: none;}
    .header_cont{
        padding: 1rem 2rem 1rem 1.5rem;
        position: absolute;
        bottom: -6.3rem;
        text-align: left;
    }
    .header_cont.floating{
        position: fixed;
        top: -0.4rem;
        bottom: auto;
    }
    #home_nav_wrap{
        margin-right: .5rem;
        display: inline-block;
        vertical-align: bottom;
    }
    .header_navi{
        right: 0;
        display: block;
				font-size: 1.7rem;
    }

}

@media screen and (max-width: 52em){
    .header_cont{
        position: fixed;
        top: 0;
        height: 80px;
    }
}

/* =============================================================  footer  */
#footer{
		border-top:1px solid #dcdcdc;
    padding:2rem;
    text-align: center;
}
.company_link {
	font-size: 150%;
}
.copyright{
    display: block;
    font-size: 1.1rem;
}


/* =============================================================  common page */
#page-top {
    background-color: #666;
    border-radius: 100%;
    color: #fff;
    display: block;
    text-indent: -9999px;
    height: 5rem;
    width: 5rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
}
#page-top::after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#page-top:hover {
    background: #26b9eb;
}


/* =============================================================  common */
.wrap{
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}
.title1{
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1;
}

.title_sub{
    font-size: 1.6rem;
    display: block;
}

@media screen and (min-width: 768px) {
	.title1{
    margin-bottom: 5rem;
	}
}


/* =============================================================  header  */
.home #header{
    min-height: 32rem;
    position: relative;
}
#header_bg{display: none;}

.home #header_bg {
    display: block;
    min-height: 40rem;  /*キャンペーン終了後32rem*/
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    /* position: fixed;  キャンペーン終了後コメント化解除*/
    top: 0;
}


.header_home {
    height: 100%;
    overflow: hidden;
    min-height: 32rem;
    position: relative;
		z-index:999;
}
.header_home::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.0);
    z-index: 1000;
}

@media screen and (max-width: 52em){
    .home #header{
        min-height: 38rem;
			margin-top:80px;
    }
    .home #header_bg{
        top:0; /*キャンペーン終了後6.3rem*/
    }
    .header_home {
        min-height: 38rem;
    }
}

/*セカンドページ　ヘッダー*/
@media screen and (min-width: 768px) {
	#header.sec {
		position: fixed;
		top: 15px;
		width: 100%;
    z-index: 100;
	}
}

/*クイックパノ*/
.home_main_txt{
	position: absolute;
  text-align: center;
  top: 49%;
	left: 50%;
  -webkit-transform: translate(-50%,-65%);
  -moz-transform: translate(-50%,-65%);
  transform: translate(-50%,-65%);
  width: 25rem; /*20rem*/
  height: 25rem; /*20rem*/
}
.home_main_txt2{
  position: absolute;
  width: 95%;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
  color: #fff;
  max-width: 1200px;
}
.home_main_txt2 img{
  height: 70px;
  width: 100%;
}
.home_main_txt2 p{
  padding: 5px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.home_main_txt2 span{
  font-size: 2rem;
  font-weight: bold;
}
.home_main_txt2 .fs32{
  font-size: 1rem;
}
.fa-caret-right.fa-lg{
  margin-left: 3px;
}
.theta_more .fa-caret-right{
  vertical-align: -3px;
  margin-right: 5px;
}

/* タブレット */
@media screen and (min-width: 500px){
  .home_main_txt2 p{
    padding: 5px 0;
    text-align: center;
    position: absolute;
    width: 100%;
  }
  .home_main_txt2 img{
    height: 60px;
  }
  .home_main_txt2 .tab{
    display: none;
  }
}

@media screen and (min-width: 840px){
  .home_main_txt{
    width: 35rem; /*35rem*/
  	height: 35rem; /*35rem*/
  }
  .home_main_txt2 p{
    font-size: 2rem;
  }
  .home_main_txt2 span{
    font-size: 4rem;
  }
  .home_main_txt2 .fs32{
    font-size: 2rem;
  }
  .home_main_txt2 img{
    height: 170px;
  }
  .home_main_txt2{
    bottom: 45px;
  }
}
@media screen and (min-width: 1170px){
  .home_main_txt2{
    bottom: 55px;
  }
  .home_main_txt2 p{
    /* font-size: 3rem; */
    font-size: 3.6rem;
    letter-spacing: 5px;
  }
  .home_main_txt2 span{
    /* font-size: 4rem; */
    font-size: 4.6rem;
  }
  .home_main_txt2 .fs32{
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
  .home_main_txt2 img{
    height: 170px;
  }
  .home #header {
    height: 800px!important;
  }
  .home #header_bg{
    height: 800px!important;
  }
}



/* =============================================================  common  */
.function_inner,
.demo_inner,
.performance_inner,
.plan_inner,
.planpage_inner,
.device_inner,
.option_inner,
.contact_inner,
.header_camp_inner,
.camp_inner,
.price_example_inner,
.conditions_inner,
.campaign_bunner_inner,
.player_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.contact_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



/* =============================================================  home  */
.content_home{text-align: center;}

/* results */
#results {
    /*padding: 6rem 0 0;*/
}
.results_list{
    background-color: #35a8c5;
}
.results_list p {
	font-size:1.7rem;
}
.results_list li{
    color: #fff;
    padding: 2rem;
    width: 100%;
}
.results_list li:nth-child(2){
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
}
.results_list_img{
    height: 25rem;
    position: relative;
}
.results_list_img_inner{
    display: inline-block;
    width: 25rem;
    height: 25rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.results_list_title{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    vertical-align: middle;
}
@media screen and (min-width: 768px){
	#results {
    padding: 0px 0 0;
	}
    .results_list li{
        padding: 4rem 2rem 3.5rem;
        width: 33.33%;
    }
    .results_list li:nth-child(2){
        border-width: 0 1px;
    }
}
@media screen and (min-width: 830px){
	#results {
    padding: 60px 0 0;
	}
}

/* function */
#function{
    background: url('../img/bg1.png') 0 0 repeat;
    padding: 4rem 2rem;
}
.function_list li{
    width: 49%;
    padding: 0.5rem;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    background: #35a8c5;
    border: 0.5rem solid #4db5cf;
		box-sizing: border-box;
    -webkit-box-sizing: border-box;
		display: table;
		font-weight:bold;
		pointer-events:none;
     /*リンクを貼ったらコメントにしてください*/
}
/* 料金ページの機能部分 */
.planpage .function_list li{
  pointer-events: auto;
}
.function_list li a {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 7rem;
	line-height: 1.3;
	color:#fff;
}
.function_list li h4 {
	font-weight: bold;
}
.function_list li span {
	font-size:1.4rem;
	font-weight:bold;
}
.function_list.flist02 li {
  background: #ff7272;
  border: 0.5rem solid #ff8383;
}
@media screen and (max-width: 768px){
	
	.planpage td .playerCap{
		text-align: left;
	}
}


/*SP タブ*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 0;
	width: 49%;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	background:#c0bfbf;
	margin-bottom: 10px;
}
.cp_tab > input:checked + label.tab1_label:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #379fba;
}
.cp_tab > input:checked + label.tab2_label:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff7272;
}
.cp_tab > input:checked + label.tab1_label {
	background:#379fba;
}
.cp_tab > input:checked + label.tab2_label {
	background:#ff7272;
}
.cp_tab .flist01 {
	margin-bottom:10px;
}

/*---*/



@media screen and (min-width: 768px){
	#function{
		padding: 100px 20px;
	}
	.function_list {
	justify-content:flex-start;
	}
	.function_list li{
		margin:0 2.5% 2rem 0;
		font-size: 1.7rem;
		width: 18%;
    height: 12rem;
		padding: 1rem;
	}
	.function_list li:nth-child(5n){
		margin:0 0 2rem 0;
	}
	.function_list li span {
	font-size:1.5rem;
	}
}

/* demo */
#demo {
	background: #f3f3f3;
	padding: 40px 20px;
}
#demo iframe {
	width:100%;
	height:300px;
}
.demo_link {
	background:#fff;
	padding:15px;
	margin: 10px 0;
	text-align: left;
}
.demo_link p {
	font-size:1.7rem;
	font-weight:bold;
}
.demo_link p a {
	font-size:1.7rem;
	font-weight:normal;
	text-decoration:underline;
}
@media screen and (min-width: 768px){
	#demo {
		padding: 75px 20px;
	}
	#demo iframe {
		height:600px;
	}
	.demo_box {
		background:#fff;
		margin-top:15px;
		padding: 35px 50px;
	}
	.demo_link {
		float: left;
		padding: 0;
    margin: 0;
	}
	.demo_link p {
	font-size:1.8rem;
	}
	.demo_link .demo_url {
		font-size:2.5rem;
		color:#35a8c5;
	}
	.demo_link .demo_url a {
		font-size:2.5rem;
		color:#35a8c5;
		font-weight: bold;
		text-decoration:none;
		}
	.demo_box .btn1 {
		float:right;
	}
}

/* price PLAN/料金 */
#price{
	padding: 40px 0;
}
#price h2,
#price .subTxt{
  padding: 0 20px;
}
#price .subTxt a{
	color: #ff7272;
	font-weight: bold;
}
.price_list li{
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 1.5rem;
}
.price_list_top,
.price_list_middle,
.price_list_bottom{
  box-sizing: border-box;
  height: 170px;
  padding-top: 15px;
}
.price_list_top{
  position: relative;
}
.price_lite .price_list_top{
  background: url(../img/lite_plan_sp.png)center bottom -1px / cover;
}
.price_basic .price_list_top{
  background: url(../img/basic_plan_sp.png)center bottom -1px / cover;
}
.price_premium .price_list_top{
  background: url(../img/premium_plan_sp.png)center bottom -1px / cover;
}
/* 王冠 */
.price_premium .price_list_top::before{
  top: -10px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  content: '';
  height: 23px;
  width: 30px;
  position: absolute;
  background: url(../img/crown.png)center bottom / contain;
	display:none !important;
}
/* プラン名 */
.award{
  color: #ffe500;
  font-size: 1.7rem;
  font-weight: bold;
}
.price_list_top p{
  font-size: 2rem;
}
.price_list_item{
  position:relative;
  font-size: 1.8rem;
 }
.price_list_txt{
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.price_list_bottom .price_list_txt{
  line-height: 28px;
}
.price_list h3{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: -.6rem;
}
/* 値段 */
.price_list_middle{
  color: #000;
  background: #fff;
}
.price_list_middle p span{
  font-size: 3.5rem;
  font-weight: bold;
  color: #484848;
}
/* 特徴 */
.price_list_bottom span{
  font-size: 2.5rem;
}
/* 各プラン */
.price_lite .price_list_bottom{
  background: #fca392;
}
.price_basic .price_list_bottom{
  background: #35a8c5;
}
.price_premium .price_list_bottom{
  background: #65C25E;
}
/* 料金プランを詳しく見る */
#price .btn1{
  width: 92%;
}
#price a:hover{
  opacity: .8;
}

@media screen and (min-width: 768px){
  #price .subTxt{
    font-size: 2.2rem;
    color: #ff7272;
    font-weight: bold;
  }
	#price .subTxt a{
    font-size: 2.2rem;
    color: #ff7272;
    font-weight: bold;
  }
  .price_list h3{
    font-size: 3rem;
  }
  .price_list_bottom .price_list_txt{
    font-size: 1.5rem;
  }
  .price_list_top{
    height: 140px;
  }
  .award{
    font-size: 2.4rem;
  }
  .price_list_top p{
    font-size: 1.6rem;
  }
  .price_list_bottom p span{
    font-size: 2.2rem;
  }
  .price_list li{
    width: 33.33%;
    margin-bottom: 3rem;
  }
  .price_list li:nth-child(2){
    background: #f3f3f3;
  }
  .price_basic .price_list_middle{
    background: #f3f3f3;
  }
  /* 料金プランを詳しく見る */
  #price .btn1{
    float: right;
    margin-right: 10%;
    width: 300px;
    display: inline-block;
  }
  /* ライトプラン擬似要素 */
  .price_list_top::after{
    bottom: -70px;
    border-right: 40vw solid transparent;
    border-left: 40vw solid transparent;
    border-bottom: 50px solid transparent;
  }
  .price_premium .price_list_top::before{
    top: -15px;
    height: 28px;
    width: 36px;
  }
}
@media screen and (min-width: 1000px){
  .price_list_middle p span{
    font-size: 4.6rem;
		line-height:1.2em;
  }
  .price_list_middle p{
    font-size: 2.2rem;
  }
	.price_list_middle p.planCap{
    font-size: 1.8rem;
  }
  .price_list_bottom p span{
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .price_list h3{
    font-size: 3.2rem;
  }
  .price_list_bottom p{
    font-size: 2.2rem;
  }
  .price_list_top{
    height: 170px;
  }
  .price_list_middle{
    height: 160px;
  }
  .price_list_bottom {
    height: 180px;
  }
}
@media screen and (min-width: 768px){
	.price_list_middle p.planCap{
    font-size: 1.6rem;
  }
}


/* performance */
#performance{
	padding: 40px 20px;
}
.performance_list li {
	width:32%;
	margin-bottom:15px;
}
.numCov {
	font-size:2.3rem;
	font-weight:bold;
	background:linear-gradient(transparent 50%, #fff799 50%);
	color:#ff3f3f;
}
.p_num {
	font-size:3.6rem;
	font-weight:bold;
}

@media screen and (min-width: 768px){
#performance{
		padding: 100px 20px;
}
.performance_list li {
	width:19%;
	margin-bottom: 60px;

}
.numCov {
	font-size:4rem;
}
.p_num {
	font-size:5rem;
}

}

/*app*/
@media screen and (min-width: 768px){
	.app_box {
		background:#fff;
		margin-top:15px;
		padding: 35px 50px;
	}
	.app_link {
		float: left;
		padding: 0;
    	margin: 0;
    	text-align: left;
	}
	.app_link p {
		font-size:1.8rem;
		font-weight: bold;
	}
	.app_link .app_url {
		font-size:2.5rem;
		color:#35a8c5;
	}
	.app_link .app_url a {
		font-size:2.5rem;
		color:#35a8c5;
		font-weight: bold;
		text-decoration:none;
		}
	.app_box .logo {
		float:right;
	}
	.logo:hover {
		opacity:0.7;
	}
	.badge {
		margin-top: 20px;
		width: 150px;
	}
}

.app_badge {
  margin: 10px 0 40px;
}
.border_radius {
   	border-radius: 40px;
   	border: 1px solid #f1f1f1;
}

/*contact*/
#contact {
	padding: 40px 20px;
	background: url(../img/bg_contact01.jpg) no-repeat;
	background-position: center center;
	background-size:cover;
	color:#fff;
	text-align:center;
}
#contact .circle {
	width:50px;
	height:50px;
	border-radius:100%;
	color:#35a8c5;
	background:#fff;
	margin: 0 auto 10px;
}
#contact .circle .fas {
	line-height: 50px;
}
.telTxt01 {
	font-size:2.5rem;
}
.telTxt02 {
	font-size:3.8rem;
	font-weight:bold;
	line-height:1.0;
	color: #fff;
}
.telTxt02 a {
	color: #fff;
}
.telTxt03 {
	font-size:1.5rem;
}
#contact .lbox {
	margin-bottom:30px;
}

@media screen and (min-width: 768px){
#contact{
	padding: 100px 20px;
}
#contact .btn1 {
	margin-top: 30px;
}
.telTxt01 {
	font-size:2.8rem;
}
.telTxt02 {
	font-size:4.6rem;
}
}

#contact .rbox {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: inline-block;
}

/* plan */
#plan{
	background: url(../img/bg_plan01.png) ;
	padding: 40px 20px;
}
#plan ul {
	font-size:1.7rem;
	text-align:left;
}


.plan01 {
	background:#b2b2b2;
}
.plan02 {
	background:#ff3f3f;
}
.plan03 {
	background:#35a8c5;
}

span.price {
	font-size:5rem;
	font-weight: bold;
}
p.tit {
	font-size:1.4rem;
	margin-bottom: 5px;
	color:#999999;
	font-weight: normal;
}
span.num {
	font-size:2.5rem;
	font-weight:bold;
}
.plan_mark {
	margin:10px auto;
	width:30px;
}

.bg_white {
	background:#fff;
}
.bg_gry {
	background:#f3f3f3;
}
.bg_pnk01 {
	background:#ffe9e9;
}
.bg_pnk02 {
	background:#ffd8d8;
}
.bg_blu01 {
	background:#edf8fa;
}
.bg_blu02 {
	background:#e0f2f7;
}




/*SP　アコーディオン*/

.accordion_ul {
	margin: 0 auto;
	line-height: 1.2;
}
.accordion_ul li li{
	text-align:center;
	padding: 10px;
	font-weight: bold;
}
.plan_list {
	margin-bottom:5px;
}
.plan_tit {
	padding: 20px 40px 20px 20px;
	cursor: pointer;
	position: relative;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
.plan_tit:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #FFF;
}
.plan_tit.plan01:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #b2b2b2;
}
.plan_tit.plan02:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #ff3f3f;
}
.plan_tit.plan03:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #35a8c5;
}
.plan_tit.active:before {
	margin-top: -2px;
}
.plan_tit.active:after {
	margin-top: 3px;
}

@media screen and (min-width: 768px){
  #plan{
  	padding: 100px 20px;
  }
  #plan ul {
  	margin-bottom: 20px;
  }
  table.plan_table {
  	width: 100%;
  	margin:0 auto 30px;
  	border-collapse: separate;
  	border-spacing: 20px 0px ;
  	font-size: 12px;
  	display: table;
  }
  table.plan_table th,
  table.plan_table td {
  	text-align: center;
  	vertical-align: middle;
  	line-height:1.2;
  	padding: 20px;
  	font-weight:bold;
  }
  table.plan_table th {
  	width: 33.33%;
  	height:120px;
  	font-size:2.5rem;
  	vertical-align: middle;
  	position: relative;
  	color: #fff;
  }
  table.plan_table td {
  	font-size:1.7rem;
  }
}

/*player*/
#player {
	padding: 110px 20px 40px;
}
.player_list_box {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #35a8c5;
}
.player_list {
	text-align:left;
}
.player_list dt {
	font-size:1.7rem;
	font-weight:bold;
	margin-bottom: 10px;
}
.player_list dt span {
	color:#fff;
	background:#ff7272;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-right:10px;
	border-radius:100%;
	display: inline-block;
	font-weight:bold;
}
.player_list dd {
	font-size:1.7rem;
	margin-bottom:40px;
}

@media screen and (min-width: 768px){
#player{
	padding: 130px 20px;
}
.player_list_box {
	margin-top:40px;
	padding-top:40px;
}
.player_list {
	float:left;
	width: 45%;
	margin-right: 5%;
}

}


/* =============================================================
plan page */
/* 料金表 */
#planpage .tab{
  display: none;
}
#planpage h2{
  font-size: 4.6rem;
}
#planpage{
  padding: 30px 0;
  background: #f7fdfe;
}.plan_list_txt{
  font-size: 2rem;
  line-height: 1.2;
}
.planpage .wrap{
  margin-top: 80px;
}
/* 料金プラン表 */
#planpage .plan_lite{
  background: url(../img/lite_plan_sp.png)center bottom / cover;
}
#planpage .plan_basic{
  background: url(../img/basic_plan_sp.png)center bottom / cover;
}
#planpage .plan_premium{
  background: url(../img/premium_plan_sp.png)center bottom / cover;
  position: relative;
}
/* 王冠 */
#planpage .plan_premium::after{
  top: -15px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translatex(-50%);
  content: '';
  height: 27px;
  width: 36px;
  position: absolute;
  background: url(../img/crown.png)center bottom / contain;
	display:none!important;
}
.plantable tbody tr:nth-child(odd){
  background: #e6e6e6;
}
.planpage thead h3{
  font-size: 3rem;
  font-weight: bold;
}
.planpage th,
.planpage td,
.planpage thead th{
  vertical-align: middle;
}
.planpage thead th,
.plantable tbody td,
.plantable tbody th{
  text-align: center;
  font-size: 2rem;
  width: 20%;
  padding: 25px 0;
  box-sizing: border-box;
  font-weight: bold;
}
.plantable:last-child th {
  width: 15%;
}
.plantable tbody td,
.plantable tbody th{
  border: 2px solid #fff;
}
.plantable tbody th{
  font-size: 1.7rem;
}
.planpage thead th{
  color: #fff;
  padding-top: 0;
}
.plantable.sp{
  margin-bottom: 30px;
}
#planpage .plantable thead{
  margin-bottom: 20px;
  display: block;
}
.plantable.sp:last-child{
  margin-bottom: 0;
}
.award2{
  font-weight: bold;
  color: #ffe500;
  font-size: 2.4rem;
}
.plantable td span{
  font-size: 3.8rem;
  font-weight: bold;
}
.plantable td p.playerCap,
.plantable th p.playerCap{
	font-size: 1.4rem;
	line-height: 1.4em;
  font-weight: normal;
	margin-top:10px;
}
.plantable .fs3{
  font-size: 3rem;
  font-weight: bold;
}
.plantable .fs14{
  font-size: 1.4rem;
}
.plantable td .fs2{
  font-size: 2rem;
}
.plantable td .fs22{
  font-size: 2.2rem;
}
.plantable td .fs24{
  font-size: 2.4rem;
}
.plantable .fs17{
  font-size: 1.7rem;
}
.sp .plan_basic,
.sp .plan_lite{
  height: 170px;
}
.sp .plan_premium{
  height: 180px;
}
.plantable .lh12{
  line-height: 1.2;
  padding: 10px 0;
}
@media screen and (min-width:405px) {
  .plantable:last-child th {
    width: 20%;
  }
}
@media screen and (min-width: 768px){
  #option h2,
  #device h2,
  #function h2{
    font-size: 4.6rem;
  }
  .plan_list_txt {
    line-height: normal;
    font-size: 1.5rem;
  }
  .plan_lite .plan_list_txt p,
	.plan_premium .plan_list_txt p{
    margin-top: 38px;
  }
  .planpage thead th{
    vertical-align: top;
  }
  #planpage .tab{
    display: block;
  }
  .plantable tbody th,
  .plantable tbody td{
    font-size: 2.4rem;
    border: 2px solid #fff;
  }
  .plantable tbody tr:nth-child(even) th,
  .plantable tbody tr:nth-child(even) td{
    border-right: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
  }
  .plantable tbody tr:nth-child(even) th:nth-child(1),
  .plantable tbody tr:nth-child(even) td:last-child{
    border: none;
  }
  .planpage thead th{
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .planpage thead,
  .planpage tbody,
  .planpage tr{
    width: 100%;
  }
  .planpage_bg{
    background: #35a8c5;
    width: 100%;
    height: 110px;
  }
  .planpage .wrap{
    margin-top: 0;
  }
  .tb{
    display: none;
  }
  #planpage{
    padding: 120px 20px 20px 20px;
  }
  /* 料金表 */
  #planpage .plan_lite{
    background: url(../plan/img/liteplan.png)center top / cover;
  }
  #planpage .plan_basic{
    background: url(../plan/img/basicplan.png)center top / cover;
  }
  #planpage .plan_premium{
    background: url(../plan/img/premiumplan.png)center top / cover;
  }
  #planpage thead {
    margin-bottom: 10px;
    display: block;
  }
  .planpage thead th{
    padding: 20px 0 0 0;
    height: auto;
    width: 10%;
  }
  .plantable td span{
    font-size: 4.2rem;
    font-weight: bold;
  }
  .award2{
    font-size: 2rem;
  }
	
	.plantable.pc tbody tr:nth-child(4){
		border-top: 3px dashed #888;
	}
}
@media screen and (min-width: 1020px){
  #planpage .tab{
    display: none;
  }
  .plantable .fs3{
    font-size: 3rem;
  }
  .plan_list_txt{
    font-size: 1.8rem;
  }
  .award2{
    font-size: 2.4rem;
  }
}
/* 機能 */
.planpage .flist01{
  justify-content: space-between;
  margin-bottom: 20px;
}
.planpage .flist01 li{
  position: relative;
}
/* マウスオーバー */
.planpage .flist01 li:hover .flist_txt{
  opacity: 1;
  transform: scale(1);
    -webkit-transform: scale(1);
}
.planpage .flist01 li:hover a{
  opacity: 0;
  pointer-events: none;
}
.planpage .flist01 li  a{
  transition: .6s ease;
}
/* マウスオーバーで出てくる説明の箱 */
.planpage .flist01 li .flist_txt{
  transition: .6s ease;
  position: absolute;
  background: rgba(0,0,0,.4);
  width: 100%;
  left: 0;
  color: #fff;
  top: 0;
  opacity: 0;
  height: 100%;
  box-sizing: border-box;
  transform: scale(0);
  -webkit-transform: scale(0);
}
/* マウスオーバーで出てくる説明文 */
.planpage .flist01 li .flist_txt p{
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  line-height: 2rem;
  top: 50%;
  left:50%;
  width: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
@media screen and (min-width:768px) {
  .planpage .flist01{
    max-width: 900px;
    margin: 0 auto 40px auto;
    justify-content: center;
  }
  .planpage .flist01 li{
    width: 30%;
    font-size: 2.2rem;
    margin: 10px;
  }
  .planpage .flist01 li .flist_txt p{
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
/* device */
#device{
  background: #35a8c5;
  padding: 45px 20px;
}
#device h2{
  color: #fff;
}
.planpage_table{
  text-align: left;
  font-size: 1.8rem;
  overflow: hidden;
}
.planpage_table tr{
  margin-bottom: 10px;
  display: block;
}
.planpage_table td,
.planpage_table th{
  display: block;
  padding: 10px 0 0 10px;
  background: #fff;
}
.device_wrap th{
  background: #e6e6e6;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.device_wrap th::before{
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: -30px;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  border: 55vw solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid #e6e6e6;
}
.device_wrap td{
  padding: 20px 20px;
  font-size: 1.5rem;
}
#device .sp1{
  display: block;
}
@media screen and (min-width: 430px){
  #device .sp1{
    display: none;
  }
}
@media screen and (min-width: 768px){
  .device_wrap th::before{
    display: none;
  }
  .device_wrap th::after{
    position: absolute;
    content: '';
    top: 3px;
    right: -85px;
    width: 1px;
    height: 1px;
    border: 45px solid transparent;
    border-bottom: 35px solid #e6e6e6;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .planpage_table td,
  .planpage_table th{
    display: inline-block;
  }
  .device_wrap th{
    background: #e6e6e6;
    width: 30%;
    padding: 20px 0 20px 30px;
    position: relative;
    height: 88px;
    text-align: left;
  }
  .device_wrap td{
    width: 70%;
    background: #fff;
    padding: 20px 0 20px 50px;
    height: 88px;
    font-weight: bold;
    text-align: left;
  }
  .device_wrap th,
  .device_wrap td{
    font-size: 1.7rem;
  }
}
@media screen and (min-width:1193px) {
  .device_wrap th::after{
    top: 3px;
    right: -65px;
    border: 33px solid transparent;
    border-bottom: 29px solid #e6e6e6;
    -webkit-transform: rotate(90deg);
  }
  .device_wrap th,
  .device_wrap td{
    height: auto;
  }
  .device_wrap th{
    padding: 20px 0 15px 20px;
    font-size: 2rem;
  }
  .space{
    display: inline-block;
    margin-left: 55px;
  }
}
/* option */
#option{
  padding: 50px 20px;
  background: #f3f3f3;
}
.planpage #option{
  background: url(../img/bg1.png);
}
#option .planpage_table+p{
  font-size: 2rem;
  font-weight: bold;
}
#option .planpage_table tr{
  margin-bottom: 10px;
}
#option .planpage_table tr:last-child{
  margin-bottom: 0;
}
#option .planpage_table {
  margin-bottom: 30px;
}
#option th{
  color: #35a8c5;
  margin-bottom: -5px;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: top;
}
#option th,
#option td{
  text-align: left;
  background: transparent;
}
#option td{
  font-size: 1.5rem;
  padding-left: 25px;
}
#option td a{
  color: #35a8c5;
  text-decoration: underline;
}
#option .tab{
  display: none;
}
@media screen and (min-width: 768px){
  #option th{
    width: 35%;
    text-align: left;
    vertical-align: middle;
    font-size: 2.2rem;
  }
  #option td{
    width: 65%;
    text-align: left;
    padding-left: 10px;
    font-size: 1.7rem;
    vertical-align: middle;
  }
  .tb2{
    display: none;
  }
  #option .planpage_table+p{
    margin-bottom: 40px;
  }
  #option .tab{
    display: block;
  }
}
@media screen and (min-width: 1061px){
  #option .tab{
    display: none;
  }
}


/* =============================================================
campaign page */
.campaign .wrap{
  background: url(../campaign/img/campaign_bg.png);
}
.campaign .planpage_bg{
	height: 80px;
}
/* header */
.header_camp{
  background: #35a8c5;
}
.header_camp_inner{
  position: relative;
  align-items: center;
  font-size: 2rem;
  padding: 10px;
}
.header_camp_inner a{
  color: #fff;
}
.contact_tel a,
.contact_mail a{
  font-size: 2rem;
}
.contact_tel,
.contact_mail{
  align-items: center;
  justify-content: flex-start;
}
.contact_mail{
  margin-bottom: 10px;
}
.contact_tel span{
  font-size: 1.2rem;
}
/* お問い合わせはこちら */
.header_camp_circle{
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.header_camp_circle:hover{
  opacity: .8;
}
.header_camp_circle span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  white-space: nowrap;
  font-weight: bold;
  color: #35a8c5;
}
/* 電話、メールアイコン */
.header_camp .circle{
  background: #fff;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.header_camp_contact i{
  color: #35a8c5;
}
@media screen and (max-width: 410px) {
  /* iPhoneサイズでのデザイン崩れ対応のため */
  .header_camp_circle{
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .header_camp_inner{
    position: relative;
    align-items: center;
    font-size: 2rem;
    padding: 20px 0;
  }
  .contact_tel a,
  .contact_mail a{
    font-size: 3rem;
  }
  .contact_tel span{
    font-size: 2rem;
  }
  /* お問い合わせはこちら */
  .header_camp_circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
  }
  .header_camp_circle span{
    font-size: 2rem;
  }
  .header_camp_circle{
    font-size: 2rem;
  }
  /* 電話、メールアイコン */
  .header_camp .circle{
    width: 50px;
    height: 50px;
  }
  .header_camp i{
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_camp_circle{
    width: 85px;
    height: 85px;
  }
  .header_camp_circle span{
    font-size: 1.2rem;
  }
  .contact_tel a,
  .contact_mail a{
    font-size: 1.4rem;
  }
  /* 電話、メールアイコン */
  .header_camp .circle{
    width: 35px;
    height: 35px;
  }
  .header_camp i{
    font-size: 2rem;
    line-height: 4rem;
  }
}

/* bunner_wrap */
.bunner_wrap img{
  width: 100%;
}
/* thetaについて */
.thetamore{
  text-align: center;
  padding: 20px 0;
}
.thetamore a{
  text-decoration: underline;
  color: #35a8c5;
  font-size: 1.6rem;
}
/* 適用条件 */
.conditions .flex{
  flex-direction: column;
  align-items: center;
}
.conditions{
  border-top: 2px solid #ff7272;
  border-bottom: 2px solid #ff7272;
  padding: 30px 20px 30px 30px;
  background: #fff;
}
.conditions_circle{
  width: 180px;
  height: 180px;
  background: #ff7272;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 40px;
}
.conditions_circle span{
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 18rem;
}
.conditions_list{
  text-align: justify;
  font-size: 2rem;
}
.conditions_list li{
  position: relative;
  margin-bottom: 10px;
}
.conditions_list li::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 12px;
  left: -15px;
  background: #ff7272;
}
.conditions_list span{
  font-size: 1.5rem;
}
@media screen and (min-width:768px) {
  .conditions .flex{
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .bunner_wrap img{
    width: auto;
  }
  .conditions_circle{
    margin-right: 50px;
    margin-bottom: 0;
  }
  .campaign_bunner{
    background: url(../campaign/img/bunner_bg.jpg)center center / cover;
  }
  .campaign_bunner_inner{
    position: relative;
  }
  .thetaimg{
    position: absolute;
    left: -110px;
    width: 100px!important;
    top: 30px;
  }
  .campaign_bunner_txt{
    padding: 20px 0;
    position: relative;
    display: inline-block;
  }
  .campaign_bunner_txt img{
    width: 300px;
  }
  .campaign_bunner_txt h2{
    font-size: 5rem;
    text-shadow: 2px 2px 1px  #fff,-2px -2px 1px  #fff;
    color: #ff5454;
    line-height: 6rem;
  }
  .campaign_bunner_txt h2 span{
    font-size: 3.5rem;
    color: #484848;
    font-weight: bold;
  }
  .campaign_bunner_txtbottom{
    background: #ff6245;
    color: #fff;
    padding: 10px 0;
  }
  .campaign_bunner_txtbottom{
    background: #ff6245;
    color: #fff;
    font-size: 3rem;
  }
  .campaign_bunner_txtbottom h3{
    font-weight: bold;
    font-size: 4.5rem;
    margin-top: -20px;
  }
  .campaign_bunner_txtbottom h3 span{
    font-weight: bold;
    color: #ffd800;
  }
  .campaign_bunner_txtbottom .fs5{
    font-size: 3.5rem;
  }
  .campaign_bunner_txtbottom h3+p{
    font-size: 1.8rem;
  }
  .campaign_bunner_txtbottom p{
    font-weight: bold;
  }
}
@media screen and (min-width:1132px) {
  .campaign_bunner_txt h2{
    font-size: 8rem;
    line-height: 9rem;
  }
  .campaign_bunner_txt h2 span{
    font-size: 5.5rem;
  }
  .thetaimg{
    width: 140px!important;
  }
  .campaign_bunner_txt img{
    width: 420px;
  }
  .campaign_bunner_txtbottom h3{
    font-size: 6rem;
    margin-top: -10px;
  }
  .campaign_bunner_txtbottom h3 span{
  }
  .campaign_bunner_txtbottom .fs5{
    font-size: 5rem;
  }
  .campaign_bunner_txtbottom{
    font-size: 4rem;
  }
  .campaign_bunner_txtbottom h3+p{
    font-size: 2.5rem;
  }
  .thetaimg{
    left: -150px;
  }
}

/* 料金例 */
#price_example h2{
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
#price_example .notice{
	font-size: 2rem;
	margin-bottom: 50px;
}
.price_example_inner{
	max-width:946px;
}

.price_example_inner .planSup{
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}
.price_example_inner .planSup span{
	color:#F00;
	font-weight: bold;
}
.price_example_inner .planSup span.txtLarge{
	font-size: 4.2rem;
}

#price_example{
  padding: 40px 0;
}
#price_example img{
  width: 100%;
}
.price_example_plan{
  margin-bottom: 50px;
}
.price_example_plan:last-child{
  margin-bottom: 0;
}
.price_example_plan:last-child{
  position: relative;
}
/* section_bottom */
.section_bottom{
  background: #35a8c5;
  padding: 40px 0;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
/* btn_wrap */
.btn_wrap{
  padding: 60px 20px 20px;
}
.btn_wrap .btn1{
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .price_example_plan:last-child::after{
    top: -20px;
  }
  .section_bottom{
    font-size: 4rem;
  }
  .btn_wrap .btn1{
    margin: 0 10px 10px;
  }
}
@media screen and (max-width:768px) {
	#price_example .notice{
		padding:0 20px;
		text-align: left;
	}
	
	.price_example_inner .planSup{
		font-size: 2.2rem;
	}
	.price_example_inner .planSup span.txtLarge{
		font-size: 3.2rem;
	}
}

/* =============================================================
common
============================================================= */
.btn1{
    border-radius: 5px;
    display: inline-block;
    background:  #35a8c5;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
		width:100%;
}
.btn1 a {
	display:block;
	width:100%;
	height:100%;
	color: #fff;
  font-size: 2rem;
	font-weight:bold;
}
.btn1:hover {
	opacity:0.7;
}
@media screen and (min-width: 768px){
	.btn1{
		width:300px;
	}
}

/* =============================================================  text  */
.txtC{text-align:center;}.txtL{text-align:left;}.txtR{text-align:right;}
.red{color:red}
.pink{color: #f86383;}
.bold{font-weight: bold;}

.fs9{font-size: 0.9rem;line-height: 1.4;}.fs10{font-size: 1rem;line-height: 1.4;}.fs11{font-size: 1.1rem;line-height: 1.4;}.fs12{font-size: 1.2rem;}.fs13{font-size: 1.3rem;}.fs16{font-size: 1.6rem;}.fs18{font-size: 1.8rem;}.fs21{font-size: 2.1rem;}.fs24{font-size: 2.4rem;}

.floatL{float:left;}
.floatR{float:right;}

.disc > li{
    list-style-type: disc;
    margin-left: 2rem;
}

/* =============================================================  parts  */

.ma0{margin: 0 !important;}
/*space px*/
.mt0{margin-top: 0 !important;}.mt5{margin-top: 5px !important;}.mt10{margin-top: 10px !important;}.mt15{margin-top: 15px !important;}.mt20{margin-top: 20px !important;}.mt25{margin-top: 25px !important;}.mt30{margin-top: 30px !important;}.mt35{margin-top: 35px !important;}.mt40{margin-top: 40px !important;}.mt45{margin-top: 45px !important;}.mt50{margin-top: 50px !important;}.mt100{margin-top: 100px !important;}.mr0{margin-right: 0 !important;}.mr5{margin-right: 5px !important;}.mr10{margin-right: 10px !important;}.mr15{margin-right: 15px !important;}.mr20{margin-right: 20px !important;}.mr25{margin-right: 25px !important;}.mr30{margin-right: 30px !important;}.mr35{margin-right: 35px !important;}.mr40{margin-right: 40px !important;}.mr45{margin-right: 45px !important;}.mr50{margin-right: 50px !important;}.mr100{margin-right: 100px !important;}.mb0{margin-bottom: 0 !important;}.mb5{margin-bottom: 5px !important;}.mb10{margin-bottom: 10px !important;}.mb15{margin-bottom: 15px !important;}.mb20{margin-bottom: 20px !important;}.mb25{margin-bottom: 25px !important;}.mb30{margin-bottom: 30px !important;}.mb35{margin-bottom: 35px !important;}.mb40{margin-bottom: 40px !important;}.mb45{margin-bottom: 45px !important;}.mb50{margin-bottom: 50px !important;}.mb100{margin-bottom: 100px !important;}.ml0{margin-left: 0 !important;}.ml5{margin-left: 5px !important;}.ml10{margin-left: 10px !important;}.ml15{margin-left: 15px !important;}.ml20{margin-left: 20px !important;}.ml25{margin-left: 25px !important;}.ml30{margin-left: 30px !important;}.ml35{margin-left: 35px !important;}.ml40{margin-left: 40px !important;}.ml45{margin-left: 45px !important;}.ml50{margin-left: 50px !important;}.ml100{margin-left: 100px !important;}.pt0{padding-top: 0 !important;}.pt5{padding-top: 5px !important;}.pt10{padding-top: 10px !important;}.pt15{padding-top: 15px !important;}.pt20{padding-top: 20px !important;}.pt25{padding-top: 25px !important;}.pt30{padding-top: 30px !important;}.pt35{padding-top: 35px !important;}.pt40{padding-top: 40px !important;}.pt45{padding-top: 45px !important;}.pt50{padding-top: 50px !important;}.pt100{padding-top: 100px !important;}.pr0{padding-right: 0 !important;}.pr5{padding-right: 5px !important;}.pr10{padding-right: 10px !important;}.pr15{padding-right: 15px !important;}.pr20{padding-right: 20px !important;}.pr25{padding-right: 25px !important;}.pr30{padding-right: 30px !important;}.pr35{padding-right: 35px !important;}.pr40{padding-right: 40px !important;}.pr45{padding-right: 45px !important;}.pr50{padding-right: 50px !important;}.pr100{padding-right: 100px !important;}.pb0{padding-bottom: 0 !important;}.pb5{padding-bottom: 5px !important;}.pb10{padding-bottom: 10px !important;}.pb15{padding-bottom: 15px !important;}.pb20{padding-bottom: 20px !important;}.pb25{padding-bottom: 25px !important;}.pb30{padding-bottom: 30px !important;}.pb35{padding-bottom: 35px !important;}.pb40{padding-bottom: 40px !important;}.pb45{padding-bottom: 45px !important;}.pb50{padding-bottom: 50px !important;}.pb100{padding-bottom: 100px !important;}.pl0{padding-left: 0 !important;}.pl5{padding-left: 5px !important;}.pl10{padding-left: 10px !important;}.pl15{padding-left: 15px !important;}.pl20{padding-left: 20px !important;}.pl25{padding-left: 25px !important;}.pl30{padding-left: 30px !important;}.pl35{padding-left: 35px !important;}.pl40{padding-left: 40px !important;}.pl45{padding-left: 45px !important;}.pl50{padding-left: 50px !important;}.pl100{padding-left: 100px !important;}
/*space rem*/
.mb1{margin-bottom:1.5rem !important;}.mb2{margin-bottom: 3rem !important;}.mb3{margin-bottom:4.5rem !important;}.mb4{margin-bottom:6rem !important;}.mt1{margin-top:1.5rem !important;}.mt2{margin-top: 3rem !important;}.mt3{margin-top:4.5rem !important;}.mt4{margin-top:6rem !important;}.ml1{margin-left:1.5rem !important;}.ml2{margin-left: 3rem !important;}.ml3{margin-left:4.5rem !important;}.ml4{margin-left:6rem !important;}.mr1{margin-right:1.5rem !important;}.mr2{margin-right: 3rem !important;}.mr3{margin-right:4.5rem !important;}.mr4{margin-right:6rem !important;}

/* =============================================================  input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select{
    border: 1px solid #d2d2d2;
    border-radius: .5rem;
    box-sizing: border-box;
    font-size: 1.7rem;
    /* height: 100%; */
    padding: 1rem;
    vertical-align: baseline;
    width: 100%;
}
textarea {
    font-size: 1.7rem;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    background-color: #f4fcff;
}
input.imeoff{ime-mode: disabled;}

input[type="radio"],input[type="checkbox"]{
    vertical-align: middle;
    margin: 0 0.2rem 0 1rem;
}

span.wpcf7-list-item{
    margin: 0 1rem 0 0 !important;
}

input[type="submit"],
input[type="button"]{
    background-color: #26b9eb;
    border: none;
    border-radius: 5rem;
    color: #fff;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    padding: 0 8rem;
    background: url('svg/arrow1.svg') 94% center no-repeat #26b9eb;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    padding: 0 9rem;
}
input[type="submit"]:focus,
input[type="button"]:focus{
}
input[type="submit"][disabled="disabled"]{
    background-color: #eee;
    border-color: #bbb;
    color: #888;
}

.req{position: relative;}
.req::after{
    content: "*";
    color: #c84557;
    display: inline-block;
}


label{display: inline-block;}





/*sec_contact*/
#sec_contact {
	padding:110px 20px 40px;
}
#sec_contact table {
	font-size:1.8rem;
}
.require {
	color:#ff3f3f;
}
td.inpS {
	text-align:left;
	font-size:1.5rem;
}

#sec_contact table th {
    text-align: left;
    display: block;
    width: 100%;
		font-weight: bold;
}
#sec_contact table th label {
		font-weight: bold;
}
#sec_contact table td {
    padding-bottom: 20px;
    display: block;
    width: 100%;
		text-align: left;
}
#sec_contact button {
	border: none;
	color:#fff;
	font-weight:bold;
	font-size: 2.2rem;
	cursor:pointer;
	margin: 10px auto 0;
}
.contact_error #sec_contact button {/*エラーページのボタン*/
	background: none;
}
#sec_contact button:hover {
	opacity:0.7;
}
#sec_contact.check button {
	background: #fff;
	border: none;
}
#sec_contact .message {
	font-size:1.7rem;
	margin-bottom: 30px;
}
#sec_contact .error {
	color:#ff3f3f;
}
#sec_contact .subTxt {
	margin:20px 0;
}
#sec_contact legend,
.wtn_copyright {
	display:none;
}

@media screen and (min-width: 768px){
#sec_contact {
	padding:130px 20px;
}
#sec_contact table th {
	vertical-align: top;
	padding: 0 30px 30px 0;
	text-align: right;
	display: table-cell;
	width: 40%;
}
#sec_contact table td {
	padding-bottom:20px;
	text-align: left;
	display: table-cell;
	width: 60%;
}
#sec_contact .message {
	margin-bottom: 50px;
}
#sec_contact button {
	margin: 10px;
}

}




/* =============================================================
その他オプション（動画エリア）
============================================================= */
.option-movieTops {
  border-top: 1px solid #000;
  padding: 54px 0 0;
  margin: 57px 0 0;
}
@media screen and (max-width: 768px){
  .option-movieTops {
    padding: 62px 0 0;
    margin: 54px 0 0;
  }
}

.option-movieTops h2 {
  display: flex;
  text-align: left;
  letter-spacing: -0.11em;
  margin: 0 0 0 10.4%;
}
@media (min-width: 769px) and (max-width: 1110px) {
  .option-movieTops h2 {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px){
  .option-movieTops h2 {
    justify-content: center;
    margin: 0;
  }
}

.option-movieTops h2 .option-movieTops__icon {
  background: #ff0000;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 5px 2px;
  text-align: center;
  white-space: nowrap;
  width: 86px;
  height: 37px;
  letter-spacing: -0.2em;
  font-weight: 600;
  margin: 8px 22px 0 0;
}
@media screen and (max-width: 768px){
  .option-movieTops h2 .option-movieTops__icon {
    font-size: 1.5rem;
    font-weight: 700;
    width: 56px;
    height: 20px;
    margin: 2px 8px 0 0;
  }
}

.option-movieTops h2 .option-movieTops__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 8px 0 0;
}
@media screen and (max-width: 768px){
  .option-movieTops h2 .option-movieTops__icon span {
    margin: 3px 5px 0 0;
  }
}

.option-movieTops p {
  font-size: 1.7rem;
  color: #58595b;
  padding: 17px 0 0;
}
@media screen and (max-width: 768px){
  .option-movieTops p {
    font-size: 1.5rem;
    padding: 10px 0 0;
  }
}

.option-movieBox {
  margin: 42px 0 54px;
}
@media screen and (max-width: 768px){
  .option-movieBox {
    margin: 22px 0 36px;
  }
}

.option-movieBox figure video {
  width: 100%;
  max-width: 1200px;
  vertical-align: middle;
}

.option-movieEx {
  margin: 0 0 30px;
  text-align: left;
}
@media screen and (max-width: 768px){
  .option-movieEx {
    margin: 0 0 39px;
  }
}

.option-movieEx h3 {
  color: #34a7c5;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .option-movieEx h3 {
    font-size: 1.8rem;
  }
}

.option-movieEx p {
  font-size: 1.7rem;
  color: #58595b;
  padding: 9px 0 11px;
}
@media screen and (max-width: 768px){
  .option-movieEx p {
    font-size: 1.5rem;
  }
}

.option-movieEx + p {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
}

