@charset "utf-8";

body {
  font-family: 'Zen Maru Gothic', serif;
  font-family: 'Noto Serif JP' sans-serif,
}
/*-----------------------------------------------
トップページ
-----------------------------------------------*/
/* ============== メインビジュアルセクション ============== */


/* ============== ニュースセクション ============== */

/* -------------- 小タイトル -------------- */




/*-----------------------------------------------
btn
-----------------------------------------------*/
.main-btn {
  background-color: #CD6487;
  color: #fff;
  width: 200px;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 6px #575757;
  transition: .5s;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.main-btn:hover {
  background-color: #F5C3C2;
  color: #000;
  box-shadow: none;
  border: 1px solid #000;
}
.main-btn a {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
.btn-area {
  margin: 50px 0;
}
.ranking .btn-area {
  margin: 10px 0;
}
/* ============== btn responsive ============== */
@media screen and (max-width:576px) {
  .main-btn {
    border-radius: 8px;
    width: 130px;
  }
  .main-btn a {
    padding: 10px 0;
    font-size: 16px;
    transition: .5s;
    font-weight: 500;
  }
  .ranking .btn-area {
    margin: 5px 0;
  }
}
/*-----------------------------------------------
スライダーのためのcss
-----------------------------------------------*/
/* ============== topslider ============== */
.slider01 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding-bottom: 8px;
}
.slider-box {
  margin: 0 10px;
  height: auto !important;
  position: relative;
}
.slider01 img {
  width: 100%;
  border-radius: 12px;
}
.slick-dots li button:before {
  font-size: 15px;
  color: #DAD9CD;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #CD6487;
}
/* ============== Galleryslider ============== */
.gallery {
  height: auto;
}
.gallery li {
  height: auto;
  margin-right: 5px;
}
.gallery li img {
  width: 100%;
  height: 100%;
  border: 1px solid#F5C3C2;
}
.slider02 {
  position: relative;
}
@media screen and (max-width:576px) {
  .gallery li img {
    width: 180px;
  }
}
/* ============== Itemslider ============== */
.slider03 li {
  height: auto;
  margin-right: 15px;
}
.slider03 li img {
  border: 1px solid#F5C3C2;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.slider03 {
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width:576px) {
  .slider03 li {
    margin-right: 3px;
  }}
/*-----------------------------------------------
top-mv
-----------------------------------------------*/
.top-mv {
  margin-top: 80px;
}
.fv {
  height: 70vh;
  margin-bottom: 10px;
}
.top-mv {
  height: 60vh;
}
.top-mv .slider-box img {
  height: 60vh;
}
.top-mv .slider-box {
  position: relative;
}
.top-mv .slider-box .slider-contents {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-mv .slider-box .slider-contents .main-btn {
  margin-top: 30px;
}
.top-mv .slider-box .slider-contents .lead {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.top-mv .slider01-1 .slider-contents .lead {
  width: 80%;
  text-align: center;
  line-height: 2.3;
  padding: 20px;
}
.top-mv .slider01-2 .slider-contents .lead {
  padding: 20px 20px 30px;
}
.top-mv .slider01-3 .slider-contents .lead {
  padding: 20px 20px 30px;
}
.top-mv .slider-box .slider-contents .lead .title {
  font-size: 40px;
  text-align: center;
}
.top-mv .slider-box .slider-contents .lead .sub {}
.top-mv .slider01-2 .slider-contents {
  top: 51%;
  left: 58%;
  width: 40%;
}
.top-mv .slider01-2 .slider-contents .main-btn {
  margin-top: 10px;
}
.top-mv .slider01-3 .slider-contents {
  top: 52%;
  left: 5%;
  width: 40%;
}
.top-mv .slider01-3 .slider-contents .main-btn {
  margin-top: 10px;
}
/* ============== top-mv responsive ============== */
@media screen and (max-width:992px) {
  .top-mv .slider-box .slider-contents .lead .sub {
    font-size: 16px;
  }
  .top-mv .slider01-1 .slider-contents .lead {
    width: 90%;
  }
  .top-mv .slider01-2 .slider-contents {
    top: 55%;
    left: 0%;
    width: 100%;
  }
  .top-mv .slider01-2 .slider-contents .lead {
    width: 85%;
    line-height: 2;
  }
  .top-mv .slider01-2 .slider-contents .main-btn {
    margin-top: 10px;
  }
  .top-mv .slider01-3 .slider-contents {
    top: 55%;
    left: 0%;
    width: 100%;
  }
  .top-mv .slider01-3 .slider-contents .lead {
    width: 85%;
    line-height: 2;
  }
  .top-mv .slider01-3 .slider-contents .main-btn {
    margin-top: 10px;
  }}
@media screen and (max-width:768px) {
  .fv {
    height: 65vh;
  }
  .top-mv .slider-box .slider-contents .lead .title {
    line-height: 1.5;
  }}
@media screen and (max-width:576px) {
  .fv {
    height: 65vh;
  }
  .top-mv .slider-box .slider-contents {
    top: 45%;
  }
  .top-mv .slider-box .slider-contents .lead {
    background-color: transparent;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding: 30px 0px;
    width: 80%;
  }
  .top-mv .slider-box .slider-contents .lead .title {
    font-size: 30px;
    text-align: left;
  }
  .top-mv .slider-box img {
    filter: brightness(.6);
  }
  .top-mv .slider-box .slider-contents .lead .sub {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }}

/* slider04 */

/*-----------------------------------------------
News
-----------------------------------------------*/
.news {
  margin: 25px 0;
}
.news .area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .title {
  background-color: #CD6487;
  border-radius: 6px;
}
.news .title a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-family: 'noto serif JP';
}
.news .area .title {}
.news .title a span {
  padding-left: 5px;
}
.news .area .text p {
  display: table;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.news .area .text p span {
  padding: 5px 20px;
  font-size: 18px;
}
/* ============== news responsive ============== */
@media screen and (max-width:576px) {
  .news .text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
  }
  .news .title a span {
    display: none;
  }}
/*-----------------------------------------------
Section title
-----------------------------------------------*/
.section-ttl {
  position: relative;
  margin: 25px 0;
  display: inline-block;
  width: 100%;
  height: 200px;
}
.section-ttl p {
  position: relative;
}
.section-ttl .ttl-back {
  position: absolute;
  left: 0%;
  bottom: 10%;
}
.section-ttl .ttl-back p {
  font-size: 175px;
  color: #f0c3d7;
  letter-spacing: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: .4;
}
.section-ttl .section-lead {
  position: absolute;
  bottom: 0%;
  left: 0%;
  letter-spacing: 1;
  text-shadow: 2px 2px 6px rgba(87, 87, 87, .5);
  line-height: 1.3;
}
.section-ttl .section-lead .en {
  font-weight: 600;
  font-size: 55px;
  color: #CD6487;
}
.section-ttl .section-lead .ja {
  font-weight: bold;
  color: #CD6487;
  font-size: 30px;
}
@media screen and (max-width:992px) {
  .section-ttl {
    height: 100px;
  }
  .section-ttl .ttl-back p {
    font-size: 110px;
  }
  .section-ttl .ttl-back {
    bottom: 27%;
  }
  .section-ttl .section-lead .ja {
    margin-top: -4%;
  }}
@media screen and (max-width:576px) {
  .section-ttl {
    margin: 25px 0 25px 0;
    height: 50px;
  }
  .section-ttl .ttl-back {
    bottom: 34%;
  }
  .section-ttl .ttl-back p {
    font-size: 60px;
  }
  .section-ttl .section-lead .en {
    font-size: 30px;
  }
  .section-ttl .section-lead .ja {
    font-size: 20px;
  }}
/*-----------------------------------------------
Concept
-----------------------------------------------*/
.concept {
  margin: 150px 0 75px;
}
.concept p {
  font-weight: 600;
  color: #fff;
}
.concept .concept-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.concept .concept-contents .concept-box:nth-child(1) {
  width: 50%;
}
.concept .concept-contents .concept-box:nth-child(2) {
  width: 50%;
}
.concept .concept-contents .concept-box:nth-child(3) {
  width: 100%;
}
.concept .concept-contents .concept-box .concept-up {
  position: relative;
  width: 100%;
  height: 420px;
}
.concept .concept-contents .concept-box .concept-low {
  position: relative;
  height: 520px;
}
.concept .concept-contents .concept-box .bg img {
  filter: brightness(.4);
}
.concept-contents .concept-box .concept-up .bg-1 img {
  border-radius: 20px 0 0 0;
  width: 100%;
  height: 100%;
}
.concept-contents .concept-box .concept-up .bg-2 img {
  border-radius: 0 20px 0 0;
  width: 100%;
  height: 100%;
}
.concept-contents .concept-box .concept-low .bg img {
  border-radius: 0 0 20px 20px;
  width: 100%;
  filter: brightness(.4);
  height: 100%;
}
.concept-contents .concept-box .number {}
.concept-contents .concept-box .number p {
  font-family: 'noto serif JP';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #CD6487;
  text-align: center;
  line-height: 65px;
  font-size: 40px;
  font-weight: 700;
}
.concept-contents .concept-box .concept-up .number {
  position: absolute;
  top: 5%;
  left: 5%;
}
.concept-contents .concept-box .concept-low .number {
  position: absolute;
  top: 5%;
  left: 2.5%;
}
.concept-contents .concept-box .concept-up .lead {
  position: absolute;
  top: 3%;
  left: 23%;
}
.concept-contents .concept-box .concept-low .lead {
  position: absolute;
  top: 5%;
  left: 11%;
}
.concept-contents .concept-box .lead .title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1.4;
  text-shadow: 2px 2px 5px #000;
  text-decoration: underline double rgba(205, 100, 135, 0.7);
}
.concept-contents .concept-box .lead .sub {
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  text-shadow: 1px 1px 5px #000;
  width: 95%;
}
.concept-contents .concept-box .concept-low .lead .sub {
  width: 58%;
  font-size: 24px;
}
.concept-contents .concept-box .concept-low .lead .title {
  font-size: 35px;
  line-height: 1.5;
}
.concept .concept-contents .concept-box .concept-low .link {
  position: absolute;
  right: 2%;
  bottom: 5%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #fff;
}
.concept .concept-contents .concept-box .concept-low .link-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-right: 15px;
}
.concept .concept-contents .concept-box .concept-low .link-box img {
  border-radius: 50%;
}
.concept .concept-contents .concept-box .concept-low .link-box p {
  font-size: 16px;
  padding-top: 7%;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.concept .concept-contents .concept-box .concept-hover {
  /* display: inline-block; */
  overflow: hidden;
  background-color: pink;
}
.concept .concept-contents .concept-box .concept-hover img {
  display: block;
  transition: opacity .3s;
  opacity: 1;
}
.concept .concept-contents .concept-box .concept-hover:hover img {
  opacity: .4;
}
.radius1000 {
  border-radius: 20px 0 0 0;
}
.radius0100 {
  border-radius: 0 20px 0 0;
}
.radius0011 {
  border-radius: 0 0 20px 20px;
}
/* ============== concept responsive ============== */
@media screen and (max-width:992px) {
  .concept {
    margin: 50px 0 50px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 19px;
  }
  .concept-contents .concept-box .concept-low .lead .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 4%;
    left: 22%;
  }
  .concept .concept-contents .concept-box .concept-up {
    height: 320px;
  }
  .concept .concept-contents .concept-box .concept-low {
    height: 320px;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 3%;
    left: 11%;
  }
  .concept-contents .concept-box .number p {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 25px;
  }
  .concept-contents .concept-box .lead .sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    font-size: 16px;
  }
  .concept .concept-contents .concept-box .concept-low .link-box p {
    font-size: 13px;
  }}
@media screen and (max-width:768px) {
  .concept .concept-contents .concept-box:nth-child(1) {
    width: 100%;
  }
  .concept .concept-contents .concept-box:nth-child(2) {
    width: 100%;
  }
  .concept-contents .concept-box .concept-up .bg-1 img {
    border-radius: 10px 10px 0px 0px;
  }
  .concept-contents > .concept-box:first-child .concept-hover {
    border-radius: 10px 10px 0px 0px;
  }
  .concept-contents > .concept-box:last-child .concept-hover {
    border-radius: 0px 0px 10px 10px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 25px;
  }
  .concept-contents .concept-box .lead .sub {
    font-size: 16px;
    line-height: 2.5;
    width: 100%;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 4%;
    left: 12%;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 4%;
    left: 12%;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    font-size: 16px;
  }
  .concept-contents .concept-box .concept-up .number {
    top: 7%;
    left: 3%;
  }
  .concept-contents .concept-box .concept-low .number {
    top: 7%;
    left: 3%;
  }
  .concept .concept-contents .concept-box .concept-up {
    position: relative;
    width: 100%;
    height: 270px;
  }
  .radius1000 {
    border-radius: 0;
  }
  .radius0100 {
    border-radius: 0;
  }
  .radius0011 {
    border-radius: 0;
  }
  .concept-contents .concept-box .concept-up .bg-2 img {
    border-radius: 0;
  }
  .concept-contents .concept-box .concept-low .bg img {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width:576px) {
  .concept {
    margin: 25px 0 25px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 20px;
  }
  .concept-contents .concept-box .concept-low .lead .title {
    font-size: 20px;
  }
  .concept-contents .concept-box .lead .sub {
    line-height: 1.7;
    margin-top: 10px;
    width: 95%;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 9%;
    left: 20%;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 9%;
    left: 20%;
  }
  .concept .concept-contents .concept-box .concept-up {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    width: 100%;
  }
  .concept .concept-contents .concept-box .concept-low {
    position: relative;
    height: 460px;
  }
  .concept .concept-contents .concept-box .concept-low .bg {
    height: 100%;
  }
  .concept .concept-contents .concept-box .concept-low .link {
    justify-content: center;
    align-items: baseline;
  }
  .concept .concept-contents .concept-box .concept-low .link-box {
    align-items: center;
    width: 25%;
    margin-right: 15px;
  }
  .concept .concept-contents .concept-box .concept-low .link-box p {
    font-size: 12px;
    padding-top: 3%;
  }
  .concept-contents .concept-box .concept-up .number {
    top: 10%;
    left: 5%;
  }
  .concept-contents .concept-box .concept-low .number {
    top: 10%;
    left: 5%;
  }}
@media screen and (max-width:375px) {}
/*-----------------------------------------------
Items
-----------------------------------------------*/
.items {
  background: url(../img/top/items_bg.webp)no-repeat center/cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 75px 0 75px;
  display: inline-block;
}
.items::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
}
.items>.items-contents {
  position: relative;
  z-index: 3;
}
.items-contents {
  padding: 20px 0 100px;
}
.items .parts {
  position: relative;
}
.items .parts .lead {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.items .parts .lead {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  line-height: 1.8;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.items .parts .lead .title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items .parts .lead .sub {
  font-size: 14px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.items .btn-area {
  margin: 30px 0 80px 0;
}
/* ============== items responsive ============== */
@media screen and (max-width:992px) {
  .items {
    margin: 50px 0 50px;
  }
  .items-contents {
    padding: 50px 0 50px;
  }
  .items .btn-area {
    margin: 20px 0 50px 0;
  }
  .items .parts .lead {
    font-size: 16px;
    line-height: 1.3;
    height: 40%;
  }
  .items .parts .lead .title {
    width: 90%;
    margin: 0 auto;
  }
  .items .parts .lead .sub {
    font-size: 14px;
  }}
@media screen and (max-width:576px) {
  .items {
    margin: 25px 0;
  }
  .items-contents {
    padding: 25px 0;
  }}
/*-----------------------------------------------
Ranking
-----------------------------------------------*/
.ranking {
  width: 100%;
  display: inline-block;
  margin: 75px 0 75px;
}
.ranking-contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ranking .left,
.ranking .right {
  width: 50%;
}
.ranking .left {
  margin-right: 10px;
}
.ranking .left .parts img,
.ranking .right .parts img {
  border-radius: 10px;
  filter: brightness(0.8);
  width: 100%;
}
.ranking .left .parts {
  height: 100%;
}
.ranking .left .parts img {
  height: 100%;
}
.ranking .parts {
  position: relative;
}
.ranking .parts .number {
  position: absolute;
  top: 3%;
  left: 3%;
}
.ranking .parts .number .number-crown {
  position: relative;
}
.ranking .parts .number .number-crown img {
  color: #CD6487;
  width: 95px;
}
.ranking .parts .number .number-crown p {
  position: absolute;
  top: 22%;
  left: 10%;
}
.ranking .number p {
  font-family: 'noto serif JP';
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.ranking .parts .lead {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 95%;
  text-align: center;
  line-height: 30px;
  height: 20%;
  height: 110px;
}
.ranking .right .parts .lead {
  bottom: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking .left .parts .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking .ranking-contents .lead p {
  font-size: 24px;
  font-weight: bold;
}
.ranking .ranking-contents .lead .title {
  padding-top: 10px;
}
.ranking .ranking-contents .lead .sub {
  font-weight: 600;
  line-height: 1.5;
  padding-top: 2%;
  font-size: 18px;
  padding-bottom: 10px;
}
.ranking .right .parts:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .ranking {
    margin: 50px 0 50px;
  }
  .ranking .ranking-contents .lead .sub {
    line-height: 1.2;
    padding-top: 0;
  }
  .ranking .right .parts .lead {
    height: 60%;
  }
  .ranking .number p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .ranking .ranking-contents .lead .sub {
    font-size: 16px;
  }
  .ranking .ranking-contents .lead p {
    font-size: 20px;
  }
  .ranking .parts .lead {
    height: 22%;
  }
  .ranking .parts .number .number-crown img {
    color: #CD6487;
    width: 60px;
  }
  .ranking .parts .number .number-crown p {
    position: absolute;
    top: 12%;
    left: 0%;
    font-size: 18px;
  }}
@media screen and (max-width: 576px) {
  .ranking {
    margin: 25px 0;
  }
  .ranking-contents {
    flex-direction: column;
    align-items: center;
  }
  .ranking .left,
  .ranking .right {
    width: 100%;
    padding: 0;
  }
  .ranking .left {
    margin-bottom: 10px;
  }
  .ranking .left .lead {
    bottom: 4%;
  }
  .ranking .left .parts .lead {
    display: grid;
  }
  .ranking .ranking-contents .parts {
    height: 200px;
    width: 100%;
  }
  .ranking .parts .lead {
    height: 60%;
    align-items: center;
    display: grid;
  }
  .ranking .right .parts .lead {
    display: grid;
  }
  .ranking .ranking-contents .lead p {
    font-size: 20px;
    font-weight: 600;
  }
  .ranking .ranking-contents .lead .sub {
    font-size: 16px;
  }
  .ranking .left .parts img,
  .ranking .right .parts img {
    width: 100%;
    height: 100%;
  }
  .ranking .parts .number-right {
    top: 8%;
    left: 4%;
  }
  .ranking .parts .number .number-crown img {
    color: #CD6487;
    width: 60px;
    height: 55px;
  }
  .ranking .parts .number .number-crown p {
    position: absolute;
    top: 12%;
    left: 0%;
  }}
/*-----------------------------------------------
Flow
-----------------------------------------------*/
.flow {
  background: url(../img/top/flow_bg.webp) no-repeat center/cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: inline-block;
  margin: 75px 0 0;
}
.flow::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
}
.flow-contents {
  padding: 100px 0 100px;
}
.flow>.flow-contents {
  position: relative;
  z-index: 3;
}
.flow .flow-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flow .flow-box .parts {
  width: 32%;
  position: relative;
}
.flow .flow-box .parts img {
  border-radius: 10px;
  width: 100%;
  filter: brightness(0.7);
  height: 500px;
}
.flow .flow-box .parts .lead {
  position: absolute;
  top: 18%;
  left: 0;
  height: 65%;
  background-color: rgb(245, 195, 194, .8);
  width: 100%;
}
.flow .flow-box .parts .lead .title,
.flow .flow-box .parts .lead p {
  text-align: center;
  font-weight: 600;
}
.flow .flow-box .parts .lead .title {
  font-size: 30px;
  display: table;
  margin: 0 auto;
  width: 100%;
  line-height: 2;
}
.flow .flow-box .parts .lead .sub {
  font-size: 18px;
  line-height: 2.3;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.flow .flow-box .parts .lead p {
  padding: 15px 0 0;
}
@media screen and (max-width:992px) {
  .flow {
    margin: 50px 0 0;
  }
  .flow-contents {
    padding: 50px 0 50px;
  }
  .flow .flow-box .parts .lead {
    top: 14%;
    height: 75%;
  }
  .flow .flow-box .parts .lead .title {
    font-size: 20px;
  }
  .flow .flow-box .parts .lead .sub {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 5px;
    width: 85%;
    text-align: left;
  }
  .flow .flow-box .parts img {
    height: 320px;
  }}
@media screen and (max-width:576px) {
  .flow {
    margin: 25px 0 0;
  }
  .flow-contents {
    padding: 25px 0;
  }
  .flow .flow-box {
    flex-direction: column;
  }
  .flow .flow-box .parts {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .flow .flow-box .parts img {
    width: 100%;
    height: 100%;
  }
  .flow .flow-box .parts .lead {
    width: 100%;
    top: 10%;
    height: 80%;
  }
  .flow .flow-box .parts .lead .sub {
    line-height: 1.7;
  }
  .flow .flow-box .parts .lead p {
    padding: 5px 0;
  }}


  /* 一覧ページの追加CSS */
.search-li {
  display: flex;
  flex-wrap: wrap;
}
article {
  margin-right: 10px;
}
article .itemimg {}
article .itemprice {
  font-weight: 800;
  font-size: 17px;
  margin-top: 10px;
}
article .itemname {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
/* 検索 */
#search-icon-button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.search-form {
  display: none;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.search-field {
  padding: 8px;
  margin-right: 8px;
}
.search-submit {
  padding: 8px 16px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}
.search-form.active {
  display: block;
  opacity: 1;
}

/* sidebar */
.side-box h3 {
  margin: 10px 0px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.side-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.side-box ul li {
  color: #272727;
  font-weight: 600;
  margin: 3px 3px;
}
.side-box ul li a {
  background: #f8b27d;
  border: 1px solid #575757;
  border-radius: 3px;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 5px 10px;
}
.side-box ul li a:hover {
  text-decoration: none;
}
.side-box ul li .child {
  display: flex;
  flex-direction: column;
}
.side-box ul li .child a{
}
/* bootm box */
.bottom-box {}
.bottom-box h3 {
  margin: 10px 0px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.bottom-box h4 {
  margin: 10px 0px 0;
  font-weight: 700;
  height: 40px;
}

/* privacy policy */
.p-policy {
  line-height: 1.5;
  padding: 0px 0 50px;
}
.p-policy h3 {
  font-size: 20px;
  margin: 20px 0;
}
.p-policy p {
  margin: 15px 0;
}
.p-policy h4 {
  border-bottom: 1px solid #575757;
  font-size: 16px;
  padding: 3px 0;
  margin: 20px 0;
}
.p-policy ul {}
.p-policy  ul li {
  list-style: circle;
  margin: 10px 0 10px 20px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin: 10px 0 10px 20px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}
/* law */
.p-law table tbody tr {
  border-bottom: 2px solid #f5c3c2;
}
.p-law table tbody tr {}
.p-law table tbody tr th {
  padding: 25px 10px 3px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-law table tbody tr td {
  padding: 10px 25px 3px;
  width: 65%;
}
.p-law table tbody tr td ul {}
.p-law table tbody tr td ul  li {
  margin: 0;
  margin-left: 20px;
}
@media screen and (max-width:576px) {
  .com-about tr {
    display: grid;
    margin-bottom: 20px;
  }
  .p-law table tbody tr td {
    text-align: left;
    width: 100%;
  }
  .p-policy h3 {
    text-align: center;
  }
  .p-policy p {
    margin: 15px 20px;
  }
  .p-policy  ul li {
    margin: 10px 15px 10px 20px;
  }
}
