/* option  */
#option{
  /*margin-top: 10rem;*/
  /*padding-bottom: 16rem;*/
  background: #F5F5F5;
  text-align: center;
  /*padding: 4.25em 0 5.875em;*/
  font-size: 1.6rem;
}
#option .wrap{
  max-width: 100em;
  min-width: 75em;
  margin: 0 auto;
  padding: 0 3.125em;
  box-sizing: border-box;
}
#option .wrap_s{
  max-width: 68.75em;
  margin: 0 auto;
}
#option .lists{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.625em 0 5.625em;
}
#option .list{
  width: 21.25em;
  background: #fff;
  border-radius: 0.625em;
  box-shadow: 0 0 0.625em rgba(0,0,0,0.16);
  padding: 2.75em 2em 1.5em;
  box-sizing: border-box;
  margin-top: 2.8125em;
}
#option .list:nth-child(-n+4){
  margin-top: 0;
}
#option .list img{
  display: block;
  width: 5.25em;
  height: auto;
  margin: 0 auto;
}
#option .list .txt{
  font-size: 1.4rem;
}
#option .list .en{
  text-align: center;
  line-height: 1.0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
#option .list .ttl{
  height: 2.7em;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.6em;
}
#option .list .price{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.0;
  font-weight: bold;
  margin: 1em 0 0;
}
#option .list .tax{
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin: 1em 0 0.7em 0;
}
#option .subttl{
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: -0.5em;
}
#option .subttl span{
  display: block;
  font-size: 1.6rem;
  margin: 0 0 1em;
}
#option .img{
  width: 44.6875em;
}
#option .contentWrap .hide{
  display: none;
}
#option .contentWrap .content{
  position: relative;
  width: 100%;
  height: 38.75em;
}
#option .contentWrap .content iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#option .tabWrap{
  display: flex;
  justify-content: space-between;
  margin: 2em 0 0;
}
#option .tabWrap .tab{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.8%;
  background: #000;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 0.4em;
  box-shadow: 0 0 0.625em rgba(0,0,0,0.5);
  padding: 1.2em 0;
  transition: 0.3s;
  cursor: pointer;
}
#option .tabWrap .tab:hover{
  opacity: 0.7;
}
#option .tabWrap .tab.select::before{
  content: '';
  position: absolute;
  top: -0.6em;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.6em 0.6em 0.6em;
  border-color: transparent transparent #000 transparent;
  transform: translateX(-50%);
}
#option .tabWrap .tab.select:hover{
  opacity: 1;
}
#option .tabWrap .tab img{
  width: 1em;
  height: auto;
  margin-right: 0.5em;
}

@media screen and (max-width: 1000px) {
  #option .list .ttl{
    font-size: 2.4rem;
  }
  #option .list .price{
    font-size: 2.8rem;
  }
  #option .list .tax{
    font-size: 1.8rem;
  }
  #option .wrap_s{
    max-width: inherit;
    padding: 0 3.125em;
  }
}

@media screen and (max-width: 959px) {
  #option {
    padding-bottom: 0; } }

#option .big_lato {
  text-align: center;
  position: relative;
  z-index: -1; }

#option .sec_ttl {
  position: absolute;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  white-space: nowrap; }


@media screen and (max-width : 767px){
  #option .sec_ttl {
    top: 2rem;
  }
  #option{
    padding: 9vw 0;
  }
  #option .lists{
    margin: 5vw 0;
  }
  #option .list{
    width: 47.5%;
    padding: 4.5vw;
    margin-top: 4.8vw;
  }
  #option .list .ttl{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  #option .list .price{
    font-size: 2.0rem;
    margin: 0.5em 0 0;
  }
  #option .list .tax{
    font-size: 1.0rem;
    margin-top: 0.5em;
  }
  #option .list .txt{
    font-size: 1.2rem;
  }
  #option .list:nth-child(-n+4){
    margin-top: 4.8vw;
  }
  #option .list:nth-child(-n+2){
    margin-top: 0;
  }
  #option .wrap{
    width: auto;
    min-width: inherit;
    max-width: inherit;
    padding: 0 4.6vw;
  }
  #option .wrap_s{
    padding: 0 4.6vw;
  }
  /*#option .wrap_s{
    padding: 0;
  }*/
  #option .contentWrap .content{
    height: 50vw;
  }
  #option .subttl{
    font-size: 1.8rem;
  }
  #option .subttl span{
    font-size: 1.1rem;
  }
  #option .tabWrap{
    margin-top: 6vw;
  }
  #option .tabWrap .tab{
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0.8em 0;
  }
  #option .tabWrap .tab img{
    display: block;
    width: 1.2em;
    margin: 0 auto 0.5em;
  }
}


