@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;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 p {
  margin-top: 0;
  padding: 0;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.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: #ffe0a3;
  color: #111;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #ffb218;
}

.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;
  background-color: #fdd118;
  padding: 3px 0 3px .5em;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
}

.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 {
  width: 100%;
  margin: 0 auto 20px;
}

.product_area__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c5-product {
  width: 90%;
  margin: 0 auto 50px;
}

.c5-product img {
  display: block;
  margin: 0 auto;
}

.c5-product__img {
  margin-bottom: 20px;
}

.c5-product__name {
  position: relative;
  left: 1em;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
}

.c5-product__name2 {
  position: relative;
  left: 1em;
  font-size: 16px;
  margin: 0 auto 20px;
  line-height: 1;
}

.c5-product__price {
  display: block;
  width: 80%;
  margin: 0 auto 15px;
}

.c5-product__color {
  font-size: 11px;
  padding-left: 1em;
  position: relative;
  top: -2px;
}

.c5-product__color-inner {
  padding-right: 10px;
}

.c5-product .c5-gray {
  color: #434343;
}

.c5-product .c5-button {
  padding-right: 4em;
  background-color: #1f78c3;
}

.c5-product .c5-button:hover {
  background-color: #4085c0;
}

.c5-product .c5-button2 {
  background-color: #e72500;
}

.c5-product .c5-button2:hover {
  background-color: #e35e45;
}

.c5-product__catch {
  position: relative;
  margin: 0 auto 60px;
}

.c5-product__catch-ttl {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #a6a6a6;
}

.c5-product__catch-ttl p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  margin: 0 auto;
}

.c5-product__catch-osusume {
  margin: 0 auto 20px;
  padding: 3px;
  border-radius: 3px;
}

.c5-product__catch-osusume p {
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.c5-product__catch-pro {
  width: 95%;
  margin: 0 auto 10px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
}

.c5-product__catch-pro p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
}

.c5-product__catch-pro img {
  display: block;
  width: 45%;
  margin: 0 auto;
  padding: 5px 0 3px;
}

.c5-product__catch-txt {
  font-size: 21px;
  text-align: center;
  line-height: 1.47;
  margin-bottom: 10px;
}

.c5-product__catch-img {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.c5-product__catch-img .c5-absolute {
  position: absolute;
  width: 90px;
  top: -40px;
  left: -20px;
}

.c5-product__catch-img p {
  font-size: 12px;
}

.c5-product__catch-img .c5-info {
  margin-bottom: 10px;
}

.c5-product__catch::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}

.c5-col1 {
  margin-bottom: 50px;
}

.c5-col1 .c5-product__catch-ttl p span {
  color: #ed7a94;
}

.c5-col1 .c5-product__catch-osusume {
  background-color: #ed7a94;
}

.c5-col1 .c5-product__catch-pro {
  background-color: #f8cad4;
  border-color: #ed7a94;
}

.c5-col1 .c5-product__catch-pro p {
  background-color: #ed7a94;
}

.c5-col1::after {
  border-color: #f9d2d4 transparent transparent transparent;
  margin-top: 0;
}

.c5-col2 .c5-product__catch-ttl p span {
  color: #8cc66d;
}

.c5-col2 .c5-product__catch-osusume {
  background-color: #8cc66d;
}

.c5-col2 .c5-product__catch-pro {
  background-color: #d1e8c5;
  border-color: #8cc66d;
}

.c5-col2 .c5-product__catch-pro p {
  background-color: #8cc66d;
}

.c5-col2::after {
  border-color: #d1e8c5 transparent transparent transparent;
}

.c5-col3 .c5-product__catch-ttl p span {
  color: #f5a32d;
}

.c5-col3 .c5-product__catch-osusume {
  background-color: #f5a32d;
}

.c5-col3 .c5-product__catch-pro {
  background-color: #fbdaab;
  border-color: #f5a32d;
}

.c5-col3 .c5-product__catch-pro p {
  background-color: #f5a32d;
}

.c5-col3::after {
  border-color: #fbdaab transparent transparent transparent;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  margin: 0 auto 10px;
}

.howto-txtarea .howto-txtarea-block {
  margin-bottom: 30px;
  text-align: center;
}

.howto-txtarea .howto-txtarea-block a {
  margin: 0 auto;
  font-size: 18px;
}

.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px;
  background: #eee;
}

.howto-txtarea .howto-txtarea-flex:last-of-type {
  margin-bottom: 0;
}

.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 {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 0;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}

.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 80%;
}

.flexbox-term-form .s5-buttonContainer:first-child {
  margin-bottom: 25px;
}

/* よくある質問
-------------------------------------------------*/
.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 dotted #121212;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}

p.c5-faq__ttl:hover {
  opacity: .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 #ffb218;
}

p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  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 .8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .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;
}

h1 {
  margin-top: 0;
}

.mod-effect img {
  transition: all .3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}

.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;
}

.c5-banner {
  display: block;
}

.c5-banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .product_area {
    margin-bottom: 40px;
  }
  .product_area__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .c5-product__wrap {
    display: flex;
    justify-content: flex-start;
    width: calc(100% + 2%);
  }
  .c5-product__wrap .c5-product {
    width: calc(33.333% - 2%);
    max-width: 378px;
    margin: 0 2% 0 0;
  }
  .c5-product__img {
    margin-bottom: 20px;
  }
  .c5-product__name {
    position: static;
    font-size: 21px;
  }
  .c5-product__name2 {
    position: static;
    font-size: 20px;
    margin: 0 auto 25px;
  }
  .c5-product__price {
    width: 226px;
    margin: 0 auto 15px;
  }
  .c5-product__color {
    font-size: 13px;
    padding-left: 1em;
    position: relative;
    top: -2px;
  }
  .s5-buttonContainer li {
    margin-bottom: 10px;
  }
  .c5-product__catch {
    margin: 0 auto 135px;
  }
  .c5-product__catch-ttl {
    margin-bottom: 25px;
    padding: 10px;
  }
  .c5-product__catch-ttl p {
    font-size: 27px;
  }
  .c5-product__catch-osusume {
    margin: 0 auto 30px;
    padding: 5px;
    border-radius: 5px;
  }
  .c5-product__catch-osusume p {
    font-size: 23px;
  }
  .c5-product__catch-pro {
    width: 90%;
    border-radius: 5px;
    border-width: 3px;
  }
  .c5-product__catch-pro p {
    font-size: 23px;
  }
  .c5-product__catch-pro img {
    width: 50%;
    padding: 8px 0 5px;
  }
  .c5-product__catch-txt {
    font-size: 27px;
    line-height: 1.48;
  }
  .c5-product__catch-img {
    width: 95%;
  }
  .c5-product__catch-img .c5-absolute {
    width: 33%;
    max-width: 108px;
    top: -40px;
    left: -30px;
  }
  .c5-product__catch-img p {
    font-size: 14px;
  }
  .c5-product__catch::after {
    border-width: 51px 51px 0 51px;
    margin-top: 70px;
  }
  .c5-col1 {
    margin-bottom: 80px;
  }
  .c5-col1::after {
    margin-top: 0;
  }
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}

@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;
    justify-content: space-between;
  }
  #tab-cb li {
    width: 33.3%;
    margin: 0 1px 0 0;
  }
  .howto-txtarea .howto-txtarea-block {
    width: 312px;
    margin: 0 auto 30px;
  }
  .howto-txtarea .howto-txtarea-block a {
    font-size: 20px;
  }
  .howto-txtarea .howto-txtarea-flex {
    width: 100%;
    padding: 20px;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 100%;
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 14%;
    margin: 0 auto;
  }
  /*
  .c5-btn-wrap{
    & + p{
      font-size: 18px;
    }
  }
*/
  .flexbox-term-form {
    display: flex;
    justify-content: center;
  }
  .flexbox-term-form .s5-buttonContainer {
    width: 49%;
    max-width: 342px;
  }
  .flexbox-term-form .s5-buttonContainer .cbbutton {
    width: 100%;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
}

@media (min-width: 900px) {
  .howto-txtarea {
    width: calc(100% + 15px);
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea .howto-txtarea-block {
    width: 312px;
    margin: 0 15px 0 0;
    position: relative;
  }
  .howto-txtarea .howto-txtarea-block a {
    font-size: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .howto-txtarea .howto-txtarea-flex {
    width: calc(49% - 15px);
    margin: 0 15px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    width: 76%;
  }
  .howto-txtarea .howto-txtarea-flex .c5-img {
    width: 87px;
  }
}
