@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.mv_area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 55px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 530px auto;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  .mv_area {
    grid-template-rows: repeat(2, auto);
    padding-bottom: 18px;
    background: #f4f4f4;
    margin-bottom: 25px;
  }
}
.mv_area_inner01 {
  position: relative;
  background: #f4f4f4;
}
@media screen and (max-width: 480px) {
  .mv_area_inner01 {
    position: static;
    box-sizing: border-box;
    padding-top: 20px;
    background: none;
  }
}
.mv_area_inner01 .logos {
  position: absolute;
  top: 55px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 161px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .mv_area_inner01 .logos {
    display: none;
  }
}
.mv_area_inner01 .logos .main {
  width: 170px;
}
.mv_area_inner01 .logos .sub {
  width: 124px;
}
.mv_area_inner01 .img {
  width: 82%;
  max-width: 862px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .mv_area_inner01 .img {
    position: static;
    bottom: auto;
  }
}
.mv_area_inner02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv_area_inner02 {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .mv_area_inner02 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mv_area_inner02 div {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mv_area_inner02 div {
    font-size: 18px;
  }
}

.info_area {
  width: 92%;
  max-width: 1024px;
  margin: 0 auto 55px;
}
.info_area .info_title {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #fff;
  text-shadow: 2px 2px 0 #545459;
  padding-left: 1em;
  background: #b7b7b7;
  z-index: 10;
}
.info_area .info_frame {
  width: 100%;
  height: 142px;
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  position: relative;
}
@media screen and (max-width: 480px) {
  .info_area .info_frame {
    height: 200px;
  }
}
.info_area .info_frame .information {
  position: absolute;
  top: 15px;
  left: 25px;
  width: calc(100% - 50px);
  height: 112px;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5em;
}
@media screen and (max-width: 480px) {
  .info_area .info_frame .information {
    height: 170px;
  }
}
.info_area .info_frame .information .set .title {
  font-size: 22px;
  color: #0d308f;
  line-height: 1.25;
  font-weight: 500;
}
.info_area .info_frame .information .set .title span {
  display: inline-block;
  font-size: 0.75em;
  color: #000;
}
.info_area .info_frame .information .set .article {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0.5em;
}

.greeting {
  width: 92%;
  max-width: 50em;
  margin: 0 auto 70px;
  font-size: 18px;
  line-height: 1.5;
  color: #3c489c;
}

h2 {
  font-size: 26px;
  color: #0d308f;
  padding: 2px 18px;
}

.deco01 {
  position: relative;
}
.deco01::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 212px;
  background: #0d308f;
}
@media screen and (max-width: 480px) {
  .deco01::after {
    top: -30px;
    height: 30px;
  }
}
.deco01::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 1px;
  background: #0d308f;
}
@media screen and (max-width: 480px) {
  .deco01::before {
    width: 100%;
  }
}

.deco02 {
  position: relative;
}
.deco02::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 470px;
  background: #0d308f;
}
@media screen and (max-width: 480px) {
  .deco02::after {
    top: -30px;
    height: 30px;
  }
}
.deco02::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 1px;
  background: #0d308f;
}
@media screen and (max-width: 480px) {
  .deco02::before {
    width: 100%;
  }
}

.product_area {
  width: 92%;
  max-width: 930px;
  margin: 0 auto 70px;
}
.product_area_inner {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 480px) {
  .product_area_inner {
    padding-left: 0;
  }
}
.product_area_inner .read {
  color: #3c489c;
  font-size: 17px;
  line-height: 1.5;
}
.product_area_inner .products {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 55px;
}
.product_area_inner .products .product_name {
  --border: #97b4d8;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 480px) {
  .product_area_inner .products .product_name {
    background: linear-gradient(transparent 50%, #97b4d8 50%);
  }
}
.product_area_inner .products .product_name .name {
  font-size: 37px;
  text-shadow: 3px 3px 0 #fff;
  padding: 0 1em 0 0.25em;
  background: linear-gradient(transparent 50%, #97b4d8 50%);
}
@media screen and (max-width: 480px) {
  .product_area_inner .products .product_name .name {
    font-size: 30px;
    background: none;
    white-space: nowrap;
  }
}
.product_area_inner .products .product_name .size {
  box-sizing: border-box;
  padding-right: 0.5em;
  text-align: right;
}
.product_area_inner .products .product_info {
  width: 96%;
  max-width: 860px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr 168px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 480px) {
  .product_area_inner .products .product_info {
    grid-template-columns: 1fr;
    margin: 40px auto 0;
    row-gap: 30px;
  }
}
.product_area_inner .products .product_info .copy {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .product_area_inner .products .product_info .copy {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 480px) {
  .product_area_inner .products .product_info .image {
    grid-area: 1/1/2/2;
    width: 168px;
    margin: auto;
  }
}
.product_area_inner .notes {
  width: 96%;
  max-width: 860px;
  margin: 55px auto 0;
  position: relative;
  box-sizing: border-box;
  padding-left: 2em;
  font-size: 17px;
  line-height: 1.5;
}
.product_area_inner .notes::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "*：";
}

.care_area {
  width: 92%;
  max-width: 930px;
  margin: 0 auto 70px;
}
.care_area_inner {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 480px) {
  .care_area_inner {
    padding-left: 0;
  }
}
.care_area_inner .manner {
  margin: 18px auto 0;
  width: 96%;
  max-width: 720px;
}
.care_area_inner .manner_title {
  width: 100%;
  box-sizing: border-box;
  border: 1px dashed #777;
  padding: 2px 20px;
  font-size: 24px;
  color: #0d308f;
}
@media screen and (max-width: 480px) {
  .care_area_inner .manner_title {
    padding: 2px 12px;
    font-size: 22px;
  }
}
.care_area_inner .manner_title span {
  font-size: 0.75em;
  display: inline-block;
  color: #16a2c6;
}
@media screen and (max-width: 480px) {
  .care_area_inner .manner_title span {
    font-size: 0.7em;
  }
}
.care_area_inner .manner_inner {
  width: 100%;
  padding: 1em 0;
  background: linear-gradient(to right, #f4e9ca 0%, #f4e9ca 49.5%, #fff 49.5%, #fff 50.5%, #d6e1f3 50.5%, #d6e1f3 100%);
  font-size: 16px;
  line-height: 1.65;
}
.care_area_inner .manner_inner .single {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .care_area_inner .manner_inner .single {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.care_area_inner .manner_inner .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media screen and (max-width: 480px) {
  .care_area_inner .manner_inner .double {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
}
.care_area_inner .manner_inner .double .item {
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .care_area_inner .manner_inner .double .item {
    padding: 0 20px;
  }
}

.move_area {
  width: 92%;
  max-width: 930px;
  margin: 0 auto 70px;
}
.move_area_inner {
  box-sizing: border-box;
  width: 100%;
  padding-top: 60px;
}
.move_area_inner .movie {
  width: 96%;
  max-width: 640px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
.move_area_inner .movie .item {
  width: 100%;
}
.move_area_inner .movie .item .movie_frame {
  width: 100%;
  position: relative;
}
.move_area_inner .movie .item .movie_frame::before {
  width: 100%;
  display: inline-block;
  content: "";
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.move_area_inner .movie .item .movie_frame video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.move_area_inner .movie .item .comment {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 1em;
}
@media screen and (max-width: 480px) {
  .move_area_inner .movie .item .comment {
    padding: 0;
  }
}
.move_area_inner .movie .item .comment p {
  font-size: 18px;
  font-weight: 700;
}
.move_area_inner .movie .item .comment ul {
  margin-top: 0.5em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.125em;
}
.move_area_inner .movie .item .comment ul li {
  position: relative;
  padding-left: 1.5em;
}
.move_area_inner .movie .item .comment ul li:nth-child(1)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "1）";
}
.move_area_inner .movie .item .comment ul li:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "2）";
}
.move_area_inner .movie .item .comment ul li:nth-child(3)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "3）";
}
.move_area_inner .movie .item .comment ul li:nth-child(4)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "4）";
}
.move_area_inner .movie .item .comment ul li:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "5）";
}/*# sourceMappingURL=style.css.map */