* {
  box-sizing: border-box
}

img {
  width: 100%;
  height: auto
}

.wakuwakuTop {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #fff 30%);
  background: -webkit-linear-gradient(top, #ededed 0%, #fff 30%);
  background: linear-gradient(to bottom, #ededed 0%, #fff 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

h2#logo_wakuwaku {
  width: 900px;
  height: 180px;
  background: url(../images/logo_wakuwaku.png) no-repeat;
  background-size: contain;
  margin: 40px auto;
  text-indent: -9999px
}

@media screen and (max-width: 767px) {
  h2#logo_wakuwaku {
    width: 100%
  }
}

.wakuwakuGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 20px
}

.wakuwakuGuide .gsSet, .wakuwakuGuide .ssSet {
  width: 100%;
  border-radius: 5px;
  padding: 20px
}

@media screen and (max-width: 767px) {
  .wakuwakuGuide .gsSet, .wakuwakuGuide .ssSet {
    width: 94%;
    margin: 10px auto
  }
}

.wakuwakuGuide .gsSet h3, .wakuwakuGuide .ssSet h3 {
  width: 430px;
  width: 100%;
  height: 110px;
  display: block;
  text-indent: -9999px;
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .wakuwakuGuide .gsSet h3, .wakuwakuGuide .ssSet h3 {
    width: 100%;
    height: 80px
  }
}

.wakuwakuGuide .gsSet {
  background: #f28231
}

.wakuwakuGuide .gsSet h3 {
  background: url(../images/logo_GSset.png) no-repeat;
  background-size: contain
}

.wakuwakuGuide .ssSet {
  background: #1b94b8
}

.wakuwakuGuide .ssSet h3 {
  background: url(../images/logo_SSset.png) no-repeat;
  background-size: contain
}

.wakuwakuGuide .hsSet {
  /* background: #1b94b8; */
  background: #f28231;
  padding: 40px
}

.wakuwakuGuide .hsSet h3 {
  background: url(../images/otoku/logo_HSset.png) no-repeat center center !important;
  background-size: contain !important
}

.wakuwakuGuide p {
  text-align: center;
  color: #FFF
}

.mainContent {
  height: auto;
  margin-bottom: 50px;
  border: 2px solid #4495d5;
  border-radius: 5px;
  padding: 10px
}

@media screen and (max-width: 767px) {
  .mainContent {
    margin: 10px;
    padding: 10px
  }
}

.mainContent h2#headline {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: black;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 40px
}

.mainContent h2#headline.small{background: #4fbc46}
/* 2023/3/16 Add-ishigaki
---------------------------------------- */
.mainContent h2#headline.otoku_hs{
  background:#4495d5;
	border-radius:5px;
	}

@media all and (max-width: 768px) {
  .mainContent h2#headline {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center
  }
}

.itemHeads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap
}

.itemHeads .itemspec {
  width: 44%
}

.itemHeads .itemspec h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 100%
}

.itemHeads .itemspec h3 span {
  font-size: 24px;
  display: block;
  width: 100%
}

@media screen and (max-width: 767px) {
  .itemHeads .itemspec h3 {
    font-size: 24px
  }
  .itemHeads .itemspec h3 span {
    font-size: 16px
  }
  .itemHeads .itemspec .spbr {
    display: none
  }
}

.itemHeads ul.itemCatch {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap
}

.itemHeads ul.itemCatch li {
  min-width: 30%;
  text-align: center;
  padding: 5px 13px;
  background: #4495d5;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 2.5px 5px 2.5px
}

@media screen and (max-width: 767px) {
  .itemHeads .itemspec, .itemHeads ul.itemCatch {
    width: 100%
  }
  .itemHeads .itemCatch {
    margin-top: 20px
  }
  .itemHeads .itemCatch li {
    width: 100%;
    text-align: center
  }
}

.mainimgBox {
  width: 90%;
  height: auto;
  margin: -100px auto 0px auto
}

@media screen and (max-width: 767px) {
  .mainimgBox {
    margin: 50px auto
  }
}

h3.setCnt {
  background: #4495d5;
  color: white;
  font-size: 16px;
  margin: 0px auto 0px auto;
  position: relative;
  height: 40px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  h3.setCnt {
    margin: 20px auto
  }
}

.setItems, .setItems2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start
}

.wakuwakuGuide .setItems, .wakuwakuGuide .setItems2 {
  margin-top: 0px
}

.setItems li, .setItems2 li {
  width: calc((100% / 3) - 6px);
  background: #f2f2f2;
  padding: 5px;
  font-size: 12px;
  margin: 5px 2.5px;
  line-height: 110%;
  font-weight: bold;
  position: relative
}

@media screen and (max-width: 767px) {
  .setItems li, .setItems2 li {
    width: calc((100% / 2) - 5px)
  }
}

.setItems li:after, .setItems2 li:after {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  border-radius: 50px
}

.setItems li:nth-child(1):after, .setItems2 li:nth-child(1):after {
  content: "1"
}

.setItems li:nth-child(2):after, .setItems2 li:nth-child(2):after {
  content: "2"
}

.setItems li:nth-child(3):after, .setItems2 li:nth-child(3):after {
  content: "3"
}

.setItems li:nth-child(4):after, .setItems2 li:nth-child(4):after {
  content: "4"
}

.setItems li:nth-child(5):after, .setItems2 li:nth-child(5):after {
  content: "5"
}

.setItems li:nth-child(6):after, .setItems2 li:nth-child(6):after {
  content: "6"
}

.setItems li:nth-child(7):after, .setItems2 li:nth-child(7):after {
  content: "7"
}

.setItems li:nth-child(8):after, .setItems2 li:nth-child(8):after {
  content: "8"
}

.setItems li:nth-child(9):after, .setItems2 li:nth-child(9):after {
  content: "9"
}

.setItems li img.over, .setItems2 li img.over {
  mix-blend-mode: darken
}

.gsSet .setItems li, .gsSet .setItems2 li {
  width: calc((100% / 2) - 6px);
  margin: 2.5px 2.5px
}

.gsSet .setItems li .small, .gsSet .setItems2 li .small {
  width: calc((100% / 4) - 6px);
  margin: 2.5px 2.5px
}

.ssSet .setItems li, .ssSet .setItems2 li {
  width: calc((100% / 3) - 6px);
  margin: 2.5px 2.5px
}

@media screen and (max-width: 767px) {
  .ssSet .setItems li, .ssSet .setItems2 li {
    width: calc((100% / 2) - 6px)
  }
}

.setItems *::-ms-backdrop, .setItems2 *::-ms-backdrop, .setItems li, .setItems2 li {
  width: 32.5%
}

@media screen and (max-width: 767px) {
  .setItems li, .setItems2 li {
    width: calc((100% / 3) - 5px)
  }
  .setItems li:nth-of-type(3n):after, .setItems2 li:nth-of-type(3n):after {
    content: none
  }
}

.setItems.notNum li:after, .notNum.setItems2 li:after {
  display: none
}

.setItems2 li {
  width: 150px
}

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start
}

.marutokuBox {
  padding: 10px;
  width: calc(((100% / 7) * 2) - 5px);
  min-width: 280px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  margin-left: 2.5px;
  margin: 0 2.5px 15px 2.5px;
  float: left
}

.marutokuBox:after {
  clear: both;
  content: '';
  display: block
}

.marutokuBox h4 {
  background: #c1272d;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px 5px 20px;
  margin-left: -10px;
  transform: skewX(-15deg)
}

.marutokuBox h4 span {
  transform: skewX(15deg);
  display: block
}

.marutokuBox img {
  width: auto;
  height: 80%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%)
}

.marutokuBox dl {
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  color: black
}

.marutokuBox dt span.not {
  text-decoration: line-through;
  color: black;
  margin-right: 5px
}

.marutokuBox dt span {
  color: #c1272d
}

@media screen and (max-width: 767px) {
  .marutokuBox {
    width: 100%
  }
}

h5#enginSelect, h5.otherSet {
  background: black;
  color: white;
  font-size: 16px;
  margin: 50px auto 10px auto;
  position: relative;
  height: 40px;
  width: calc(100% - 30px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center
}

h5#enginSelect:after, h5.otherSet:after {
  content: '';
  border-top: 40px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  right: -20px;
  top: 0
}

h5#enginSelect:before, h5.otherSet:before {
  content: '';
  border-top: 40px solid #000;
  border-right: 30px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0
}

@media screen and (max-width: 767px) {
  h5#enginSelect, h5.otherSet {
    margin: 20px auto
  }
}

h5.otherSet {
  background: #999
}

h5.otherSet:after, h5.otherSet:before {
  border-top-color: #999
}

.enginSelecter {
  width: 100%
}

.enginSelecter .flexwrap {
  flex-wrap: wrap
}

.enginSelecter .setBox2 {
  width: 49.5%;
  height: auto;
  position: relative;
  line-height: 0;
  margin-bottom: 10px
}

.enginSelecter .setBox2 img {
  width: auto;
  height: 75%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 5px solid #e8e8e8
}

.enginSelecter .setBox2 dl {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  padding: 30px;
  line-height: normal
}

.enginSelecter .setBox2 dl dt {
  width: 100%;
  height: auto;
  font-size: 14px
}

.enginSelecter .setBox2 dl dd {
  width: 100%;
  height: auto;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold
}

.enginSelecter .setBox2 dl dd span {
  font-size: 28px
}

.enginSelecter .setBox2 h6 {
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 21px;
  color: #c1272d;
  background: #f2f2f2;
  line-height: 120%
}

.enginSelecter .setBox2 h6 span {
  font-size: 48px;
  color: #c1272d;
  width: 100%;
  display: block;
  font-weight: bold;
  margin-top: 10px
}

@media all and (max-width: 980px) {
  .enginSelecter {
    width: 100%;
    padding: 0 15px
  }
  .enginSelecter .flexwrap {
    justify-content: center
  }
}

@media all and (max-width: 768px) {
  .enginSelecter .setBox2 {
    width: 100%;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .enginSelecter {
    padding: 0
  }
  .enginSelecter .setBox2 {
    width: 100%;
    margin-bottom: 30px
  }
  .enginSelecter .setBox2 img {
    width: 35%;
    height: auto
  }
  .enginSelecter .setBox2 dl {
    width: 100%;
    padding: 15px
  }
  .enginSelecter .setBox2 dl dd {
    font-size: 16px
  }
  .enginSelecter .setBox2 dl dd span {
    font-size: 24px
  }
  .enginSelecter .setBox2 h6 {
    font-size: 14px;
    padding: 15px
  }
  .enginSelecter .setBox2 h6 span {
    font-size: 24px
  }
}

body.TW .enginSelecter {
  margin-bottom: 150px
}

.DLbtn {
  width: 30%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c1272d;
  color: white !important;
  font-size: 21px;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 30px auto
}

.DLbtn i {
  font-size: 30px;
  margin-left: 10px
}

@media all and (max-width: 768px) {
  .DLbtn {
    width: 90%
  }
}

.otherItems h6 {
  font-size: 16px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 10px
}

.otherItems h6#lowBoat {
  background: #ec6842
}

.otherItems h6#smalltransum {
  background: #4fbc46
}

.otherItems h6#premium {
  background: black
}

ul.items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px
}

ul.items li {
  width: calc((100% / 5) - 8px);
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold
}

ul.items li:not(:nth-of-type(5n)) {
  margin-right: 10px
}

@media all and (max-width: 768px) {
  ul.items li {
    width: 33%;
    margin-bottom: 3px;
    margin-right: .5%
  }
  ul.items li:not(:nth-of-type(5n)) {
    margin-right: .5%
  }
  ul.items li:nth-of-type(3n) {
    margin-right: 0px
  }
}

@media screen and (max-width: 767px) {
  ul.items {
    justify-content: space-between
  }
  ul.items li {
    width: 48%;
    margin: 0;
    margin-bottom: 10px
  }
  ul.items li:not(:nth-of-type(5n)) {
    margin-right: 0px
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 2px solid #4495d5
}

.price .normal {
  width: 50%;
  font-size: 150%;
  text-align: right;
  padding: 40px 10px 0 20px
}

@media screen and (max-width: 767px) {
  .price .normal {
    width: 100%;
    text-align: center
  }
}

.price .goodDeal {
  width: 50%;
  padding: 20px 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

@media screen and (max-width: 767px) {
  .price .goodDeal {
    width: 100%
  }
}

.price .goodDeal span {
  display: block
}

.price .goodDeal span.set {
  background: #4495d5;
  font-weight: bold;
  color: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 15px 0;
  text-align: center;
  line-height: 1.1em
}

.price .goodDeal div {
  width: calc(100% - 70px);
  padding-left: 10px
}

.price .goodDeal div span:nth-child(1) {
  color: #4495d5;
  font-size: 100%;
  width: 100%
}

.price .goodDeal div span:nth-child(2) {
  color: #4495d5;
  font-size: 300%;
  font-weight: bold;
  width: 100%;
  padding-top: 5px;
  white-space: nowrap
}

.price .goodDeal div span:nth-child(3) {
  color: #000;
  font-size: 80%;
  width: 100%;
  padding-top: 10px;
  line-height: 1.4em
}


/*# sourceMappingURL=otoku.css.map */


/* 2023/3/13-16 CSS Add ishigaki
------------------------------------
143：.mainContent h2#headline.otoku_hs
------------------------------------
*/