@charset "UTF-8";
body {
  background: linear-gradient(270deg, #d6ebed, #e4e6f9);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  overflow: hidden;
}
@keyframes Grad {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
body:before {
  content: "";
  display: block;
  background: url(../image/bg2.png) no-repeat left top;
  background-size: 100% 100%;
  mix-blend-mode: screen;
  position: fixed;
  left: -15%;
  top: -10vh;
  width: 130%;
  height: 120vh;
  animation: skew 5s ease-in-out infinite;
  z-index: -1;
}
@keyframes skew {
  0%, 100% {
    transform: skew(0deg, 0deg);
  }
  50% {
    transform: skew(-5deg, -5deg);
  }
}
@media screen and (min-width:1201px) {
  .inbox {
    max-width: 1200px;
    margin: 0 auto;
  }
}
h2 {
  text-align: center;
margin-bottom:1em;
}

/*top_img
----------------------------------------*/
.top_img {
  text-align: center;
  background: #edf4f7;
}
.top_img img {
  display: block;
  margin: 0 auto;
}
/*nav
----------------------------------------*/
nav {
  background: #fff;
  /*border-top: 1px solid #edf4f7;*/
  position: relative;
}
nav ul {
  display: flex;
}
nav li {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
nav li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #dfebf1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav li a {
  display: block;
  padding: 1em 0.5em;
  font-family: "futura-pt", "Outfit", sans-serif;
}
nav li a:hover {
  background: #dfebf1;
}
nav .jo1 {
  width: 10em;
  position: absolute;
  right: 3%;
  bottom: -10.5em;
}
@media screen and (min-width:769px) {
  nav li {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width:768px) {
  nav li {
    font-size: 0.8em;
  }
  nav .jo1 {
    width: 8em;
    bottom: -8em;
  }
}
/*intro
----------------------------------------*/
#intro {
  z-index: 0;
  position: relative;
}
.intro_bg{background:url(../image/intro_bg.jpg) no-repeat center top;background-size:cover;}
h1 {
  text-align: left;
  text-indent: -9999em;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  font-size: 3em;
  height: 1em;
  margin-bottom: 1em;
}
#intro h3 {
  margin: 2em 0;
}
/*product
----------------------------------------*/
#product {
  background: url("../image/product_img.jpg") no-repeat center center;
  background-size: cover;
}
#product .inbox {
  padding: 14rem 5%;
}
#product h2 {
  height: 1em;
  margin: 0;
  color: #fff;
}

.pickup .series {
  letter-spacing: 0.25em;
  font-family: "futura-pt", "Outfit", sans-serif;
}

.whitespace {
  width: 1em;
}
.pickup .img_box {
  position: relative;
}
.pickup .img_box:before {
  content: "";
  display: block;
  width: 140%;
  height: 140%;
  background: url(../image/tama2.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: -60%;
  bottom: -60%;
  z-index: -1;
  opacity: 0.7;
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pickup .img_box img {
  display: block;
  margin: 0 auto;
}
#breeze .pickup .img_box:before {
  background-image: url(../image/tama1.png);
  left: inherit;
  right: -60%;
}
#shine .pickup .img_box:before {
  background-image: url(../image/tama3.png);
}
.pickup h3 {
  margin-top: 0.5em;
  margin-bottom:0;
}
.pickup h4{font-size:1em;margin:1em 0;border:1px solid #fff;padding:0.3em 1em;display:inline-block;border-radius:3em;}
.pickup p {
line-height:1.75;margin-bottom:2em;}
.pickup .btn_box a {
  border: none;
  background: #555;
  color: #fff;
  min-width: 8em;
}
.pickup p strong{position:relative;font-weight:500;padding: 0 0.3em;}
.pickup p strong:after{content:"";display:block;width:100%;height:1em;background:url("../image/aqua_line.png") no-repeat center top;background-size:contain;position:absolute;left:0;bottom:-1em;}
#breeze .pickup p strong:after{background-image:url("../image/breeze_line.png");}
.new {
font-family: "futura-pt", "Outfit", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.35em;
  background: url("../image/tama1.png") no-repeat center center;
  background-size: contain;
  width: 6em;
  height: 6em;
}
#breeze .new{margin-left:auto;}
#aqua .new {
  background-image: url("../image/tama2.png")
  
}
#shine .new {
  background-image: url("../image/tama3.png")
}
  #breeze:before{background-image:url("../image/breeze_bg.jpg");
    transform: scale(-1, 1);
  }
@media screen and (min-width:769px) {
  .pickup {
    width: 100%;
    display: flex;
    gap: 5%;
    align-items: center;
    position: relative;
  }
  .pickup .img_box {
    width: /*480px*/50%;
	/*flex:1;*/
  }
  .pickup .img_box img {
    width: 100%;
    max-height: 70vh;
  }
  .pickup .txt_box {
    flex: 1;
    white-space: nowrap;
  }
  .pickup .txt_box h3 span, .pickup .txt_box p span {
    display: block;
  }
  .pickup .btn_box {
    text-align: left;
  }

  #breeze .pickup {
    flex-direction: row-reverse;
    width: auto;
  }
  #breeze .txt_box,
  #breeze .btn_box{
    text-align: right;
  }
}
@media screen and (max-width:768px) {
  .pickup {
    text-align: center;
  }
  .pickup h3 {
  margin-top: 1em;
}
  .pickup .img_box {
    margin-bottom: 2em;
  }
  .pickup .img_box img {
    max-height: 40vh;
    max-width: 80%;
  }
  .pickup .txt_box {
    display: inline-block;
    /*text-align: left;
    position: relative;*/
    z-index: 1;
  }
  .pickup .txt_box h3 span {
    display: block;
  }
  .pickup .series {
    text-align: center;
  }
  .new {
    position: absolute;
    top: 1em;
    left: 5%;
  }
}
/*lineup
----------------------------------------*/
#lineup {
  background: #fff;
}
.product_slider {
  margin-bottom: 2em;
}
.product_slider li {
  text-align: center;
  font-size: 0.85em;
}
.product_slider li img {
  margin-bottom: 1em;
}
.product_slider li span {
  font-size: 0.9em;
  border: 1px solid #717171;
  display: block;
  margin: 1em;
}
.product_slider a {
  display: block;
}
/*concept
----------------------------------------*/
svg {
  display: block;
}
.concept_box {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.concept_box p {
  margin-bottom: 2em;
}


#feature h2{color:#dfebf1;}

#feature {
  background: #fff;
}
.feature {
  /*background: rgba(255, 255, 255, 0.5);*/
  border-radius: 1.5em 0 1.5em 0; /*box-shadow:0 0 1em 0 rgba(0,0,0,0.1); padding: 2em 5%;*/
  margin-bottom: 2em;
  text-align: left;
}
.feature:last-of-type {
  margin-bottom: 0;
}
.feature summary {
  text-align: center;
  margin: 0;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.feature summary:before {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  width: 1em;
  height: 1em;
  color: #bad0db;
}
.feature summary strong {
font-family: "futura-pt", "Outfit", sans-serif;
  margin-right: 0.7em;
  color: #ff8c7e;
  font-weight: 400;
}
.feature h4 {
  display: inline-block;
}
.feature summary + div {
  background: #edf4f7;
  padding: 3em 5%;
  border-radius: 5em 0 5em 0;
}
.feature summary + div ul.attention {
  display: inline-block;
}
.feature p {
  line-height: 1.75;
  margin-bottom: 2em;
  /*font-weight: 500;*/
}
.feature p strong {
  border-bottom: 0.2em solid #FF0;
  font-weight:500;
}
.seibun_box {display:flex;gap:5%;justify-content: center;align-items:center;margin-bottom:1em;}
.seibun_box li{background:url("../image/sabon.png")no-repeat center center;background-size:contain;width:11em;padding:3em 0;}
@media screen and (min-width:769px) {
  #point3 .column_box {
    align-items: center;
  }
  .feature summary + div {
  padding: 5em 6%;}
  .feature p {
    font-size: 1.15em;
  }
  .seibun_box li{ont-size:1.2em;}
}
@media screen and (max-width:768px) {

  .feature summary strong {
    display: block;
    margin-bottom: 0.5em;
  }
  .feature p {
    text-align: center;
  }
}
.list_check {
  background: #fff;
  border-radius: 1em;
  padding: 1em 5%;
  margin-top: 1.5em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1)
}
.list_check li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 0.5em 0;
}
.list_check li:before {
  content: "✓";
  margin-right: 0.5em;
}
/*news
----------------------------------------*/
#news {
  background: #fff;
}
.news_box dl + dl {
  border-top: 1px solid #ccc;
}
@media screen and (min-width:769px) {
  .news_box {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
  }
  .news_box dl {
    display: table-row;
  }
  .news_box dt, .news_box dd {
    display: table-cell;
    padding: 1em;
  }
}
@media screen and (max-width:768px) {
  .news_box dl {
    padding: 1em 0;
  }
  .news_box dt {
    margin-bottom: 0.5em;
  }
}
/*link
----------------------------------------*/
#link .btn_box a {
  font-size: 1.25em;
}
/*アコーディオン
----------------------------------------*/
details {
  /* --------アコーディオンの中身のスタイル-------- */
  &::details-content {
    transition:
      height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
  }
  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  &[open]::details-content {
    opacity: 1;
  }
  /* アコーディオンが開いた時のスタイル */
  &[open] .icon {
    transform: rotate(180deg);
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 50vh;
    overflow-y: auto;
  }
}