@charset "utf-8";

/*  reset css
-----------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* reset追記 */
*,*::before,*::after {
    box-sizing: border-box;
}
strong {
  font-weight: 700;
}
img {
  display: inline-block;
  max-width: 100%;
}
sup {
  position: relative;
	top: -0.1em; 
	font-size: 70%; 
	vertical-align: top;
}
sub {
  position: relative;
  top: 0.1em;
  font-size: 75.5%;
  vertical-align: bottom;
}

/* noto-sans-jp-regular - japanese_latin woff2のみ */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),
       url('https://www.torus-i.co.jp/wp/wp-content/themes/torus/fonts/noto-sans-jp-v24-japanese_latin-regular.woff2') format('woff2');
}

/*  font-size調整
-----------------------------------------------------------------------------*/
html {	font-size: 12px;}
@media screen and (min-width:321px) {
html {	font-size: 12.5px;}
}
@media screen and (min-width:640px) {
html {	font-size: 13px;}
}
@media screen and (min-width:700px) {
html {	font-size: 13.5px;}
}
@media screen and (min-width:760px) {
html {	font-size: 14px;}
}
@media screen and (min-width:800px) {
html {	font-size: 14.5px;}
}
@media screen and (min-width:850px) {
html {	font-size: 15px;}
}
@media screen and (min-width:900px) {
html {	font-size: 15.5px;}
}
@media screen and (min-width:960px) {
html {	font-size: 16px;}
}

/*  basic
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.4;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
	-webkit-text-size-adjust : none;
	width: 100%;
}
a:hover img {
	opacity: .7;
}

/*  useful-SP
-----------------------------------------------------------------------------*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.txt-center {
  text-align: center;
}
.ylw {
  font-weight: 700;
  font-size: 1.125rem;
  background: linear-gradient(transparent 70% ,#ffff66 70% );
}
.sp {
  display: block!important;
}
.pc {
  display: none !important;
}
.mb1rem {
  margin-bottom: 1rem;
}
.mb2rem {
  margin-bottom: 2rem;
}
.mb3rem {
  margin-bottom: 3rem;
}
.caution {
  font-size: .75em;
  text-align: right;
}
.youtube {
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 1em auto;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*  header-SP
-----------------------------------------------------------------------------*/
.header__top {
  display: flex;
  align-items: center;
	width: 100%;
	height: 70px;
  margin: 0 auto;
}
.header__logo {
  margin-left: 1em;
}
.header__contact {
  margin-left: auto;
  margin-right: 1em;
}
.header__contact a {
  display: block;
  padding: .5em 1em;
  background-color: #0D6FB8;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.header__contact a:hover {
  opacity: .7;
}

/*  SNS_SP
-----------------------------------------------------------------------------*/
.sns__ul {
  display: flex;
  justify-content: center;
}
.sns__ul li {
  margin-right: 1em;
}
.sns__ul li img {
  width: 3em;
  min-width: 44px;
  max-width: 50px;
}

/*  SP-NAV
-----------------------------------------------------------------------------*/

#spNav__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.spNav__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 101;
  width: 50px;
  height: 50px;
  background-color: #0d6fb8;
  border-radius: 4px;
}
.spNav__btn span {
  display: block;
  margin-left: 10px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.spNav__btn span:nth-of-type(1) {
  margin-top: 7px;
}
.spNav__btn span:nth-of-type(2), .spNav__btn span:nth-of-type(3) {
  margin-top: 5px;
}
.spNav__btn.open span:nth-of-type(1) {
  margin-top: 5px;
  height: 2px;
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.spNav__btn.open span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
.spNav__btn.open span:nth-of-type(3) {
  margin-top: 9px;
  height: 2px;
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.spNav__btn p {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.spNav__container {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 100;
  width: 320px;
  height: 100%;
  padding: 80px 1em 1em;
  overflow-y: scroll;
  background-color: #0d6fb8;
  color: #fff;
  transition: transform .3s;
}
.spNav__container.open {
  transform: translateX(-320px);
}
.spNav__ul {
  margin-bottom: 2em;
}
.spNav__ul li a {
  display: block;
  padding: .6em 1em;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.spNav__contact {
  margin-bottom: 3em;
}
.spNav__contact li {
  margin-bottom: 1em;
}

/*  toTop-SP
-----------------------------------------------------------------------------*/
#toTop {
  position: fixed;
  z-index: 50;
  bottom: 10px;
  right: 10px;
}
#toTop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/to-top.png) center top no-repeat;
  background-size: 100% auto;
  opacity: .9;
}
#toTop a:hover {
  opacity: 1;
}


/*  footer-SP
-----------------------------------------------------------------------------*/
footer {
  background-color: #0d6fb8;
  padding-top: 1em;
}
.footer__ttl {
  margin: 1em auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.footer__desc {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.footer__contact {
  width: 94%;
  max-width: 1000px;
  margin: 1em auto;
  padding: 1em;
  background: #ffffff;
  background: -webkit-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,96%) 47%,hsl(0,0%,93%) 100%);
  background: linear-gradient(to bottom, hsl(0,0%,100%) 0%,hsl(0,0%,96%) 47%,hsl(0,0%,93%) 100%);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.footer__contactbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 960px;
  margin: 2em auto;
}
.footer__logo {
  height: 2.5em;
  max-height: 42px;
  margin-bottom: 1em;
  text-align: center;
}
.footer__tel {
  margin-bottom: .5em;
}
.footer__teltime {
  max-width: 15em;
  margin: 0 auto 2em;
  padding: .5em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
.footer__mail {
  width: 80%;
  padding: 0 1em 0 3em;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
  background: url(../img/icon_mail.png) 1em center no-repeat #dea91d;
  background-size: 1.5em auto;
}
.footer__mail a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 3em;
}
.footer__mail a:hover {
  opacity: .7;
}
address {
  text-align: center;
}
.footer__banner {
  width: 100%;
  margin: 1em auto;
  align-items: center!important;
}
.footer__banner-l,.footer__banner-r {
  text-align: center;
}
.footer__banner-r img {
  height: 45px;
}
.footer__banner-r a + a {
  margin-left: .8em;
}
.footer__sns {
  margin-bottom: 1em;
}
.copyright {
  padding: 1em 0;
  color: #fff;
  text-align: center;
}


/*----------------------------------------------------------------------------
  Tablet 
-----------------------------------------------------------------------------*/
@media screen and (min-width:560px){

  /*  useful-TAB
  -----------------------------------------------------------------------------*/
  .flex {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pc {
    display: block!important;
  }
  .sp {
    display: none !important;
  }

/*  header-TAB
-----------------------------------------------------------------------------*/
.spNav {
  display: none;
}

/*  toTop-TAB
-----------------------------------------------------------------------------*/
#toTop {
  bottom: 40px;
  right: 20px;
}
#toTop a {
  width: 60px;
  height: 60px;
}


/*  footer-TAB
-----------------------------------------------------------------------------*/
  .footer__logobox {
    display: flex;
    align-items: center;
  }
  .footer__logobox a {
    margin-right: 1em;
  }
  .footer__logo {
    margin-bottom: 0;
    text-align: left;
  }
  .footer__nature {
    max-width: 80%;
  }
  .footer__contactbox {
    flex-direction: row;
    justify-content: center;
  }
  .footer__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3em;
    margin-bottom: 0;
  }
  .footer__teltime {
    margin-bottom: 0;
  }
  .footer__mail {
    max-width: 14em;
  }
  .footer__banner-img {
    padding: 0;
    max-width: 46%;
  }
  .footer__banner-l,.footer__banner-r {
    width: 30%;
    text-align: left;
  }
  .footer__banner-r img {
    height: 3.3rem;
  }
  .footer__sns {
    margin-bottom: 0;
    width: 40%;
  }

}


/*----------------------------------------------------------------------------
  PC
-----------------------------------------------------------------------------*/
@media screen and (min-width:960px){

  .footer__tel {
    display: flex;
    flex-direction: row;
  }
  .footer__banner-img {
    max-width: 480px;
    margin: 0 1em;
  }
  .footer__banner-r img {
    height: 4.2rem;
  }

}
@charset "utf-8";


/*  section共通
-----------------------------------------------------------------------------*/
.section__inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0;
}

.section__ttl {
  position: relative;
  margin-bottom: 2em;
  padding-top: 1em;
  color: #000364;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section__ttl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -.75em;
  left: 0;
  right: 0;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background-color: #000364;
}
.section__ttl span {
  display: block;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: .9rem;
  color: #b09866;
}
.section__ttl2 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .2em 1em 0 .8em;
  border-left: solid 6px #E64100;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.section__desc {
  max-width: 800px;
  margin: 0 auto 2em;
  padding: 0 .5em;
  line-height: 1.8;
}
.fig_ttl {
  font-size: 1.5rem;
  font-weight: 600;
}

/*  メインビジュアル_SP
-----------------------------------------------------------------------------*/
.mv {
	margin: 0;
	padding: 0;
}

/*  benefit_SP
-----------------------------------------------------------------------------*/
#benefit {
  background-color: #f7fff9;
}
.benefit__txt {
  font-size: 1.25rem;
  margin-bottom: 2em;
}
.benefit3__ul li {
  position: relative;
  z-index: 5;
  width: calc(100vmin - 60px);
  height:  calc(100vmin - 60px);
  padding-top: 2.5rem;
  text-align: center;
}
.benefit3__ul li::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fffdd9;
  border-radius: 50%;
}
.benefit3__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.benefit3__ul li .fig_ttl {
  color: #000364;
  margin-bottom: .5em;
}
.benefit3__ul li figure {
  width: 65%;
  margin: 0 auto 1em;
}
.benefit3__txt {
  color: #000364;
}
.benefit3__txt span {
  font-size: 1.5em;
  font-weight: 700;
}


/*  特長_SP
-----------------------------------------------------------------------------*/
#features{
  background-color: #f7fff9;
}
.features__box li {
  width: 98%;
  margin-bottom: 2rem;
}
.features__box li figure {
  position: relative;
  height: 0;
  margin-bottom: .5em;
  padding-top: 70%;
  background-color: #fff;
}
.features__box li figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.features__h4 {
  color: #E64100;
  font-size: 1.33rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}

/*  おとくな電気料金プラン_SP
-----------------------------------------------------------------------------*/
#plan{
  background-color: #f7fff9;
}
.plan__img {
  margin-bottom: 1em;
}
.plan__img figcaption {
  font-size: .8em;
  text-align: center;
}
.plan__simulation {
  margin: 3em auto 0;
  padding-bottom: 5em;
  text-align: center;
}

/*  ラインナップ_SP
-----------------------------------------------------------------------------*/
#lineup {
  position: relative;
  z-index: 0;
  background-image: url(../img/lineup_bg.jpg);
  background-size: cover;
}
#lineup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
.lineup__flex {
  margin-top: 3em;
  margin-bottom: 1em;
}
.lineup__box {
  padding: 1em 0;
  background-color: #fff;
  text-align: center;
}
.lineup__ttl {
  font-size: 1.5rem;
}
.lineup__ttl span {
  font-size: 3rem;
}
.lineup__img {
  position: relative;
}
.lineup__img::before {
  content:'';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1;
  width: 40%;
  height: 50%;
  background-image: url(../img/medal_okinawa.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*  沖縄専用機種_SP
-----------------------------------------------------------------------------*/
#okinawa {
  background-color: #e6f4ff;
}
.okinawa__ul li {
  width: 100%;
  margin-bottom: 1.5em;
}
.okinawa__ttl {
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 700; 
  text-align: center;
}
.okinawa__desc {
  margin-top: .5em;
}

/*  お客様のお喜びの声_SP
-----------------------------------------------------------------------------*/
#review {
  background-color: #f7fff9;
}
.review__ul {
  justify-content: center;
	width: 96%;
	margin: 3em auto 0;
}
.review__ul li {
	width: 100%;
	margin-bottom: 3em;
}
.review__box {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 2px #cddcff;
  padding: 0.2em 1em 1em;
}
.review__box::after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #cddcff #fff #cddcff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.review__ttl {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: .8em 0;
	color: #0250a7;
	font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.review__spec {
  margin-top: .8em;
}
.review__spec span {
  color: #666;
}
.review__spec span:nth-of-type(2) {
  padding-left: 1em;
}
.review__img {
  margin: 2em auto;
}

/* Campaign_SP  */
.campaign-banner {
  margin: 0 auto ;
  background-color: #fff9c1;
  text-align: center;
}
#campaign {
  background-color: #fdffe6;
}
.campaign-banner a > img {
  height: 14rem;
  vertical-align: middle;
}
.campaign__term {
  max-width: 800px;
  margin: 1em auto ;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.campaign__img {
  max-width: 640px;
  margin: 1em auto;
  text-align: center;
}
/*  FAQ_SP
-----------------------------------------------------------------------------*/
#faq {
    background-color: #e6f4ff;
}
.faq__li {
  padding: .5em 1em ;
  border-top: 1px solid #0d6fb8;
}
.faq__li:last-child {
  border-bottom: 1px solid #0d6fb8;
}
.faq__q::before {
  content:'Q. ';
  color: #000364;
  font-size: 1.125rem;
  font-weight: 700;
}
.faq__q {
  position: relative;
  color: #000364;
  padding: 1em 2em 1em 1.2em;
  text-indent: -1.2em;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.faq__q::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid navy;
	border-bottom: 2px solid navy;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s linear;
}
.faq__q.active::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.faq__a {
  display: none;
  background-color: #f5fbff;
  margin-right: 1em;
  padding: .8em 1em;
}




/*----------------------------------------------------------------------------
  Tablet 
-----------------------------------------------------------------------------*/
@media screen and (min-width:640px){

/*  メインビジュアル_TAB
-----------------------------------------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 48%;
}
.mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 130%;
  min-width: 100%;
  margin:0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  }

/*  benefit_TAB
-----------------------------------------------------------------------------*/
  .benefit3__ul li {
    width: 32%;
    height: auto;
    padding-top: 1.5rem;
  }
  .benefit3__ul li figure {
    margin: 0 auto .2em;
  }

/*  沖縄専用機種_TAB
-----------------------------------------------------------------------------*/
  .okinawa__ul li {
    width: 31%;
  }

/*  特長_TAB
  -----------------------------------------------------------------------------*/
.features__box li {
  width: 47%;
}


/*  お客様のお喜びの声_TAB
-----------------------------------------------------------------------------*/
  .review__ul {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 980px;
    margin: 5em auto 1em;
  }
  .review__ul li {
    width: 48%;
    margin-bottom: 3em;
  }
  /*  おとくな電気料金プラン_TAB
  -----------------------------------------------------------------------------*/
  .plan__img {
    float: right;
    max-width: 380px;
    margin-left: 1em;
  }
  /*  ラインナップ_TAB
  -----------------------------------------------------------------------------*/
  .lineup__box {
    width: 31%;
  }


}/* TAB_End */

/*----------------------------------------------------------------------------
  PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 980px){

/*  メインビジュアル_PC
-----------------------------------------------------------------------------*/
  .mv::before {
    padding-top: 44%;
  }
  .mv img {
    max-width: 125%;
  }
}