@charset "UTF-8";
/*whole*/
body {
  color: #000;
  line-height: 2;
  font-family: 'A1 Gothic B';
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

body * {
  box-sizing: border-box;
  min-height: 0%;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  transition: .4s;
  color: #3E3A39;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

.header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #fff;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  max-width: 930px;
  width: 100%;
  font-size: 13px;
  padding: 0 15px;
  margin: auto;
}

.header-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-left img {
  width: 274px;
}

.header-middle {
  width: 440px;
  display: flex;
  justify-content: space-between;
  font-family: 'A1 Gothic L';
}

.header-right {
  display: none;
}

.cnt {
  width: 100%;
}

.cnt-inner {
  max-width: 930px;
  padding: 55px 15px 15px;
  margin: auto;
}

.buy {
  display: flex;
  justify-content: space-between;
}

.buy-left {
  position: relative;
  width: calc(100% - 300px);
  height: calc(100% - 300px);
}

.gara {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 26%;
  max-height: 34%;
  width: auto;
  height: auto;
}

.gara.tatenaga {
  top: 27%;
}

.gara.hide {
  visibility: hidden;
}

.buy-right {
  width: 280px;
  margin-left: 20px;
}

.buy-select {
  letter-spacing: 0;
}

.buy-select--1 .buy-select-ttl {
  margin-top: 0;
}

.buy-select--2 .buy-select-option div {
  padding: 20px 0 0 100px;
}

.buy-select--2 .buy-select-option div::before {
  left: 78px;
  bottom: 3px;
}

.buy-select--3 .buy-select-option div {
  padding: 20px 0 0 90px;
}

.buy-select--3 .buy-select-option div::before {
  left: 68px;
  bottom: 3px;
}

.buy-select-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  border: 3px solid #000;
  height: 50px;
  width: 100%;
  padding: 0 22px 0 0;
}

.buy-select-ttl--1 {
  margin-top: 0;
}

.buy-select-ttl span {
  display: flex;
  justify-content: center;
  width: 100%;
}

.buy-select-ttl img {
  height: 12px;
  width: auto;
  transition: .4s;
}

.buy-select-ttl img.active {
  transform: rotate(180deg);
}

.buy-select-option {
  display: none;
  border: 3px solid #000;
  border-top: none;
  background-color: #fff;
  margin-top: -3px;
  line-height: 1.3;
}

.buy-select-option div {
  position: relative;
  padding: 20px 0 0 50px;
  cursor: pointer;
}

.buy-select-option div::before {
  position: absolute;
  left: 29px;
  bottom: 25px;
  content: '';
  background-color: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}

.buy-select-option div.active::before {
  background-color: #00A0FF;
  border: 1px solid #00A0FF;
}

.buy-select-option div.active span:nth-of-type(1) {
  color: #00A0FF;
}

.buy-select-option div span {
  font-size: 16px;
  font-family: 'A1 Gothic R';
}

.buy-select-option div span:nth-of-type(2) {
  font-size: 14px;
}

.buy-select-option div:nth-of-type(1) {
  padding-top: 10px !important;
}

.buy-select-option div.buy-select-close {
  width: 76px;
  margin: 25px auto;
  padding: 0 !important;
  cursor: pointer;
}

.buy-select-option div.buy-select-close::before {
  content: none;
}

.buy-cart-above {
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
}

.buy-cart-above .min {
  font-size: 14px;
}

.buy-cart-above .zei {
  font-family: 'A1 Gothic M';
}

.buy-cart {
  width: 100%;
  display: none;
}

.buy-cart a {
  display: block;
}

.buy-cart.active {
  display: block;
}

.buy-cart-bottom {
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: 'A1 Gothic M';
}

.buy-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.buy-detail-left {
  width: calc(100% - 430px);
  margin-right: 20px;
}

.buy-detail-right {
  width: 410px;
}

.ttl {
  line-height: 2;
  margin: 20px 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.ttl.first {
  margin-top: 0;
}

.txt {
  font-size: 14px;
  font-family: 'A1 Gothic R';
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.ttl-ul {
  list-style: none;
  font-size: 14px;
  font-family: 'A1 Gothic R';
}

.ttl-ul li {
  position: relative;
  padding-left: 12px;
}

.ttl-ul li::before {
  content: '・';
  position: absolute;
  left: -3px;
  top: 0;
}

.border {
  border: 10px solid #000;
  padding: 35px 45px;
  margin-top: 20px;
}

.border--11 {
  padding: 20px 45px 40px;
  margin-top: 65px;
  text-align: center;
}

.border--12 {
  padding: 40px 10px 30px;
  margin-top: 20px;
  text-align: center;
}

.ttl-bgc {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  background-color: #FFE600;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
  padding: 3px 5px;
}

.ttl-bgc span span {
  display: inline-block;
}

.cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 500px;
  height: 100px;
  border-radius: 30px;
  border: 9px solid #000;
  background-color: #00A0FF;
  color: #fff !important;
  font-size: 30px;
}

.tableWrap {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
  width: 100%;
  margin: 25px auto 0;
}

.tableWrap .pc {
  width: 260px;
}

.table {
  width: 300px;
  margin: auto;
}

.table table {
  height: 336px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 19px;
}

.table table td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.table table td.big {
  font-size: 25px;
  letter-spacing: 0;
}

.table > div {
  font-size: 14px;
  margin-top: 3px;
}

.share-ttl {
  font-size: 19px;
}

.share-links {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  margin: 45px auto 0;
}

.share-links a {
  width: 50px;
}

.ft-links-1 {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  margin: auto;
}

.ft-links-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 180px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 500px;
}

.ft-logo {
  margin: 60px auto 30px;
  width: 90px;
}

.ft-links-2 {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-family: 'A1 Gothic R';
  margin: auto;
}

.ft-links-2 a {
  margin-left: 30px;
}

.ft-links-2 a:nth-of-type(1) {
  margin: 0;
}

.size {
  max-width: 400px;
  width: 100%;
}

.kikaku {
  max-width: 400px;
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.kikaku img {
  max-width: 260px;
}

.syuuryou {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 100%;
  height: 56px;
  border-radius: 23px;
  border: 5px solid #000;
  background-color: #00A0FF;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-flex {
  display: flex;
}

.sp-flex {
  display: none;
}

@media screen and (max-width: 842px) {
  .ttl-bgc span span {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .header {
    border: none;
  }
  .header-inner {
    background-color: #fff;
  }
  .header-middle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    height: 41px;
    background-color: #fff;
    z-index: -1;
    border-bottom: 1px solid #000;
    transition: .4s;
    font-size: 10px;
  }
  .header-middle.open {
    top: 40px;
  }
  .header-right {
    display: block;
    position: relative;
    width: 25px;
    height: 21px;
    cursor: pointer;
  }
  .header-right span {
    position: absolute;
    display: block;
    width: 25px;
    height: 5px;
    background-color: #000;
    transition: .4s;
  }
  .header-right span.top {
    top: 0;
  }
  .header-right span.middle {
    top: 8px;
  }
  .header-right span.bottom {
    bottom: 0;
  }
  .header-right.open span.top {
    transform: rotate(45deg);
    top: 39%;
  }
  .header-right.open span.middle {
    transform: translateX(60px);
  }
  .header-right.open span.bottom {
    transform: rotate(-45deg);
    bottom: 38%;
  }
  .buy {
    flex-wrap: wrap;
  }
  .buy-left {
    width: 100%;
  }
  .buy-right {
    width: 100%;
    margin: 40px auto 0;
  }
  .buy-detail {
    flex-wrap: wrap;
  }
  .buy-detail-left {
    width: 100%;
    margin: 0;
  }
  .buy-detail-right {
    width: 100%;
    margin-top: 35px;
  }
  .buy-cart {
    width: 90%;
    margin: auto;
  }
  .buy-cart-bottom {
    display: flex;
    justify-content: center;
  }
  .buy-select {
    width: 80%;
    margin: auto;
  }
  .cnt-inner {
    padding: calc(41px + 3vw) 3vw 3vw;
  }
  .border {
    border: 2vw solid #000;
    padding: 20px 2vw 35px;
    margin-top: 10px;
  }
  .border--11 {
    margin-top: 45px;
  }
  .border--12 {
    padding: 30px 15px 35px;
  }
  .size {
    max-width: inherit;
  }
  .ttl-bgc {
    height: 8vw;
    max-width: 100%;
    font-size: 3.6vw;
    margin-top: 35px;
    padding: 0 1vw 0 4vw;
  }
  .ttl-bgc span span {
    width: inherit;
  }
  .table {
    width: 260px;
    font-size: 15px;
    margin: auto;
  }
  .table table {
    font-size: 15px;
  }
  .table table td {
    width: 20%;
  }
  .table table td.big {
    font-size: 17px;
  }
  .kikaku {
    margin: 30px auto 0;
  }
  .kikaku img {
    max-width: 220px;
  }
  .share-links {
    max-width: 262px;
    margin: 25px auto 0;
  }
  .share-links a {
    width: 38px;
  }
  .ft-links-1 {
    max-width: 310px;
  }
  .ft-links-1 a {
    font-size: 11px;
    width: 135px;
    height: 27px;
  }
  .ft-logo {
    margin: 40px auto 20px;
    width: 68px;
  }
  .ft-links-2 {
    flex-direction: column;
    font-size: 10px;
  }
  .ft-links-2 a {
    margin: 10px 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-flex {
    display: none;
  }
  .sp-flex {
    display: flex;
  }
}

@media screen and (max-width: 374px) {
  .header-left img {
    width: 250px;
  }
  .buy-select {
    margin: auto;
  }
  .buy-select--2 .buy-select-option div {
    padding: 20px 0 0 90px;
  }
  .buy-select--2 .buy-select-option div::before {
    left: 68px;
  }
  .buy-select--3 .buy-select-option div {
    padding: 20px 0 0 75px;
  }
  .buy-select--3 .buy-select-option div::before {
    left: 53px;
  }
  .buy-select-ttl {
    font-size: 16px;
  }
  .buy-select-option div span:nth-of-type(2) {
    font-size: 12px;
  }
  .ttl-bgc {
    padding: 0 0 0 3.5vw;
  }
  .ft-links-1 a {
    width: 115px;
  }
}
