@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP&display=swap");
html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #413B3B;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}

#summerlife * {
  box-sizing: border-box;
}
#summerlife img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#summerlife .only-pc {
  display: block;
}
#summerlife .only-sp {
  display: none;
}
#summerlife h2, #summerlife h3, #summerlife h4 {
  font-family: "游明朝", "YuMincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#summerlife .number {
  font-family: "Cinzel", serif;
  display: inline-block;
  color: #fff;
  background: transparent url("../img/number_bg.svg") center center no-repeat;
  background-size: 100% auto;
  text-align: center;
}
#summerlife h3 .title {
  font-size: 3.6rem;
  display: inline;
  background: linear-gradient(transparent 60%, #FEFBB3 60%);
  font-weight: bold;
}
#summerlife .visual {
  background: transparent url("../img/mv.jpg") center 95% no-repeat;
  background-size: 100% auto;
  padding: 0 3.125%;
}
#summerlife .visual_inner {
  padding: calc(900 / 1500 * 100%) 0 0 0;
  position: relative;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  #summerlife .visual_inner {
    padding: 0;
    height: 900px;
  }
}
#summerlife .visual_inner .title {
  position: absolute;
  width: calc(520/1200 * 100%);
  top: calc(270/843 * 100%);
  left: 0;
}
#summerlife .visual_inner .title .text {
  font-size: 2.6rem;
  text-align: right;
  padding: 20px calc(30/520 * 100%) 0 0;
  font-family: "游明朝", "YuMincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #summerlife .visual_inner .title .text {
    font-size: 2.1vw;
  }
}
#summerlife .contents {
  padding: 130px 0 0 0;
  background-image: url("../img/bg-left.png"), url("../img/bg-right.png");
  background-position: -30px 70px, calc(100% + 30px) 70px;
  background-repeat: no-repeat;
}
#summerlife .contents_header {
  font-size: 2rem;
}
#summerlife .contents_header h2 {
  margin: 0 auto;
  height: 109px;
}
#summerlife .contents_header h2 img {
  height: 100%;
  width: auto;
}
#summerlife .contents_header .sub {
  font-family: "游明朝", "YuMincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #87BFE5;
  margin: 35px auto;
}
#summerlife .contents_header .sub .number {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 110%;
  margin-right: 0.25em;
}
#summerlife .contents_body .wellness {
  overflow: hidden;
  margin-top: 100px;
}
#summerlife .contents_body .wellness > li {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left 50px;
  padding: 0 0 calc(200/1600 * 100%) 0;
  position: relative;
}
#summerlife .contents_body .wellness > li:nth-child(odd) {
  background-image: url("../img/contents_bg-a.png");
}
#summerlife .contents_body .wellness > li:nth-child(odd) .sentence_inner {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 50%;
}
#summerlife .contents_body .wellness > li:nth-child(odd) .sentence .photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  left: 53%;
  text-align: left;
}
#summerlife .contents_body .wellness > li:nth-child(even) {
  background-image: url("../img/contents_bg-b.png");
}
#summerlife .contents_body .wellness > li:nth-child(even) .sentence_inner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 50%;
}
#summerlife .contents_body .wellness > li:nth-child(even) .sentence .photo {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  right: 53%;
  text-align: right;
}
#summerlife .contents_body .wellness > li .sentence {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#summerlife .contents_body .wellness > li .sentence_inner {
  width: 50%;
}
#summerlife .contents_body .wellness > li .sentence .photo {
  width: 50%;
  max-width: 800px;
  position: absolute;
  top: 0;
}
#summerlife .contents_body .wellness > li .sentence h3 .number {
  font-size: 4.6rem;
  width: 110px;
  height: 110px;
  line-height: 110px;
  display: block;
  vertical-align: middle;
  margin: 15px 0;
}
#summerlife .contents_body .wellness > li .sentence .text {
  background-color: rgba(172, 221, 255, 0.3);
  padding: 12px 15px;
  line-height: 1.6;
  margin: 30px 0;
}
#summerlife .contents_body .wellness > li .sentence .text .point {
  color: #486F8D;
  vertical-align: middle;
  margin-top: 5px;
}
#summerlife .contents_body .wellness > li .sentence .text .point .icon {
  display: inline-block;
  background-color: #87BFE5;
  color: #fff;
  padding: 0 20px;
  font-size: 1.6rem;
  border-radius: 30px;
  margin-right: 0.125em;
}
#summerlife .contents_body .wellness > li .sentence .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#summerlife .contents_body .wellness > li .sentence .link > li {
  border-radius: 10px;
  overflow: hidden;
  width: 49%;
  line-height: 1.4;
}
#summerlife .contents_body .wellness > li .sentence .link > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #FFFAEE;
  color: #413B3B;
}
#summerlife .contents_body .wellness > li .sentence .link > li a::after {
  position: absolute;
  display: block;
  content: "";
  right: 15px;
  top: 50%;
}
#summerlife .contents_body .wellness > li .sentence .link > li a.is-normal::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #413B3B;
  border-right: 2px solid #413B3B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
#summerlife .contents_body .wellness > li .sentence .link > li a.is-blank::after {
  width: 9px;
  height: 7px;
  margin-top: -3px;
  background: transparent url("../img/icon_blank.svg") left top no-repeat;
  background-size: 100% auto;
}
#summerlife .contents_body .wellness > li .sentence .link > li a .ttl {
  padding: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#summerlife .contents_body .wellness > li .sentence .link > li a .ph {
  width: 80px;
  height: 80px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
#summerlife .contents_body .product {
  margin: 100px 0;
}
#summerlife .contents_body .product_header {
  max-width: 1200px;
  background: transparent url("../img/item-title_bg.png") center top no-repeat;
  padding: 50px 0;
  margin: 50px auto;
}
#summerlife .contents_body .product_body .cover {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
#summerlife .contents_body .product_body .cover:nth-of-type(odd) {
  background-image: url("../img/contents_bg-a.png");
}
#summerlife .contents_body .product_body .cover:nth-of-type(even) {
  background-image: url("../img/contents_bg-b.png");
}
#summerlife .contents_body .product_body .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto;
  border-bottom: 4px #B5DEF9 dotted;
  padding-bottom: 80px;
  max-width: 1000px;
}
#summerlife .contents_body .product_body .inner .title {
  width: 50%;
}
#summerlife .contents_body .product_body .inner .btn-series {
  width: 45%;
  line-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  margin-left: auto;
}
#summerlife .contents_body .product_body .inner .btn-series.is-mint {
  border: 1px #4BBBB5 solid;
  color: #5B9E9A;
}
#summerlife .contents_body .product_body .inner .btn-series.is-tea {
  border: 1px #F187AC solid;
  color: #F187AC;
}
#summerlife .contents_body .product_body .inner .item {
  width: 45%;
}
#summerlife .contents_body .product_body .inner .item > li {
  text-align: left;
  margin-bottom: 30px;
}
#summerlife .contents_body .product_body .inner .item > li .ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
#summerlife .contents_body .product_body .inner .item > li .ttl.is-mint {
  color: #4BBBB5;
}
#summerlife .contents_body .product_body .inner .item > li .ttl.is-tea {
  color: #F187AC;
}
#summerlife .contents_body .product_body .inner .item > li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(300/450 * 100%);
  font-size: 1.6rem;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt .yen {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn {
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 50px;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn.is-mint {
  background-color: #4BBBB5;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn.is-tea {
  background-color: #F187AC;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn .is-cart {
  display: inline-block;
  background: transparent url("../../img/common-lp/icon_lp-cart-white.svg") left center no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}
#summerlife .contents_body .product_body .inner .item > li .wrap .img {
  width: calc(126/450 * 100%);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
#summerlife .contents_body .banner {
  background: transparent url("../img/contents_bg-a.png") left top no-repeat;
  background-size: 100% auto;
}
#summerlife .contents_body .banner_header {
  max-width: 687px;
  margin: 30px auto;
}
#summerlife .contents_body .banner_body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
#summerlife .contents_body .banner_body a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
#summerlife #common-link {
  background-color: #87BFE5;
  padding-top: 60px;
  padding-bottom: 60px;
}
#summerlife #common-link .common-link_inner a.banner {
  color: #87BFE5;
}
#summerlife #common-link .common-link_inner a.banner svg {
  fill: #87BFE5;
}
#summerlife #common-footer .nav ul li.nav-txt a {
  display: inline;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }

  #summerlife .only-pc {
    display: none;
  }
  #summerlife .only-sp {
    display: block;
  }
  #summerlife h3 {
    text-align: center;
  }
  #summerlife h3 .title {
    font-size: 2.4rem;
  }
  #summerlife .visual {
    background-position: calc(100% + 40px) bottom;
    background-size: auto 110%;
    padding: 0 3.125%;
  }
  #summerlife .visual_inner {
    padding: calc(400 / 375 * 100%) 0 0 0;
  }
  #summerlife .visual_inner .title {
    width: 70%;
    height: 100%;
    top: 7.5%;
    left: 0;
  }
  #summerlife .visual_inner .title h1 {
    width: 100%;
  }
  #summerlife .visual_inner .title .text {
    padding-top: 10px;
    font-size: 3.2vw;
    color: #fff;
  }
  #summerlife .contents {
    padding: 60px 0 0 0;
    background-position: -30px 0, calc(100% + 30px) 150px;
    background-size: 40% auto,40% auto;
  }
  #summerlife .contents_header {
    padding: 0 3.125%;
    font-size: 1.6rem;
  }
  #summerlife .contents_header h2 {
    margin: 0 auto;
    height: 80px;
  }
  #summerlife .contents_header .sub {
    margin: 15px auto;
  }
  #summerlife .contents_header .sub .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #summerlife .contents_body .wellness {
    margin-top: 50px;
  }
  #summerlife .contents_body .wellness > li {
    margin: 0;
    background-size: auto 250px;
    padding: 50px 3.125% 25px 3.125%;
    position: relative;
  }
  #summerlife .contents_body .wellness > li:nth-child(odd) .sentence_inner, #summerlife .contents_body .wellness > li:nth-child(even) .sentence_inner {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
  }
  #summerlife .contents_body .wellness > li:nth-child(odd) .sentence .photo, #summerlife .contents_body .wellness > li:nth-child(even) .sentence .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    right: 0;
    left: 0;
    margin: 0 2%;
    width: 96%;
  }
  #summerlife .contents_body .wellness > li:nth-child(odd) {
    background-image: url("../img/contents_bg-a.png");
    background-position: left top;
  }
  #summerlife .contents_body .wellness > li:nth-child(even) {
    background-image: url("../img/contents_bg-b.png");
    background-position: right top;
  }
  #summerlife .contents_body .wellness > li .sentence_inner {
    width: 100%;
  }
  #summerlife .contents_body .wellness > li .sentence .photo {
    width: auto;
    top: 240px;
    right: auto;
  }
  #summerlife .contents_body .wellness > li .sentence h3 .number {
    font-size: 2.3rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 15px auto;
  }
  #summerlife .contents_body .wellness > li .sentence .text {
    margin: calc(240/320 * 100%) 0 15px 0;
  }
  #summerlife .contents_body .wellness > li .sentence .text .point {
    margin-top: 10px;
  }
  #summerlife .contents_body .wellness > li .sentence .text .point .icon {
    display: block;
    max-width: 100px;
    text-align: center;
    line-height: 1;
    padding: 3px 15px;
    margin: 5px 0;
    font-size: 1.4rem;
  }
  #summerlife .contents_body .wellness > li .sentence .link > li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 7px;
  }
  #summerlife .contents_body .wellness > li .sentence .link > li a .ph {
    width: 60px;
    height: 60px;
  }
  #summerlife .contents_body .product {
    margin: 0;
  }
  #summerlife .contents_body .product_header {
    background-size: auto 120px;
    background-position: right top;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  #summerlife .contents_body .product_body .cover {
    background-size: auto 250px;
  }
  #summerlife .contents_body .product_body .cover:nth-of-type(odd) {
    background-position: left 5px;
  }
  #summerlife .contents_body .product_body .cover:nth-of-type(even) {
    background-position: right 5px;
  }
  #summerlife .contents_body .product_body .inner {
    margin: 15px 5%;
    padding: 40px 0;
  }
  #summerlife .contents_body .product_body .inner .title {
    width: 100%;
  }
  #summerlife .contents_body .product_body .inner .btn-series {
    width: 100%;
    line-height: 44px;
    margin-left: 0;
    border-radius: 7px;
  }
  #summerlife .contents_body .product_body .inner .item {
    width: 100%;
  }
  #summerlife .contents_body .product_body .inner .item > li {
    margin-bottom: 30px;
  }
  #summerlife .contents_body .product_body .inner .item > li .ttl {
    font-size: 1.8rem;
    margin: 15px 0 10px 0;
    text-align: center;
  }
  #summerlife .contents_body .product_body .inner .item > li .wrap .txt {
    font-size: 1.4rem;
  }
  #summerlife .contents_body .product_body .inner .item > li .wrap .txt .yen {
    font-size: 1.6rem;
    margin: 5px 0 10px 0;
  }
  #summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn {
    border-radius: 7px;
    line-height: 44px;
  }
  #summerlife .contents_body .product_body .inner .item > li .wrap .txt .btn .is-cart {
    background-size: 14px 14px;
    padding-left: 20px;
  }
  #summerlife .contents_body .banner {
    margin: 30px 0;
    padding: 15px 5%;
    background-size: auto 250px;
    background-position: left top;
  }
  #summerlife .contents_body .banner_header {
    margin: 0 auto 30px auto;
    width: 300px;
    max-width: 100%;
  }
  #summerlife .contents_body .banner_body {
    padding: 0;
  }
  #summerlife .contents_body .banner_body a {
    border-radius: 10px;
  }
  #summerlife #common-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
