@media screen and (max-width: 960px) {
  .ecm-main {
    padding: 0;
  }
}

.ecm-main__inner {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .ecm-main .ecm-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .ecm-main .ecm-hero {
    width: 100%;
    position: relative;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  [id^=index0] {
    margin-top: -50px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 961px) {
  [id^=index0] {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.lead-area {
  margin: 8vw 0 7.5vw;
  padding: 0 5.3vw;
}
@media screen and (min-width: 961px) {
  .lead-area {
    margin: 60px auto;
    padding: 0;
    width: 786px;
  }
}
.lead-area .lead-text {
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .lead-area .lead-text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -1px;
    margin-bottom: 0 !important;
  }
}

.text-linear-beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fde8cf));
  background: -webkit-linear-gradient(transparent 60%, #fde8cf 60%);
  background: linear-gradient(transparent 60%, #fde8cf 60%);
}

.sunscreen-heading2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .sunscreen-heading2 {
    margin-bottom: 40px;
  }
}

.sunscreen-nav {
  width: 100%;
  background-color: #e0ddd8;
  position: relative;
  top: 0;
}
.sunscreen-nav.js-nav-wrap {
  position: fixed;
  z-index: 20;
}
.sunscreen-nav .sunscreen-nav-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*
		-webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
		*/
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav .sunscreen-nav-inner {
    width: 960px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.sunscreen-nav .sunscreen-nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0 20px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav .sunscreen-nav-link {
    padding: 15px 0 30px;
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    width: 240px;
  }
}
.sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text {
  color: #fff;
  font-size: 4.3vw;
  line-height: 1.4;
  margin-bottom: 2.1vw !important;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
}
.sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text_mb6 {
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.4;
  margin-bottom: 1.6vw !important;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text_mb6 {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
}

.sunscreen-nav-link-arrow {
  position: relative;
}
.sunscreen-nav-link-arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-link-arrow::after {
    width: 15px;
    height: 15px;
    bottom: 12px;
  }
}

.bg-01 {
  background-color: #8cb0db !important;
}

.bg-02 {
  background-color: #6094d1 !important;
}

.bg-03 {
  background-color: #9292bb !important;
}

.bg-04 {
  background-color: #d1445b !important;
}

.sunscreen-nav-floating {
  position: fixed;
  top: 60px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s liner 0.5s;
  transition: opacity 0.3s ease-in-out, visibility 0s liner 0.5s;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating {
    top: 170px;
    left: calc(960px + (100vw - 960px) / 2);
  }
}
.sunscreen-nav-floating .sunscreen-nav {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav {
    width: 270px;
  }
}
.sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-inner {
    width: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link {
    padding: 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 270px;
  }
}
.sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0 !important;
  text-align: center;
  padding: 6px 0 12px;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text {
    font-size: 16px;
    padding: 0;
  }
}
.sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text_mb6 {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 6px !important;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav .sunscreen-nav-link .sunscreen-nav-text_mb6 {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
}
.sunscreen-nav-floating .sunscreen-nav-floating-link-arrow {
  position: relative;
}
.sunscreen-nav-floating .sunscreen-nav-floating-link-arrow::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-nav-floating .sunscreen-nav-floating-link-arrow::after {
    left: 92%;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.sunscreen-nav-floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.sunscreen-howtochoice {
  background-color: #f3f0ea;
  width: 100%;
}

.sunscreen-howtochoice-inner {
  width: 100%;
  padding: 7.2vw 5.3vw;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .sunscreen-howtochoice-inner {
    width: 860px;
    padding: 40px 0 30px;
  }
}

.sunscreen-howtochoice-type {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .sunscreen-howtochoice-type {
    margin-top: 50px;
  }
}

.sunscreen-howtochoice-typ-icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-howtochoice-typ-icon-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sunscreen-howtochoice-typ-icon {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
  list-style: none !important;
}
.sunscreen-howtochoice-typ-icon:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 961px) {
  .sunscreen-howtochoice-typ-icon {
    -webkit-flex-basis: 163px;
        -ms-flex-preferred-size: 163px;
            flex-basis: 163px;
    margin-right: 0;
  }
}

.sunscreen-selection {
  background-color: #fff;
  width: 100%;
}
.sunscreen-selection .sunscreen-selection-inner {
  width: 100%;
  padding: 9.3vw 5.3vw 10.7vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection .sunscreen-selection-inner {
    padding: 38px 0 80px;
  }
}
@media screen and (min-width: 961px) {
  .sunscreen-selection .sunscreen-selection-inner {
    width: 860px;
    margin: 0 auto;
  }
}

.sunscreen-selection-item {
  width: 100%;
  margin-top: 60px;
}
.sunscreen-selection-item:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item {
    margin-top: 80px;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-stl {
  color: #5185c5;
  font-size: 5.1vw;
  line-height: 1.4;
  margin-bottom: 0 !important;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-stl {
    font-size: 24px;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-stl span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #5185c5;
  width: 2px;
  height: 18px;
  margin: 0 -1em;
  bottom: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-stl span:before {
    height: 24px;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-stl span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #5185c5;
  width: 2px;
  height: 18px;
  margin: 0 1em;
  bottom: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-stl span:after {
    height: 24px;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sunscreen-selection-item .sunscreen-selection-item-img {
  width: 49%;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-img {
    width: 50%;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info {
  width: 49%;
  padding-top: 12px;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info {
    width: 50%;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-icon {
    margin-bottom: 16px !important;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-icon span {
  display: inline-block;
  margin-right: 2px;
  width: 57px;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-icon span {
    width: 70px;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-icon .type-icon {
  width: 100%;
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-category {
  color: #f7941d;
  font-size: 13px;
  border: 1px solid #f7941d;
  padding: 2px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px !important;
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-name {
  font-size: 4.8vw;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-name {
    font-size: 26px;
    line-height: 1.4;
    font-weight: normal;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-price {
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-price {
    font-size: 26px;
    font-weight: normal;
  }
}
.sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-price span {
  font-size: 3.2vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item .sunscreen-selection-item-info .sunscreen-selection-item-info-price span {
    font-size: 16px;
  }
}

.sunscreen-selection-item-comment {
  position: relative;
  margin-top: 14px;
}
.sunscreen-selection-item-comment .sunscreen-selection-item-comment-bg {
  margin-bottom: 0 !important;
}
.sunscreen-selection-item-comment .sunscreen-selection-item-comment-text {
  background: url("../img/bg-comment-middle-sp.png") repeat-y top;
  background-size: contain;
  padding: 4px 10px;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item-comment .sunscreen-selection-item-comment-text {
    width: 836px;
    padding: 8px 18px;
    background: url("../img/bg-comment-middle.png") repeat-y top;
  }
}
.sunscreen-selection-item-comment .sunscreen-text {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  letter-spacing: -1px;
  margin-bottom: 5px !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item-comment .sunscreen-text {
    font-size: 18px;
    line-height: 1.7;
  }
}
.sunscreen-selection-item-comment .sunscreen-text-name {
  text-align: right;
  font-size: 14px;
  font-size: 3.7333333333vw;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-item-comment .sunscreen-text-name {
    font-size: 18px;
  }
}

.sunscreen-selection-btn-area {
  width: 84%;
  margin: 0 auto;
  margin-top: 1rem !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-selection-btn-area {
    width: 344px;
    margin-top: 1rem !important;
  }
}
.sunscreen-selection-btn-area a:hover img {
  opacity: 0.8;
}

.sunscreen-text-s {
  font-size: 2.7vw;
  margin-top: 1rem !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-text-s {
    font-size: 10px;
  }
}

.sunscreen-plus {
  width: 100%;
  background-color: #f3f0ea;
}
.sunscreen-plus .sunscreen-plus-inner {
  width: 100%;
  padding: 35px 20px 40px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus .sunscreen-plus-inner {
    width: 960px;
    padding: 38px 0 80px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 40px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item {
  width: 100%;
  margin-top: 40px;
}
.sunscreen-plus-wrap .sunscreen-plus-item:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item {
    width: 308px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl {
  color: #1d2088;
  font-size: 4.8vw;
  line-height: 1.2;
  margin-bottom: 0 !important;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl {
    font-size: 22px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #1d2088;
  width: 2px;
  height: 18px;
  margin-left: -3.2vw;
  bottom: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl:before {
    height: 22px;
    margin-left: -12px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #1d2088;
  width: 2px;
  height: 18px;
  margin-left: 8vw;
  bottom: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl:after {
    height: 22px;
    margin-left: 30px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl-wide {
  color: #1d2088;
  font-size: 4.8vw;
  line-height: 1.2;
  margin-bottom: 0 !important;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl-wide {
    font-size: 22px;
    letter-spacing: -1px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl-wide:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #1d2088;
  width: 2px;
  height: 18px;
  margin-left: -9.1vw;
  bottom: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl-wide:before {
    height: 22px;
    margin-left: -34px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-stl-wide:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #1d2088;
  width: 2px;
  height: 18px;
  margin-left: 3.2vw;
  bottom: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-stl-wide:after {
    height: 22px;
    margin-left: 12px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-wrap {
  width: 100%;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box .sunscreen-plus-item-box-img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box .sunscreen-plus-item-box-img {
    width: 100%;
    margin: 0;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box .sunscreen-plus-item-box-info {
  width: 50%;
  padding-left: 10px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box .sunscreen-plus-item-box-info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-wide .sunscreen-plus-item-box-img {
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box-wide .sunscreen-plus-item-box-img {
    width: 100%;
    margin: 0;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-wide .sunscreen-plus-item-box-info {
  width: 60%;
  padding-left: 10px;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box-wide .sunscreen-plus-item-box-info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-icon {
  text-align: right;
  width: 60px;
  margin-left: 0;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-icon {
    width: 56px;
    margin-left: auto;
  }
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-icon .type-icon {
  width: 100%;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-type .sunscreen-plus-item-box-info-category-type-01 {
  margin-bottom: 8px !important;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-type .sunscreen-plus-item-box-info-category-type-01 span {
  color: #fff;
  font-size: 13px;
  background-color: #5185c5;
  padding: 4px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-type .sunscreen-plus-item-box-info-category-type-02 {
  margin-bottom: 4px !important;
}
.sunscreen-plus-wrap .sunscreen-plus-item-box-info-category-type .sunscreen-plus-item-box-info-category-type-02 span {
  color: #f7941d;
  font-size: 13px;
  border: 1px solid #f7941d;
  padding: 2px 6px;
  line-height: 1;
  display: inline-block;
}

.sunscreen-plus-item-box-info-name {
  font-size: 4.8vw;
  margin-bottom: 2px !important;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-item-box-info-name {
    font-size: 26px;
    margin-top: 20px !important;
    font-weight: normal;
  }
}

.sunscreen-plus-item-box-info-price {
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-item-box-info-price {
    font-size: 26px;
    font-weight: normal;
  }
}
.sunscreen-plus-item-box-info-price span {
  font-size: 3.2vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-item-box-info-price span {
    font-size: 16px;
  }
}

.sunscreen-plus-item-box-info-btn-area {
  width: 84%;
  margin: 0 auto;
  margin-top: auto !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-plus-item-box-info-btn-area {
    width: 100%;
  }
}
.sunscreen-plus-item-box-info-btn-area a:hover img {
  opacity: 0.8;
}

.sunscreen-item-lists {
  width: 100%;
  background-color: #e8eff8;
}
.sunscreen-item-lists .sunscreen-item-lists-inner {
  width: 100%;
  padding: 24px 20px 27px;
}
@media screen and (min-width: 961px) {
  .sunscreen-item-lists .sunscreen-item-lists-inner {
    padding: 60px 0 40px;
    width: 721px;
    margin: 0 auto;
  }
}

.sunscreen-heading3 {
  margin-bottom: 25px !important;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sunscreen-heading3 {
    margin-bottom: 20px !important;
  }
}

.sunscreen-item-lists-wrap {
  width: 100%;
}
.sunscreen-item-lists-wrap .sunscreen-item-lists-wrap-overflow {
  /*
   width: 100%;
   overflow-x: scroll;
   position: relative;
   padding-bottom: 10px;
  @include pc {
   overflow: hidden;
  }
  */
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sunscreen-item-lists-wrap .sunscreen-item-lists-wrap-overflow .sunscreen-item-lists-wrap-overflow-fixed {
  width: 122px;
}
.sunscreen-item-lists-wrap .sunscreen-item-lists-wrap-overflow .sunscreen-item-lists-wrap-overflow-scroll {
  width: calc(100% - 122px);
  overflow-x: scroll;
  padding-bottom: 10px;
  position: relative;
}

.sunscreen-coloumn {
  width: 100%;
}
.sunscreen-coloumn .sunscreen-coloumn-inner {
  width: 100%;
  padding: 35px 20px 40px;
}
@media screen and (min-width: 961px) {
  .sunscreen-coloumn .sunscreen-coloumn-inner {
    width: 960px;
    padding: 80px 0 80px;
    margin: 0 auto;
  }
}

.sunscreen-coloumn-contents {
  padding: 0 20px;
}
@media screen and (min-width: 961px) {
  .sunscreen-coloumn-contents {
    width: 860px;
    margin: 0 auto;
    padding: 0;
  }
}

.contents-box {
  width: 100%;
  background-color: #dedeea;
  padding: 30px 20px;
}
@media screen and (min-width: 961px) {
  .contents-box {
    padding: 35px 40px 40px;
  }
}

.item-col-1 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .item-col-1 {
    width: 100%;
  }
}

.item-col-2 {
  width: 290px;
}
@media screen and (min-width: 961px) {
  .item-col-2 {
    width: 425px;
  }
}

.item-col-3 {
  width: 290px;
}
@media screen and (min-width: 961px) {
  .item-col-3 {
    width: 270px;
  }
}

.item-box {
  background-color: #ffffff;
  padding: 18px;
}
@media screen and (min-width: 961px) {
  .item-box {
    padding: 20px;
  }
}

.item-stl-box {
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

.item-stl-s {
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .item-stl-s {
    font-size: 12px;
  }
}

.item-stl {
  font-size: 18px;
  color: #60608d;
  line-height: 1.2;
}

.line-height-1_7 {
  line-height: 1.7 !important;
}

.text-strong {
  font-size: 20px;
  color: #4884aa;
}
@media screen and (min-width: 961px) {
  .text-strong {
    font-size: 27px;
  }
}

.item-col-sub {
  border-top: 1px solid #ffffff;
  padding: 25px 0 0 0;
}
@media screen and (min-width: 961px) {
  .item-col-sub {
    border: 1px solid #ffffff;
    padding: 18px 46px 14px;
  }
}

.flex-text01 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 961px) {
  .flex-text01 {
    -webkit-flex-basis: 476px;
        -ms-flex-preferred-size: 476px;
            flex-basis: 476px;
  }
}

.flex-img01 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 961px) {
  .flex-img01 {
    -webkit-flex-basis: 296px;
        -ms-flex-preferred-size: 296px;
            flex-basis: 296px;
  }
}

.flex-text02 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 961px) {
  .flex-text02 {
    -webkit-flex-basis: 548px;
        -ms-flex-preferred-size: 548px;
            flex-basis: 548px;
  }
}

.flex-img02 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (min-width: 961px) {
  .flex-img02 {
    -webkit-flex-basis: 390px;
        -ms-flex-preferred-size: 390px;
            flex-basis: 390px;
  }
}

.ecm-container-blue {
  background-color: #e8eef2;
  padding: 35px 20px;
}
@media screen and (min-width: 961px) {
  .ecm-container-blue {
    padding: 35px 30px;
  }
}

.text-color-blue_strong {
  font-size: 15px;
  line-height: 2;
  color: #4884aa;
}
@media screen and (min-width: 961px) {
  .text-color-blue_strong {
    font-size: 18px;
  }
}

.border-bottom-puple-4 {
  border-bottom: 4px solid #9292bb !important;
}

.text-color-purple {
  color: #60608d !important;
}

@media screen and (min-width: 961px) {
  .ecm-main .ecm-heading2 {
    margin-bottom: 24px !important;
  }
}

.sunscreen-monthly-set {
  background-color: #f3f0ea;
  width: 100%;
}

.sunscreen-monthly-set-inner {
  width: 100%;
  padding: 13.3vw 0;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-inner {
    width: 960px;
    margin: 0 auto;
    padding: 65px 0;
  }
}

.sunscreen-monthly-set-heading {
  padding: 1.3vw 0 10px;
  margin-bottom: 4vw !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #d1445b;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  width: 82%;
  font-size: 4.5vw !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-heading {
    width: 870px;
    font-size: 30px !important;
    padding: 10px 0 17px;
    margin-bottom: 30px !important;
  }
}

.sunscreen-monthly-set-heading-l {
  font-size: 5.3vw !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-heading-l {
    font-size: 40px !important;
  }
}

.sunscreen-monthly-set-heading-s {
  font-size: 4vw !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-heading-s {
    font-size: 25px !important;
  }
}

.sunscreen-monthly-set-copy {
  text-align: center;
  font-size: 5.9vw;
  color: #d1445b;
  margin-bottom: 8vw !important;
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-copy {
    font-size: 40px;
    margin-bottom: 60px !important;
  }
}

.sunscreen-monthly-set-wrap {
  padding: 0;
}

.sunscreen-monthly-set-item-wrap {
  margin-bottom: 16vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item-wrap {
    margin-bottom: 80px;
  }
}

.sunscreen-monthly-set-item-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.1vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item-wrap-inner {
    margin-bottom: 20px;
  }
}

.sunscreen-monthly-set-item {
  width: 50%;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

.sunscreen-monthly-set-item-thumbnail {
  padding-right: 4.5vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item-thumbnail {
    padding-right: 30px;
  }
}

.sunscreen-monthly-set-item-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sunscreen-monthly-set-item-name {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  border-bottom: 2px solid #2d2926;
  padding-bottom: 2.1vw;
  margin-bottom: 2.1vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item-name {
    font-size: 26px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
  }
}

.sunscreen-monthly-set-item-btn-area {
  width: 74.7vw;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-set-item-btn-area {
    width: 340px;
  }
}
.sunscreen-monthly-set-item-btn-area a:hover img {
  opacity: 0.8;
}

.campaign-area {
  width: 100%;
  padding: 0 5.3vw;
}
@media screen and (min-width: 961px) {
  .campaign-area {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.sunscreen-monthly-campaign {
  background-color: #fffadc;
  padding: 2.7vw 5.3vw;
  margin: 0 5.3vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign {
    padding: 40px 70px 34px;
    margin: 0;
  }
}

.sunscreen-monthly-campaign-inner {
  width: 100%;
}

.sunscreen-monthly-campaign-title {
  font-size: 5.3vw !important;
  color: #ed6a2c;
  font-weight: bold !important;
  text-align: center;
  line-height: 1.5 !important;
  margin-bottom: 4vw !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-title {
    font-size: 40px !important;
    margin-bottom: 20px !important;
  }
}
.sunscreen-monthly-campaign-title span {
  font-size: 4.8vw !important;
  color: #000;
  font-weight: normal !important;
  display: inline;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-title span {
    font-size: 30px !important;
    display: block;
  }
}

.sunscreen-monthly-campaign-img {
  width: 100%;
  margin-bottom: 3.7vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-img {
    margin-bottom: 28px;
  }
}

.sunscreen-monthly-campaign-btn-area {
  text-align: center;
  padding: 0 4.3vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-btn-area {
    padding: 0;
  }
}

.sunscreen-monthly-campaign-btn {
  width: 100%;
  display: inline-block;
  background-color: #c8102e !important;
  color: #fff !important;
  font-size: 4vw;
  text-align: center;
  padding: 3.7vw 0;
  line-height: 1 !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-btn {
    width: 340px;
    margin: 0 auto;
    font-size: 19px;
    padding: 15px 0;
  }
}
.sunscreen-monthly-campaign-btn:hover {
  opacity: 0.8;
}

.sunscreen-monthly-campaign-note {
  list-style: none;
  font-size: 2.1vw;
  line-height: 1.5;
  padding: 0 3.7vw;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sunscreen-monthly-campaign-note {
    font-size: 13px;
    width: 600px;
    margin: 0 auto !important;
    padding: 0;
    line-height: 1.8;
  }
}

.sunscreen-about-teikibin {
  padding: 10.7vw 0;
}
@media screen and (min-width: 961px) {
  .sunscreen-about-teikibin {
    padding: 40px 0;
  }
}

.sunscreen-about-teikibin-inner {
  width: 100%;
  padding: 0 5.3vw;
}
@media screen and (min-width: 961px) {
  .sunscreen-about-teikibin-inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.sunscreen-about-teikibin-title {
  background-color: #c8102e;
  color: #fff !important;
  text-align: center;
  font-size: 5.6vw !important;
  line-height: 1 !important;
  padding: 2.7vw 0;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 961px) {
  .sunscreen-about-teikibin-title {
    font-size: 26px !important;
    padding: 16px 0;
    margin-bottom: 20px !important;
  }
}

.sunscreen-about-teikibin-img {
  width: 100%;
}

.sunscreen-about-teikibin-note {
  font-size: 2.7vw;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .sunscreen-about-teikibin-note {
    font-size: 13px;
    text-align: center;
  }
}

.sunscreen-campaign-link {
  width: 306px;
  margin: 60px auto;
}
@media screen and (min-width: 961px) {
  .sunscreen-campaign-link {
    width: 612px;
  }
}
.sunscreen-campaign-link a:hover {
  opacity: 0.8;
}