@charset "shift_jis";

#contents{
	color:#333;
	font-size:1.125rem;
	line-height:1.6;
    word-break: break-all;
    line-break: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    background-color: ghostwhite;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* common.css reset */
#contents a:hover{
	opacity:1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	}

#contents p{line-height:1.8;}


/* TOP */
.main-visual{
	background:url("../img/h1bg.jpg") no-repeat 50% 15%;
    background-size: cover;
    width:100%;
    height: 570px;
    margin: 0;
    padding-top: 135px;
	text-align:center;
    box-sizing: border-box;
}
h1{
    text-align:left;
    font-size: 2.8rem;
    max-width: 1200px;
    margin: 0 auto;
}
h1 img{
	width:100%;
	max-width:702px;
	height:auto;
    box-shadow: 1px 3px 10px 3px rgba(0,0,0,0.2);
}

/* Secition */
.section-wrapper{ 
    margin:0;
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.section{
	margin:0 auto;
    width: 83%;
    text-align: center;
	max-width:1000px;
    padding:30px 0;
    box-sizing: border-box;
}
.section p{ text-align: left; }


#contents h2{
    font-size: 2.25rem;
    line-height: 1.4;
	text-align:center;
	color:#000000;
	padding-top:8px;
	padding-bottom:8px;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
}
#contents h2 span{ font-size:1.75rem;}
#contents h2 img{ width: 100%; height:auto; max-width: 750px;display: block; margin:auto;}
#contents h3{
    font-size:1.8rem;
    font-weight: normal;
	text-align:center;
	color: #091155;
	margin-bottom:16px;
    box-sizing: border-box;
    display: block;
}

#point01 h3,
#point02 h3,
#point03 h3{
    background:#040FB6 url("../img/point-bg.png") no-repeat top left;
    background-size: 148px;
    position: relative;
    padding: 12px 12px 12px 0;
    color:#fff;
    display: flex;
    align-items: flex-start;
    align-items: center;
    text-align: center;
} 

#point01 h3 span.point,
#point02 h3 span.point,
#point03 h3 span.point{ 
    background: #180799;
    color:#fff;
    width: 10%;
    max-width: 120px;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 80%;
}
#point01 h3 span.h3text,
#point02 h3 span.h3text,
#point03 h3 span.h3text{
    padding: 5px 12px 5px 12px;
    align-self: center;
    text-align: center;
    display: inline-block;
    margin: auto;
}
h3 span.h3text strong{ font-weight: normal; font-size:130%;}


#contents h4{
	color:#0a2486;
    font-weight: normal;
    line-height: 1.6;
/*    font-size : 2rem; */
    font-size : 150%;
    padding: 0;
    margin-top: 50px;
	margin-bottom:20px;
    display: block;
}

#contents #point01 h4 strong,
#contents #point02 h4 strong,
#contents #point03 h4 strong{ font-size:2.0rem; font-weight: normal;}

#contents h3 + h4{ padding-top: 10px;}

#point01 h4:first-of-type,
#point02 h4:first-of-type,
#point03 h4:first-of-type{margin-top: 30px;}

#contents h5{
	color:#000000;
	margin-bottom:10px;
    font-size : 1.3rem;
    font-weight: normal;
    display: block;
}
#contents h6{
	color:#000000;
    font-size : 1.15rem;
    font-weight: normal;
    display: block;
}
#contents h6 strong{font-weight: normal;}

#more-enjoygame{ 
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,252,252,1) 45%, rgba(223,226,225,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 45%,rgba(223,226,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 45%,rgba(223,226,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe2e1',GradientType=0 ); /* IE6-9 */
    min-height: 50px;
}
#more-enjoygame h2{ padding-top: 30px; color:#0a2486; }
#more-enjoygame p{ color: #090909;}

#contents .infobox img{ width: auto; height:auto; max-width: 100%; }

#contents p{ text-align: left;}

.infobox{
    border: solid 1px #ccc;
    border-radius: 15px;
    background-color: #fff;
    width: 85%;
    padding: 40px;
    max-width: 845px;
    margin: 40px auto 20px auto;
    box-sizing: border-box;
}
#about-wifi6 .infobox{ margin-bottom: 40px;}
.infobox p strong{ font-weight: normal; }

#game-with-aterm #select-wifi6{
    border: none;
    border-radius: 15px;
    background-color: #fff;
    padding: 40px 10px 0 10px;
    margin: 40px auto 40px auto;
    max-width: 1000px;
    width: 100%;
}
#game-with-aterm #select-wifi6 .column p{ margin-left: 40px;}
#game-with-aterm #select-wifi6 h3{ font-size: 1.5rem; color: #0A2486; }
#game-with-aterm #select-wifi6 h3 strong{ font-size:1.8rem;color:#000 !important; font-weight: normal; background-color:#fff9f3; padding-left:6px; padding-right:6px;  }


#if-wifi6-01{ 
    padding: 30px 30px 20px 30px;
    background: #dfe2e1 url("../img/if-wifi01-photo.png") no-repeat 10% bottom ;
    background-size: auto 95%;
    overflow: hidden;
    display:block;
    clear: both;
}
#if-wifi6-02{
    display:block;
    background:#fbe7d9 url("../img/if-wifi02-photo.png") no-repeat 10% bottom ;
    padding: 30px 30px 20px 30px;
    margin-top:-21px;
    background-size: auto 95%;
    box-sizing: border-box;
    overflow: hidden;
}

.arrow {
	font-size: 100px;
	position: relative;
	width: .6em;
	height: .3em;
	background-color: #4a90a2;
    margin: auto;
    z-index: 100;
    display: block;
}
.arrow::before {
	position: absolute;
	top: .3em;
	left: -0.5em;
	width: 0;
	height:0;
	content: "";
	border-top: 0.3em solid #4a90a2;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
    z-index: 101;
    margin-top: -10px;
}

#if-wifi6-01 .section,
#if-wifi6-02 .section{ padding: 30px 0 10px 0; text-align: right; display: block; margin: 0 auto; }

#if-wifi6-01 .point,
#if-wifi6-02 .point{ border:#d6c8af 3px solid; background-color: #fff; border-radius: 10px; padding: 15px 10px 15px 15px; width: 55%; }
#if-wifi6-02 .point{ border-color:#d6c8af; font-weight:bold; width: 60% !important; padding-left: 100px; padding-right: 30px; }
#if-wifi6-02 .merit{ display: block; width: 60%; min-width: 200px; position: relative; padding-bottom: 10px; font-size: 105%; margin: auto 0 auto auto;}
#if-wifi6-01 span.minus{ color: #a90808}
#if-wifi6-01 p{margin:10px auto 15px auto; max-width: 480px;}
#if-wifi6-02 p{display: block; min-height: 2.5em; margin:10px auto 15px 30px;} 

#if-wifi6-01 p:first-of-type{ margin-right: 120px;}
#if-wifi6-01 p:nth-of-type(2){ margin-right: 60px;}
#if-wifi6-01 p:nth-of-type(3){ margin-right: 0;}

#if-wifi6-02 .italic{font-style:italic; font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';font-size:100%; margin-left: -.2em;}

#if-wifi6-02 .merit:first-of-type{ margin-right: 90px;}
#if-wifi6-02 .merit:nth-of-type(2){ margin-right: 30px;}
#if-wifi6-02 .merit:nth-of-type(3){ margin-right: -30px;}

#if-wifi6-01 h2,
#if-wifi6-02 h2{ 
    background-color: #6c6c6c;
    color:#fff;
    border: #fff 6px solid;
    border-radius:5px;
    display: block;
    padding:12px;
    font-weight:300;
    margin-bottom: 28px;
    width: 90%;
    margin: auto;
    max-width: 1000px;
    font-size: 1.8rem;
    }
#if-wifi6-02 h2{ background-color: #f17011 !important;}
#if-wifi6-01 h2 strong,
#if-wifi6-02 h2 strong{ font-weight:300; font-size: 2.5rem;  vertical-align: middle; }
#if-wifi6-01 h2::after{
  content: '';
  margin-left: 7px;
  display: inline-block;
  width: 63px;
  height: 63px;
  background-image: url("../img/icon-cryingface.svg");
  background-size: contain;
  vertical-align: middle;
}
#if-wifi6-02 h2::after{
  content: '';
  margin-left: 7px;
  display: inline-block;
  width: 63px;
  height: 63px;
  background-image: url("../img/icon-smilyface.svg");
  background-size: contain;
  vertical-align: middle;
}
#if-wifi6-02 h3{display: block; position:absolute; top:-5px; width: 120px; z-index: 99; }
#if-wifi6-02 h3 img{ width:auto; height: auto;  max-width: 120px;}



/* Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInL {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .8s;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInL {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .8s;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInL {
  -webkit-animation-name: fadeL;
  animation-name: fadeL;
}

/* .title-anime{ animation: fadeInDown .8s forwards ease-in-out; }*/
.title-anime{ animation: fadeInL .8s forwards ease-in-out; }

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn.on {
  animation: fadeIn 1.2s;
}

@keyframes flipIn {
    0% {
        opacity:0;
        width:5%;
        font-size:.5rem;
    }
    20% {
        opacity:1;
        width:20%;
    }
    100% {
        opacity:1;
        width:100%;
    }
}
.flipIn.on{
  animation: flipIn 2s forwards ease-in-out;
}
#more-enjoygame .flipIn.on{
  animation: flipIn 1s forwards ease-in-out;
}


.fadeInLeft{
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: .8s;
  }

.fadeInLeft.on{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

.moveYitem{
	opacity : 0;
	visibility: hidden;
	transition: .8s;
	transform: translateY(30px);
}
.moveYitem.on{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.moveXitem{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
    transform: translate3d(-100%, 0, 0);
}
.moveXitem.on{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
    transform: translate3d(0, 0, 0);
}



.notes{
	font-size: .875rem;
    text-align: left;
}

.notes li{
	padding-left:1.2em;
	text-indent:-1.2em;
}

#point01 .notes,
#point02 .notes,
#point03 .notes{
    width: 85%;
    max-width: 840px;
    margin: 20px auto 40px auto;
}
#point02 .rakuraku-info .notes{ font-size: .8rem; margin-bottom: 10px;}
#point03 .notes{
    width: 90%;
    margin: 20px auto 20px auto;
}



.center{
	text-align:center !important;
}

.borderBox{
	border:1px solid #ccc;
	padding:16px;
    background: #fff;
    margin-bottom: 30px;
}

#contents .fs12{font-size:.75rem !important;}
#contents .fs14{font-size:.875rem !important;}
#contents .fs16{font-size:1rem !important;}
#contents .fs18{font-size:1.125rem !important;}
#contents .fs20{font-size:1.25rem !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}
.mb80{margin-bottom:80px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}

.pt0{padding-top:0px !important;}
.pb0{padding-bottom:0px !important;}
.pb40{padding-bottom:40px !important;}

.fs12{font-size:.625rem;}
.fs14{font-size:.875rem;}
.fs20{font-size:1.25rem;}
.fs28{font-size:1.75rem;}
.fs48{font-size:3rem;}
.fs60{font-size:3.625rem;}
.fs60{font-size:3.625rem;}
.fs72{font-size:4.5rem;}


.flex{
  display: flex;
  justify-content: center;
/*  align-items: flex-start; */
  margin: auto;
}
.flex > *{
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto; /* もとは100% */
}

.flex .flex-item{ padding: 0.5rem; min-height: 0%;}
.flex .fg2{flex-grow:2}
.flex .fg3{flex-grow:3}


.column{
  display: flex;
  justify-content: center;
}
.column > *,
.col{
  padding:8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.col2{flex-basis: 200%;}
.col3{flex-basis: 300%;}
.col4{flex-basis: 400%;}
.col5{flex-basis: 500%;}
.col6{flex-basis: 600%;}

.column.center > *{
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}


.pic{ text-align: center; padding: 0; margin: 1rem auto; }
.pict img{ width: auto; height: auto; max-width: 100%;}

.imagephotos{ text-align: center; padding: 0; margin: 0 auto; display: block;}
.imagephotos img{ width: 100%; height: auto; } 

.router{ text-align: center; padding: 10px 10px 20px 10px; }

.smile{ padding-bottom: 0; vertical-align: bottom;}



/* slider  */
.slider01 li{
   background: #C3D3F5;
   transform:skewX(-12deg);
   overflow: hidden;
   margin:0 3px;
}
.slider01 li img{
    transform: skewX(12deg) scale(1.1);
    object-fit:cover;
    display: block;
    width: 100%;
    margin:0 -2% 0 0;
}



/* slider for Slick  */
.slider div{
 /*  background: #C3D3F5; */
   transform:skewX(-12deg);
   overflow: hidden;
   margin:0 3px;
}
.slider div img{
    transform: skewX(12deg) scale(1.1);
    object-fit:cover;
    display: block;
    width: 100%;
    margin:0 -2% 0 0;
}


.padding0{padding: 0;}

.atermforGame{ border-top: solid 1px #CCC; padding-top: 20px; padding-bottom: 10px;;}

.rakuraku-musen,
.rakuraku-info{ display: inline-block; padding: 0; text-align: center; min-width: 120px;}
.rakuraku{ background-color: #f5f5f5; padding: 20px; display: block; margin-bottom: 20px;}
.rakuraku-gamesetteing {
	color: #61450e;
	display: flex;
	align-items: center;
}
.rakuraku-gamesetteing strong{font-size: 120%;}
/* .rakuraku-gamesetteing:before, */
.rakuraku-gamesetteing:after{
	content: "";
	flex-grow: 1;
	border-top: 2px dotted #c3c3c3;
	display: block;
}
.rakuraku-gamesetteing:before{margin-right: .4em;}
.rakuraku-gamesetteing:after{margin-left: .4em;}

.rakuraku #gosetting-3ds a,
.rakuraku #gosetting-ps4 a{ 
    display: block;
    width: 239px;
    height:250px;
    border: solid 1px #ccc;
    background-color:#fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px silver;
    padding-top: 15px;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto;
    }
.rakuraku #gosetting-3ds a:link,
.rakuraku #gosetting-3ds a:visited,
.rakuraku #gosetting-ps4 a:link,
.rakuraku #gosetting-ps4 a:visited{ border: solid 1px #ccc;}
.rakuraku #gosetting-3ds a:hover,
.rakuraku #gosetting-ps4 a:hover{border-color: #7657BD !important; transition: all .1s;} 


.rollover {
    display: block;
    position: relative;
}
.rollover > img:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}
.rollover:hover > img:nth-child(2) {
    visibility: visible;
    top: 15px;
    left: 0;
}


.fs-small{ font-size: 80%;}
.button {
  position: relative;
  display: inline-block;
  padding: .3em 3em;
  border: 2px solid #2F61C8;
  color: #fff;
  background-color: #2F61C8;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .1s;
  border-radius: 3px;
  margin: 10px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
}
.button::before {
  top: -2px;
  left: -2px;
}
.button::after {
  bottom: -2px;
  right: -2px;
}
.button:hover {
  color: #fff;
  opacity: 1;
  background-color:#4474D7;
}
.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-bottom-color: #e9e607;
  border-left-color: #e9e607;
  transition: height .2s, width .2s .2s;
}
.button:hover::after {
  border-top-color: #e9e607;
  border-right-color: #e9e607;
  transition: height .2s .4s, width .2s .6s;
}

#wifi6-osusume{ background: #f0f8ff;}
#wifi6-osusume h2,
#game-with-aterm h2{padding-top: 60px; }

#if-wifi6{ background:#CDF3F4}

#about-wifi6.section-wrapper {
    background-color: #f8f8ff;
} 
#about-wifi6 .section{padding: 40px; } 
#about-wifi6 .section h3{ color: #0a2486; }
#about-wifi6 .section h3 span{ font-size:80%; font-weight: normal;}

#about-wifi6 .section p,
#point01 .infobox p,
#point02 .infobox p,
#point03 .infobox p{ font-size: .98rem; }

#point02{padding-top: 40px;}

#pont02-legacyfollow h6 { text-align: left;}
#pont02-legacyfollow h6 strong{color:#7201EF;}

#router-wifi6{ 
    padding:40px 0 35px 0;
    background-color: #fff;
    border: solid #d6c8af 2px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow-x: hidden;
}
#router-wifi6 h3{ 
    color:#fff;
    padding-top: 20px; 
    padding-bottom: 15px;
    background: #4a16b3  url("../img/wifi6-aterm-bg.jpg") repeat-y top;
    background-size: cover;
    font-weight: bold;
}
#router-wifi6 h4{
    font-size:120%;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}
#router-wifi6 h4 span{color: #FF7F00;}

#router-wifi6 p{ font-size:90%; text-align: center;}
#router-wifi6 strong{ font-size:150%;}
#router-wifi6 .column{ border-bottom: #CCC 1px dotted; padding-bottom:20px; width: 95%; margin-left: auto; margin-right: auto; }
#router-wifi6 .column:last-of-type{ border-bottom: none; }

#router-wifi6 .col{ margin-top: 20px; }
#router-wifi6 .col:nth-of-type(odd){ padding:10px; border-right:#CCC 1px dotted;}
#router-wifi6 .flagship-model .col{ border-right:none; padding:30px 10px;}
#router-wifi6 .flagship-model .router{paddding-left:30px;}

.col.noborder{ border: none !important; }

#point03-kankyo{ background: #E7E7E7; border-radius: 10px; padding: 20px; }
#point03-kankyo,#point03-notice{ margin: 20px;}
#point03-kankyo h5{ font-size: 80%;}
#point03-kankyo p{ text-align: left; display: block; padding-left:1.2em; font-size:1.125rem !important;}

#support-esports,
#gamer_collabo{
    border-radius: 10px;
    border: solid #cdcdcd 1px;
    width: 90%;
    max-width: 860px;
    padding: 30px 0 10px 0;
    background-color: #f5f5f5;
    margin: 40px auto;
    overflow: hidden;
}

#support-esports h3,
#gamer_collabo h3{ font-size: 1.5rem; background-color: #fff; width: 100%; margin: 0; border-left:#2f61c8 12px solid; padding: .5rem 0 .5rem 0; margin-bottom: 20px; color:#090b78; }
#support-esports h3 strong,
#gamer_collabo h3 strong{ font-weight: normal;}
#support-esports h3 strong span,
#gamer_collabo h3 strong span{ color: #eb6e00;}

#support-esports p,
#gamer_collabo p{ font-size: 1.2rem; color:#0c0c0c; width:80%; margin: auto; margin-bottom: 10px;}

#support-esports .flex{ width:90%; max-width:850px; margin: 20px auto 0 auto; }
#support-esports .flex p{ font-size:1rem;width:100%;}
#support-esports .flex p .url{font-size:.5rem; color:#ec7600;}
#support-esports p{ text-align: center;}
#support-esports p a:hover.url,
#support-esports p a:active.url{color:#08032D !important; background: linear-gradient(transparent 70%, #f8e545 70%); transition: .1s }
#support-esports h4{ margin-top: 0;}
#support-esports .flex-itemm{ justify-content: flex-start;}

#gamer_collabo h4{ margin: 0 auto 10px auto; }
#gamer_collabo .column{ justify-content: flex-start; padding-left: .5em; padding-right: .5em}
#gamer_collabo .col{ background: #FFF; border-radius:10px; margin: 1.5em; padding:20px 10px 10px 10px;}
#gamer_collabo .col.noitem{ background-color: inherit;}
#gamer_collabo .col h4{ margin: 0 auto 10px auto; font-size: 1.2rem; }
#gamer_collabo .col h4 img{ margin-right: 10px;}
#gamer_collabo .col p{ margin: 5px auto 5px auto; font-size: .5rem; color:#240EAF; }
#gamer_collabo .col a p{ color:#240EAF; text-align: center; }
#gamer_collabo .col a:link p,#gamer_collabo .column a:visited p{ color:#240EAF;}
#gamer_collabo .col a:hover p,
#gamer_collabo .col a:active p{color:#08032D !important; background: linear-gradient(transparent 70%, #fba705 70%); transition: .1s }
#gamer_collabo .col a img{ border: 1px #fff solid}
#gamer_collabo .col a:hover img,
#gamer_collabo .col a:active img{ border-color: #FF7206; transition: .1s }

.video-area{width: 80%; text-align: center; margin: 0 auto;}
.video{
    position:relative;
	width:100%;
    margin:0 auto;
	padding-top:56.25%;
}
.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.kakudai img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	transition-duration: 0.1s;
}
.kakudai img:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.1s;}
    
#wi-fi6page{ width: 600px; width: auto; overflow: hidden;}

.word-set{display: inline-block;}
.sp-on,
.tab-on{ display: none; } 


/*font-size:.625rem;/*10px*/
/*font-size:.75rem;/*12px*/
/*font-size:.875rem;/*14px*/
/*font-size:1rem;/*16px*/
/*font-size:1.125rem;/*18px*/
/*font-size:1.25rem;/*20px*/
/*font-size:1.5rem;/*24px*/
/*font-size:1.625rem;/*26px*/
/*font-size:1.875rem;/*30px*/
/*font-size:2.25rem;/*36px*/
/*font-size:2.5rem;/*40px*/
/*font-size:3.125rem;/*50px*/
/*font-size:3.75rem;/*60px*/


/* @media screen fix  */
@media screen and (min-width:661px){
.fs16{font-size:1rem;}
.fs24{font-size:1.5rem;}
.fs30{font-size:1.875rem;}
}/* /@media 661px~ */

@media screen and (max-width:800px){
    .tab-on{ display: inline-block;}
}

@media screen and (max-width:660px){
  .section{ padding: 20px; width: 100%; max-width:100%;}
  #contents h1 {text-align:center;}
  #contents h1 img{ width: 100%; max-width:100%;　height:auto;}
  #contents h2 img{ width: 100%; max-width:100%;　height:auto;}
  #contents h2{ font-size:135%; margin-bottom: 10px;}
  #contents h3{ font-size:115%;}
  #contents h4{ font-size:95%; line-height: 1.4; padding-top: 10px !important;}
  #contents h5{ font-size:0.9rem; line-height: 1.4; padding-top: 10px !important;}
  #contents h6{ font-size:.7rem; line-height: 1.4; padding-top: 10px !important;}
  #contents p{ font-size: 0.95rem;} 
  #if-wifi6-01{ 
      padding: 30px 10px 20px 30px;
      background: #dfe2e1 url("../img/if-wifi01-photo.png") no-repeat -100px bottom ;
      background-size: auto 70%;
  }
  #if-wifi6-02{
      background:#fbe7d9 url("../img/if-wifi02-photo.png") no-repeat -100px bottom ;
      padding: 30px 10px 20px 10px;
      margin-top: -21px;
      background-size: auto 70%;
  }
  #if-wifi6-01 .section,
  #if-wifi6-02 .section{ text-align: center; padding-top:15px; padding-right:0; padding-left:0;}
  #if-wifi6-01 p,
  #if-wifi6-02 p{ font-size: 1.3rem;}
  #if-wifi6-01 .point,
  #if-wifi6-02 .point{ width: 80%; font-size: 1.1rem; }
  #if-wifi6-02 .point{ width: 60%; padding-left: 80px; padding-right: 12px; }
  #if-wifi6-01 p:first-of-type,
  #if-wifi6-01 p:nth-of-type(2),
  #if-wifi6-01 p:nth-of-type(3),
  #if-wifi6-02 .merit:first-of-type,
  #if-wifi6-02 .merit:nth-of-type(2),
  #if-wifi6-02 .merit:nth-of-type(3){ margin-right: auto;}
  #if-wifi6-02 .merit{width: 98%; margin-left: 8%; margin-right:auto !important; min-width: 100px; }
  #if-wifi6-02 h3{display: block; position:absolute; top:0; width: 100px; }
  #if-wifi6-02 h3 img{ width:auto; height: auto;  max-width: 100%;}
  #point01 .infobox img,
  #point02 .infobox img,
  #point03 .infobox img{ width: 100%; height: auto; max-width: 100%; }
  #point01 h3 span.point,
  #point02 h3 span.point,
  #point03 h3 span.point{ font-size: 1rem; }
  #point03 #point03-notice{margin-bottom: 10px;}
  #point03 .notes{ margin-top: 0}
  .main-visual{
      background-size: cover;
      background-position: 50% 50%;
      width:100%;
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  #wifi6-osusume h2,
  #game-with-aterm h2{padding-top: 0; }
  #game-with-aterm #select-wifi6 h3{ font-size: 1.0rem; } 
  #game-with-aterm #select-wifi6 h3 strong{ font-size:1.4rem; padding-left:3px; padding-right:3px;  }
  #game-with-aterm #select-wifi6{
      padding: 20px 10px 0 10px;
      margin: 0 auto 40px auto;
      width: 95%;
      box-sizing: border-box;
  }
  .infobox,
  .section.infobox{
      border-radius: 15px;
      background-color: #fff;
      padding: 20px 10px 20px 10px;
      margin: 20px auto 30px auto;
      width: 100%;
   }
   #if-wifi6-01 h2,
   #if-wifi6-02 h2{ font-size: 1.2rem;}
   #if-wifi6-01 h2 strong,
   #if-wifi6-02 h2 strong{ font-size: 1.6rem;}
   #if-wifi6-01 h2::after,
   #if-wifi6-02 h2::after{
      margin-left: 3px;
      display: inline-block;
      width: 40px;
      height: 40px;
    }
  .flex,
  .column,
  #rakuraku_aterm{flex-direction:column;}
  .column > *{flex-basis:auto;}
  #game-with-aterm #select-wifi6 .column p{ margin-left: 0px;} 
  .column .col.noitem{display: none;}
  .tab-on{ display: inline-block;}
  #contents #point01 h4 strong,
  #contents #point02 h4 strong,
  #contents #point03 h4 strong{ font-size:1.5rem;}
  #router-wifi6{ padding-top: 40px;}
  #router-wifi6 .col:nth-of-type(odd){ border-right:none;  padding-top: 30px !important;}
  #router-wifi6 .col{border-bottom: #ccc 1px dotted; padding-bottom: 40px !important; }
  #router-wifi6 .col:last-of-type{ border-bottom: none; }
  #router-wifi6 .flagship-model .col{ border-bottom:none; padding:0px 10px !important; }
  #router-wifi6 .col img{ width: auto; height: auto;  max-width: 200px;}
  #router-wifi6 h4{ margin-top: 0;}
  #support-esports.section{  padding: 20px 5px 20px 5px; margin-top: 20px;}
  #gamer_collabo.section{  padding: 20px 5px 10px 5px; margin-top: 20px;}
  #router-wifi6 {padding-bottom: 0;} 
  #more-enjoygame h2{ padding-top: 20px; }
  .video{width:100%;}
  .rakuraku-musen img{ max-width: 120px !important; margin-bottom: 10px;}

}/* /@media ~660px */


@media screen and (max-width:480px){
  .section{ padding: 20px 5px; width: 100%; max-width:100%;}
  .pic img,
  img.pict { max-width:230px !important; height: auto;}
  h1 img{ width:100%; max-width:100%;	height:auto;}
  #contents h2{ font-size:120%; margin-bottom: 10px;}
  #contents h3{ font-size:110%;}
  #point01 h3,
  #point02 h3,
  #point03 h3{ display: block; background-size:contain; padding: 5px}
  #point01 h3 span.point,
  #point02 h3 span.point,
  #point03 h3 span.point{ font-size: .8rem; display: block; position: absolute; width: 5em; top: 0; left: 0;  padding: 0;}
  #point01 h3 span.h3text,
  #point02 h3 span.h3text,
  #point03 h3 span.h3text{ display: block; width: 100%; font-size:95%; line-height: 1.3;  text-shadow: 2px 3px 1px rgba(0,0,0,0.5);}
  h3 span.h3text strong{ font-weight: normal; font-size:125%;}
  #contents #point01 h4 strong,
  #contents #point02 h4 strong,
  #contents #point03 h4 strong{ font-size:1.2rem;}
  #point01 h4:first-of-type,
  #point02 h4:first-of-type,
  #point03 h4:first-of-type{margin-top: 10px;}
  #point03-kankyo.col,
  #point03-notice.col{ padding:0; margin-bottom:5px;}
  #point03-notice.col{ margin-top:0;}
  #point03-notice .notes{ margin-top:0; margin-bottom: 10px; }
  #if-wifi6-02 .merit{margin-left: auto;}
  #wifi6-osusume h2,
  #game-with-aterm h2{ padding-top: 30px; padding-bottom: 20px;}
  #gamer_collabo.section{  padding-bottom:5px; margin-top: 20px;}
  .video-area{width: 100%;}
  .sp-on{display: inline-block;}
  .sp-off{display: none;}
  .rakuraku-musen,
  .rakuraku-info{ display: block; width: 100%;}

}/* /@media ~480px */
