@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  -webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  -webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.flexinner{
	width: 50%;
}
.flexinner._img{
	width: 45%;
    padding-right: 5%;
}

._right{
	text-align: right;
}
._center {
  text-align: center !important;
}
.ls{
	letter-spacing: -1px;
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner {
  position: relative;
  padding: 0 10%;
}
.indent {
    margin: 2vw 0;
}
.indent li {
    text-indent: -1em;
    padding-left: 1em;
	text-align: left;
}
.indent li.no-indent {
	text-indent: 0;
	padding-left: 0;
}
li.indent_2{
	text-indent: -2em;
    padding-left: 2em;
}
li.indent_3{
    text-indent: -1em;
    padding-left: 3em;
}
li.indent_4{
    text-indent: -2.5em;
    padding-left: 2.5em;
}

li.indent_5 {
    text-indent: -1.2em;
    padding-left: 1.7em;
}
li.no_indent {
   text-indent: 0;
    padding-left: 0; 
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5D6B), to(#E60C1E));
  background: linear-gradient(180deg, #FF5D6B 0%, #E60C1E 100%);
  border-radius: 100px;
  padding: 27px 65px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
  .c-btn-a::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #CC0033;
  padding: 17px 55px;
  max-width: 531px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  border-radius: 8px;
}
.c-btn-b::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 640px) {
  .c-btn-b {
    font-size: 19px;
        padding: 11px 10px;
        max-width: 320px;
        font-weight: 400;
  }
  .c-btn-b::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #00568a;
  padding: 28px 60px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 6px 0 #003250;
          box-shadow: 0 6px 0 #003250;
  border-radius: 8px;
}
.c-btn-c::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_02.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c {
    font-size: 18px;
    padding: 16px 35px;
    max-width: 320px;
  }
  .c-btn-c::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
}

/* c-link */
.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

/* list */
.c-list-a {
  margin-top: 15px;
}
.c-list-a > li {
  margin: 10px 0 0 6px;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.c-list-a > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #004289;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a > li {
    font-size: 15px;
  }
}
.c-notes-list-a.-campaign {
  text-align: center;
  margin-top: 3.6458333333%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a.-campaign {
    text-align: left;
  }
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.-text-indent {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

/* page */
.campaign {
  position: relative;
  padding: 8.3333333333% 0 10.4166666667%;
  background: url("../img/bg_01.jpg") repeat-y top left/27% auto;
background-repeat: repeat;
  overflow: hidden;
}
.campaign::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_01.png) no-repeat top center/contain;
  width: 67px;
  height: 74px;
  right: 80px;
  top: 28px;
}
.campaign__title {
  position: relative;
  z-index: 2;
  max-width: 603px;
  display: block;
  margin: 0 auto;
}
.campaign__title::before {
  z-index: -1;
  position: absolute;
  content: "";
  background: url(../img/deco-snow_02.png) no-repeat bottom center/contain;
  width: 66px;
  height: 71px;
  right: calc(100% + 68px);
  top: 100%;
}
.campaign__point {
  position: relative;
  z-index: 5;
  display: block;
  margin: 1.953125% auto 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .campaign__point::before {
    display: none;
  }
	
}

.campaign__point::after {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_04.png) no-repeat center center/contain;
  width: 54px;
  height: 60px;
  right: calc(100% + 18px);
  top: calc(100% + 10px);
}
@media only screen and (max-width: 767px) {
  .campaign__point::after {
    display: none;
  }
}
.coin01{
	position: absolute;
    content: "";
    width: 7%;
    left: 0vw;
    top: 20.5%;
    z-index: 5;
}
.coin02{
	position: absolute;
    content: "";
    width: 12%;
    right: 0vw;
    top: 18.5%;
    z-index: 5;
}
@media only screen and (min-width: 767px) {
	.coin01{
    width: 65px;
    top: 281px;
}
  .coin02{
    width: 91px;
    top: 317px;
}
}
.campaign__box {
  position: relative;
  margin-top: 5.2083333333%;
}
.campaign__box > *:first-child {
  margin-top: 0 !important;
}
.campaign__box::before {
  position: absolute;
  content: "";
  background: url(../img/deco-snow_05.png) no-repeat center center/contain;
  width: 71px;
  height: 78px;
  left: calc(100% + 13px);
  top: 40%;
}
.campaign__box_white{
	background-color: #fff;
	padding: 1% 7% 7%;
}
@media only screen and (max-width: 767px) {
  .campaign__box::before {
    display: none;
  }
}
.campaign__title02 {
  background-color: #00568a;
  text-align: center;
  padding: 10px;
  font-size: 32px;
  color: white;
  margin: 4.5454545455% 0 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .campaign__title02 {
    font-size: 22px;
  }
}
.campaign__text01 {
  font-size: 18px;
  margin-top: 3.90625%;
  font-weight: 400;
  position: relative;
  z-index: 5;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 640px) {
  .campaign__text01 {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
  }
}
.campaign__text02 {
  font-size: 26px;
  margin-top: 2.7272727273%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__text02 {
    font-size: 16px;
	  letter-spacing: -1px;
  }
}
.campaign__text03 {
  font-size: 18px;
  margin-top: 3.6363636364%;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 640px) {
  .campaign__text03 {
    font-size: 16px;
  }
}

.card {
  padding-top: 10.4166666667%;
}
.card__box {
  border: 8px solid #CE0F31;
  border-radius: 20px;
  padding: 7.1614583333% 5.859375%;
}
@media only screen and (max-width: 640px) {
  .card__box {
    border-width: 4px;
    border-radius: 16px;
  }
}
.card__box > ul {
  margin-top: 3.90625%;
}
.card__img {
  margin: 0;
  width: 100%;
}
.card__topic {
  font-size: 26px;
  font-weight: bold;
  color: #CC0033;
  margin-top: 4.1666666667%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__topic {
    font-size: 18px;
  }
}
.card__btn {
  margin-top: 3.125%;
  text-align: center;
}

.attention {
  padding: 11.4583333333% 0 2.5%;
}
.attention__container {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 313px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    max-width: 160px;
    top: -13px;
  }
}
.attention__title {
  font-weight: bold;
    text-align: center;
    font-size: 38px;
    background-color: #fff;
    border: solid 4px #CC0032;
    padding: 60px 0 32px;
    border-radius: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.attention__title.js-active {
  border-radius: 8px;
}
.attention__title_bgred{
	background-color: #d00e31;
	color: #fff;
    padding: 1%;
    font-size: 13px;
    width: 40%;
    border-radius: 5vw;
    margin: 1% auto 0;
}
@media only screen and (max-width: 640px) {
  .attention__title {
        font-size: 20px;
        padding: 10px 60px 6px 16px;
  }
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #FFE300;
  border-radius: 4px;
  content: "";
  cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 24px;
  height: 4px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention__bar.js-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    top: 12px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 22px;
    height: 3px;
  }
}
.attention__body {
  padding: 6.5104166667% 7.1614583333%;
}
.attention__body > *:first-child {
  margin-top: 0 !important;
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0.8em;
  font-size: 20px;
  color: #004289;
  padding-bottom: 7px;
  border-bottom: solid 2px #004289;
}
.attention__heading > *:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}

.brand {
  padding: 10.4166666667% 0;
  background-color: #64aedb;
}
.brand__title {
  max-width: 495px;
  width: 56%;
  margin: 0 auto;
}
.brand__box {
  background: white;
  padding: 5.2083333333% 7.03125%;
  margin-top: 5.859375%;
  margin-bottom: 10.4166666667%;
}
.brand__notes {
  font-size: 18px;
  line-height: 1.7777777778;
  color: white;
  margin: 5.2083333333% auto 0;
  padding-left: 1em;
  text-indent: -1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand-recommend {
  margin: 5.2083333333% 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend {
    gap: 20px;
  }
}
.brand-recommend__item {
  background: white;
  width: 100%;
  padding: 18px 5.859375%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand-recommend__item.js-active::before {
  opacity: 0;
}
.brand-recommend__toggle {
      cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #c1dff1;
    position: absolute;
    content: "";
    right: 16px;
    bottom: 31px;
}
@media only screen and (min-width: 640px) {
.brand-recommend__toggle {
    width: 56px;
    height: 56px;
    right: 20px;
    bottom: 37px;
}
}
.brand-recommend__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 13px;
  background: url(../img/arrow_03.png) no-repeat center center/contain;
}
@media only screen and (min-width: 640px) {
	.brand-recommend__toggle::before {
    height: 16px;
}
}
.js-active .brand-recommend__toggle {
  bottom: 20px;
}
.js-active .brand-recommend__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.brand-recommend__logo {
  max-width: 250px;
  width: 55%;
  margin: 0 auto;
}
.brand-recommend__body {
  display: none;
  border-top: solid 1px #64aedb;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brand-recommend__products.-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products.-title {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.brand-recommend__products.-body {
  margin-top: 20px;
  gap: 15px 32px;
}
.brand-recommend__products.-body + .-title {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products.-body {
    margin-top: 15px;
  }
}
.brand-recommend__products-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
	text-align: center;
}
.brand-recommend__products-title02 {
      font-weight: bold;
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    color: #64aedb;
}
@media only screen and (min-width: 640px) {
  .brand-recommend__products-title {
    font-size: 30px;
  }
	.brand-recommend__products-title._tumi {
    font-size: 28px;
  }
	.brand-recommend__products-title02 {
    font-size: 20px;
  }
	.brand-recommend__products-price {
        font-size: 20px;
    }
	.pcsize {
        font-size: 30px;
		font-weight: 700!important;
    }
	.pcmt{
		margin-top: 13px!important;
	}
	.pcw60{
		width: 60%;
	}
	.pcw40{
		width: 40%;
	}
}
.brand-recommend__products-img p{
	font-size: 11px;
    font-weight: 300;
    text-align: center;
}
@media only screen and (min-width: 640px) {
  .brand-recommend__products-img p{
	font-size: 16px;
}
}
.brand-recommend__products-price {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brand-recommend__products-price._bold {
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-price {
    font-size: 13px;
  }
}

.brand-recommend__products-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0 0;
}
.brand-recommend__products-textarea.-pt0 {
  padding-top: 0 !important;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-textarea {
    padding-top: 0;
  }
}
.brand-recommend__products-heading {
  font-weight: bold;
  color: #00205B;
  padding-left: 12px;
  margin: 0 0 6px;
  position: relative;
}
.brand-recommend__products-heading::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BE9C4D;
  content: "";
  left: 0;
  top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-heading {
    font-size: 15px;
  }
}
.brand-recommend__products-text {
  line-height: 1.5;
	font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-text {
        font-size: 14px;
        font-weight: 400;
  }
}
.brand-recommend__products-list {
  margin: 24px 0 0 0;
  font-size: 15px;
}
.brand-recommend__products-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .brand-recommend__products-list {
    font-size: 14px;
  }
}

.minus{
	display: none;
}
.qa_accordion_container{
	padding: 0 37px;
}
.qa_accordion_title {
    position: relative;
    padding: 1.5vw 3vw 2vw;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    border: solid 3px #d00f31;
	border-radius:4px 4px 0 0 ;
	-webkit-box-shadow: 0px 0px 0px 0px #d00e31 inset;
    box-shadow: 0px 0px 0px 0px #d00e31 inset;
}
.qa_accordion_title.open {
	border-radius: 4px;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
}
.qa_accordion_inner {
    display: none;
	border-right: 3px solid #d00e31;
	border-left: 3px solid #d00e31;
    border-bottom: 3px solid #d00e31;
    margin-top: 0vw;
    padding: 2vw 3vw 2vw;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
	-webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;    
	font-size: 14px;
	font-weight: 400;
}
.Subttl{
	margin-top: 1em;
    color: #d00e31;
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 640px) {
	.indent {
    margin:  0;
}
	.qa_accordion_container{
	padding: 0px 14%;
}
.qa_accordion_title {
    border: solid 6px #d00f31;
	padding: 13px 20px 15px;
}
.qa_accordion_inner {
    display: none;
	border-right: 6px solid #d00e31;
	border-left: 6px solid #d00e31;
    border-bottom: 6px solid #d00e31;
	padding: 30px;
}
.Subttl{
	margin-top: 1em;
    color: #d00e31;
    font-size: 20px;
    font-weight: 700;
}
.ls {
    letter-spacing: -2px;
}
}