body {
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp {
  display: none;
}

@media (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.main {
  padding-top: 53px;
}

@media (max-width: 640px) {
  .main {
    padding-top: 11.71vw;
  }
}

.title {
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
  width: fit-content;
  min-width: 390px;
  font-size: 32px;
  text-align: center;
  border-width: 4px;
  border-style: solid;
  padding: 15px 100px;
  margin: 80px auto 0;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.title::before,
.title::after {
  content: "";
  position: absolute;
  right: -4.5px;
  bottom: -4.5px;
  width: 27px;
  height: 27px;
}

.title::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.title::after {
  background-color: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.cm .title {
  color: #fabd00;
  border-color: #fabd00;
}

.nayami .title {
  color: #71a1bb;
  border-color: #71a1bb;
}

.about .title {
  color: #00d0b5;
  border-color: #00d0b5;
}

.effect .title {
  color: #162a51;
  border-color: #162a51;
}

.lineup .title {
  color: #d15d36;
  border-color: #d15d36;
}

@media screen and (max-width: 640px) {
  .title {
    width: 78.125vw;
    min-width: unset;
    font-size: 7.18vw;
    border-width: 0.625vw;
    padding: 3.6vw 0;
    margin: 8.5vw auto 0;
  }
  .title::before,
  .title::after {
    right: -0.625vw;
    bottom: -0.625vw;
    width: 5.7vw;
    height: 5.7vw;
  }
}

.banner picture {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner picture img {
  width: 100%;
}

.cm_video {
  width: 495px;
  height: 0;
  padding-top: 278px;
  position: relative;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.cm_text {
  width: 495px;
  height: 278px;
  background-color: #ebebeb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.cm_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .cm_video {
    width: 78.125vw;
    padding-top: 43.9vw;
    margin: 6.25vw auto 0;
  }
  .cm_text {
    width: 78.125vw;
    height: 43.9vw;
    margin: 6.25vw auto 0;
  }
}

.nayami_img {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 869px;
  gap: 0 42px;
}

.nayami_img_item_img {
  width: 316px;
  min-width: 316px;
  object-fit: contain;
}

.nayami_img_item_list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.nayami_img_item_list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nayami_img_item_list li img {
  width: 38px;
  object-fit: contain;
}

.nayami_img_item_list li p {
  font-size: 20px;
  line-height: 1.6;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
}

.nayami_img_item_list li p span {
  text-decoration: underline;
  text-underline-offset: -0.25em;
  text-decoration-color: #c2dae8;
  text-decoration-thickness: 0.5em;
}

@media screen and (max-width: 640px) {
  .nayami_img {
    flex-direction: column;
    align-items: center;
    margin: 3.125vw auto 0;
    gap: 3.125vw 0;
    max-width: unset;
    width: 90.625vw;
  }
  .nayami_img_item_img {
    width: 66.25vw;
    min-width: unset;
  }
  .nayami_img_item_list {
    gap: 3.125vw;
  }
  .nayami_img_item_list li {
    gap: 1.5625vw;
  }
  .nayami_img_item_list li img {
    width: 8.4375vw;
  }
  .nayami_img_item_list li p {
    font-size: 5vw;
  }
}

.about {
  background-color: #e9fefb;
  margin-top: 80px;
  padding: 50px 0;
}

.about .title {
  margin-top: unset;
}

.about .title::after {
  background-color: #e9fefb;
}

.about .about_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin: 35px auto 0;
}

.about .about_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.about .about_point_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 12px 0;
  width: 320px;
  height: 300px;
  position: relative;
  box-sizing: border-box;
}

.about .about_point_item::before,
.about .about_point_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
}

.about .about_point_item::before {
  background-color: #00d0b5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.about .about_point_item::after {
  background-color: #e9fefb;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.about .about_point_item_text {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  padding-left: 25px;
  margin-right: auto;
  line-height: 1.4;
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
}

.about .about_point_item_text_title {
  width: 75px;
  height: 75px;
  font-size: 15px;
  color: #fff;
  background-color: #00d0b5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "丸フォーク H JIS2004 AP", "Maru Folk Heavy JIS2004 AP", sans-serif;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 5px;
}

.about .about_point_item_text_title span {
  font-size: 30px;
  font-family: "丸フォーク H JIS2004 AP", "Maru Folk Heavy JIS2004 AP", sans-serif;
  margin-top: 1px;
}

.about .about_point_item_img {
  width: 146px;
}

.about .about_point_item_text_p {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  display: flex;
  align-items: center;
  height: 94px;
}

@media screen and (max-width: 640px) {
  .about {
    margin-top: 9.375vw;
    padding: 6.25vw 0;
  }

  .about .about_text {
    font-size: 5vw;
    line-height: 1.56;
    margin: 5vw auto 0;
    width: 93.75vw;
  }

  .about .about_point {
    margin: 6.25vw auto 0;
    max-width: unset;
    width: 93.75vw;
    gap: 2vw 3vw;
  }

  .about .about_point_item {
    width: 45.3125vw;
    padding: 2vw 0;
    height: 61.4vw;
  }
  .about .about_point_item:last-of-type {
    margin-right: auto;
    height: 55vw;
  }
  .about .about_point_item:nth-of-type(3) .about_point_item_text_p,
  .about .about_point_item:last-of-type .about_point_item_text_p {
    margin-top: 4.75vw;
  }
  .about .about_point_item:last-of-type .about_point_item_text {
    align-items: center;
  }
  .about .about_point_item::before,
  .about .about_point_item::after {
    width: 5.4vw;
    height: 5.4vw;
  }
  .about .about_point_item_text {
    font-size: 4.6vw;
    gap: 1.5vw;
    padding-left: 2vw;
    line-height: 1.3;
    align-items: flex-start;
    margin-bottom: 2vw;
  }
  .about .about_point_item_img {
    width: 23.9vw;
  }
  .about .about_point_item_text_title {
    width: 12vw;
    height: 12vw;
    font-size: 2.3vw;
    padding-top: 1vw;
  }
  .about .about_point_item_text_title span {
    font-size: 4.6vw;
    margin-top: 1vw;
  }
  .about .about_point_item_text_p {
    font-size: 3.75vw;
    margin-top: 2vw;
    line-height: 1.5;
    height: unset;
  }
}

.purchase_link {
  max-width: 1000px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 48px auto 0;
  padding: 35px 0;
  border-radius: 20px;
}

.purchase_link h3 {
  font-size: 22px;
  color: #fe87b1;
}

.purchase_link_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.purchase_link_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fe87b1;
  width: 463px;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .purchase_link_item_link:hover {
    opacity: 0.7;
  }
}

.purchase_link_item_link_img {
  width: 195px;
  padding: 15px 0;
}

.purchase_link_item_link_text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe87b1;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
}

.purchase_link_item_link_text > img:first-of-type {
  width: 26px;
  margin-right: 20px;
}

.purchase_link_item_link_text > img:last-of-type {
  width: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .purchase_link {
    width: 93.75vw;
    max-width: unset;
    margin: 12vw auto 0;
    padding: 6vw 0;
    border-radius: 4vw;
  }
  .purchase_link h3 {
    font-size: 5vw;
    line-height: 1.4;
    text-align: center;
  }
  .purchase_link_item {
    margin-top: 6vw;
    gap: 6.5vw;
  }

  .purchase_link_item_link {
    width: 72.3vw;
  }

  .purchase_link_item_link_img {
    width: 30.3vw;
    padding: 2vw 0;
  }

  .purchase_link_item_link_text {
    font-size: 5vw;
    padding: 2vw 0;
  }

  .purchase_link_item_link_text > img:first-of-type {
    width: 5.8vw;
    margin-right: 3vw;
  }

  .purchase_link_item_link_text > img:last-of-type {
    width: 4vw;
    margin-left: 2vw;
    margin-right: 3vw;
  }
}

.effect_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 80px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

.effect_item:nth-of-type(1) {
  background-image: url(../images/effect_bg.png);
  margin-top: 40px;
}

.effect_item:nth-of-type(1) .effect_item_text_img {
  width: 302px;
  margin-right: 25px;
}

.effect_item:nth-of-type(2) {
  background-image: url(../images/effect_bg2.png);
}

.effect_item:nth-of-type(2) .effect_item_text_img {
  width: 346px;
}

.effect_item_title {
  font-size: 32px;
  color: #fff;
}

.effect_item_text {
  display: flex;
  align-items: center;
  gap: 40px;
}

.effect_item_text_p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .effect .title {
    line-height: 1.3;
    padding: 2.5vw 0;
    margin: 10vw auto 0;
  }
  .effect_item {
    padding: 7vw 5.4vw;
    gap: 5vw;
  }
  .effect_item:nth-of-type(1) {
    background-image: url(../images/effect_bg_sp.png);
    margin-top: 6vw;
  }
  .effect_item:nth-of-type(2) {
    background-image: url(../images/effect_bg2_sp.png);
  }
  .effect_item:nth-of-type(2) .effect_item_text_img {
    width: 62.5vw !important;
  }
  .effect_item_title {
    font-size: 5.78vw;
  }
  .effect_item_text {
    flex-direction: column-reverse;
    align-items: center;
    gap: 4vw;
  }
  .effect_item_text_img {
    width: 47vw !important;
    margin-right: 0 !important;
  }
  .effect_item_text_p {
    font-size: 4.3vw;
    text-align: justify;
    line-height: 1.47;
  }
}

.lineup {
  background-color: #fff2ed;
  margin-top: 80px;
  padding: 50px 0 90px;
}

.lineup .title {
  margin-top: unset;
}

.lineup .title::after {
  background-color: #fff2ed;
}

.lineup .lineup_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 40px 60px;
  background-color: #fff;
  box-sizing: border-box;
}

.lineup .lineup_item:nth-of-type(1) {
  margin-top: 40px;
}

.lineup .lineup_item_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}

.lineup .lineup_item_sub {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 3px;
}

.lineup .lineup_item_title {
  font-size: 32px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 25px;
}

.lineup .lineup_item_title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #00d0b5;
}

.lineup .lineup_item_p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.lineup .lineup_item_p_small {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.lineup .lineup_item_img_img {
  width: 204px;
  object-fit: contain;
}

.lineup .lineup_item_img_img_img {
  width: 172px;
}

.lineup .lineup_item_img_img_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.lineup .lineup_item_img_img_text_img {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.lineup .lineup_item_img_img_text_text {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff2f7;
  padding: 0 32px;
  height: 163px;
}

.lineup .lineup_item_img_img_img_text_img_p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
}

.lineup .lineup_item_img_img_img_text_img_p_small {
  display: flex;
  gap: 8px;
}

.lineup .lineup_item_img_img_img_text_img_p_small span {
  font-size: 18px;
  padding: 0.5em;
  background-color: #e9fefb;
  font-weight: 400;
}

.lineup .lineup_item_img_img_text_text_list {
  display: flex;
  gap: 18px;
}

.lineup .lineup_item_img_img_text_text_list > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}

.lineup .lineup_item_img_img_text_text_list > div img {
  border: 0.5px solid #000;
  border-radius: 10px;
}

.lineup .lineup_item_img_img_text_text_list > div p {
  height: 40px;
  display: flex;
  align-items: center;
}

.lineup .lineup_item_img_img_text_text_text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", sans-serif;
}

.lineup .lineup_item_img_img_text_text_list_img {
  width: 70px;
  object-fit: contain;
}

.lineup .lineup_sample {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 0;
}

.lineup .lineup_sample_title {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 15px;
}

.lineup .lineup_sample_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 90px;
  height: 4px;
  background-color: #fe87b1;
}

.lineup .lineup_sample_text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 50px;
}

.lineup .lineup_sample_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.lineup .lineup_sample_img_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.lineup .lineup_sample_img_img {
  width: 170px;
  border: 1px solid #fe87b1;
}

.lineup .lineup_sample_img_text_p {
  font-family: "丸フォーク M JIS2004 AP", "Maru Folk Medium JIS2004 AP", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 15px;
}

.lineup .lineup_sample_img_text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  font-family: "丸フォーク H JIS2004 AP", "Maru Folk Heavy JIS2004 AP", sans-serif;
  width: 60px;
  height: 60px;
  background-color: #fe87b1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.lineup .lineup_sample_img_text span {
  font-size: 14px;
  padding-top: 4px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 640px) {
  .lineup {
    margin-top: 9vw;
    padding: 7vw 0 9vw;
  }
  .lineup .lineup_item {
    width: 93.75vw;
    padding: 6vw 8vw;
    margin-top: 6vw !important;
  }
  .lineup_item_img_img_text_text {
    flex-direction: column;
  }
  .lineup .lineup_item_img {
    position: relative;
    margin-top: 4vw;
  }
  .lineup .lineup_item_img_img_text {
    width: 100%;
    gap: 4vw;
  }
  .lineup .lineup_item_img_img_text_img {
    flex-direction: column;
    margin-left: auto;
    margin-right: 5vw;
    align-items: flex-start;
    height: 39vw;
    justify-content: space-between;
    gap: unset;
  }
  .lineup .lineup_item_img_img {
    position: absolute;
    top: 0;
    left: 4vw;
    width: 26.5vw;
  }
  .lineup .lineup_item_img_img_text_text {
    width: 100%;
    height: auto;
    padding: 4vw;
    box-sizing: border-box;
    gap: 4vw;
  }
  .lineup .lineup_item_sub {
    font-size: 4.3vw;
    margin-bottom: 1vw;
  }
  .lineup .lineup_item_title {
    font-size: 5.78vw;
    margin-bottom: 2vw;
  }
  .lineup .lineup_item_title::before {
    width: 31.25vw;
    bottom: -0.5vw;
  }
  .lineup .lineup_item_p {
    font-size: 3.4vw;
  }
  .lineup .lineup_item_p_small {
    font-size: 2.5vw;
  }
  .lineup .lineup_item_img_img_img {
    width: 26.5vw;
  }
  .lineup .lineup_item_img_img_img_text_img_p {
    font-size: 2.5vw;
  }
  .lineup .lineup_item_img_img_img_text_img_p_small {
    gap: 1.5vw;
  }
  .lineup .lineup_item_img_img_img_text_img_p_small span {
    font-size: 2.8vw;
  }
  .lineup .lineup_item_img_img_text_text_list_img {
    width: 13.28vw;
  }
  .lineup .lineup_item_img_img_text_text_list > div {
    font-size: 2.6vw;
  }
  .lineup .lineup_item_img_img_text_text_list {
    gap: 4vw;
  }
  .lineup .lineup_item_img_img_text_text_list > div p {
    height: unset;
  }
  .lineup .lineup_item_img_img_text_text_text {
    font-size: 2.5vw;
  }

  .lineup .lineup_sample {
    margin-top: 7vw;
  }
  .lineup .lineup_sample_title {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
  .lineup .lineup_sample_title::before {
    width: 14vw;
    bottom: -0.5vw;
    height: 0.6vw;
  }
  .lineup .lineup_sample_text {
    font-size: 2.8vw;
    margin-bottom: 8vw;
  }
  .lineup .lineup_sample_img {
    gap: 5vw;
    transform: translateX(1.5vw);
  }
  .lineup .lineup_sample_img_item {
    gap: unset;
  }
  .lineup .lineup_sample_img_img {
    width: 26vw;
    border-width: 0.3vw;
  }
  .lineup .lineup_sample_img_text_p {
    font-size: 3.4vw;
    margin-top: 1.5vw;
    text-align: center;
  }
  .lineup .lineup_sample_img_text {
    font-size: 3.1vw;
    width: 9.3vw;
    height: 9.3vw;
  }
  .lineup .lineup_sample_img_text span {
    font-size: 2.1vw;
  }
  .lineup_sample + .purchase_link {
    margin-top: 8vw;
  }
}

.purchase_link_item_link_longtimeuse {
  width: 463px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe87b1;
  font-size: 20px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #fe87b1;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .purchase_link_item_link_longtimeuse:hover {
    opacity: 0.7;
  }
}

.purchase_link_item_link_longtimeuse img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  width: 22px;
}

@media screen and (max-width: 640px) {
  .purchase_link_item_link_longtimeuse {
    width: 72.3vw;
    padding: 4vw 0;
    font-size: 3.1vw;
  }
  .purchase_link_item_link_longtimeuse img {
    width: 4vw;
    right: 2vw;
  }
}

@media screen and (max-width: 640px) {
  footer {
    padding-top: 6vw;
  }
}
