@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container h1 {
  margin-top: 0;
}
.c5-main__container p {
  margin-top: 0;
  padding: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
}

.c5-font {
  font-family: "Noto Sans JP", sans-serif;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  background: #b4c6c2;
  font-size: 125%;
  border: none;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #064336;
}

.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border: 1px solid #064336;
  padding: 3px 0 3px 0.5em;
  position: relative;
  font-size: 125%;
}
.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #064336;
}
.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.product_area {
  margin: 0 auto;
}
.product_area .c5-product {
  margin-bottom: 40px;
}
.product_area .c5-product.c5-sec6 {
  margin-bottom: 60px;
}
.product_area .c5-product__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.product_area .c5-product__ttl h3 {
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  padding: 0 2em;
  flex-shrink: 0;
}
.product_area .c5-product__ttl h3.ex {
  padding: 0 0.2em;
}
.product_area .c5-product__ttl::before, .product_area .c5-product__ttl::after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background: #111;
}
.product_area .c5-product__icn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.product_area .c5-product__icn img, .product_area .c5-product__icn p {
  margin: 0 10px 0 0;
}
.product_area .c5-product__icn p {
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}
.product_area .c5-product__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.product_area .c5-product__content-img {
  display: block;
  margin: 0 auto;
}
.product_area .c5-product__content-img .c5-pro__img {
  display: block;
  margin: 0 auto;
}
.product_area .c5-product__content-txt {
  width: 48%;
}
.product_area .c5-product__content-name {
  margin-bottom: 15px;
}
.product_area .c5-product__content-name p {
  font-size: 15px;
  text-align: center;
  margin: 0 auto 8px;
}
.product_area .c5-product__content-name img {
  display: block;
  margin: 0 auto;
}
.product_area .c5-product__color {
  display: flex;
  justify-content: center;
}
.product_area .c5-product__color span {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  line-height: 1;
  border-radius: 100px;
}

.c5-col1 {
  background-color: #595d5e;
  border: 1px solid #111;
}

.c5-col2 {
  background-color: #134b94;
  border: 1px solid #111;
}

.c5-col3 {
  background-color: #231815;
  border: 1px solid #111;
}

.c5-col4 {
  background-color: #afbfaf;
  border: 1px solid #111;
}

.c5-col5 {
  background-color: #fff;
  border: 1px solid #111;
}

.c5-col6 {
  background-color: #9993db;
  border: 1px solid #111;
}

.c5-col7 {
  background-color: #000;
  border: 1px solid #111;
}

.c5-col8 {
  background-color: #fff9ee;
  border: 1px solid #111;
}

.c5-col9 {
  background-color: #596e61;
  border: 1px solid #111;
}

.c5-sec1 .c5-product__content-img {
  width: 45%;
}

.c5-sec2 .c5-product__content-img {
  width: 40%;
}
.c5-sec2 .c5-product__content-img .ex {
  margin-bottom: 10px;
}

.c5-sec3 .c5-product__content-img {
  width: 33%;
}
.c5-sec3 .c5-product__content-img .c5-product__icn {
  position: relative;
  top: -20px;
  left: -20px;
}

.c5-sec4 .c5-product__content {
  margin-bottom: 60px;
}
.c5-sec4 .c5-product__content-img {
  width: 31%;
}
.c5-sec4 .c5-product__content-img .c5-product__icn {
  position: relative;
  top: -20px;
  left: -20px;
}
.c5-sec4 .c5-product__content-img .c5-product__icn.ex {
  top: 0;
}

.c5-sec5 .c5-product__content-img {
  width: 45%;
}
.c5-sec5 .c5-note {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.c5-sec6 .c5-product__content-img {
  width: 31%;
}
.c5-sec6 .c5-product__content-img .c5-product__icn {
  position: relative;
  top: -20px;
  left: -20px;
}
.c5-sec6 .c5-product__content-img .c5-product__icn.pos1, .c5-sec6 .c5-product__content-img .c5-product__icn.pos2 {
  top: 0;
}

.c5-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 2px;
  color: #373737;
  border: 1px solid #7e7e7e;
  transition: all 0.3s;
}
.c5-btn span {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}
.c5-btn:first-child {
  margin-bottom: 10px;
}
.c5-btn:hover {
  opacity: 0.6;
  text-decoration: none;
}

.c5-long {
  width: 90%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #7e7e7e;
  color: #fff;
  box-shadow: 0px 5px 15.36px 0.64px rgba(209, 209, 209, 0.7);
  font-size: 15px;
  letter-spacing: 0;
}

.c5-border {
  box-sizing: border-box;
  border: 1px solid #c93434;
  margin: 0 auto 30px;
  padding: 10px;
  background: none;
  box-shadow: none;
  font-weight: bold;
}
.c5-border p {
  font-size: 13px;
  margin: 0 auto;
  line-height: 1.48;
  word-break: break-all;
}

.s5-buttonContainer.c5-margin {
  margin-bottom: 30px;
}
/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}
/* 応募方法
-------------------------------------------------*/
.c5-color {
  color: #157b65;
}

.stepnum {
  padding: 0 0.3% 0;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  margin: 0 auto 10px;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex:first-child {
  margin-bottom: 30px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txtarea-flex .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .howto-txtarea-flex .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}
.howto-txtarea h4 {
  margin: 0;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  padding-left: 1em;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

.c5-btn-wrap {
  margin-bottom: 50px;
}
.c5-btn-wrap .s5-buttonContainer {
  margin: 0 auto;
}
.c5-btn-wrap .s5-buttonContainer .c5-oubo {
  width: 300px;
  line-height: 1;
}
.c5-btn-wrap .s5-buttonContainer .c5-oubo span {
  font-size: 14px;
}
.c5-btn-wrap + p {
  font-size: 13px;
  text-align: center;
  color: #ff0000;
  margin-bottom: 50px;
  font-weight: bold;
}

.c5-barcode {
  margin-top: 15px;
}
.c5-barcode img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.c5-barcode img:first-child {
  margin-bottom: 20px;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  margin-bottom: 40px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
}
.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.c5-precautions__block p {
  padding-left: 1em;
}
.c5-precautions__block ul {
  padding-left: 0;
}
.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}
.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}
.c5-personal ul {
  padding-left: 0;
}
.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal p:last-of-type {
  text-align: right;
}
/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #b4c6c2;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}
p.c5-faq__ttl:hover {
  opacity: 0.7;
}
p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}
p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #666;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #b4c6c2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #b4c6c2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.6em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
  padding-top: 6px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px auto 0;
  padding: 7px;
}
p.terminate span {
  display: block;
  font-size: 0.65em;
}
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8;
}

.c5-other {
  margin: 0 auto 40px;
}
.c5-other__ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 10px;
}
.c5-other__txt, .c5-other__note {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
}
.c5-other__txt {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
  }
  #tab-cb li {
    width: 33.333%;
    margin: 0 1px 0 0;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
  .howto-txtarea {
    display: flex;
    justify-content: center;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 49%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-flex:first-child {
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 70%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 29%;
  }
  .c5-btn-wrap + p {
    font-size: 18px;
  }
  .c5-barcode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-barcode img:first-child {
    width: 49%;
    max-width: 606px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .c5-barcode img:last-child {
    width: 48%;
    max-width: 600px;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-other {
    margin-bottom: 45px;
  }
  .c5-other__ttl {
    font-size: 24px;
  }
  .c5-other__txt, .c5-other__note {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media (min-width: 750px) {
  .c5-border {
    border-width: 2px;
  }
  .c5-border p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .product_area {
    margin-top: 60px;
  }
  .product_area .c5-product {
    display: flex;
    margin-bottom: 60px;
  }
  .product_area .c5-product.c5-sec4 {
    margin-bottom: 80px;
  }
  .product_area .c5-product.c5-sec6 {
    margin-bottom: 90px;
  }
  .product_area .c5-product__ttl {
    margin-bottom: 60px;
  }
  .product_area .c5-product__ttl h3 {
    font-size: 20px;
  }
  .product_area .c5-product__ttl h3.ex {
    padding: 0 2em;
  }
  .product_area .c5-product__icn p {
    font-size: 14px;
  }
  .product_area .c5-product__content {
    justify-content: center;
    margin: 0;
  }
  .product_area .c5-product__content-txt {
    width: 100%;
  }
  .product_area .c5-product__content-name p {
    font-size: 22px;
  }
  .product_area .c5-sec4.c5-product {
    flex-wrap: wrap;
  }
  .c5-sec1 {
    justify-content: space-between;
    align-items: flex-end;
  }
  .c5-sec1 .c5-product__content {
    display: block;
    width: 24%;
    max-width: 230px;
  }
  .c5-sec1 .c5-product__content-img {
    width: auto;
    max-width: 100%;
  }
  .c5-sec2 {
    justify-content: space-between;
    align-items: flex-end;
  }
  .c5-sec2 .c5-product__content {
    display: block;
    width: 24%;
    max-width: 230px;
  }
  .c5-sec2 .c5-product__content-img {
    width: auto;
    max-width: 100%;
  }
  .c5-sec2 .c5-product__content-img .ex {
    margin-bottom: 0;
  }
  .c5-sec2 .c5-product__content-img .c5-product__icn {
    margin-bottom: 10px;
  }
  .c5-sec3 {
    justify-content: space-between;
  }
  .c5-sec3 .c5-product__content {
    width: 45%;
  }
  .c5-sec3 .c5-product__content-txt {
    width: 48%;
  }
  .c5-sec3 .c5-product__content-img {
    width: 38%;
  }
  .c5-sec4 {
    justify-content: center;
  }
  .c5-sec4 .c5-product__content {
    width: 49%;
  }
  .c5-sec4 .c5-product__content-txt {
    width: 48%;
  }
  .c5-sec4 .c5-product__content-img {
    width: 38%;
  }
  .c5-sec4 .c5-product__content-img .c5-product__icn.ex {
    top: -20px;
  }
  .c5-sec5 {
    justify-content: center;
  }
  .c5-sec5 .c5-product__content {
    width: 60%;
  }
  .c5-sec5 .c5-product__content-txt {
    width: 48%;
  }
  .c5-sec5 .c5-product__content-img {
    width: 45%;
  }
  .c5-sec5 .c5-note {
    font-size: 18px;
  }
  .c5-sec6 {
    justify-content: center;
    align-items: flex-end;
  }
  .c5-sec6 .c5-product__content {
    width: 49%;
  }
  .c5-sec6 .c5-product__content-img {
    width: auto;
    max-width: 100%;
    margin: 0 20px 0 0;
  }
  .c5-sec6 .c5-product__content-img .ex {
    margin-bottom: 0;
  }
  .c5-sec6 .c5-product__content-img .c5-product__icn {
    left: 0;
  }
  .c5-sec6 .c5-product__content-img .c5-product__icn.pos1 {
    top: -30px;
    left: 0;
  }
  .c5-sec6 .c5-product__content-img .c5-product__icn.pos2 {
    top: -20px;
    left: 0;
  }
  .c5-sec6 .c5-product__content-txt {
    width: 48%;
  }
  .c5-btn {
    padding: 7px 10px;
    font-size: 14px;
    max-width: 230px;
  }
  .c5-btn span {
    right: 5px;
  }
  .c5-long {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 20px;
  }
  .c5-long span {
    right: 30px;
  }
  .s5-buttonContainer.c5-margin {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}
@media (min-width: 1200px) {
  .c5-sec3 {
    justify-content: space-around;
  }
  .c5-sec3 .c5-product__content {
    width: 37%;
  }
  .c5-sec3 .c5-product__content-txt {
    width: 45%;
  }
  .c5-sec3 .c5-product__content-img {
    width: auto;
  }
  .c5-sec4 .c5-product__content-txt {
    width: 48%;
  }
  .c5-sec4 .c5-product__content-img {
    width: auto;
    margin: 0 20px 0 0;
  }
  .c5-sec5 .c5-product__content {
    justify-content: center;
    width: 100%;
  }
  .c5-sec5 .c5-product__content-txt {
    width: 19.4%;
  }
  .c5-sec5 .c5-product__content-img {
    width: 38%;
    max-width: 312px;
    margin: 0 50px 0 0;
  }
  .c5-btn span {
    right: 20px;
  }
  .mod-column1 {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */