@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, s article,
aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: "Noto Serif JP", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #fff;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

br.sp {
  display: none;
}
@media (max-width: 37.5em) {
  br.sp {
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pagetop a {
  font-size: 50px !important;
}

.serif {
  font-family: "Kaisei Decol", serif;
  font-family: "Noto Serif JP", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #ffffff;
  color: #4d4d4d;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  padding: 0;
}

section {
  width: 100%;
  margin: 180px 0 0;
}
@media (max-width: 37.5em) {
  section {
    margin: 70px 0 0;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .inner {
    width: 100%;
    padding: 0px 25px !important;
  }
}

a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.18em;
}

.mainImage {
  margin: 0;
  padding: 0;
}
.mainImage h1 {
  margin: 0;
  background: url(../img/main_image.jpg) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 53.3333%;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .mainImage h1 {
    background: url(../img/main_image_sp.jpg) top center no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 106.6666%;
  }
}

.item .inner {
  padding: 0 100px;
}
.item .inner .itemBox {
  position: relative;
}
.item .inner .itemBox.itemFirst:before {
  content: "";
  background: url(../img/leaf_01.png) top center no-repeat;
  background-size: contain;
  width: 138px;
  height: 111px;
  text-indent: -9999px;
  position: absolute;
  top: 115px;
  right: -15px;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox.itemFirst:before {
    width: 69px;
    height: 56px;
    top: 60px;
  }
}
.item .inner .itemBox .itemFlex {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
.item .inner .itemBox .itemImage {
  position: relative;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemImage {
    flex: 1;
  }
}
.item .inner .itemBox .itemImage.freeShipping:before {
  content: "送料無料";
  background: url(../img/free_shipping.png) top center no-repeat;
  background-size: contain;
  width: 189px;
  height: 181px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemImage.freeShipping:before {
    width: 64px;
    height: 60px;
    left: 5px;
  }
}
.item .inner .itemBox .itemDetail {
  width: 350px;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail {
    width: 40%;
    margin: 0 0 0 15px;
  }
}
.item .inner .itemBox .itemDetail p.rubi {
  width: 100%;
  font-size: 20px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.rubi {
    font-size: 10px;
  }
}
.item .inner .itemBox .itemDetail h3.itemName {
  font-family: "Kaisei Decol", serif;
  font-size: 38px;
  border-bottom: 4px solid #c53e54;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail h3.itemName {
    font-size: 19px;
    display: inline;
  }
}
.item .inner .itemBox .itemDetail p.capacity {
  font-size: 20px;
  letter-spacing: 0;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.capacity {
    margin: 5px 0 0;
    font-size: 10px;
  }
}
.item .inner .itemBox .itemDetail p.price {
  margin: 70px 0 0;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.price {
    margin: 35px 0 0;
    font-size: 24px;
  }
}
.item .inner .itemBox .itemDetail p.price span.yen {
  font-size: 50px;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.price span.yen {
    font-size: 16px;
  }
}
.item .inner .itemBox .itemDetail p.price span.tax {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.price span.tax {
    font-size: 10px;
  }
}
.item .inner .itemBox .itemDetail p.price.regularService:before {
  content: "お得な定期便";
  background: url(../img/regular_service.png) top center no-repeat;
  background-size: contain;
  width: 218px;
  height: 24px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail p.price.regularService:before {
    width: 80%;
    height: 0;
    padding-top: 11%;
    top: -10px;
  }
}
.item .inner .itemBox .itemDetail .buyBtn a {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 6px;
  background: #c53e54;
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .itemDetail .buyBtn a {
    display: none;
  }
}
.item .inner .itemBox .itemDetail .buyBtn a:before {
  content: "";
  background: url(../img/icon_cart.png) top center no-repeat;
  background-size: contain;
  width: 31px;
  height: 32px;
  margin: 0 40px 0 0;
}
.item .inner .itemBox .itemDetail .buyBtn a:after {
  content: "";
  background: url(../img/icon_arrow.png) top center no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  margin: 0 0 0 70px;
}
.item .inner .itemBox .buyBtnSp {
  display: none;
}
@media (max-width: 37.5em) {
  .item .inner .itemBox .buyBtnSp {
    display: block;
    width: 100%;
  }
}
.item .inner .itemBox .buyBtnSp a {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 175px;
  height: 40px;
  border-radius: 3px;
  background: #c53e54;
  color: #ffffff;
  font-size: 15px;
}
.item .inner .itemBox .buyBtnSp a:before {
  content: "";
  background: url(../img/icon_cart.png) top center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 20px 0 0;
}
.item .inner .itemBox .buyBtnSp a:after {
  content: "";
  background: url(../img/icon_arrow.png) top center no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
  margin: 0 0 0 35px;
}
.item .inner .itemContainer {
  margin: 140px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer {
    margin: 70px 0 0;
    display: block;
    width: 100%;
  }
}
.item .inner .itemContainer .itemBox .itemFlex {
  -moz-flex-direction: column;
  flex-direction: column;
  width: 350px;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemFlex {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
  }
}
.item .inner .itemContainer .itemBox .itemImage {
  margin: 40px 0 0;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemImage {
    margin: 0;
    width: 60%;
  }
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemDetail {
    width: 40%;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemDetail.pc {
    display: none;
  }
}
.item .inner .itemContainer .itemBox .itemDetail p.price {
  margin: 0;
  text-align: center;
  position: relative;
}
.item .inner .itemContainer .itemBox .itemDetail p.price.regularService:before {
  display: none;
}
.item .inner .itemContainer .itemBox .itemDetail p.price.pc {
  display: block;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemDetail p.price.pc {
    display: none;
  }
}
.item .inner .itemContainer .itemBox .itemDetail p.price.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox .itemDetail p.price.sp {
    display: block;
  }
}
.item .inner .itemContainer .itemBox.itemSecond {
  position: relative;
}
.item .inner .itemContainer .itemBox.itemSecond:before {
  content: "";
  background: url(../img/leaf_01.png) top center no-repeat;
  background-size: contain;
  width: 138px;
  height: 111px;
  text-indent: -9999px;
  position: absolute;
  top: -20px;
  left: -80px;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemSecond:before {
    width: 41px;
    height: 33px;
    left: 180px;
  }
}
.item .inner .itemContainer .itemBox.itemSecond:after {
  content: "";
  background: url(../img/leaf_02.png) top center no-repeat;
  background-size: contain;
  width: 88px;
  height: 117px;
  text-indent: -9999px;
  position: absolute;
  top: 250px;
  right: -100px;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemSecond:after {
    width: 27px;
    height: 36px;
    top: 60px;
    right: 0px;
  }
}
.item .inner .itemContainer .itemBox.itemSecond .itemImage {
  position: relative;
}
.item .inner .itemContainer .itemBox.itemSecond .itemImage.freeShipping:before {
  content: "送料無料";
  background: url(../img/free_shipping.png) top center no-repeat;
  background-size: contain;
  width: 135px;
  height: 129px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemSecond .itemImage.freeShipping:before {
    width: 64px;
    height: 60px;
    left: 5px;
  }
}
.item .inner .itemContainer .itemBox.itemThird {
  position: relative;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemThird {
    margin: 70px 0 0;
  }
}
.item .inner .itemContainer .itemBox.itemThird:before {
  content: "";
  background: url(../img/leaf_03.png) top center no-repeat;
  background-size: contain;
  width: 120px;
  height: 155px;
  text-indent: -9999px;
  position: absolute;
  top: 320px;
  right: -25px;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemThird:before {
    width: 27px;
    height: 35px;
    top: 60px;
    right: 130px;
  }
}
.item .inner .itemContainer .itemBox.itemThird .itemImage {
  margin: 40px 20px 0 auto;
  width: 240px;
  position: relative;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemThird .itemImage {
    margin: 0;
    width: 60%;
  }
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemThird .itemImage img {
    display: block;
    margin: 0 0 0 auto;
    width: 60%;
  }
}
.item .inner .itemContainer .itemBox.itemThird .itemImage.freeShipping:before {
  content: "送料無料";
  background: url(../img/free_shipping.png) top center no-repeat;
  background-size: contain;
  width: 135px;
  height: 129px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}
@media (max-width: 37.5em) {
  .item .inner .itemContainer .itemBox.itemThird .itemImage.freeShipping:before {
    width: 64px;
    height: 60px;
    left: 5px;
  }
}

.movie {
  background: linear-gradient(transparent 30%, #69a7be 30%, #69a7be 70%, transparent 70%);
}
.movie .inner .youtube {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie .inner .youtube iframe {
  width: 100%;
  height: 100%;
}

.about .inner {
  padding: 100px 50px;
  background: #f2e8c9;
  outline: 8px solid rgb(255, 255, 255);
  outline-offset: -25px;
  position: relative;
}
@media (max-width: 37.5em) {
  .about .inner {
    padding: 40px 30px !important;
    outline: 5px solid rgb(255, 255, 255);
    outline-offset: -15px;
  }
}
.about .inner:before {
  content: "";
  background: url(../img/leaf_white_01.png) top center no-repeat;
  background-size: contain;
  width: 350px;
  height: 250px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .about .inner:before {
    width: 175px;
    height: 125px;
  }
}
.about .inner:after {
  content: "";
  background: url(../img/leaf_white_02.png) top center no-repeat;
  background-size: contain;
  width: 340px;
  height: 250px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .about .inner:after {
    width: 170px;
    height: 125px;
  }
}
.about .inner h3 {
  margin: 0 auto;
  background: url(../img/about_ttl.png) top center no-repeat;
  background-size: contain;
  width: 806px;
  height: 225px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .about .inner h3 {
    width: 90%;
    height: 0;
    padding-top: 25.9156%;
  }
}
.about .inner .aboutContainer {
  margin: 40px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer {
    margin: 10px 0 0;
    display: block;
  }
}
.about .inner .aboutContainer .aboutPhoto {
  width: 480px;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutPhoto {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutPhoto.pc {
    display: none;
  }
}
.about .inner .aboutContainer .aboutTxt {
  margin: 0 0 0 60px;
  flex: 1;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt {
    margin: 0;
  }
}
.about .inner .aboutContainer .aboutTxt p {
  font-size: 24px;
  letter-spacing: 0;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt p {
    font-size: 12px;
    text-align: center;
  }
}
.about .inner .aboutContainer .aboutTxt p span {
  color: #c53e54;
}
.about .inner .aboutContainer .aboutTxt .aboutPhoto.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .aboutPhoto.sp {
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
}
.about .inner .aboutContainer .aboutTxt .list {
  margin: 50px 0 0;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .list {
    margin: 15px auto 0;
    width: 52%;
  }
}
.about .inner .aboutContainer .aboutTxt .list h4 {
  margin: 0;
  background: url(../img/about_small_ttl.png) top center no-repeat;
  background-size: contain;
  width: 257px;
  height: 76px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .list h4 {
    width: 155px;
    height: 46px;
  }
}
.about .inner .aboutContainer .aboutTxt .list ul li {
  margin: 15px 0 0;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .list ul li {
    position: relative;
  }
}
.about .inner .aboutContainer .aboutTxt .list ul li:before {
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  background: url(../img/icon_check.png) top center no-repeat;
  background-size: contain;
  width: 34px;
  height: 32px;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .list ul li:before {
    width: 17px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: -20px;
  }
}
.about .inner .aboutContainer .aboutTxt .list ul li p {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0;
  padding-bottom: 10px;
  background: url(../img/line_wavy.png) repeat-x bottom left/auto 13px;
}
@media (max-width: 37.5em) {
  .about .inner .aboutContainer .aboutTxt .list ul li p {
    font-size: 12px;
    padding-bottom: 5px;
    background: url(../img/line_wavy.png) repeat-x bottom left/auto 6px;
  }
}
.about .inner .catch {
  margin: 80px 0 0;
}
@media (max-width: 37.5em) {
  .about .inner .catch {
    margin: 35px 0 0;
  }
}
.about .inner .catch p {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 37.5em) {
  .about .inner .catch p {
    font-size: 15px;
  }
}
.about .inner .catch p span {
  background: linear-gradient(transparent 0%, #ffffff 0%);
  color: #69a7be;
}

.point .inner h3 {
  margin: 0 auto;
  background: url(../img/point_ttl.png) top center no-repeat;
  background-size: contain;
  width: 754px;
  height: 269px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .point .inner h3 {
    width: 100%;
    height: 0;
    padding-top: 35.6763%;
  }
}
.point .inner .pointContents {
  margin: 50px 0 0;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents {
    margin: 25px 0 0;
  }
}
.point .inner .pointContents .pointBlock {
  margin: 110px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock {
    display: block;
    margin: 50px 0 0;
  }
}
.point .inner .pointContents .pointBlock:nth-child(odd) {
  flex-direction: row-reverse;
}
.point .inner .pointContents .pointBlock .pointTxt {
  width: 700px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt {
    width: 100%;
  }
}
.point .inner .pointContents .pointBlock .pointTxt .ttl {
  display: flex;
}
.point .inner .pointContents .pointBlock .pointTxt .ttl img {
  width: 90px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt .ttl img {
    width: 45px;
  }
}
.point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt {
  margin: 0 0 0 40px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt {
    margin: 0 0 0 20px;
  }
}
.point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt h4 {
  display: inline;
  font-size: 36px;
  letter-spacing: 0.18em;
  background: linear-gradient(transparent 60%, #d4e3c6 0%);
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt h4 {
    font-size: 18px;
  }
}
.point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt p {
  margin: 10px 0 0;
  font-size: 28px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt .ttl .ttlTxt p {
    margin: 5px 0 0;
    font-size: 14px;
  }
}
.point .inner .pointContents .pointBlock .pointTxt .pointImage.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt .pointImage.sp {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
}
.point .inner .pointContents .pointBlock .pointTxt p {
  margin: 40px 0 0;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointBlock .pointTxt p {
    margin: 20px 0 0;
    font-size: 11px;
  }
}
.point .inner .pointContents .pointImage.pc {
  width: 376px;
}
@media (max-width: 37.5em) {
  .point .inner .pointContents .pointImage.pc {
    display: none;
  }
}

@media (max-width: 37.5em) {
  .material {
    padding: 0 25px;
  }
}
.material .inner {
  border: 3px solid #000000;
  border-radius: 50px;
  padding: 50px 0;
}
@media (max-width: 37.5em) {
  .material .inner {
    border: 2px solid #000000;
    border-radius: 25px;
    padding: 25px 0 !important;
  }
}
.material .inner h3 {
  display: block;
  margin: -80px auto 0;
  width: 540px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.32em;
  background: #ffffff;
}
@media (max-width: 37.5em) {
  .material .inner h3 {
    margin: -40px auto 0;
    width: 240px;
    font-size: 18px;
    letter-spacing: 0.24em;
  }
}
.material .inner ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.material .inner ul li {
  margin: 45px 15px 0;
  width: 253px;
}
@media (max-width: 37.5em) {
  .material .inner ul li {
    margin: 20px 4px 0;
    width: 30%;
  }
}
.material .inner ul li p {
  margin: 15px 0 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .material .inner ul li p {
    margin: 5px 0 0;
    font-size: 8px;
  }
}

.quality {
  background: #d4e3c6;
  padding: 80px 0;
}
@media (max-width: 37.5em) {
  .quality {
    padding: 15px 25px;
  }
}
.quality .inner {
  background: #ffffff;
  border-radius: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  .quality .inner {
    border-radius: 25px;
    padding: 25px !important;
  }
}
.quality .inner h3 {
  margin: 0 auto;
  background: url(../img/quality_ttl.png) top center no-repeat;
  background-size: contain;
  width: 720px;
  height: 287px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .quality .inner h3 {
    width: 100%;
    height: 0;
    padding-top: 39.8611%;
  }
}
.quality .inner .qualityImage {
  background: #f2e8c9;
  margin: 30px 0 0;
  padding: 30px;
}
@media (max-width: 37.5em) {
  .quality .inner .qualityImage {
    margin: 10px 0 0;
    padding: 20px 10px;
  }
}
.quality .inner .qualityImage h4 {
  font-size: 36px;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 37.5em) {
  .quality .inner .qualityImage h4 {
    font-size: 18px;
  }
}
.quality .inner .qualityImage h4:before {
  content: "";
  display: inline-block;
  margin: 0 15px 0 0;
  background: url(../img/icon_star.png) top center no-repeat;
  background-size: contain;
  width: 28px;
  height: 33px;
}
.quality .inner .qualityImage h4:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 15px;
  background: url(../img/icon_star.png) top center no-repeat;
  background-size: contain;
  width: 28px;
  height: 33px;
}
.quality .inner .qualityImage ul {
  margin: 30px 0 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .quality .inner .qualityImage ul {
    margin: 10px 0 0;
  }
}
.quality .inner .qualityImage ul li {
  margin: 0 10px;
}
@media (max-width: 37.5em) {
  .quality .inner .qualityImage ul li {
    margin: 0 4px;
  }
}
.quality .inner p {
  margin: 50px 0 0;
  font-size: 22px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .quality .inner p {
    margin: 25px 0 0;
    font-size: 11px;
  }
}

.obsession .inner h3 {
  margin: 0 auto;
  background: url(../img/obsession_ttl.png) top center no-repeat;
  background-size: contain;
  width: 804px;
  height: 251px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .obsession .inner h3 {
    width: 100%;
    height: 0;
    padding-top: 31.2189%;
  }
}
.obsession .inner p {
  margin: 40px 0 0;
  font-size: 22px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 37.5em) {
  .obsession .inner p {
    margin: 20px 0 0;
    font-size: 11px;
  }
}
.obsession .inner .obsessionImage {
  margin: 60px auto 0;
  width: 1100px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 37.5em) {
  .obsession .inner .obsessionImage {
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }
}
.obsession .inner .obsessionImage .obsessinPhoto.pc {
  width: 377px;
}
@media (max-width: 37.5em) {
  .obsession .inner .obsessionImage .obsessinPhoto.pc {
    display: none;
  }
}
.obsession .inner .obsessionImage .obsessionExplanation {
  width: 615px;
}
@media (max-width: 37.5em) {
  .obsession .inner .obsessionImage .obsessionExplanation {
    width: 100%;
  }
}
.obsession .inner .obsessionImage .obsessionExplanation p {
  margin: 0;
  font-size: 30px;
  color: #c53e54;
  text-align: left;
}
@media (max-width: 37.5em) {
  .obsession .inner .obsessionImage .obsessionExplanation p {
    font-size: 15px;
    text-align: center;
  }
}
.obsession .inner .obsessionImage .obsessionExplanation .obsessinFigure {
  margin: 20px 0 0;
}
.obsession .inner .obsessionImage .obsessionExplanation .obsessinPhoto.sp {
  display: none;
}
@media (max-width: 37.5em) {
  .obsession .inner .obsessionImage .obsessionExplanation .obsessinPhoto.sp {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
}

.table .inner {
  padding: 100px 50px;
  background: #f2f2f0;
  position: relative;
}
@media (max-width: 37.5em) {
  .table .inner {
    padding: 25px !important;
  }
}
.table .inner:before {
  content: "";
  background: url(../img/leaf_white_03.png) top center no-repeat;
  background-size: contain;
  width: 300px;
  height: 224px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .table .inner:before {
    width: 150px;
    height: 112px;
  }
}
.table .inner:after {
  content: "";
  background: url(../img/leaf_white_04.png) top center no-repeat;
  background-size: contain;
  width: 355px;
  height: 242px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .table .inner:after {
    width: 178px;
    height: 121px;
  }
}
.table .inner .tableBody {
  width: 100%;
  position: relative;
}
.table .inner .tableBody .line {
  display: flex;
}
.table .inner .tableBody .line .ttl {
  padding: 25px;
  width: 200px;
  font-size: 20px;
  text-align: right;
  border-bottom: 2px solid #4d4d4d;
}
@media (max-width: 37.5em) {
  .table .inner .tableBody .line .ttl {
    padding: 15px;
    font-size: 10px;
    width: 30%;
    border-bottom: 1px solid #4d4d4d;
  }
}
.table .inner .tableBody .line .element {
  margin: 0 0 0 30px;
  flex: 1;
  padding: 25px;
  font-size: 20px;
  border-bottom: 2px solid #4d4d4d;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 37.5em) {
  .table .inner .tableBody .line .element {
    padding: 15px;
    font-size: 10px;
    border-bottom: 1px solid #4d4d4d;
  }
}
.table .inner .tableBody .line .element span {
  font-size: 16px;
}
@media (max-width: 37.5em) {
  .table .inner .tableBody .line .element span {
    font-size: 10px;
  }
}
.table .inner .tableBody .line .element:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url(../img/dotted.png) repeat-y 0 0/auto 25px;
  position: absolute;
  top: 0;
  left: -15px;
}
@media (max-width: 37.5em) {
  .table .inner .tableBody .line .element:before {
    background: url(../img/dotted.png) repeat-y 0 0/auto 15px;
  }
}
.table .inner .tableBody .line:last-child .ttl, .table .inner .tableBody .line:last-child .element {
  border-bottom: none;
}

footer {
  margin: 120px 0 0;
  background: #333333;
  color: #ffffff;
  font-size: 11px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 37.5em) {
  footer {
    margin: 60px 0 0;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 900ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */