@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal; }

/* wp login fix */
html {
  margin-top: 0 !important; }

#wpadminbar {
  display: none !important; }

/*--------------------------------------
font-face
--------------------------------------*/
/*
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('NotoSans'), url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'SourceSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('SourceSans'), url("../font/SourceSansPro-Regular.eot");
  src: url("../font/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/SourceSansPro-Regular.woff") format("woff"), url("../font/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'SourceSansSemi';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('SourceSansSemi'), url("../font/SourceSansPro-Semibold.eot");
  src: url("../font/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/SourceSansPro-Semibold.woff") format("woff"), url("../font/SourceSansPro-Semibold.ttf") format("truetype"); }

.SourceSansSemi {
  font-family: 'SourceSansSemi',
 sans-serif; }
 */

/*--------------------------------------
共通設定
--------------------------------------*/
html {
  color: #211613;
  font-size: 15px;
  line-height: 1.5333;
  letter-spacing: 0; }

body {
  margin: 0;
  padding: 0;
  padding-top: 100px;

  /* padding-bottom: 20px; */

  font-family:  "Noto Sans JP",
  "Noto Sans",
  "Noto Sans CJK JP",
  "SourceSans",
  "Helvetica",
  "Arial",
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",
  "ＭＳ Ｐゴシック",
  sans-serif;
  width: 100%;
  height: 100%;
  text-align: center; }

a {
  outline: none;
  color: #211613;
  text-decoration: none; }

a:link {
  color: #211613;
  text-decoration: none; }

a:visited {
  color: #211613; }

a:hover {
  color: #211613;
  text-decoration: underline; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

a img {
  border: none; }

li {
  list-style-type: none; }

input, label, select, textarea {
  vertical-align: middle; }



/*----------------------------------------------------
common
----------------------------------------------------*/
body {
  background: #ffffff; }

@media screen and (min-width: 768px) {

  body {
    min-height: 100%;
    height: auto !important; }
  .forPC {
    display: block; }
  .forSP {
    display: none; } }

@media screen and (max-width: 767px) {
  html,
  body {
    height: auto; }
  .forPC {
    display: none; }
  .forSP {
    display: block; } }

.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .nowrap {
    display: block;
    white-space: normal; } }

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner {
  margin: 0 4.6875%;
  position: relative;
  text-align: left; }

.innerPC {
  margin: 0;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .inner,
  .innerPC {
    margin: 0 2.941%; } }

@media screen and (min-width: 1041px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    width: 960px; } }

/*----------------------------------------------------
loading
----------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #2954ab;
  z-index: 1001; }

#loader p {
  margin-top: 10px;
  display: none; }

#loader img {
  width: 36px;
  height: 36px;
  display: none;
  transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-animation: spin-loading 2s linear infinite;
  animation: spin-loading 2s linear infinite; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media screen and (min-width: 641px) {
  #loader img {
    width: 64px;
    height: 64px; } }

/*----------------------------------------------------
hvrLine
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .hvrLine span {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
  .hvrLine span:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -5px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvrLine:hover span:before {
    left: 0;
    right: 0; }
  .current .hvrLine span:before {
    left: 0;
    right: 0; }
  #siteFoot .hvrLine span:before {
    background: #595757; }
  #lineup .hvrLine span:before {
    bottom: -1px;
    background: #211613; } }

/*----------------------------------------------------
siteHead
----------------------------------------------------*/
#siteHead {
    position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height:100px;
  background: #ffffff; }
  #siteHead .company {
    width: 100%;
    height:50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #siteHead .company .inner {
      display:table;
    }
    #siteHead .company .inner .sitelogo{
      width:30%;
      height:50px;
      text-align:center;
      vertical-align:middle;
      margin-top:12px;
      display:table-cell;}
    #siteHead .company .inner .sitelogo img{
      width:70%;}
    #siteHead .company .inner .logo {
      width:18%;
      height:50px;
      display:table-cell;
      text-align:left;
      vertical-align:middle;
      margin-top:12px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;}
    #siteHead .company .inner .logo img{
      width:70%;
    }
    #siteHead .company .inner .logo_right {
      width:18%;
      height:50px;
      text-align:right;
      vertical-align:middle;
      margin-top:12px;
      display:table-cell;}

    #siteHead .company.open {
      background: #2ca6e0; }
      #siteHead .company.open .logo {
        margin-left: -40%; }
  #siteHead .main {
    width: 100%;
    height:50px;
    background: #2ca6e0; }
    #siteHead .main .inner {
/*      margin: 0 0 0 10.9375%;*/
/*      padding: 2.8125% 0 2.5%;*/
      height:50px;
      overflow: hidden; }
    #siteHead .main h1 {
      width: 30%;
      float: left;
      line-height: 0; }

@media screen and (min-width: 768px) {
  #siteHead .company {
   /* height: 100%;*/ }
    #siteHead .company .inner {
      margin: 0 3.125%;
      /*padding: 24px 0 0 0;*/ }
    #siteHead .company .inner .sitelogo img{
      width:50%;}
    #siteHead .company .inner .logo img{
      width:40%;
    }
    #siteHead .company .inner .sitelogo img{
      width:40%;
    }
  #siteHead .main {
    /*height: 43px;*/ }
    #siteHead .main .inner {
      margin: 0 3.125% 0 5.729%;
      padding: 0;
      overflow: hidden; }
    #siteHead .main h1 {
      width: 114px;
      padding: 12px 0 8px; } }

@media screen and (min-width: 1041px) {
  #siteHead .company .inner {
    margin: 0 auto;
    width: 960px;
    /*padding: 24px 0 0 0;*/
    box-sizing: border-box; }
  #siteHead .main .inner {
    margin: 0 auto;
    width: 960px;
    padding: 0 0 0 25px;
    box-sizing: border-box; } }

/*----------------------------------------------------
gNav
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  #gNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2ca6e0; }
    #gNav .navi {
      padding-top: 3%;
      text-align: center; }
      #gNav .navi li a {
        display: block;
        color: #ffffff;
        font-size: 4.375vw;
        line-height: 1;
        width: 9em;
        margin: 3% auto 0;
        padding: 0.8em 0;
        border: solid 2px #ffffff;
        border-radius: 4.2em; }
        #gNav .navi li a:hover {
          text-decoration: none; } }

@media screen and (min-width: 768px) {
  #gNav {
    float: right; }
    #gNav .navi {
      text-align: right;
      letter-spacing: -.40em; }
      #gNav .navi li {
        letter-spacing: normal;
        display: inline-block; }
      #gNav .navi li a {
        display: block;
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
        padding: 16px 26px 12px 27px; }
        #gNav .navi li a:hover {
          text-decoration: none; }
      #gNav .navi li:first-child a {
        padding: 16px 26px 12px 20px; }
      #gNav .navi li:last-child a {
        padding: 16px 20px 12px 27px; } }

/* menuBtn */
#menuBtn {
  position: absolute;
  top: 0;
  right: 0%;
/*  width: 14.0625%;*/
  height: 100%;
  z-index: 50;
  background: transparent;
  cursor: pointer; }

/* nav-icon */
#nav-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 40%; }

#nav-icon span:nth-child(2) {
  top: 55%; }

#nav-icon span:nth-child(3) {
  top: 70%; }

#nav-icon.open span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%; }

#nav-icon.open span {
  background: #ffffff; }

#nav-icon.open span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*----------------------------------------------------
siteFoot
----------------------------------------------------*/
#siteFoot {
  background: #f1f1f1;
  text-align: center; }
  #siteFoot ul {
    letter-spacing: -.40em; }
    #siteFoot ul li {
      display: inline-block;
      color: #595757;
      letter-spacing: normal; }
  #siteFoot a {
    display: block;
    color: #595757;
    font-size: 12px;
    line-height: 1;
    padding: 1em;
    white-space: nowrap; }
    #siteFoot a:hover {
      text-decoration: none; }

@media screen and (min-width: 768px) {
  #siteFoot a {
    font-size: 14px; } }

/*----------------------------------------------------
obi
----------------------------------------------------*/
.obi {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent; }
  .obi:after {
    width: 104%;
    height: auto;
    margin-top: -4.5%;
    margin-left: -2%;
    padding-bottom: 33.4375%;
    display: block;
    content: '';
    background: #2ca6e0;
/*    transform: rotate(5deg);
    -moz-transform: 5deg;
    -webkit-transform: rotate(5deg);*/ }
  .obi .toTop a {
    display: block;
    position: absolute;
    top: 50%;
    right: 5.3125%;
    width: 15%;
    height: auto;
    margin-top: -5.5%;
    z-index: 10; }

@media screen and (min-width: 640px) {
  .obi:after {
    margin-top: -31px;
    padding-bottom: 214px; }
  .obi .toTop a {
    right: 5.3125%;
    width: 96px;
    margin-top: -30px; } }

@media screen and (min-width: 768px) {
  .obi:after {
    margin-top: -42px;
    padding-bottom: 170px; }
  .obi .toTop a {
    right: auto;
    left: 50%;
    width: 32px;
    margin-top: 10px;
    margin-left: 340px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .obi .toTop a:hover {
      margin-top: 5px;
      padding-bottom: 5px; } }

@media screen and (min-width: 961px) {
  .obiWrap {
    position: relative; }
    .obiWrap::before, .obiWrap::after {
      position: absolute;
      content: '';
      width: 30px;
      height: 120%;
      background: #ffffff;
      z-index: 15; }
    .obiWrap::before {
      top: -30%;
      right: 50%;
      margin-right: 480px; }
    .obiWrap::after {
      top: 20%;
      left: 50%;
      margin-left: 480px; }
  .obi {
    width: 960px;
    margin: 0 auto; } }

/*----------------------------------------------------
sub pages
----------------------------------------------------*/
/*----------------------------------------------------
keyVisual
----------------------------------------------------*/
#keyVisual {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  /*background: #cacbcb;*/
  position: relative; }
  #keyVisual .banner {
    position: absolute;
    right: -3%;
    bottom: -6%;
    width: 58%;
    padding: 5% 0 14%;
    background: white;
    border-radius: 50%;
    border: solid 2px #595757; }
    #keyVisual .banner li a {
      display: block;
      margin: 3% auto 0;
      width: 72%; }
    #keyVisual .banner li:first-child a {
      margin: 0 auto;
      width: 42%; }

@media screen and (min-width: 768px) {
  #keyVisual h1 {
    padding-left: 50%;
    margin: 0 0 0 -480px; }
  #keyVisual h1 img {
    width: 960px; }
  #keyVisual .banner {
    bottom: -2%;
    right: 0;
    margin: 0 -15px 0 0;
    padding: 18px 0 40px;
    width: 200px; }
    #keyVisual .banner li a {
      margin: 10px auto 0; }
    #keyVisual .banner li a img {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    #keyVisual .banner li a:hover img {
      opacity: 0.8; } }

@media screen and (min-width: 880px) {
  #keyVisual .banner {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 74px 0 0 234px; } }

@media screen and (min-width: 1041px) {
  h1 {
    width: 960px;
    margin: 0 auto; } }

/*----------------------------------------------------
sect
----------------------------------------------------*/
.sect {
  padding: 5% 0 15%;
  margin: 0 auto; }

#lineup.sect {
  padding: 5% 0; }

@media screen and (min-width: 768px) {
  .sect {
    padding: 4% 0 15%;
    width: 688px; }
  #lineup.sect {
    padding: 4% 0 10%; }
  #support.sect {
    padding: 4% 0 10%; }
  #faq.sect {
    padding: 4% 0 10%; } }

/* h2 */
.sect h2 {
  color: #3d3a39;
  font-size: 4.375vw;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 0.1em;
  border-bottom: solid 2px #9e9e9f; }

@media screen and (min-width: 768px) {
  .sect h2 {
    font-size: 28px; } }

/*----------------------------------------------------
feature
----------------------------------------------------*/
#feature .block {
  position: relative;
  margin-top: 6.9%; }

@media screen and (min-width: 768px) {
  #feature .block {
    margin-top: 40px; } }

/* feature_data */
#feature_data {
  background: #f1f1f1;
  border-radius: 5vw;
  padding: 0 0 6vw 0;
  text-align: center; }
  #feature_data dl {
    font-size: 4.375vw;
    line-height: 1.6428; }
    #feature_data dl dt {
      padding-top: 6vw;
      color: #036eb7; }
      #feature_data dl dt br {
        display: none; }
    #feature_data dl dd {
      padding-top: 3vw; }
      #feature_data dl dd.fst {
        padding-top: 1vw; }
  #feature_data .note {
    padding-top: 6%;
    font-size: 3.75vw; }

@media screen and (min-width: 768px) {
  #feature_data {
    border-radius: 40px;
    padding: 0 0 26px 140px;
    text-align: left; }
    #feature_data dl {
      overflow: hidden;
      font-size: 18px;
      line-height: 1.444;
      padding-top: 26px; }
      #feature_data dl dt {
        width: 150px;
        float: left;
        padding-top: 0; }
        #feature_data dl dt br {
          display: block; }
      #feature_data dl dd {
        width: 390px;
        float: right;
        padding-top: 20px; }
        #feature_data dl dd.fst {
          padding-top: 0; }
        #feature_data dl dd.vm {
          line-height: 2em;
          vertical-align: middle; }
    #feature_data .note {
      padding-top: 26px;
      font-size: 16px; }
      #feature_data .note br {
        display: none; } }

/*----------------------------------------------------
lineup
----------------------------------------------------*/
/* main */
#lineup .main {
  overflow: hidden;
  text-align: center;
  padding-top: 6%; }
  #lineup .main li {
    width: 50%;
    float: left;
    margin-bottom: 17%; }
    #lineup .main li.soon {
      padding: 48% 0;
      font-size: 4vw;
      line-height: 1.2;
      box-sizing: border-box; }
    #lineup .main li .box a {
      display: block;
      padding-bottom: 28%;
      background: url(../images/icon_arrow_down.svg) no-repeat center bottom;
      background-size: 20.979% auto; }
    #lineup .main li a:hover {
      text-decoration: none; }
    #lineup .main li .image {
      width: 42.958%;
      max-width: 120px;
      margin: 0 auto; }
    #lineup .main li .brand {
      width: 48.25%;
      max-width: 138px;
      margin: 0 auto; }
    #lineup .main li h3 {
      font-size: 4.6875vw;
      line-height: 1;
      font-weight: normal;
      margin-top: 1.5vw; }
    #lineup .main li .amazon {
      width: 59.44%;
      max-width: 170px;
      margin: 7.7% auto 0; }

@media screen and (min-width: 768px) {
  #lineup .main {
    width: 96%;
    margin: 0 auto;
    padding-top: 90px; }
    #lineup .main li {
      width: 32%;
      margin-bottom: 70px; }
      #lineup .main li.soon {
        padding: 28% 0;
        font-size: 12px; }
      #lineup .main li .box a {
        padding-bottom: 43px;
        background-size: 36px auto; }
      #lineup .main li .box a img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      #lineup .main li .box a:hover img {
        opacity: 0.9; }
      #lineup .main li .image {
        width: 72px; }
      #lineup .main li .brand {
        width: 78px; }
      #lineup .main li h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 3px; }
      #lineup .main li .amazon {
        width: 80px;
        margin: 14px auto 0; }
        #lineup .main li .amazon a {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        #lineup .main li .amazon a:hover {
          opacity: 0.9; } }

/* popup */
.mfp-bg {
  background: #231815 none repeat scroll 0 0 !important; }

.mfp-content {
  max-width: 572px;
  padding: 7%;
  background: #f6f5f5;
  border-radius: 5vw;
  box-sizing: border-box; }

.popup .slideWrap {
  background: #ffffff;
  border-radius: 3%;
  padding: 3%;
  margin: 0 3% 6% 3%; }

.popup .pcLeft {
  position: relative; }

.popup .amazon {
  position: absolute;
  bottom: -32%;
  right: 0;
  width: 35%; }

.popup .brand {
  width: 29.36%; }

.popup h3 {
  font-size: 5.625vw;
  line-height: 1.2;
  margin-top: 0.6em;
  font-weight: normal;
  margin-right: 36%; }

.popup .num {
  font-size: 4.375vw;
  line-height: 1;
  margin-top: 0.8em; }

.popup .phone {
  font-size: 3.125vw;
  line-height: 1.3;
  margin-top: 1.1em; }

.popup .text {
  font-size: 4.375vw;
  line-height: 1.5;
  margin-top: 1.4em; }

@media screen and (min-width: 768px) {
  .mfp-content {
    max-width: 688px;
    padding: 30px 34px;
    border-radius: 40px; }
  .popup .slideWrap {
    margin: 0 0 18px; }
  .popup .pcLeft {
    width: 60%;
    float: left; }
  .popup .pcRight {
    width: 35%;
    float: right; }
  .popup .amazon {
    position: static;
    bottom: 0;
    right: auto;
    width: 100px;
    margin: 0 auto; }
    .popup .amazon a {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .popup .amazon a:hover {
      opacity: 0.9; }
  .popup .brand {
    width: 94px; }
  .popup h3 {
    font-size: 26px;
    margin-top: 0.5em;
    margin-right: 0; }
  .popup .num {
    font-size: 18px;
    margin-top: 0.7em; }
  .popup .phone {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0.9em; }
  .popup .text {
    font-size: 18px;
    line-height: 1.666;
    margin-top: 1em; } }

/* mfp-close-btn */
.mfp-close-btn-in .mfp-close {
  width: 14% !important;
  height: 14% !important;
  text-indent: -9999px !important;
  margin: 2% 0 0 0; }

.mfp-close-btn-in .mfp-close::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/icon_close.svg) no-repeat 25% 25%;
  background-size: 50% auto; }

@media screen and (min-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    width: 10% !important;
    height: 10% !important; } }

/* slideShow */
.flexslider {
  border: none;
  margin: 0 0 3% !important; }

.flex-control-nav {
/*  bottom: -15% !important; */}

.flex-control-nav li {
/*  margin: 0 1% !important;*/ }

.flex-control-paging li a.flex-active {
  background: #2ca6e0 !important; }

.flex-control-paging li a {
  border: solid 1px #9e9e9f !important;
  background: #ffffff !important;
  padding: 4px !important;
  border-radius: 12px !important;
  box-shadow: 0 0 0 3px #ffffff inset !important;
  width: 6px !important;
  height: 6px !important; }

.flex-direction-nav a {
  margin: 0 !important; }

.flex-direction-nav a::before {
  display: inline-block !important;
  content: "" !important;
  width: 5vw;
  height: 5vw;
  background: url(../images/icon_arrow_left.svg) no-repeat 0 0;
  background-size: auto 5vw; }

.flex-direction-nav a.flex-next::before {
  content: "" !important;
  background: url(../images/icon_arrow_right.svg) no-repeat 0 0; }

.flex-direction-nav .flex-prev {
  left: -8% !important; }

.flex-direction-nav .flex-next {
  right: -8% !important; }

.flex-next,
.flex-prev {
  line-height: 0 !important;
  font-size: 0 !important; }

@media screen and (min-width: 768px) {
  .flex-direction-nav a::before {
    width: 28px;
    height: 28px;
    background-size: auto 28px; } }

/*----------------------------------------------------
news faq
----------------------------------------------------*/
#news h2,
#faq h2 {
  margin-bottom: 9%; }

#news .box,
#faq .box {
  position: relative;
  margin-top: 6.8%;
  background: #f1f1f1;
  cursor: pointer;
  font-size: 4.375vw;
  line-height: 1.5;
  padding: 0.8em 1em;
  border-radius: 10vw; }
  #news .box .ans,
  #faq .box .ans {
    display: none;
    line-height: 1.85;
    margin-top: 0.6em; }
    #news .box .ans a, #news .box .ans a:link,
    #faq .box .ans a,
    #faq .box .ans a:link {
      text-decoration: underline; }
    #news .box .ans img,
    #faq .box .ans img {
      width: auto;
      max-width: 100%;
      margin: 1em 0; }
  #news .box.open,
  #faq .box.open {
    background: #2ca6e0;
    color: #ffffff; }
  #news .box .cat,
  #faq .box .cat {
    position: absolute;
    top: 0.8em;
    left: 1em; }
  #news .box h3,
  #faq .box h3 {
    position: relative;
    margin-left: 5.4em;
    padding-right: 3em;
    font-weight: normal;
    min-height: 2.9em; }
  #news .box h3::after,
  #faq .box h3::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.8vw;
    content: '';
    display: block;
    width: 5.6vw;
    height: 5.6vw;
    background: url(../images/icon_arrow_right.svg) no-repeat 0 0;
    background-size: auto 5.6vw; }
  #news .box.open h3::after,
  #faq .box.open h3::after {
    background: url(../images/icon_arrow_down_white.svg) no-repeat 0 0;
    background-size: auto 5.6vw; }
  #news .box .date,
  #faq .box .date {
    position: absolute;
    top: 2.1em;
    left: 1em; }

#faq .box h3 {
  margin-left: 4em; }

@media screen and (min-width: 768px) {
  #news h2,
  #faq h2 {
    margin-bottom: 40px; }
  #news .box,
  #faq .box {
    margin-top: 24px;
    font-size: 18px;
    padding: 0.36em 1em;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #news .box .ans,
    #faq .box .ans {
      margin-left: 5.4em; }
      #news .box .ans a:hover, #news .box .ans a:link:hover,
      #faq .box .ans a:hover,
      #faq .box .ans a:link:hover {
        text-decoration: none; }
    #news .box .cat,
    #faq .box .cat {
      top: 0.36em; }
    #news .box h3,
    #faq .box h3 {
      display: inline-block;
      padding-right: 30px;
      margin-right: 8em;
      min-height: 1.5em; }
    #news .box h3::after,
    #faq .box h3::after {
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background-size: auto 20px; }
    #news .box.open,
    #faq .box.open {
      padding: 0.36em 1em 1em; }
      #news .box.open h3::after,
      #faq .box.open h3::after {
        background: url(../images/icon_arrow_down_white.svg) no-repeat 0 0;
        background-size: auto 20px; }
    #news .box .date,
    #faq .box .date {
      top: 0.36em;
      left: auto;
      right: 1em; }
    #news .box:hover,
    #faq .box:hover {
      background: #dddddd; }
    #news .box.open:hover,
    #faq .box.open:hover {
      background: #3fb2e0; }
  #faq .box h3 {
    margin-right: 0; }
  #faq .box .ans {
    margin-left: 4em; } }

/* new */
#news .boxWrap.new {
  position: relative; }

#news .boxWrap.new::before {
  position: absolute;
  top: -7vw;
  left: -3vw;
  display: block;
  content: '';
  width: 13vw;
  height: 13vw;
  background: url(../images/home/icon_new.svg) no-repeat 0 0;
  background-size: 13vw auto; }

@media screen and (min-width: 768px) {
  #news .boxWrap.new::before {
    top: -26px;
    left: -16px;
    width: 48px;
    height: 48px;
    background-size: 48px auto; } }

/*----------------------------------------------------
support
----------------------------------------------------*/
#support p {
  text-align: center; }
  #support p a {
    display: inline-block;
    margin-top: 15%;
    font-size: 4.0625vw;
    line-height: 1;
    color: #ffffff;
    background: #2ca6e0;
    padding: 1.2em 2em;
    border-radius: 2.2em; }
  #support p a:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  #support p a {
    margin-top: 80px;
    font-size: 26px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #support p a:hover {
    background: #3fb2e0; } }

/*----------------------------------------------------
contact
----------------------------------------------------*/
#contact {
  max-width: 688px;
  margin: 0 auto;
  padding-bottom: 50px; }
  #contact h2 {
    margin-top: 10%;
    color: #3d3a39;
    font-size: 4.375vw;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #9e9e9f; }

@media screen and (min-width: 768px) {
  #contact h2 {
    margin-top: 110px;
    font-size: 28px; } }

/* plugin fix */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

/*----------------------------------------------------
mform
----------------------------------------------------*/
#mform {
  color: #595757;
  font-size: 4.375vw; }
  #mform h3 {
    margin-top: 6.9%;
    color: #036eb7;
    font-weight: normal;
    font-size:1.2rem; }
  #mform .form {
    margin-top: 0.8vw; }
  #mform label {
    display: inline-block;
    cursor: pointer;
    margin-right: 1em;
    line-height: 1;
    vertical-align: middle;
    padding: 0.3em 0; }
  #mform input[type="text"] {
    border: solid 2px #9e9e9f;
    padding: 0.8em 1em;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border-radius: 10px; }
  #mform label input[type="radio"] {
    height: 1em;
    line-height: 1;
    margin-right: 0.5em;
    vertical-align: top; }

@media screen and (min-width: 768px) {
  #mform {
    font-size: 16px; }
    #mform h3 {
      margin-top: 30px; }
    #mform .form {
      margin-top: 6px; } }

/*----------------------------------------------------
select
----------------------------------------------------*/
#mform .select-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  box-sizing: border-box; }

#mform select::-ms-expand {
  display: none; }

#mform .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0;
  border: 2px solid #9e9e9f;
  background: #f0f0f0;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  padding: 0.8em 1em; }

#mform option {
  display: block;
  padding: 0 1em !important; }

#mform .select-wrap::before {
  position: absolute;
  content: '';
  top: 1.6em;
  right: 25px;
  margin-top: -13px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-bottom: 8px solid #302b1d;
  z-index: 10; }

#mform .select-wrap::after {
  position: absolute;
  content: '';
  top: 1.6em;
  right: 25px;
  margin-top: 3px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #302b1d;
  z-index: 10; }

#mform .mw_wp_form_preview .select-wrap {
  cursor: default; }

#mform .mw_wp_form_preview .select-wrap::before,
#mform .mw_wp_form_preview .select-wrap::after {
  display: none; }

/*----------------------------------------------------
textarea
----------------------------------------------------*/
#mform textarea {
  display: block;
  width: 100%;
  min-height: 10em;
  border: solid 2px #9e9e9f;
  padding: 0.8em 1em;
  box-sizing: border-box;
  border-radius: 10px; }

@media screen and (min-width: 768px) {
  #mform textarea {
    min-height: 18em; } }

/*----------------------------------------------------
placeholder
----------------------------------------------------*/
:placeholder-shown {
  color: #beb6a1; }

::-webkit-input-placeholder {
  color: #beb6a1; }

:-moz-placeholder {
  color: #beb6a1;
  opacity: 1; }

::-moz-placeholder {
  color: #beb6a1;
  opacity: 1; }

:-ms-input-placeholder {
  color: #beb6a1; }

/*----------------------------------------------------
error
----------------------------------------------------*/
/*
#mform td.error {
  background: #f5d6d6;
}
#mform .btnError {
  display: none;
}
#mform .btnError.error {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
  color: #cc0000;
}
*/
/*----------------------------------------------------
submit
----------------------------------------------------*/
.confirm {
  margin-top: 10px;
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  letter-spacing: -.40em; }

.confirm input {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  font-size: 4.375vw;
  line-height: 1;
  color: #ffffff;
  background: #2ca6e0;
  font-weight: normal;
  margin: 0 0.5em;
  padding: 1em 2em;
  border-radius: 2em;
  box-sizing: border-box;
  border: none;
  cursor: pointer; }

.confirm input.return {
  background: #646464; }

@media screen and (min-width: 768px) {
  .confirm {
    padding: 4.5% 3.2% 3.8% 3.2%; }
  .confirm input {
    font-size: 20px;
    padding: 0.9em 1.3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .confirm input:hover {
    background: #4bbdea; }
  .confirm input.return:hover {
    background: #777777; } }

/*----------------------------------------------------
finished
----------------------------------------------------*/
.finished {
  padding: 0 0 22%;
  text-align: center; }
  .finished .text {
    margin-top: 2em;
    font-size: 3.125vw;
    text-align: left; }
  .finished .return {
    margin-top: 22%;
    text-align: center; }
  .finished .return a {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    font-size: 4.375vw;
    line-height: 1;
    color: #ffffff;
    background: #2ca6e0;
    font-weight: normal;
    margin: 0 0.5em;
    padding: 1em 2em;
    border-radius: 2em;
    box-sizing: border-box;
    border: none;
    cursor: pointer; }
  .finished .return a:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .finished {
    padding: 0 0 200px; }
    .finished .text {
      font-size: 20px; }
    .finished .return {
      margin-top: 200px; }
    .finished .return a {
      font-size: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .finished .return a:hover {
      background: #4bbdea; } }

/* radio design */
input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
/*  opacity: 0;
  position: absolute;*/ }

.radio_bg {
  display: inline-block;
  background: url(../images/form_radiobtn.png) no-repeat left bottom;
  background-size: 28px auto;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 36px !important;
  cursor: pointer;
  overflow: hidden; }
  .radio_bg span {
    vertical-align: middle;
    line-height: 28px; }

.radio_on {
  background-position: left top; }

.mwform-radio-field {
  display: block;
  margin: 10px 0 0; }


/* add by waki */
#content{
overflow:hidden;
background-color:#ffffff;
}


.league_icon{
  width:auto;
  margin:0;
}

ul.main{
width:100%;
}

#lineup .main{
   padding:0px;
}

#lineup .main li{
   width:15%;
   margin-bottom:0px;
}

.team_icon{
  margin:0;
}

#faq .box h3{
    margin-left:1em;
}

.sect h2{
    margin-bottom:1em;
}

span.lineuptitle{
    margin-left:1em;
}

.obi:after{
       margin-top:0;
       padding-bottom:0;
}

.obi .toTop a{
    width:10%;
}

@media screen and (min-width: 768px) {
    .team_icon{
      width:auto;
    }
    #lineup.sect {
        padding: 2% 0 2% 0;
    }
    .obi .toTop a{
        width:32px;
    }
}

@media screen and (min-width: 961px){
    .obiWrap::before {
       top:0;
    }
    .obiWrap::after {
       top:0;
    }
}

/* body{
padding-top:100px;
} */

/*add by waki*/
/*----------------------------------------------------
CopyRight
----------------------------------------------------*/

.copyright_widget ul{
    list-style-type: none;
	margin-bottom:0.5em;
	font-size:0.8em;
}
.copyright_widget ul li{
    display:inline-block;
	margin-left:1em;
}

/*add by kureshima*/
/*----------------------------------------------------
アンダーライン
----------------------------------------------------*/
.under {
  border-bottom: solid 2px #9e9e9f;
  font-size: 1.7rem;
}

.kiji-list {
  margin: 0 0 15px;
  border: solid 1px #6c757d;
  background-color: #fff;
}
 
.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
 
.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
 
.kiji-list a:hover {
  background-color: #eee;
}
 
.listthumbnail {
  width: auto;
  max-width:100px;
  height: 100px;
  vertical-align: middle;
  object-fit: contain;
  font-family: 'object-fit: contain;'

}
 
 .kiji-list .text {
  width: auto;
  margin-left: 250px;
}
 
.kiji-list h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
} 
 
.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
  position: absolute;
  bottom: 0px; /** 場合によっては微調整 **/
}
 
.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
 
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}

@media (max-width: 599px) {
  html {
    font-size: 4vw;
  }
  .kiji-list a {
    padding: 10px;
  }
/*  .kiji-list img {
    width: 100%;
    height: auto;
  }*/
  
  /* .kiji-list .text {
    margin-left: 120px;
  } */
  .kiji-list h2 {
    font-size: 0.8rem;
  }
  .kiji-date {
	position: absolute;
    bottom: 0px; /** 場合によっては微調整 **/
    margin-bottom: 0;
  }
  .kiji-list p {
/*    visibility: hidden;*/
    height: 0;
  }
}
/* ページネーション */
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
 
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.pagination li {
  display: inline-block;
  width: auto;
}
 
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
 
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
 
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
 
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/* navigation */
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
 
.prev a {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}
 
.next a {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}

/* カテゴリ、タグデザイン */
.category_btn a{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.tag_btn a{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: rgb(3, 117, 41);/*色*/
    border: solid 1px rgb(3, 117, 41);/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

/* 重要なお知らせにつける色 */
.important_kiji{
  background-color: rgb(198, 220, 230);
}

/* 重要なFAQにつける色 */
.important_faq{
  background-color: rgb(198, 220, 230);
}


/* add by waki */
.nav-tabs > .nav-item > .nav-link.active {
	border-width:2px;
	border-color: #6c757d;
	border-bottom-width:4px;
	border-bottom-color: white;

}
.nav-tabs {
	border-color: #6c757d;
}

.fa-question-circle,.fa-envelope{
	color:#716f63;
}

section h1{
	font-size:1.75rem;
}



/* add by waki end */
