@import"https://fonts.googleapis.com/css?family=Roboto:400,700";
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese";
@charset "UTF-8";
@font-face {
    font-family: aderans_mens-fonts;
    src: url('https://www.aderans.co.jp/mens/common/rn-font//aderans_mens-fonts.eot');
    src: url('https://www.aderans.co.jp/mens/common/rn-font//aderans_mens-fonts.eot?#iefix') format("eot"), url('https://www.aderans.co.jp/mens/common/rn-font//aderans_mens-fonts.woff') format("woff"), url('https://www.aderans.co.jp/mens/common/rn-font//aderans_mens-fonts.ttf') format("truetype"), url('https://www.aderans.co.jp/mens/common/rn-font//aderans_mens-fonts.svg#aderans_mens-fonts') format("svg")
}

/* common */

img,.mainimg h1 {
	transition:all 0.3s ease;
}
section img,
.mainimg h1 {
  opacity: 0;
}
section img.lazyloaded,
.mainimg h1.lazyloaded {
  opacity: 1;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
p {
 visibility: hidden;
}

.wf-active p {
 visibility: visible;
}

/* title */

section h2,
section h3,
section.kodawari p,
section.course .box {
    line-height: 1.15;
}

/* section.course */

section.course h2 {
}
section.course .catch {
    position: relative;
	margin: 0 auto 3% auto;
}
section.course .box.three .catch {
    color: #e14040;
}
section.anshin h2 p {
    background: #066091;
    background: -webkit-linear-gradient(to top, #066091 45%, #000000 45%);
    background: -moz-linear-gradient(to top, #066091 45%, #000000 45%);
    background: linear-gradient(to top, #066091 45%, #000000 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
section.course img.nattoku {
    position: absolute;
    right: 5%;
    bottom: -35%;
    z-index: -1;
}
section.course .box {
    width: 1000px;
    border: 1px solid #000;
    position: relative;
    margin: 0 auto;
    background: white;
}
section.course .box.shokai {
    margin: 0 auto 0 auto;
    background: url("../../images/nattoku_bg_first.jpg") no-repeat bottom right;
    background-size: auto 80%;
}
section.course .arrow {
    position: relative;
    display: table;
    margin: 0 auto;
}
section.course .arrow:after {
    content: "";
    display: table;
    width: 331px;
    height: 79px;
    background: url(../../images/nattoku_text_stepup.png) no-repeat 0 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
}
section.course .circle {
    position: absolute;
    bottom: 1em;
    left: 3%;
}
section.course .box.shokai .title,
section.course .box.jikai .title,
section.course .box.three .title {
    width: 100%;
    background-size: auto auto;
    background-color: rgba(0, 52, 79, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(36, 81, 104, 1) 4px, rgba(36, 81, 104, 1) 6px );
    display: block;
    padding: 1.2em 0;
    position: relative;
}
section.course .box.shokai .title img.titleimg,
section.course .box.jikai .title img.titleimg {
    position: relative;
    left: 4em;
}
section.course .box.shokai .textpic {
    padding: 30px 50px;
    margin: 0 auto 0 0;
    display: table;
}
section.course .box.jikai .textpic {
    padding: 30px 0;
    margin: 0 auto 0 40px;
    position: relative;
    display: table;
}
section.course .box.jikai .balloon {
    position: absolute;
    right: -25%;
    top: 38%;
    z-index: 2;
}
section.course .box.jikai .pricetext {
    padding: 0 0 30px 0;
}
section.course .boxwrap:before {
    content: "";
    bottom: 100%;
    left: 10%;
    margin: auto;
    position: absolute;
    height: 200%;
}
section.course .boxwrap:after {
    top: -40px;
    left: 65px;
    bottom: initial;
    border-color: #a2adad white white white;
}
section.course .boxwrap {
    display: flex;
    justify-content: space-between;
    width: 930px;
    margin: 0 auto;
    position: relative;
}
section.course .box.three-a {
    width: 30%;
}

section.course .box.three-b {
    width: 68%;
}
main.noheader {
	padding-top: 0;
}
.mainimg {
    height: 526px;
}
.mainimg h1 {
	background: url("../../images/img_mainimg_h1_01.jpg") no-repeat;
    width: 1500px;
    height: 526px;
    display: table;
    margin: 0 auto;
    text-indent: -9999em;
}
@media all and (-ms-high-contrast: none) {
    .mainimg h1 {
        background: url("../../images/img_mainimg_h1_01.jpg") no-repeat;
    }
}
.img-mainimg-h1-03 {
	position: relative;
	top: -1px;
}

section.course {
	position: relative;
	z-index: 1;
	width: 100%;
	background: white;
    padding-bottom: 2em;
}

section.course .course-inner {
	padding: 100px 0 0 0;
    max-width: 1000px;
    background: white;
    margin: 0 auto 0 auto;
    z-index: 2;
    position: relative;
    text-align: center;
}

section.course .course-inner img {
	text-align: center;
	margin: 0 auto;
}
.point {
	max-width: 1000px;
	margin: 50px auto 100px auto;
	position: relative;
}
.point img.point-02 {
	position: absolute;
    right: 1%;
    bottom: 0;
	z-index: 1;
}

.point ul {
	margin: 20px 0 0 0;
    text-align: left;
    line-height: 1.8;
}
.point ul li {
    text-align: left;
    display: inline-block;
}
section.trial {
	width: 100%;
	height: 255px;
	margin: 0 auto;
	background: url(../../images/img_trial_02.png) repeat-x;
	background-size: cover;
	position: relative;
}
section.trial.btm {
    margin: 0 auto 0 auto;
}

section.trial .trial-inner {
	max-width: 1000px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

section.trial .trial-inner a {
	position: absolute;
	bottom: 50px;
	left: 330px;
	z-index: 3;
}

.trial-03 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

section.trial .trial-inner a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  opacity: .2;
  transition:all 0.3s ease;
}
section.trial .trial-inner a:hover:after {
  width: 653px;
}

section.vitalex,
section.omotenashi {
	width: 100%;
	background: black;
	text-align: center;
}

section.kodawari {
	width: 100%;
	background: white;
	text-align: center;
}

section.vitalex a,
section.kodawari a {
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

section.vitalex a::after,
section.kodawari a::after {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	opacity: .2;
	transition:all 0.3s ease;
}
section.pinpoint {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 50px 0;
    background: url(../../images/pinpoint_bg.jpg) no-repeat top center;
    background-size: cover;
}
section.pinpoint h2 {
    width: 550px;
    height: 117px;
    background: url("../../images/pinpoint_title.png") no-repeat;
    text-indent: -999em;
    display: table;
    margin: 0 auto 40px auto;
}
section.pinpoint .flexbox {
    display: flex;
    align-items: center;
    max-width: 1000px;
    justify-content: space-between;
    border: 4px solid #d3d3d3;
    padding: 30px;
    background: white;
    margin: 0 auto;
}
section.pinpoint .flexbox .youtube {
    width: 40%;
}
section.pinpoint .flexbox .sentence {
    padding-left: 30px;
    width: 60%;
}
section.pinpoint .flexbox .sentence h3 {
    font-weight: 900;
    font-size: 2.2rem;
    font-feature-settings: "palt";
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans JP', sans-serif;
}
section.pinpoint .flexbox .sentence p {
    font-weight: 500;
}
section.secret {
    max-width: 100%;
    margin: 0 auto 80px auto;
    background: url("../../images/cyberx_bg.jpg") no-repeat 100% 0;
}
section.secret .titlewrap-maincatch {
    margin: 0 auto 70px auto;
}
section.secret .titlewrap-maincatch p {
    width: 590px;
    height: 232px;
    text-indent: -999em;
    display: table;
    margin: 0 auto 0 auto;
    background: url(../../images/cyberx_title.png) no-repeat;
    position: relative;
    left: -5%;
}
section.secret .title {
    background-color: #313131;
    position: relative;
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
section.secret .title.one {
    background-image: url("../../images/tech_list_bg1.jpg");
}
section.secret .title.two {
    background-image: url("../../images/tech_list_bg2.jpg");
}
section.secret .title.three {
    background-image: url("../../images/tech_list_bg3.jpg");
}
section.secret .title.four {
    background-image: url("../../images/tech_list_bg4.jpg");
    margin-bottom: 0;
}
section.secret .acc-inner.one {
    display: block;
}
section.secret .acc-inner.four .movie p {
    padding-top: 2em;
}
section.secret .num {
    position: absolute;
    top: -1em;
    left: -1em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
section.secret .num p {
    font-size: 3.8rem;
    font-weight: 900;
    position: relative;
    color: white;
    background: rgba(38,55,122,0.9);
    font-family: 'Noto Serif JP', serif;
    padding: 0.4em 0.2em;
    line-height: 1em;
    letter-spacing: 0;
}
section.secret .num p:before {
    content: "#";
    font-size: 50%;
}
section.secret .wrap {
    background: url(../../images/dot.png) repeat-y;
    background-size: 18%;
    color: white;
    padding: 2em 0 2em 7em;
    position: relative;
    display: block;
}
section.secret .wrap .catch {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0.5em;
}
section.secret .wrap h2 {
    font-size: 2.2rem;
    line-height: 1.3em;
    font-feature-settings: "palt";
}
section.secret .wrap .catch p,
section.secret .wrap h2 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}
section.secret .wrap h2 span {
    font-size: 60%;
    line-height: 0;
}
section.secret p.note {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    font-size: 1.15rem;
}
section.secret .title.one .wrap:after,
section.secret .title.four .wrap:after {
    content: "";
    width: 80px;
    height: 89px;
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;    
}
section.secret .title.one .wrap:after {
    background: url(../../images/tech1_list_balloon.png) no-repeat;
    top: -35px;
    right: 50px;
}
section.secret .title.four .wrap:after {
    background: url(../../images/tech4_list_balloon.png) no-repeat;
    right: 10px;
    top: -55px;
}
section.secret .acc-inner {
    display: none;
    transition: none;
}
section.secret ul.ok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5em;
}
section.secret ul.ok li {
    border: 1px solid #313131;
    position: relative;
    width: calc(100% / 3 - 20px);
}
section.secret ul.ok li img {
    width: 100%;
}
section.secret ul.ok li p {
    display: table;
    background: #313131;
    line-height: 1em;
    color: white;
    text-align: center;
    padding: 0.5em 1em;
    position: absolute;
    bottom: -1em;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px); 
    left: 50%;
    right: 0;
    font-size: 1.5rem;
    white-space: nowrap;
}
section.secret .secret-series ul {
    width: 1000px;
    margin: 0 auto;
}
section.secret .secret-series li {
    background: #dde9f4;
    padding: 2em;
    margin-bottom: 3em;
}
section.secret .secret-series li .inner {
    display: block;
}
section.secret .secret-series li .inner dl {
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.6;
}
section.secret .secret-series li .inner dd {
    font-size: 1.5rem;
    font-weight: 500;
}
section.secret ul.wrap-secret-series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
section.secret ul.wrap-secret-series li {
    width: calc(100% / 2 - 25px);
    min-height: 350px;
}
section.secret ul.wrap-secret-series li:nth-child(3) img {
    margin-top: 30px;
}
section.secret ul.wrap-secret-series li:nth-child(3) .secret-series ul li,
section.secret ul.wrap-secret-series li:nth-child(4) .secret-series ul li {
    margin-bottom: 0;
}
section.kodawari .text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
}
section.kodawari p {
    font-size: 4.5rem;
    text-align: center;
    padding: 0 0.2em;
}
section.kodawari .triangle {
  border-top: 20px solid #066091;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
section.lineup p,
section.omotenashi p,
section.style p,
section.bnr p {
    font-family: 'Noto Sans JP', sans-serif;
    display: table;
    margin: 0 auto;
}
section.lineup p.catch,
section.omotenashi p.catch {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #000;
}
section.lineup p.title,
section.omotenashi p.title,
section.style p.title {
    font-size: 6rem;
    line-height: 1.3em;
}
section.lineup p.title,
section.style p.title,
section.zomoqa p.title {
    letter-spacing: 0.01em;
}
section.omotenashi p.title {
    letter-spacing: 0.3em;
}
section.lineup p.title span.small,
section.style p.title span.small,
section.zomoqa p.title span.small {
    font-size: 70%;
}
section.lineup p.title span.big,
section.style p.title span.big {
    font-weight: 900;
    font-size: 120%;
    color: #0f66a1;
    position: relative;
    z-index: 1;    
}
section.lineup .vitalex-img-01 {
	width: 100%;
	padding: 0 0 0 0;
    margin-bottom: 1em;
}

section.lineup .vitalex-img-01 img {
	width: auto;
    padding: 1% 0 0 0;
}

section.lineup .vitalex-img-02,
section.omotenashi .omotenashi-img-02 {
	position: relative;
	z-index: 1;
}

section.lineup .vitalex-img-02,
section.lineup .vitalex-img-02 img,
section.omotenashi .omotenashi-img-02,
section.omotenashi .omotenashi-img-02 img {
	width: 100%;
}

section.vitalex a:hover:after,
section.kodawari a:hover:after {
  	width: 1000px;
}

section.kodawari  {
	padding: 80px 0;
}

section.vitalex .vitalex-img-04 {
	padding: 50px 0;
}

section.vitalex .vitalex-img-03 {
	margin: -50px 0 0 0;
}
section.omotenashi .otext {
    position:  relative;
    display: table;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}
section.omotenashi .otext:before,
section.omotenashi .otext:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}

section.omotenashi .otext:before {
border: 12px solid transparent;
border-top: 12px solid #525252;
}

section.omotenashi .otext:after {
border: solid 14px transparent;
border-top: solid 14px #fff;
margin-top: -5px;
}
section.omotenashi p.title {
    letter-spacing: 0.1em;
}
section.omotenashi p.small {
    font-size: 3rem;
    margin-bottom: 0.5em;
}
section.omotenashi p.sublead {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}
section.omotenashi p.sublead span {
    font-size: 130%;
}
section.omotenashi .omotenashi-img-01 {
	width: 100%;
	background: white;
	padding: 60px 0 0 0;
}

section.omotenashi .omotenashi-img-01 img {
	width: auto;
	margin: 0 auto;
}

section.omotenashi iframe {
	margin: 80px auto;
}

section.anshin iframe {
	margin: 20px auto 10px;
}
section.style {
    padding: 50px 0;
}
section.style .style-inner img {
	margin: 0 auto;
}
section.style .style-inner img.img-style-03 {
	position: relative;
	margin-bottom: 50px;
}
section.style .style-inner-box {
	background: black;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);	
}
section.style .style-inner-box img {
}
section.style,
section.anshin {
	width: 100%;
	background: white;
	text-align: center;
}
section.style .style-img-01 {
	width: 100%;
	background: white;
	padding: 0 0 30px 0;
}
section.style .style-img-01 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
 section.style p.title {
     position: relative;
 }
 section.style p.title:after {
    content: "";
    background: url("../../images/img_style_01.png") no-repeat;
    background-size: 181px 126px;
    display: table;
    position: absolute;
    right: -10%;
    top: -80%;
    width: 181px;
    height: 126px;
 }
section.anshin .anshin-img-01 {
	width: 100%;
	background: white;
	padding: 60px 0 0 0;
}
section.anshin p.ono {
    padding: 3em 0 0 0;
    font-size: 2rem;
}

section.anshin img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

section.anshin p.cap {
	text-align: center;
	font-size: 1.5rem;
}

section.style .style-img-01 img,
section.anshin .anshin-img-01 img {
	width: auto;
}
section.anshin h2 {
    width: 828px;
    height: 210px;
    display: table;
    margin: 0 auto 1em auto;
    text-indent: -9999em;
    background: url(../../images/img_anshin_01.png) no-repeat center;
}
section.anshin h3 {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
}
section.kodawari img.kodawari-img-01 {
	padding: 0 0 20px 0;
}

/* section zomoqa */

section.zomoqa p.title {
    font-size: 4.8rem;
    line-height: 1;
    border-top: 1px solid #fff;
    padding-top: 0;
}
section.zomoqa p.title span.big {
    font-weight: 900;
    font-size: 170%;
    color: #0f66a1;
    position: relative;
    margin-left: 10px;
}
section.zomoqa {
	background: url(../../images/img_zomoqa_06.png) repeat;
	width: 100%;
	text-align: center;
}
section.zomoqa dl {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 150px;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
}
section.zomoqa dt {
	display:block;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	border:#fff 1px solid;
	cursor:pointer;
	color: white;
	background: #3f3f3f url(../../images/img_zomoqa_02.png) no-repeat 20px 50%;
	position: relative;
}
section.zomoqa dt:after {
	content: "";
	width: 47px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	background: url(../../images/img_zomoqa_04.png) no-repeat;
	transition: all .3s ease;
}
section.zomoqa dt.mouseon:after {
	transform: rotateX(180deg);
	width: 47px;
	height: 27px;
}
section.zomoqa dd {
	background: #fff url(../../images/img_zomoqa_03.png) no-repeat 20px 50%;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	line-height: 1.6em;
	border: #fff 1px solid;
	display: none;
}
section.zomoqa .zomoqa-img-01 {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 5% 0;
}
section.zomoqa .text {
    display: table;
    color: white;
}
section.zomoqa p.lead {
    font-size: 3rem;
    letter-spacing: 0.03em;
    display: table;
    margin: 0 auto 2% auto;
    font-weight: 600;
}
section.zomoqa h2 {
    font-size: 8rem;
    letter-spacing: 0.05em;
    font-weight: 900;
}
section.zomoqa .zomoqa-img-01 img {
	width: auto;
    padding: 0 0;
    margin: 0 2% 0 0;
}

section.lineup {
  	position: relative;
	text-align: center;
    background-image: linear-gradient(0deg, transparent calc(100% - 2px), #e6f4f9 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #e6f4f9 calc(100% - 2px));
    background-size: 25px 25px;
    background-repeat: repeat;
    background-position: center center;
    padding: 50px 0;
}
section.lineup .sec_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
section.lineup .sec_inner .title_area {
  flex-basis: 100%;
  text-align: right;
  margin-bottom: 72px;
}
section.lineup .sec_inner .title_area .title_block {
  border-right: 1px solid #535353;
}
section.lineup .sec_inner .lineup_area {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
section.lineup .sec_inner .lineup_area .block {
  flex-basis: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
section.lineup .sec_inner .lineup_area .block:nth-child(n+3) {
  margin-bottom: 0;
}
section.lineup .sec_inner .lineup_area .block .banner_area {
  position: relative;
  flex-basis: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
section.lineup .sec_inner .lineup_area .block .banner_area img {
  width: 100%;
  height: auto;
}
section.lineup .sec_inner .lineup_area .block .banner_area .new {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  width: 66px;
  height: 26px;
  background-image: url(../../images/lineup_04-3.png);
  background-size: 100% auto;
}
section.lineup .sec_inner .lineup_area .block .image_area {
  flex-basis: 22.5%;
  font-size: 0;
}
section.lineup .sec_inner .lineup_area .block .image_area img {
  width: 100%;
  height: auto;
}
section.lineup .sec_inner .lineup_area .block .text_area {
  flex-basis: 73.75%;
}
section.lineup .sec_inner .lineup_area .block .text_area p.copy {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
section.lineup .sec_inner .lineup_area .block .text_area h2.name_en {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 9px;
  font-weight: 400;
}
section.lineup .sec_inner .lineup_area .block .text_area p.name_jp {
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1;
}
section.lineup .sec_inner .table_outer {
  flex-basis: 100%;
}
section.lineup .sec_inner .lineup_table {
  width: 100%;
  background: url(../../images/bg_stripe.jpg);
  padding: 3% 5%;
}
section.lineup .sec_inner .lineup_table .top {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.lineup .sec_inner .lineup_table .top .arrow_chart {
  flex-basis: 92.75%;
  position: relative;
  padding-top: 4.47%;
  background-image: url(../../images/arrow_chart.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.lineup .sec_inner .lineup_table .top .arrow_chart .left {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
}
section.lineup .sec_inner .lineup_table .top .arrow_chart .right {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
}
section.lineup .sec_inner .lineup_table .table_group {
}
section.lineup .sec_inner .lineup_table .name {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.lineup .sec_inner .lineup_table .name .head {
  flex-basis: 4.2%;
  max-width: 4.2%;
  display: flex;
  justify-content: center;
  background-color: #535353;
}
section.lineup .sec_inner .lineup_table .name .head p {
  color: #fff;
  padding-top: 16px;
  font-size: 13px;
      writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    white-space: nowrap;
}
section.lineup .sec_inner .lineup_table .name .items {
  flex-basis: 92.6%;
  max-width: 92.6%;
  display: flex;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(1) {
  position: relative;
  flex-basis: 23.8%;
  max-width: 23.8%;
  border-right: 1px solid #797979;
  padding: 10px 20px 10px 0;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(1) .logo img {
  width: 130px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(2) {
  position: relative;
  flex-basis: 26.2%;
  max-width: 26.2%;
  border-right: 1px solid #797979;
  padding: 10px 20px 10px 20px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(2) .logo img {
  width: 160px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(3) {
  position: relative;
  flex-basis: 26.2%;
  max-width: 26.2%;
  border-right: 1px solid #797979;
  padding: 10px 20px 10px 20px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(3) .logo img {
  width: 140px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(4) {
  position: relative;
  flex-basis: 23.8%;
  max-width: 23.8%;
  padding: 10px 0 10px 20px;
}
section.lineup .sec_inner .lineup_table .name .items .block:nth-child(4) .logo img {
  width: 140px;
}
section.lineup .sec_inner .lineup_table .name .items .block .logo {
  height: 60px;
  text-align: center;
}
section.lineup .sec_inner .lineup_table .name .items .block .thumb {
  font-size: 0;
}
section.lineup .sec_inner .lineup_table .name .items .block .thumb img {
  width: 100%;
  height: auto;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc {
  	text-align: center;
  	padding-top: 16px;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc .item_copy {
  	color: #fff;
  	font-size: 15px;
  	line-height: 1.333;
  	margin-bottom: 4px;
	letter-spacing: 0.1em;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc .item_desc {
  	color: #fff;
  	font-size: 15px;
  	line-height: 1.5;
  	margin-bottom: 4px;
	letter-spacing: 0.1em;
	text-align: left;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc .item_note {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.rem;
  	margin-bottom: 4px;
	text-align: left;
	letter-spacing: 0.1em;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc .item_name {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.333;
  margin-bottom: 14px;
	font-family: 'Roboto Condensed', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", sans-serif;
}
section.lineup .sec_inner .lineup_table .name .items .block .desc .detail {
  position: absolute;
  bottom: 24px;
  left: 50%;
    transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  width: 100px;
  text-align: center;
  border-radius: 13px;
  background-color: #1eb9ee;
  cursor: pointer;
}
section.lineup .sec_inner .lineup_table .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.lineup .sec_inner .lineup_table .row .head {
  flex-basis: 4.2%;
  max-width: 4.2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.lineup .sec_inner .lineup_table .row.price1 .head,
section.lineup .sec_inner .lineup_table .row.unit .head {
  background-color: #434343;
}
section.lineup .sec_inner .lineup_table .row.price2 .head {
  background-color: #535353;
}
section.lineup .sec_inner .lineup_table .row .head p {
  color: #fff;
  font-size: 13px;
      writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    white-space: nowrap;
}
section.lineup .sec_inner .lineup_table .row .items {
  flex-basis: 92.6%;
  max-width: 92.6%;
  display: flex;
}
section.lineup .sec_inner .lineup_table .row .items .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.lineup .sec_inner .lineup_table .row .items .block p {
  font-size: 15px;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  line-height: 1.6;
}
section.lineup .sec_inner .lineup_table .row.unit .items .block p {
  padding: 30px 0;
}
section.lineup .sec_inner .lineup_table .row .items .block:nth-child(1) {
  flex-basis: 23.8%;
  max-width: 23.8%;
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
section.lineup .sec_inner .lineup_table .row .items .block:nth-child(2) {
  flex-basis: 26.2%;
  max-width: 26.2%;
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
section.lineup .sec_inner .lineup_table .row .items .block:nth-child(3) {
  flex-basis: 26.2%;
  max-width: 26.2%;
  border-right: 1px solid #797979;
  border-bottom: 1px solid #797979;
}
section.lineup .sec_inner .lineup_table .row .items .block:nth-child(4) {
  flex-basis: 23.8%;
  max-width: 23.8%;
  border-bottom: 1px solid #797979;
}
section.lineup .sec_inner .lineup_table .row.unit .items .block {
  border-bottom: none;
}
section.lineup .sec_inner .lineup_pr {
  flex-basis: 100%;
  background: url(../../images/bg_stripe.jpg);
  padding: 24px 0;
}
section.lineup .sec_inner .lineup_pr .inner {
  max-width: 720px;
  margin: 0 auto;
}
section.lineup .sec_inner .lineup_pr .inner p.head {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
section.lineup .sec_inner .lineup_pr .inner p.desc {
  color: #fff;
  font-size: 14px;
}
section.lineup ul.series {
    width: 100%;
    color: white;
    display: flex;
    margin: 5% auto 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
section.lineup ul.series li {
    display: flex;
    width: calc(100% / 4);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
section.lineup ul.series .logo {
    height: 43px;
    width: auto;
    display: table;
    margin: 0 auto 5% auto;
}
section.lineup ul.series .logo img {
    height: 43px;
}
section.lineup ul.series .img {
    position: relative;
    margin: 0 auto 1em auto;
}
section.lineup ul.series .img.new:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/series_new.png) no-repeat;
    width: 56px;
    height: 54px;
    display: block;
}
section.lineup ul.series li p {
    font-family: 'Noto Sans JP', sans-serif;
}
section.lineup ul.series .subcopy {
    font-size: 1.5rem;
    margin-bottom: 1em;
    background: #0b6cbe;
    border-radius: 15px;
    width: 85%;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1;
}
section.lineup ul.series .title {
    margin-bottom: 4%;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
section.lineup ul.series .title span {
    font-size: 70%;
}
section.lineup ul.series .detail {
    font-size: 1.3rem;
    padding: 0 0.5em;
    color: rgba(255,255,255,0.6);
    text-align: left;
}
section.lineup ul.series .detail span {
    font-size: 80%;
    display: block;
}
section.lineup ul.arrow {
    color: white;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.lineup ul.arrow li {
    width: calc(100% / 4);
    font-size: 1.7rem;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}
section.lineup ul.arrow li:after {
    content: "";
    position: absolute;
    right: -15px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
section.lineup ul.arrow li:first-child {
    background: #1eb9ee;
    width: 35%;
}
section.lineup ul.arrow li:nth-child(2) {
    background: #1ca6d4;
    width: 15%;
}
section.lineup ul.arrow li:nth-child(3) {
    background: #1892ba;
}
section.lineup ul.arrow li:nth-child(4) {
    background: #157ea1;
}
section.lineup ul.arrow li:nth-child(4) div {
    margin: 0 0 0 auto;
}
section.lineup ul.arrow li:nth-child(4) p {
    white-space: nowrap;
}
section.lineup ul.arrow li:first-child:after {
    border-color: transparent transparent transparent #1eb9ee;
}
section.lineup ul.arrow li:nth-child(2):after {
    border-color: transparent transparent transparent #1ca6d4;
}
section.lineup ul.arrow li:nth-child(3):after {
    border-color: transparent transparent transparent #1892ba;
}
section.lineup ul.arrow li:nth-child(4):after {
    border-color: transparent transparent transparent #157ea1;
}

/* ====================================== */
/* footer simple ver. */

footer.simple {
	padding: 45px 20px 20px 20px;
	font-size: 14px;
	text-align: center;
}
footer.simple ul{
	/*padding: 5% 0;*/
}
footer.simple li{
	display: inline-block;
	margin-right: 1%;
}
footer.simple li:after {
    content: "";
    border-right: 1px solid #000000;
    display: inline-block;
    padding-left: 0.8em;
    height: 1.2em;
    vertical-align: middle;
}
footer.simple li:last-child:after {
    border-right: none;
}
footer.simple .copy{
	padding: 14px 0;
}

/*---------------------------------------------------------------------------------------
	cvarea
----------------------------------------------------------------------------------------*/

.cvarea {
	width: 690px;
}

.cvarea.pc{
	display: block;
}

.cvarea.sp{
	display: none;
}

.mv .cvarea {
	margin: auto;
	position: absolute;
	left: 0;
  right: 0;
	z-index: 100;
	top: 673px;
	border-radius: 10px;
  background: #FFFFFF;
}

footer.simple .cvarea {
	margin: 0 auto;
}

/* cp */

.cp {
    position: relative;
    display: block;
    top: -1px;
    background: #010101;
}
.cp img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.cp-sp {
    display: none;
}

/* banner onecoin */

section.bnr {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-bottom: 150px;
}
section.bnr img {
    margin: 0 auto;
    border: 1px solid;
}
section.bnr img:hover {
    opacity: 0.7;
}
section.bnr a {
    display: table;
    margin: 0 auto;
}
section.bnr p {
    font-size: 4rem;
    margin: 0 auto;
    display: table;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
    background: url("../../images/bnr_fuki_line.png") no-repeat center bottom;
    background-size: contain;
}

@media screen and (max-width : 1499px) {
    .mainimg {
        height: auto;
    }
    .mainimg h1 {
        width: 100%;
        height: 0;
        padding-top: 35.0666666667%;
        background-size: contain;
        line-height: 0;
    }
}

/* ====================================== */
/* media query */

@media screen and (max-width : 64em) {
	
    /* section pinpoint */
    
    section.pinpoint .flexbox {
        width: 95%;
    }
    section.pinpoint h2 {
        width: 95%;
        background-size: contain;
        background-position: bottom center;
    }
    
    /* section course */
    
    section.course .course-inner .catch img {
        max-width: 90%;
    }        
    section.course .box {
        width: 95%;
    }
    section.course .circle {
        width: 12%;
    }
    section.course .box.shokai .title img.titleimg,
    section.course .box.jikai .title img.titleimg {
        width: 80%;
    }
    section.course .box.jikai .textpic {
        margin: 0 0 0 0;
    }  
    section.course .box.jikai .textpic img {
        max-width: 80%;
        margin: 0 0 0 30px;
    } 
    section.course .box.jikai .balloon {
        right: -2%;
        width: 30%;
    }   
    section.course .arrow:after {
        background-size: 60%;
        left: 100%;
    }
    section.course .arrow img {
        width: 70%;
    }    
    section.course .box.shokai .title span:before,
    section.course .box.shokai .title span:after {
    }
    section.course .course-inner img.balloon {
        width: 45%;
        right: -1em;
    } 
    section.course .box.shokai ul.textpic li:nth-child(2) {
        width: 40%;
        padding: 2%;
    }
    section.course .boxwrap {
        width: 100%;
    }
    section.course .boxwrap:before {
        top: initial;
        left: 8%;
        width: 20px;
        border-width: 20px 24px 0 24px;
        z-index: -2;
        height: 250%;
    }
    section.course .boxwrap:after {
        border-width: 20px 24px 0 24px;
        left: 6%;
        top: -20px;
        z-index: -1;
    }
    section.course {
		background: white;
		width: 100%;
	}
    section.course .box.jikai .pricetext {
        max-width: 90%;
        margin: 0 auto;
    }
    .point {
        width: 95%;
        margin: 50px auto 100px auto;
    }
    
    /* section style */
    
    /* section qa */
	section.zomoqa dl {
        max-width: 95%;
    }
	section.zomoqa dt:after {
		width: 15px;
		right: 15px;
		background: url(../../images/img_zomoqa_04.png) no-repeat 0 50%;
		background-size: contain;
	}	
	section.zomoqa dt.mouseon:after {
		width: 15px;
	}
	.trial-03 {
		position: relative;
	}
    section.trial .trial-inner a {
        width: 60%;
        left: initial;
        right: 5%;
    }
	section.trial .trial-inner a::after {
	  position: relative;
	}	
	section.trial .trial-inner a:hover:after {
	  width: 100%;
	}
	section.lineup p {
    }
    section.lineup p.catch,
    section.omotenashi p.catch {
        font-size: 4vw;
    }
    section.lineup p.title,
    section.omotenashi p.title,
    section.style p.title,
    section.zomoqa p.title {
        font-size: 6.5vw;
    }
	section.lineup .vitalex-img-01 {
		padding: 0 0;
	}	
	section.vitalex .vitalex-img-03 {
		margin: 0 0 0 0;
	}
		section.lineup .vitalex-img-01 img {
		width: 20vw;
	}	
    section.kodawari {
		padding: 30px 0;
	}
    section.vitalex .vitalex-img-04 {
        padding: 30px 0;
    }
    section.vitalex a, section.kodawari a {
        max-width: 95%;
    }
    section.kodawari p {
        font-size: 4.5vw;
    }
    section.kodawari .text {
        margin-bottom: 5%;
    }
	section.kodawari a {
		width: 90%;
        margin-bottom: 5%;
	}
    section.kodawari .triangle {
        border-top: 10px solid #066091;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
	section.omotenashi .omotenashi-img-01 {
		padding: 20px 10px;
	}
	
	section.lineup .vitalex-img-02,
	section.omotenashi .omotenashi-img-02 {
		top: -5px;
	}
	
    /* section style */
    section.style {
        padding: 3em 0;
    }
	section.style .style-img-01 img,
	section.zomoqa .zomoqa-img-01 img {
		padding: 0 20px;
	}
    section.style .style-inner img.img-style-03 {
        margin-bottom: 5%;
    }
    section.style p.title:after {
        right: 0;
    }
	section.anshin .anshin-img-01 img {
		padding: 20px 20px 0 20px;
	}
	
	section.kodawari .kodawari-img-01 {
		width: 90%;
		margin: 0 auto;
	}
	
	section.kodawari img.kodawari-img-01 {
		width: 100%;
	}
	
	section.omotenashi iframe,
	section.anshin iframe {
		margin: 0 auto;
	}

	
	section.omotenashi .youtube,
	section.anshin .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	section.omotenashi .youtube iframe,
	section.anshin .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
	}
	section.omotenashi p.sublead {
        font-size: 5vw;
        line-height: 1.3;
        margin-top: 1em;
    }
    section.omotenashi p.sublead span {
        display: block;
    } 
    section.omotenashi p.small {
        font-size: 4vw;
    }
	section.omotenashi .omotenashi-img-02 {
		padding-bottom: 20px;
	}
	section.zomoqa .zomoqa-img-01 {
		padding: 30px 0;
	}
    section.zomoqa .zomoqa-img-01 img {
        width: 20vw;
        padding: 0 0 0 0;
    }
    section.zomoqa p.lead {
        font-size: 3vw;
    }
    section.zomoqa h2 {
        font-size: 8vw;
    }
    
    /* section lineup */
    
    section.lineup ul.series {
        display: block;
        margin: 0 0 0 0;
    }
    section.lineup ul.series li {
        width: 100%;
        flex-direction: unset;
    }
    section.lineup ul.series .img {
        width: 20vw;
        flex-shrink: 0;
    }
    section.lineup ul.series .img img {
        width: 100%;
    }
    section.lineup ul.series .subcopy {
        width: 100%;
    }
    section.lineup ul.series .detailwrap {
        padding-left: 1em;
        width: 80%;
    }
    section.lineup ul.series .title {
        margin-bottom: 0.5em;
    }
    section.lineup ul.arrow {
        writing-mode: vertical-rl;
        width: auto;
        justify-content: flex-start;
    }
    section.lineup ul.arrow li {
        padding: 1em 0;
        width: 40px;
        height: auto;
    }
    section.lineup ul.arrow li:first-child {
        width: 40px;
        height: 35%;
    }
    section.lineup ul.arrow li:nth-child(2) {
        width: 40px;
        height: 18%;
    }
    section.lineup ul.arrow li:nth-child(3) {
        height: 25%;
    }
    section.lineup ul.arrow li:nth-child(4) {
        height: 22%;
    }    
    section.lineup .sec_inner {
        padding: 0 0;
    }
	section.lineup:before {
	    height: 82%;
	}
	section.lineup .sec_inner .title_area {
	    padding: 0 25px;
	}
	section.lineup .sec_inner .lineup_area {
	    padding: 0 25px;
	}
	section.lineup .sec_inner .lineup_area .block,
	section.lineup .sec_inner .lineup_area .block:nth-child(n+3) {
	    flex-basis: 100%;
	    margin-bottom: 11.4%;
	}
	section.lineup .sec_inner .lineup_area .block:last-child {
	    margin-bottom: 0;
	}
	section.lineup .sec_inner .arrow-scroll {
        width: 89px;
        margin-bottom: 15px;
        padding-left: 25px;
	}
	section.lineup .sec_inner .arrow-scroll img {
	    width: 100%;
	    height: auto;
	}
	section.lineup .sec_inner .table_outer {
	    padding-left: 25px;
	}
	section.lineup .sec_inner .lineup_table {
        min-width: initial;
        max-width: 95%;
        margin-bottom: 0;
        padding: 24px 16px;
        display: flex;
	}
	section.lineup .sec_inner .lineup_table .top {
        padding-right: 1em;
	}
	section.lineup .sec_inner .lineup_table .name .items .block .desc .item_copy {
	    font-size: 12px;
	}
	section.lineup .sec_inner .lineup_table .name .items .block .desc .item_name {
	    font-size: 2.2rem;
	}
	section.lineup .sec_inner .lineup_table .row .items .block p {
	    font-size: 12px;
	    padding: 12px 0;
	}
	section.lineup .sec_inner .lineup_table .row.unit .items .block p {
	    padding: 24px 0;
	}
	section.lineup .sec_inner .lineup_pr {
	    display: none;
	}
    section.course .course-inner img.sp.point-02 {
        top: -30%;
    }  
    section.lineup ul.arrow li:after {
       bottom: -15px;
        right: 0;
        left: 0;
        top: initial; 
        border-width: 15px 20px 0 20px;
    }
    section.lineup ul.arrow li:first-child:after {
        border-color: #1ebaee transparent transparent transparent;
    }
    section.lineup ul.arrow li:nth-child(2):after {
        border-color: #1ca6d4 transparent transparent transparent;
    }
    section.lineup ul.arrow li:nth-child(3):after {
        border-color: #1892ba transparent transparent transparent;
    }
    section.lineup ul.arrow li:nth-child(4):after {
        border-color: #157ea1 transparent transparent transparent;
    }
    section.lineup ul.arrow li:nth-child(4) div {
        margin: 0 auto;
    }
    section.lineup ul.series .detail {
        margin: 0 0 1em 0;
    }

    /* section anshin */
    
    section.anshin p.ono {
        font-size: 3rem;
        padding: 3em 0 0.5em 0;
    }
    section.anshin p.cap {
        font-size: 2.5rem;
        padding: 1em 0 2em 0;
    } 
    
    /* section secret */
    section.secret {
        padding: 0 0 3em 0;
        margin: 0 0 3em 0;
    }
    section.secret .cyberxtitle-wrap h2 {
        width: calc(100vw - 50vw);
        background-size: contain;
    }    
    section.secret .cyberxtitle-wrap h2:before {
        width: 10vw;
        height: 10vw;
        background-size: contain;
        left: -10vw;
    } 
    section.secret .lead {
        font-size: 2rem;
        margin: 1em auto 4em auto;
    }
    section.secret .cyberxtitle-wrap {
        width: calc(100vw - 60%);
        margin: 0 auto;
    }
    section.secret .cyberxtitle-wrap h2 {
        padding-top: 44.6680080483%;
        line-height: 0;
        height: 0;
        width: 100%;
    }
    section.secret .cyberxtitle-wrap h2:before {
        width: 8vw;
        height: 8vw;
        left: -8vw;
    } 
    section.secret ul.wrap-secret-series {
        max-width: 95%;
    }
    section.secret .wrap {
        padding: 1em 1em 2em 4em;
    }
    section.secret .num p {
        font-size: 3rem;
    }
    section.secret .title.one .wrap:after,
    section.secret .title.four .wrap:after {
        width: calc(100% - 40%);
        height: 10vw;
        background-size: contain;
        top: -60%;
        right: 0;
        background-position: 95% 0;
    }
    section.secret .wrap h2 {
        font-size: 1.95rem;
    }
    section.secret ul.wrap-secret-series li {
        width: calc(100% / 2 - 15px);
    }
    section.secret .secret-series ul {
        width: 100% !important;
    }
    section.secret .secret-series ul li {
        width: 100% !important;
    } 
    section.secret .secret-series li {
        padding: 1em;
    } 
    section.secret .secret-series li .inner picture {
        margin: 0 auto;
        display: table;
    }
    section.secret .titlewrap-maincatch p {
        width: 80%;
        background-size: contain;
        background-position: center;
        left: -7%;
    }

    /* cp */
    
    .cp img {
        width: 100%;
    }
}

@media screen and (max-width : 42em) {
    .pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
    body {
        min-width: 100%;
    }
    .mainimg {
        height: auto;
    }
	.mainimg h1 {
        display: none;
    }
    .mainimg img {
        width: 100%;
        display: table;
    }
	.cvarea {
		width: 94%;
	}
	.cvarea.pc{
		display: none;
	}
	.cvarea.sp{
		display: block;
	}
    section.anshin h3 {
        font-size: 5vw;
    }
	.mv .cvarea {
        margin: auto;
		position: absolute;
		left: 0;
	    right: 0;
		z-index: 100;
		top: 52%;
		border-radius: none;
        background: none;
	}
    
    /* section course */
    
    section.course .box.shokai .title img.titleimg,
    section.course .box.jikai .title img.titleimg {
        width: 75%;
        left: 6%;
    }
    section.course .box.shokai .textpic {
        padding: 1em 2em;
    }
	section.course .point {
		width: 100%;
		margin: 20px auto;
	}
    section.anshin p.ono {
        font-size: 4vw;
        padding: 1em 0 0.5em 0;
    }
    .point ul {
        font-size: 2.5vw;
    }
    .point .pbox {
        border: 3px solid #000;
        margin: 28% auto 0 auto;
        min-height: 50%;
        background: url(../../images/img_point_bg.png) no-repeat center top;
    }	
    .point img.point-02 {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
    } 
    .point .pbox {
        padding: 0 0;
    }
    .point .pbox .text {
        width: 100%;
        text-align: center;
        padding: 40% 0 5% 0;
    } 
    section.course {
        padding-bottom: 0;
    }
    section.course .course-inner {
        padding: 1em 0 0 0;
        width: 90%;
    }    
    section.course .point .pbox img {
        width: 45%;
        top: -30%;
    }
    section.course h2 {
    }
    section.course .catch img {
        max-width: 100%;
    }
    section.course .boxwrap:before {
    }
    section.course .boxwrap:after {
        left: 4.5%;
    }
    section.course .box.jikai .textpic {
        padding: 1em 2em;
    }
    section.course .box.jikai .pricetext {
        padding: 0 0 1em 0;
    }
    section.course .arrow img {
        width: 50%;
    }
    section.course .arrow:after {
        background-size: 40%;
        left: 80%;
    }
    
    /* section lineup */
    
    section.lineup {
        padding: 3em 0;
    }
    section.lineup .sec_inner {
        margin: 0 auto;
    }
    section.lineup ul.series .detail {
        line-height: 1.5;
    }
    section.lineup ul.series .subcopy {
        font-size: 3vw;
        margin-bottom: 0.5em;
    }
    section.lineup ul.arrow li:first-child {
        height: 30%;
    }
    section.lineup ul.arrow li:nth-child(2) {
        height: 18%;
    }
    section.lineup ul.arrow li:nth-child(3) {
        height: 20%;
    }
    section.lineup ul.arrow li:nth-child(4) {
        height: 32%;
    }    
    
    /* section trial */

	section.trial {
		width: 100%;
		height: auto;
		background: none;
        margin: 0 auto;
	}
    section.trial.btm {
        margin: -5em auto 0 auto;
    }
	section.trial .trial-inner {
		width: 100%;
		position: relative;
	}
	section.trial .trial-inner a {
		position: relative;
		bottom: auto;
		left: 0;
	}
    section.trial img {
        margin: 0 auto;
    }
    section.style .style-img-01 {
        padding: 0 0 0 0;
    }  
    
    /* section bnr */

    section.bnr {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 3em;
    }
    section.bnr p {
        font-size: 4vw; 
    }
    
    /* section.vitalex */

    section.vitalex a {
    } 
    
    /* section anshin */

    section.anshin h2 {
        width: 100%;
        height: 0;
        padding-top: 25.3387533875%;
        background: url(../../images/img_anshin_01_sp.png) no-repeat bottom;
        background-size: contain;
    }
    section.anshin .anshin-img-01 {
		padding: 0 0;
        width: 90%;
        margin: 0 auto;
	}   
    section.anshin p.cap {
        font-size: 2.5vw;
    }   
    
    /* pinpoint */
    
    section.pinpoint {
        width: 100%;
        padding: 3em 0;
        margin: 0 auto;
        background: url("../../images/pinpoint_bg_sp.jpg") no-repeat top center;
        background-size: 100%;
    }
    section.pinpoint h2 {
        background: url(../../images/pinpoint_title_sp.png) no-repeat bottom;
        padding-top: 21.0084033613%;
        width: 90%;
        height: 0;
        background-size: contain;
        margin: 0 auto 1em auto;
        line-height: 0;
    }
    section.pinpoint .flexbox {
        flex-flow: column;
        padding: 1em;
    }
    section.pinpoint .flexbox .youtube {
        width: 100%;
    }
    section.pinpoint .flexbox .sentence {
        padding-left: 0;
        width: 100%;
    }
    section.pinpoint .flexbox .sentence h3 {
        font-size: 4vw;
        text-align: center;
    }    
    section.pinpoint .flexbox .sentence p {
        font-size: 3.5vw;
    }  
    
    /* section style */

    section.style {
    }
    section.style .style-img-01 img {
        padding: 0 0 1em 0;
        width: 90%;
    }
    section.style p.title:after {
        background-size: 60%;
        background-position: 100% 0;
    }    

    /* section qa */
    
    section.zomoqa {
        padding: 3em 0 0 0;
    }
    section.zomoqa dl {
		font-size: 1.5rem;
        padding-bottom: 6em;
	}
    section.zomoqa .zomoqa-img-01 {
        width: 95%;
        margin: 0 auto;
        padding: 0 0 1.5em 0;
    }
	section.zomoqa .zomoqa-img-01 img {
        width: 25vw;
        padding: 0 1em 0 0;
    }
    section.zomoqa dt {
		padding: 0.5em 40px 0.5em 40px;
		background: #3f3f3f url(../../images/img_zomoqa_02.png) no-repeat 15px 50%;
		background-size: 15px auto;
	}
    section.zomoqa dd {
		padding: 0.5em 40px 0.5em 40px;
		background: white url(../../images/img_zomoqa_03.png) no-repeat 15px 50%;
		background-size: 15px auto;
	}

    /* .cp */
    .cp {
        display: none;
    }
    .cp-sp {
        display: block;
        width: 100%;
        margin: 0 auto 0 auto;
        background: #010101;
        padding: 0 0 1.5em 0;
        position: relative;
        top: -3em;
    }  
    .cp-sp:after {
        content: "";
        position: absolute;
        bottom: -2em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2em 50vw 0 50vw;
        border-color: #010101 transparent transparent transparent;
    }
    .cp-sp img {
        width: 90%;
        margin: 0 auto;
        display: table;
    } 
    section.secret {
        max-width: 100%;
        background-size: 50%;
        margin: 0 auto;
        padding: 0 0 3em 0;
    } 
    section.secret .titlewrap-maincatch {
        margin: 0 auto 0 auto;
        padding: 0 8%;
    }
    section.secret .titlewrap-maincatch p {
        background: url("../../images/cyberx_title_sp.png") no-repeat;
        background-size: contain;
        padding-top: 44.4444444444%;
        width: 100%;
        height: 0;
    }
    
    /* section secret */
    section.secret .secret-series ul {
        width: 100%;
    }   
    section.secret ul.wrap-secret-series {
        max-width: 90%;
    }    
    section.secret ul.wrap-secret-series li {
        width: 100%;
        min-height: initial;
    } 
    section.secret ul.wrap-secret-series li:nth-child(3) .secret-series ul li {
        margin-bottom: 4em;
    }    
    section.secret .num p {
        font-size: 7vw;
        padding: 0.3em 0.2em;
    }
    section.secret .wrap {
        padding: 2em 1.5em 2em 4em;
        background: url(../../images/dot_sp.png) repeat-y;
        background-size: 10%;
    }    
    section.secret .title.one .wrap:after,
    section.secret .title.four .wrap:after {
        width: calc(100vw - 80vw);
        height: 20vw;
    }
    section.secret .wrap .catch {
        font-size: 4vw;
    }   
    section.secret .wrap h2 {
        font-size: 4.2vw;
    }
    section.secret .secret-series li .inner dd {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
        text-align: left;
    } 
    section.secret p.note {
        font-size: 2vw;
    }
    section.secret .secret-series li {
        padding: 1em;
    }
}
