@charset "UTF-8";
:root {
  --gothic: "Noto Sans JP", sans-serif;
  --mincho: "Noto Serif JP", serif;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 1200px;
}

dl,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  html {
    min-height: 100vh;
  }
  body {
    min-width: inherit;
  }
  img {
    width: 100%;
    height: auto;
  }
}
video {
  filter: contrast(1);
}

rt {
  letter-spacing: 0;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  a,
  a * {
    outline: none;
  }
}
/* --------------------------------------------------
display
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .sp-off {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  .pc-off {
    display: none !important;
  }
}
/* --------------------------------------------------
cleafix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------
align
-------------------------------------------------- */
.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

/* --------------------------------------------------
layout / style
-------------------------------------------------- */
.l-main {
  padding-bottom: 0;
  background-color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;
  color: #3d3d3d;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  line-break: strict;
  overflow-wrap: break-word;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .wrap {
    width: calc(100% - 60px);
    max-width: inherit;
    margin: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .l-footer .c-contentWidth {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-main *,
.l-main *:before,
.l-main *:after {
  box-sizing: border-box;
}

.l-main h2 {
  margin: 0;
}

.l-main img,
.l-main picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .section {
    padding: 64px 0;
  }
}
.inner {
  margin-right: auto;
  margin-left: auto;
}

.w1200 {
  width: 1200px;
}

@media screen and (max-width: 1260px) {
  .w1200 {
    width: calc(100% - 40px);
  }
}
.w1400 {
  width: 1400px;
}

@media screen and (max-width: 1460px) {
  .w1400 {
    width: calc(100% - 40px);
  }
}
/* --------------------------------------------------
共通animation
-------------------------------------------------- */
.js-fadein {
  opacity: 0;
  transition: transform 3s;
}

.is-fadein {
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeup {
  opacity: 0;
  transition: transform 3s;
}

.is-fadeup {
  -webkit-animation: fadeUp 0.8s forwards;
  animation: fadeUp 0.8s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadedown {
  opacity: 0;
  transition: transform 3s;
}

.is-fadedown {
  opacity: 0;
  transition: transform 3s;
  -webkit-animation: fadeDown 0.8s forwards;
  animation: fadeDown 0.8s forwards;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeleft {
  opacity: 0;
  transition: transform 3s;
}

.is-fadeleft {
  -webkit-animation: fadeLeft 0.8s forwards;
  animation: fadeLeft 0.8s forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-faderight {
  opacity: 0;
  transition: transform 3s;
}

.is-faderight {
  -webkit-animation: fadeRight 0.8s forwards;
  animation: fadeRight 0.8s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-zoomin {
  opacity: 0;
  transition: transform 3s;
}

.is-zoomin {
  -webkit-animation: zoomIn 3s forwards;
  animation: zoomIn 3s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.025, 1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.025, 1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.js-zoomout {
  opacity: 0;
  transition: transform 0.8s;
}

.is-zoomout {
  -webkit-animation: zoomOut 0.8s forwards;
  animation: zoomOut 0.8s forwards;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.js-rotate {
  opacity: 0;
  transition: transform 0.8s;
  transform-origin: center center;
}

.is-rotate {
  -webkit-animation: rotate 2s 0.6s ease forwards infinite;
  animation: rotate 2s 0.6s ease forwards infinite;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.js-rotate02 {
  transition: transform 0.8s;
  transform-origin: center center;
}

.is-rotate02 {
  -webkit-animation: rotate02 8s 3s ease forwards infinite;
  animation: rotate02 8s 3s ease forwards infinite;
}

@-webkit-keyframes rotate02 {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  25% {
    opacity: 0.7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate02 {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  25% {
    opacity: 0.7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
.js-loop {
  opacity: 0;
  transition: transform 0.8s;
}

.is-loop {
  -webkit-animation: loop 4s 0s linear infinite;
  animation: loop 4s 0s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
@keyframes loop {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
.js-loop02 {
  opacity: 0;
  transition: transform 0.8s;
}

.is-loop02 {
  -webkit-animation: loop02 4s 2s linear infinite;
  animation: loop02 4s 2s linear infinite;
}

@-webkit-keyframes loop02 {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
@keyframes loop02 {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
.js-loop03 {
  opacity: 0;
  transition: transform 0.8s;
}

.is-loop03 {
  -webkit-animation: loop03 3s 2s linear infinite;
  animation: loop03 3s 2s linear infinite;
}

@-webkit-keyframes loop03 {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
@keyframes loop03 {
  0% {
    opacity: 0;
    transform: translate(0, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -200%);
  }
}
/*================================================================
# menu
================================================================ */
#menu {
  cursor: pointer;
  position: fixed;
  right: 16px;
  left: 9px;
  bottom: 20px;
  z-index: 10;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #ebebeb;
  border: solid 1px #d6d6d6;
  border-radius: 3px;
}

#menu.is-small {
  margin-right: 0;
  margin-left: auto;
  width: 48px;
  height: 48px;
}

#menu.hidden {
  display: none;
}

#menu:not(.is-open) > span:before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 21px;
  width: 19px;
  height: 11px;
  border-top: solid 1px #445394;
  border-bottom: solid 1px #445394;
}

#menu:not(.is-open) > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 26px;
  width: 19px;
  height: 1px;
  background-color: #445394;
}

#menu.is-open > span:before,
#menu.is-open > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 27px;
  right: 12px;
  width: 19px;
  height: 1px;
  background-color: #445394;
  transform: rotate(45deg);
}

#menu.is-open > span:after {
  transform: rotate(-45deg);
}

#menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: fit-content;
}

#menu span > span:after {
  content: "MENU";
  position: absolute;
  right: 7px;
  bottom: 2px;
  z-index: 1;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #185d82;
}

#menu.is-open span > span:after {
  content: "CLOSE";
  right: 5px;
}

#menu.is-small ul {
  display: none;
}

#menu li {
  display: inline-block;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #000000;
}

#menu.is-open li {
  line-height: 23px;
}
#menu.is-open li.start-line, #menu.is-open li.end-line {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
#menu.is-open li.start-line:before, #menu.is-open li.end-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100vw - 56px);
  height: 1px;
  background-color: #adadad;
  pointer-events: none;
}
#menu.is-open li.start-line {
  margin-top: 5px;
  padding-top: 14px;
  /* &:after{
  	position: absolute;
  	top: 15px;
  	left: 0;
  	z-index: 1;
  	pointer-events: none;
  	display: block;
  	content: "2024S/S プランプ ブライト ライン";
  	font-family: 'Noto Serif JP';
  	font-weight: 400;
  	font-size: 10px;
  	line-height: 25px;
  	letter-spacing: 0.1em;
  	color: #000000;
  } */
}
#menu.is-open li.start-line:before {
  top: 5px;
}

#menu:not(.is-open) li:not(.active) {
  display: none;
}

.common-btn.type01 {
  text-align: center;
}
.common-btn.type01 .cover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 34px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 36px;
}
@media (hover: hover) and (pointer: fine) {
  .common-btn.type01 .cover {
    transition: ease 0.25s color, ease 0.25s background-color;
  }
  .common-btn.type01 .cover:hover {
    opacity: 1;
    color: #fff;
    background-color: #7d828f;
    border-color: #7d828f;
  }
}

/*================================================================
# kv
================================================================ */
#kv {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #kv {
    margin-bottom: 60px;
  }
}
#kv img {
  display: inline-block;
  max-width: 1560px;
  width: 100%;
}
#kv .kv-btn {
  position: absolute;
  bottom: 175px;
  left: calc(50% + 515px);
  z-index: 1;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #kv .kv-btn {
    bottom: 32px;
    left: auto;
    right: 20px;
    width: 117px;
    height: 117px;
  }
  #kv .kv-btn img {
    max-width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  #kv .kv-btn img {
    transition: ease 0.25s opacity;
  }
  #kv .kv-btn:hover img {
    opacity: 0.9;
  }
}
#kv .kv-notes {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #kv .kv-notes {
    right: auto;
    left: 0;
    bottom: -40px;
    text-align: left;
    padding: 0 10px;
    font-size: 10px;
  }
}
#kv .kv-notes li {
  position: relative;
  padding-left: 15px;
}
#kv .kv-notes li:before {
  content: "・";
  position: absolute;
  left: 0;
  z-index: 1;
}

/*================================================================
# concept
================================================================ */
#concept {
  padding: 151px 0 108px;
  background: url(../img/concept_bg01.png) no-repeat center top/cover;
}
@media screen and (max-width: 640px) {
  #concept {
    padding: 57px 0 84px;
  }
}
#concept .concept-set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 101px;
}
@media screen and (max-width: 640px) {
  #concept .concept-set {
    display: block;
    margin-bottom: 54px;
  }
}
#concept .concept-set .set-text {
  padding-top: 7px;
  width: 790px;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text {
    padding-top: 0;
    margin-bottom: 50px;
    padding: 0 10px;
    width: 100%;
  }
}
#concept .concept-set .set-text .text-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text .text-title {
    margin-bottom: 36px;
  }
}
#concept .concept-set .set-text .text-title .title-sub {
  margin-bottom: 50px;
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text .text-title .title-sub {
    margin-bottom: 34px;
    font-size: 18px;
  }
}
#concept .concept-set .set-text .text-title .title-main {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text .text-title .title-main {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
}
#concept .concept-set .set-text .text-title .title-main span {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text .text-title .title-main span {
    font-size: 20px;
  }
}
#concept .concept-set .set-text .text-detail p {
  margin-bottom: 48px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 260%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-text .text-detail p {
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.15em;
  }
}
#concept .concept-set .set-text .text-detail p:last-child {
  margin-bottom: 0;
}
#concept .concept-set .set-text .text-detail p sup {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #concept .concept-set .set-text .text-detail p sup {
    font-size: 12px;
  }
}
#concept .concept-set .set-photo {
  margin-top: 30px;
  width: 500px;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-photo {
    margin-top: 0;
    width: 100%;
  }
}
#concept .concept-set .set-photo .photo-main {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-photo .photo-main {
    margin-bottom: 12px;
  }
}
#concept .concept-set .set-photo .photo-main img {
  /* max-width: none; */
  /* filter: drop-shadow(0px 0px 57.2912px rgba(0, 0, 0, 0.18)); */
}
#concept .concept-set .set-photo .photo-caption {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
@media screen and (max-width: 640px) {
  #concept .concept-set .set-photo .photo-caption {
    font-size: 10px;
    line-height: 17px;
  }
}
#concept .award-title {
  margin-bottom: 10px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #concept .award-title {
    margin-bottom: 14px;
    font-size: 14px;
    overflow: hidden;
  }
}
#concept .award-title span:not(.sp-off) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#concept .award-title span:not(.sp-off):before, #concept .award-title span:not(.sp-off):after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background: #9c9c9c;
  transform: translateY(-50%);
}
#concept .award-title span:not(.sp-off):before {
  margin-right: 22px;
}
@media screen and (max-width: 640px) {
  #concept .award-title span:not(.sp-off):before {
    margin-right: 8px;
  }
}
#concept .award-title span:not(.sp-off):after {
  margin-left: 22px;
}
@media screen and (max-width: 640px) {
  #concept .award-title span:not(.sp-off):after {
    margin-left: 8px;
  }
}
#concept .award-catch {
  margin-bottom: 59px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 17px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  #concept .award-catch {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 19px;
  }
}
#concept .award-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 76px;
  max-width: 1280px;
}
@media screen and (max-width: 640px) {
  #concept .award-list {
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
}
#concept .award-list li {
  width: 25%;
}
@media screen and (max-width: 640px) {
  #concept .award-list li {
    margin-bottom: 28px;
    width: 50%;
  }
}
#concept .award-list .list-photo {
  margin-bottom: 16px;
  text-align: center;
}
#concept .award-list .list-photo img {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #concept .award-list .list-photo img {
    max-width: 78px;
  }
}
#concept .award-list .list-text .text-title {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 178%;
  text-align: center;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #concept .award-list .list-text .text-title {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }
}
#concept .award-list .list-text .text-detail {
  margin-top: 15px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  #concept .award-list .list-text .text-detail {
    font-size: 20px;
  }
}

/*================================================================
# plump
================================================================ */
#plump {
  padding: 225px 0 94px;
  background: url(../img/plump_bg01.png) no-repeat center top/cover;
}
@media screen and (max-width: 640px) {
  #plump {
    padding: 70px 0;
    background-image: url(../img/plump_bg01_sp.png?ver=2502);
    background-size: 100% auto;
    background-color: #d6dce0;
  }
}
#plump .plump-set {
  position: relative;
  left: 55px;
  margin-bottom: 154px;
  display: grid;
  column-gap: 122px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  align-items: flex-start;
  grid-auto-flow: row;
}
@media screen and (max-width: 640px) {
  #plump .plump-set {
    left: 0;
    margin-bottom: 48px;
    grid-template-columns: 1fr;
  }
}
#plump .plump-set .set-photo {
  position: relative;
  grid-row: 1/4;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-photo {
    grid-row: 2/3;
    margin-right: 20px;
    margin-bottom: 100px;
    margin-left: auto;
    width: 260px;
  }
}
#plump .plump-set .set-photo .photo-main {
  position: relative;
  z-index: 1;
}
#plump .plump-set .set-photo .photo-video {
  position: absolute;
  left: -140px;
  bottom: -82px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-photo .photo-video {
    left: -50px;
    bottom: -40px;
  }
}
#plump .plump-set .set-photo .photo-video video {
  display: block;
  width: auto;
  height: 190%;
}
#plump .plump-set .set-title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 124px;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-title {
    padding-top: 0;
    margin-bottom: 74px;
    grid-row: 1/2;
  }
}
#plump .plump-set .set-title .title-date {
  position: absolute;
  right: 92px;
  top: -55px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-title .title-date {
    right: 0;
    top: -110px;
  }
  #plump .plump-set .set-title .title-date img {
    width: 84px;
  }
}
#plump .plump-set .set-title .title-sub {
  margin-bottom: 31px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 36px;
  line-height: 168.5%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-title .title-sub {
    margin-bottom: 16px;
    font-size: 26px;
    text-align: center;
    line-height: 1.34;
  }
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-title .title-main .main-logo {
    text-align: center;
    padding: 0 20px;
  }
}
#plump .plump-set .set-title .title-main .main-logo img {
  display: inline-block;
}
#plump .plump-set .set-title .title-main .main-caption {
  margin-top: 8px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-title .title-main .main-caption {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-detail {
    padding: 0 10px;
  }
}
#plump .plump-set .set-detail p {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-detail p {
    font-size: 14px;
    line-height: 33px;
  }
}
#plump .plump-set .set-detail p.notes {
  padding-top: 31px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
@media screen and (max-width: 640px) {
  #plump .plump-set .set-detail p.notes {
    padding-top: 18px;
  }
}
#plump .plump-list {
  margin-bottom: 92px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #plump .plump-list {
    margin-bottom: 27px;
    display: block;
  }
}
#plump .plump-list li {
  width: calc(50% - 21px);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #plump .plump-list li {
    margin-bottom: 22px;
    width: 100%;
  }
}
#plump .plump-list li:nth-child(even) .list-title {
  background: #3874b9;
}
#plump .plump-list .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 27px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.36em;
  color: #ffffff;
  background: #5aaacd;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-title {
    font-size: 18px;
    line-height: 1;
    height: 47px;
  }
}
#plump .plump-list .list-detail {
  padding: 39px 0 57px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-detail {
    padding: 22px 0 37px;
  }
}
#plump .plump-list .list-detail .detail-title {
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-detail .detail-title {
    margin-bottom: 17px;
  }
}
#plump .plump-list .list-detail .detail-title .title-sub {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  padding: 0 20px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-detail .detail-title .title-sub {
    padding: 0 13px;
    font-size: 12px;
  }
}
#plump .plump-list .list-detail .detail-title .title-sub:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #9c9c9c;
}
#plump .plump-list .list-detail .detail-title .title-sub span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
#plump .plump-list .list-detail .detail-title .title-main {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-detail .detail-title .title-main {
    font-size: 20px;
    line-height: 26px;
  }
}
#plump .plump-list .list-detail .detail-text {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #plump .plump-list .list-detail .detail-text {
    font-size: 12px;
    line-height: 20px;
  }
}
#plump .plump-notes .notes-title {
  margin-bottom: 22px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #plump .plump-notes .notes-title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 25px;
  }
}
#plump .plump-notes .notes-text {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
  text-align: center;
}

/*================================================================
# step
================================================================ */
#step {
  padding: 107px 0;
  background: url(../img/step_bg01.png) repeat-y center top/100% auto;
}
@media screen and (max-width: 640px) {
  #step {
    padding: 56px 0;
  }
}
#step .step-nav {
  margin: 97px 0;
  display: flex;
}
@media screen and (max-width: 640px) {
  #step .step-nav {
    margin: 15px 0 34px 10px;
    display: block;
  }
}
#step .step-nav li {
  position: relative;
  width: 20%;
  border-right: 1px solid #bfbfbf;
}
@media screen and (max-width: 640px) {
  #step .step-nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
  }
}
#step .step-nav li:last-child {
  border-right: none;
}
#step .step-nav li:nth-child(2):before {
  content: "";
  position: absolute;
  left: -16px;
  top: -20px;
  z-index: 1;
  display: block;
  width: 109px;
  height: 54px;
  background: url(../img/step_obj02.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 640px) {
  #step .step-nav li:nth-child(2):before {
    top: -20px;
    left: -10px;
    width: 49px;
    height: 49px;
    background-image: url(../img/step_obj02_sp.png);
  }
}
@media print, screen and (min-width: 641px) {
  #step .step-nav li:nth-child(1) .nav-set {
    background-position: right 20px top 50%;
    background-image: url(../img/step_nav01.png);
  }
  #step .step-nav li:nth-child(2) .nav-set {
    background-image: url(../img/step_nav02.png);
  }
  #step .step-nav li:nth-child(3) .nav-set {
    background-image: url(../img/step_nav03.png);
  }
  #step .step-nav li:nth-child(4) .nav-set {
    background-image: url(../img/step_nav04.png);
  }
  #step .step-nav li:nth-child(5) .nav-set {
    background-image: url(../img/step_nav03_02.png?ver=2504);
    background-position: right 18px top 50%;
  }
}
@media print, screen and (min-width: 641px) {
  #step .step-nav li:nth-child(2):before {
    top: -50px;
  }
  #step .step-nav li:nth-child(2) .nav-set, #step .step-nav li:nth-child(3) .nav-set {
    background-position: right 20px top 50%;
  }
  #step .step-nav li:nth-child(4) .nav-set {
    background-position: right 17px top 50%;
  }
}
#step .step-nav li.special {
  position: relative;
  min-width: 374px;
  padding-top: 37px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #step .step-nav li.special {
    min-width: auto;
    margin-top: 20px;
    padding: 0;
    border-bottom: 0;
  }
}
#step .step-nav li.special:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 8px);
  border: 1px dashed #777777;
  border-radius: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #step .step-nav li.special:after {
    right: 4px;
    width: calc(100% - 8px);
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  #step .step-nav li.special a {
    display: grid;
    grid-template-columns: 140px 1fr;
    padding: 10px 25px 0;
  }
}
#step .step-nav li.special a:after {
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  #step .step-nav li.special a:after {
    right: 20px;
  }
  #step .step-nav li.special a .nav-title.type02 {
    margin-right: 0;
    margin-bottom: 5px;
    order: 2;
    font-size: 14px;
  }
  #step .step-nav li.special a .nav-set {
    display: contents;
  }
  #step .step-nav li.special a .nav-set .set-photo {
    margin: 0;
    order: 1;
    grid-row: 1/4;
    width: 140px;
  }
  #step .step-nav li.special a .nav-set .set-text {
    order: 3;
  }
  #step .step-nav li.special a .nav-set .set-text .text-detail {
    font-size: 12px;
    line-height: 14px;
  }
}
#step .step-nav li a {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 42px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #step .step-nav li a {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
  }
}
#step .step-nav li a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-right: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  #step .step-nav li a:after {
    left: auto;
    bottom: auto;
    right: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
}
#step .step-nav .nav-title.type01 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-title.type01 {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 10px;
  }
}
#step .step-nav .nav-title.type01 span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
#step .step-nav .nav-title.type02 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 167%;
  text-align: center;
  letter-spacing: 0.15em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-title.type02 {
    margin-right: 18px;
    white-space: nowrap;
    font-size: 12px;
  }
}
#step .step-nav .nav-set {
  display: flex;
  align-items: center;
  height: 128px;
}
@media print, screen and (min-width: 641px) {
  #step .step-nav .nav-set {
    background: no-repeat right 38px top 50%/auto 128px;
  }
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-set {
    height: auto;
  }
}
#step .step-nav .nav-set .set-photo {
  display: none;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-set .set-photo {
    display: block;
    margin-right: 10px;
    width: 60px;
  }
}
#step .step-nav .nav-set .set-text {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-set .set-text {
    width: auto;
  }
}
#step .step-nav .nav-set .set-text .text-title {
  padding-right: 100px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-set .set-text .text-title {
    padding: 0;
    font-size: 14px;
  }
}
#step .step-nav .nav-set .set-text .text-detail {
  padding-left: 20px;
  padding-right: 215px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-nav .nav-set .set-text .text-detail {
    padding: 0;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
  }
}
#step .cotton-set {
  margin: 0 auto 90px;
  padding: 58px 84px 30px 71px;
  max-width: 814px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f9f9f9;
  box-shadow: 0px 0px 19px rgba(111, 122, 132, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #step .cotton-set {
    display: block;
    margin: 0 16px 46px;
    padding: 31px 50px 35px;
  }
}
#step .cotton-set .set-text {
  width: calc(100% - 192px - 60px);
}
@media screen and (max-width: 640px) {
  #step .cotton-set .set-text {
    width: 100%;
  }
}
#step .cotton-set .set-text .text-title {
  margin-bottom: 18px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 21px;
  line-height: 167%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .cotton-set .set-text .text-title {
    font-size: 17px;
    line-height: 1.58;
    text-align: center;
  }
}
#step .cotton-set .set-text .text-title span {
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #deeceb 61%, #deeceb 100%);
}
#step .cotton-set .set-text .text-detail {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .cotton-set .set-text .text-detail {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
}
#step .cotton-set .set-photo {
  position: relative;
  width: 192px;
}
@media screen and (max-width: 640px) {
  #step .cotton-set .set-photo {
    margin-top: 44px;
    width: 100%;
  }
}
#step .cotton-set .set-photo:before {
  content: "";
  position: absolute;
  right: -59px;
  top: -27px;
  z-index: 1;
  display: block;
  width: 143px;
  height: 45px;
  background: url(../img/step_obj01.png?ver=2502) no-repeat 0 0/100% auto;
  pointer-events: none;
}
#step .step-list .list-title {
  position: relative;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 138px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-title {
    margin-bottom: 50px;
    min-height: 82px;
    font-size: 20px;
  }
}
#step .step-list .list-title:before, #step .step-list .list-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #7d828f 21.5%, #7d828f 70.5%, rgba(255, 255, 255, 0) 100%);
}
#step .step-list .list-title:before {
  top: 0;
}
#step .step-list .list-title:after {
  bottom: 0;
}
#step .step-list > li {
  margin-bottom: 113px;
}
@media screen and (max-width: 640px) {
  #step .step-list > li {
    margin-bottom: 70px;
    padding: 0 10px;
  }
}
#step .step-list > li:last-child {
  margin-bottom: 0;
}
#step .step-list > li.special {
  margin-bottom: 145px;
  background: rgba(255, 255, 255, 0.63);
  box-shadow: 0px 0px 29px rgba(62, 147, 182, 0.27);
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #step .step-list > li.special {
    margin-bottom: 75px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 641px) {
  #step .step-list > li.special .list-title {
    margin: 0 auto;
    max-width: 1080px;
    min-height: 160px;
  }
}
@media screen and (max-width: 640px) {
  #step .step-list > li.special .list-title {
    padding-top: 20px;
    margin-bottom: 43px;
    min-height: 80px;
  }
}
#step .step-list > li.special .list-title:before {
  display: none;
}
#step .step-list > li.special .list-set {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #step .step-list > li.special .list-set {
    padding: 0 0 66px;
  }
}
#step .step-list > li.special .list-set .set-label {
  margin-top: 0;
}
#step .step-list > li.special .list-set .set-label .label-main {
  background-color: #3e93b6;
}
@media screen and (max-width: 640px) {
  #step .step-list > li.special .list-set .set-photo {
    text-align: center;
  }
  #step .step-list > li.special .list-set .set-photo img {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  #step .step-list > li.special .list-set .set-title .title-notes {
    font-size: 12px;
  }
}
#step .step-list .list-set {
  margin: 0 auto 50px;
  padding-bottom: 84px;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 476px 590px;
  grid-template-rows: repeat(5, auto);
  align-items: flex-start;
  grid-auto-flow: row;
  column-gap: 74px;
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set {
    grid-template-columns: 1fr;
  }
}
#step .step-list .list-set:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#step .step-list .list-set.aaalie {
  position: relative;
}
#step .step-list .list-set.aaalie:before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  display: block;
  width: 114px;
  height: 115px;
  background: url(../img/special_date01.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  #step .step-list .list-set.aaalie:before {
    top: 50px;
    width: 84px;
    height: 85px;
  }
}
#step .step-list .list-set .set-photo {
  grid-row: 1/10;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-photo {
    margin-bottom: 45px;
    grid-row: 2/3;
  }
}
#step .step-list .list-set .set-photo .photo-main {
  margin-bottom: 32px;
  text-align: center;
}
#step .step-list .list-set .set-photo .photo-detail {
  font-family: "Noto Serif JP";
  text-align: center;
}
#step .step-list .list-set .set-photo .photo-detail .detail-title .title-sub {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #000000;
}
#step .step-list .list-set .set-photo .photo-detail .detail-title .title-main {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2em;
  color: #000000;
}
#step .step-list .list-set .set-photo .photo-detail .detail-title .title-notes {
  margin-top: 15px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #000000;
}
#step .step-list .list-set .set-photo .photo-detail .title-price,
#step .step-list .list-set .set-photo .photo-detail .detail-price {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #000000;
}
#step .step-list .list-set .set-photo .photo-detail .detail-notes {
  margin-top: 19px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
#step .step-list .list-set .set-photo .photo-detail .detail-label {
  margin-top: 28px;
  padding: 6px 8px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 83px;
  height: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.14em;
  color: #000000;
  border: 1px solid #000000;
}
#step .step-list .list-set .set-photo .photo-detail .common-btn {
  margin-top: 27px;
}
#step .step-list .list-set .set-label {
  margin-top: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-label {
    margin-top: 0;
    grid-row: 1/2;
    text-align: center;
  }
}
#step .step-list .list-set .set-label .label-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 13px;
  height: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #ffffff;
  background: #7d828f;
}
#step .step-list .list-set .set-label .label-main sup {
  font-size: 12px;
}
#step .step-list .list-set .set-label .label-notes {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #676767;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-label .label-notes {
    font-size: 10px;
    line-height: 19px;
    text-align: left;
  }
}
#step .step-list .list-set .set-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-title {
    margin-bottom: 34px;
  }
}
#step .step-list .list-set .set-title .title-main {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  line-height: 167%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-title .title-main {
    font-size: 18px;
    line-height: 1.6;
  }
}
#step .step-list .list-set .set-title .title-main sup {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-title .title-main sup {
    font-size: 12px;
  }
}
#step .step-list .list-set .set-title .title-notes {
  margin-top: 8px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-title .title-notes {
    font-size: 10px;
  }
}
#step .step-list .list-set .set-use {
  padding-top: 40px;
  border-top: 1px solid #adadad;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use {
    padding-top: 22px;
  }
}
#step .step-list .list-set .set-use .use-title {
  margin-bottom: 14px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-title {
    font-size: 14px;
  }
}
#step .step-list .list-set .set-use .use-detail p {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail p {
    font-size: 12px;
    line-height: 24px;
  }
}
#step .step-list .list-set .set-use .use-detail .detail-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-group {
    align-items: center;
  }
}
#step .step-list .list-set .set-use .use-detail .detail-group .group-photo {
  margin-top: -40px;
  width: 99px;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-group .group-photo {
    margin-top: 0;
    width: 74px;
  }
}
#step .step-list .list-set .set-use .use-detail .detail-group .group-photo + .group-text {
  width: calc(100% - 99px - 27px);
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-group .group-photo + .group-text {
    width: calc(100% - 74px - 18px);
  }
}
#step .step-list .list-set .set-use .use-detail .detail-group .group-text {
  width: 100%;
}
#step .step-list .list-set .set-use .use-detail .detail-group .text-frame {
  font-family: "Noto Serif JP";
}
#step .step-list .list-set .set-use .use-detail .detail-group .text-frame .frame-title {
  position: relative;
  margin-bottom: 4px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.14em;
}
#step .step-list .list-set .set-use .use-detail .detail-group .text-frame .frame-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7D828F;
}
#step .step-list .list-set .set-use .use-detail .detail-group .text-frame .frame-detail {
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.14em;
  color: #000000;
}
#step .step-list .list-set .set-use .use-detail .detail-title {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-title {
    font-size: 12px;
    line-height: 24px;
  }
}
#step .step-list .list-set .set-use .use-detail .detail-list {
  margin-bottom: 10px;
}
#step .step-list .list-set .set-use .use-detail .detail-list li {
  position: relative;
  padding-left: 22px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-list li {
    font-size: 12px;
    line-height: 24px;
  }
}
#step .step-list .list-set .set-use .use-detail .detail-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7d828f;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-use .use-detail .detail-list li:before {
    width: 8px;
    height: 8px;
  }
}
#step .step-list .list-set .set-special {
  display: grid;
  grid-template-columns: 161px 1fr;
  align-items: flex-start;
  column-gap: 33px;
  padding-top: 35px;
  margin-bottom: 57px;
  border-top: 1px solid #adadad;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-special {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
#step .step-list .list-set .set-special .special-photo {
  grid-row: 1/6;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-special .special-photo {
    grid-row: 2;
    text-align: center;
    margin-bottom: 20px;
  }
  #step .step-list .list-set .set-special .special-photo img {
    display: inline-block;
    max-width: 140px;
  }
}
#step .step-list .list-set .set-special .special-photo .photo-notes {
  margin-bottom: 20px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.1em;
  color: #676767;
}
#step .step-list .list-set .set-special .special-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .step-list .list-set .set-special .special-title {
    grid-row: 1;
    margin-bottom: 40px;
    text-align: center;
  }
}
#step .step-list .list-set .set-special .special-title span {
  font-size: 36px;
}
#step .step-list .list-set .set-special .special-title sup {
  font-size: 14px;
}
#step .step-list .list-set .set-special .special-detail > p {
  margin-bottom: 10px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
#step .step-list .list-set .set-special .special-detail > p sup {
  font-size: 12px;
}
#step .step-list .list-set .set-special .special-detail .detail-notes .notes-title {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
#step .step-list .list-set .set-special .special-detail .detail-notes .notes-text {
  font-family: "Noto Serif JP";
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
#step .step-list .list-set .set-special .special-merit {
  margin-top: 23px;
}
#step .step-list .list-set .set-special .special-merit .merit-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#step .step-list .list-set .set-special .special-merit .merit-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  text-align: center;
  letter-spacing: 0.14em;
  background: #FFF;
  border-radius: 20px;
}
#step .step-list .list-set .set-special .special-approach {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #67919E;
  border-top: 0;
}
#step .step-list .list-set .set-special .special-approach:after, #step .step-list .list-set .set-special .special-approach:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 42px;
  height: 1px;
  background: #67919E;
}
@media screen and (max-width: 767px) {
  #step .step-list .list-set .set-special .special-approach:after, #step .step-list .list-set .set-special .special-approach:before {
    width: 10px;
  }
}
#step .step-list .list-set .set-special .special-approach:after {
  right: 0;
}
#step .step-list .list-set .set-special .special-approach:before {
  left: 0;
}
#step .step-list .list-set .set-special .special-approach .approach-title {
  margin-top: -12px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  letter-spacing: 0.22em;
  color: #073E4F;
}
#step .step-list .list-set .set-special .special-approach .approach-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
#step .step-list .list-set .set-special .special-approach .approach-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 40px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #073E4F;
  background: #FFFFFF;
  border: 1px solid #B2C5CA;
  border-radius: 36px;
}
@media screen and (max-width: 767px) {
  #step .step-list .list-set .set-special .special-approach .approach-list li {
    width: 90px;
    font-size: 13px;
  }
}
#step .step-list .list-set .set-special .special-approach .approach-list li sup {
  font-size: 10px;
}
#step .trial-set {
  margin: 93px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 640px) {
  #step .trial-set {
    margin-top: 60px;
  }
}
#step .trial-set a {
  padding: 50px 60px 40px 63px;
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 19px rgba(111, 122, 132, 0.2);
}
@media screen and (max-width: 640px) {
  #step .trial-set a {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
}
#step .trial-set .set-photo {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-photo {
    grid-column: 1;
    grid-row: 2;
    padding: 0 20px;
  }
}
#step .trial-set .set-photo .photo-main {
  margin-bottom: 6px;
}
#step .trial-set .set-notes {
  grid-row: 3/4;
  grid-column: 2/3;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-notes {
    grid-column: 1;
    grid-row: 5;
  }
}
#step .trial-set .set-notes li {
  position: relative;
  padding-left: 12px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #676767;
}
#step .trial-set .set-notes li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#step .trial-set .set-label {
  margin-top: 20px;
  margin-bottom: 13px;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-label {
    margin-top: 0;
    margin-bottom: 30px;
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }
}
#step .trial-set .set-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 192px;
  height: 25px;
  padding: 2px 13px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.16em;
  color: #000000;
  border: 1px solid #a4a4a4;
}
#step .trial-set .set-title {
  grid-row: 2/3;
  grid-column: 1/2;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.24em;
  color: #000000;
  border-bottom: 1px solid #b8b8b8;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-title {
    grid-column: 1;
    grid-row: 3;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#step .trial-set .set-detail {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-detail {
    grid-column: 1;
    grid-row: 4;
  }
}
#step .trial-set .set-detail .detail-title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-detail .detail-title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-detail .detail-price {
    margin-bottom: 20px;
  }
}
#step .trial-set .set-detail .detail-price .price-main {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-detail .detail-price .price-main {
    text-align: center;
  }
}
#step .trial-set .set-detail .detail-price .price-link {
  position: relative;
  padding-right: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #step .trial-set .set-detail .detail-price .price-link {
    display: none;
  }
}
#step .trial-set .set-detail .detail-price .price-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: url(../img/step_trial_icon01.svg) no-repeat center center/100% auto;
  transform: translateY(-50%);
  pointer-events: none;
}

/*================================================================
# milk
================================================================ */
#milk {
  padding: 87px 0 77px;
  background: #f3fcff url(../img/milk_bg01.png) no-repeat left top;
}
@media screen and (max-width: 640px) {
  #milk {
    padding: 56px 0;
    background-image: url(../img/milk_bg01_sp.png);
    background-size: 100% auto;
  }
}
#milk .milk-title {
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  #milk .milk-title {
    margin-bottom: 46px;
  }
}
#milk .milk-title .title-sub {
  margin-bottom: 27px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #milk .milk-title .title-sub {
    margin-bottom: 19px;
    font-size: 12px;
  }
}
#milk .milk-title .title-main {
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #milk .milk-title .title-main {
    margin-bottom: 17px;
  }
}
#milk .milk-title .title-main img {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #milk .milk-title .title-main img {
    max-width: 273px;
  }
}
#milk .milk-title .title-date {
  text-align: center;
}
#milk .milk-title .title-date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 36px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: linear-gradient(90.01deg, #174156 0.01%, #427085 33.27%, #184459 49.65%, #316f99 69.61%, #0e3240 102.36%);
  border-radius: 22px;
}
@media screen and (max-width: 640px) {
  #milk .milk-title .title-date span {
    min-width: 200px;
    height: 28px;
    font-size: 14px;
    border-radius: 14px;
  }
}
#milk .milk-set {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1290px;
}
@media screen and (max-width: 640px) {
  #milk .milk-set {
    display: block;
  }
}
#milk .milk-set .set-photo {
  margin-top: 30px;
  width: 625px;
}
@media screen and (max-width: 640px) {
  #milk .milk-set .set-photo {
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
  }
  #milk .milk-set .set-photo img {
    display: inline-block;
    max-width: 280px;
  }
}
#milk .milk-set .set-text {
  width: calc(100% - 625px - 135px);
}
@media screen and (max-width: 640px) {
  #milk .milk-set .set-text {
    width: 100%;
    padding: 0 9px;
  }
}
#milk .milk-set .set-text .text-title {
  margin-bottom: 36px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #milk .milk-set .set-text .text-title {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
#milk .milk-set .set-text .text-detail {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #milk .milk-set .set-text .text-detail {
    line-height: 17px;
  }
}
#milk .milk-set .set-text .text-detail p {
  margin-bottom: 9px;
}
#milk .milk-set .set-text .text-detail p span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 6px 8px;
  min-width: 83px;
  height: 20px;
  line-height: 1;
  border: 1px solid #000000;
}
@media screen and (max-width: 640px) {
  #milk .milk-set .set-text .text-detail p span {
    font-size: 10px;
    min-width: 72px;
    height: 18px;
  }
}
#milk .milk-set .set-text .text-detail .detail-list {
  margin-top: 35px;
}
#milk .milk-set .set-text .text-detail .detail-list li {
  position: relative;
  padding-left: 14px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
#milk .milk-set .set-text .text-detail .detail-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#milk .milk-set .set-text .text-detail .detail-link {
  margin-top: 22px;
  text-align: right;
}
#milk .milk-set .set-text .text-detail .detail-link a {
  position: relative;
  padding-right: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.14em;
  text-decoration-line: underline;
  color: #000000;
}
#milk .milk-set .set-text .text-detail .detail-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  z-index: 1;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background: url(../img/step_trial_icon01.svg) no-repeat center center/100% auto;
  transform: translateY(-50%);
}

/*================================================================
# choose
================================================================ */
#choose {
  padding: 126px 0 117px;
  background: url(../img/choose_bg01.png?ver=2504) no-repeat center top/cover;
}
@media screen and (max-width: 640px) {
  #choose {
    padding: 68px 0 44px;
  }
}
#choose .choose-detail {
  margin-top: 46px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-detail {
    margin-top: 26px;
    font-size: 14px;
  }
}
#choose .choose-title {
  margin-bottom: 96px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 31px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-title {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
#choose .choose-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}
@media screen and (max-width: 640px) {
  #choose .choose-list {
    display: block;
    margin-bottom: 36px;
  }
}
#choose .choose-list > li {
  position: relative;
  width: calc(50% - 20px);
  padding: 86px 70px 70px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #choose .choose-list > li {
    margin-bottom: 50px;
    padding: 42px 20px 66px;
    width: 100%;
  }
  #choose .choose-list > li:last-child {
    margin-bottom: 0;
  }
}
#choose .choose-list > li:before {
  content: "";
  position: absolute;
  top: -46px;
  z-index: 1;
  display: block;
  width: 165px;
  height: 233px;
  background: no-repeat 0 0/100% auto;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  #choose .choose-list > li:before {
    width: 80px;
    height: 111px;
  }
}
#choose .choose-list > li:nth-child(1):before {
  right: 10px;
  background-image: url(../img/choose_obj01.png);
}
@media screen and (max-width: 640px) {
  #choose .choose-list > li:nth-child(1):before {
    right: -3px;
    top: -35px;
  }
}
#choose .choose-list > li:nth-child(2):before {
  right: -34px;
  background-image: url(../img/choose_obj02.png);
}
@media screen and (max-width: 640px) {
  #choose .choose-list > li:nth-child(2):before {
    right: 0;
  }
}
#choose .choose-list .set-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-title {
    margin-bottom: 14px;
  }
}
#choose .choose-list .set-title .title-sub {
  margin-bottom: 4px;
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #7d828f;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-title .title-sub {
    font-size: 10px;
    line-height: 1;
  }
}
#choose .choose-list .set-title .title-main {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 31px;
  line-height: 158.5%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-title .title-main {
    font-size: 20px;
  }
}
#choose .choose-list .set-photo {
  margin-bottom: 35px;
  text-align: center;
}
#choose .choose-list .set-photo img {
  display: inline-block;
}
#choose .choose-list .set-detail .detail-title {
  margin-bottom: 22px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  line-height: 167%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-detail .detail-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
#choose .choose-list .set-detail .detail-text {
  margin-bottom: 35px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-detail .detail-text {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 21px;
  }
}
#choose .choose-list .set-detail .detail-list {
  padding: 40px;
  min-height: 170px;
  background: #f7f7f7;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-detail .detail-list {
    padding: 20px;
    min-height: auto;
  }
}
#choose .choose-list .set-detail .detail-list li {
  position: relative;
  padding-left: 28px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-detail .detail-list li {
    padding-left: 15px;
    font-size: 10px;
    line-height: 18px;
  }
}
#choose .choose-list .set-detail .detail-list li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 8px;
  height: 8px;
  background: #7d828f;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #choose .choose-list .set-detail .detail-list li:before {
    top: 7px;
    left: 3px;
    width: 5px;
    height: 5px;
  }
}
#choose .choose-list .set-detail .detail-notes {
  margin-top: 31px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}
#choose .choose-list .set-detail .detail-notes li {
  position: relative;
  padding-left: 15px;
}
#choose .choose-list .set-detail .detail-notes li:before {
  content: "・";
  position: absolute;
  left: 0;
  z-index: 1;
}
#choose .choose-notes {
  margin-bottom: 44px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #choose .choose-notes {
    font-size: 12px;
    line-height: 21px;
  }
}

/*================================================================
# lineup
================================================================ */
#lineup {
  position: relative;
  padding-top: 109px;
  padding-bottom: 172px;
}

@media screen and (max-width: 640px) {
  #lineup {
    padding-top: 47px;
    padding-bottom: 74px;
  }
}
#lineup::before {
  content: "";
  display: block;
  position: absolute;
  top: -94px;
  right: 135px;
  width: 250px;
  height: 353px;
  background-image: url(../img/lineup-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 640px) {
  #lineup::before {
    display: none;
  }
}
.section-title {
  margin-bottom: 46px;
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .section-title {
    margin-bottom: 22px;
    font-size: 19px;
  }
}
.section-title.small {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .section-title.small {
    font-size: 18px;
  }
}

#lineup .section-title {
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  #lineup .section-title {
    margin-bottom: 30px;
  }
}

#lineup .parent {
  position: relative;
}

#lineup .thumb-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #lineup .thumb-wrapper {
    flex-wrap: wrap;
    z-index: 2;
    padding-top: 20px;
    background-color: #fff;
  }
}
#lineup .thumb-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
  padding-left: 18px;
  height: 28px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #557ca2;
  border: solid 1px #557ca2;
  border-radius: 14px;
}

@media screen and (max-width: 640px) {
  #lineup .thumb-item {
    margin-right: 9px;
    margin-bottom: 10px;
    height: 25px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 13px;
  }
}
#lineup .thumb-item:not(:first-child) {
  margin-left: 13px;
}

@media screen and (max-width: 640px) {
  #lineup .thumb-item:not(:first-child) {
    margin-left: 0;
  }
}
#lineup .thumb-item.thumb-item-active {
  color: #fff;
  background-color: #557ca2;
}

#lineup .swiper {
  margin-top: 75px;
  overflow: visible;
}

@media screen and (max-width: 640px) {
  #lineup .swiper {
    margin-top: 28px;
  }
}
#lineup .swiper-wrapper {
  align-items: flex-start;
  overflow: visible;
}

#lineup .swiper-slide {
  display: flex;
  width: 960px;
  height: auto;
  transition: ease 0.2s opacity;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#lineup .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

#lineup .swiper-slide.swiper-slide-prev {
  position: relative;
}

#lineup .swiper-slide.swiper-slide-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 145px);
  right: 34px;
  width: 250px;
  height: 353px;
  background-image: url(../img/lineup-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide.swiper-slide-prev::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #lineup .swiper-slide .sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }
}
#lineup .swiper-slide .left {
  flex-shrink: 0;
  position: relative;
  text-align: center;
}

#lineup .swiper-slide .slide-img {
  display: inline-block;
  width: 248px;
  height: 368px;
  object-fit: contain;
  object-position: center bottom;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-img {
    width: 166px;
    height: 246px;
    object-position: center center;
  }
}
#lineup .swiper-slide .slide-product-name {
  margin-top: 35px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-product-name {
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
  }
}
#lineup .swiper-slide .slide-product-info {
  margin-top: 11px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-product-info {
    margin-top: 4px;
    font-size: 12px;
  }
}
#lineup .swiper-slide .slide-product-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  width: 202px;
  height: 34px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 17px;
}

@media (hover: hover) and (pointer: fine) {
  #lineup .swiper-slide .slide-product-link:hover {
    color: #fff;
    background-color: #000;
  }
}
#lineup .swiper-slide .slide-left-text {
  margin-top: 21px;
  width: 400px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-left-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
  }
}
#lineup .swiper-slide .slide-left-text .box {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
  background-color: #f4f5f8;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-left-text .box {
    padding-top: 39px;
    padding-right: 24px;
    padding-bottom: 52px;
    padding-left: 24px;
  }
}
#lineup .swiper-slide .slide-left-text .box .set:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-left-text .box .set:not(:first-child) {
    margin-top: 42px;
  }
}
#lineup .swiper-slide .slide-left-text .box .set p {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-left-text .box .set p {
    font-size: 14px;
    line-height: 23px;
  }
}
#lineup .swiper-slide .slide-left-text .box .set p:not(:first-child) {
  margin-top: 19px;
}

#lineup .swiper-slide .right {
  margin-right: 0;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 50px;
  width: 575px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .right {
    margin-top: 41px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    width: calc(100% - 60px);
  }
}
#lineup .swiper-slide .right .head {
  padding-bottom: 58px;
}

#lineup .swiper-slide .slide-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 158.5%;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #7d828f;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-label {
    margin-top: 41px;
    height: 30px;
    font-size: 12px;
  }
}
#lineup .swiper-slide .slide-label .note-marker {
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-label .note-marker {
    font-size: 8px;
  }
}
#lineup .swiper-slide .slide-label-note {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-label-note {
    margin-top: 10px;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
#lineup .swiper-slide .slide-main {
  margin-top: 19px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  line-height: 167%;
  letter-spacing: 0.2em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-main {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
  }
}
#lineup .swiper-slide .slide-main .note-marker {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-main .note-marker {
    font-size: 14px;
  }
}
#lineup .swiper-slide .slide-sub {
  margin-top: 21px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-sub {
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
  }
}
#lineup .swiper-slide .slide-sub .set:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-sub .set:not(:first-child) {
    margin-top: 42px;
  }
}
#lineup .swiper-slide .slide-sub .set p {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-sub .set p {
    font-size: 14px;
    line-height: 23px;
  }
}
#lineup .swiper-slide .slide-sub .set p:not(:first-child) {
  margin-top: 19px;
}

#lineup .swiper-slide .slide-sub .set img {
  width: 100%;
  height: 432px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-sub .set img {
    height: auto;
  }
}
#lineup .swiper-slide .slide-sub-note {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-sub-note {
    margin-top: 10px;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
#lineup .swiper-slide .slide-use {
  padding-top: 41px;
  border-top: solid 1px #d9d9d9;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use {
    margin-top: 32px;
    padding-top: 23px;
  }
}
#lineup .swiper-slide .slide-use .title {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.2em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use .title {
    font-size: 14px;
  }
}
#lineup .swiper-slide .slide-use .text {
  margin-top: 14px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use .text {
    margin-top: 9px;
    font-size: 12px;
    line-height: 24px;
  }
}
#lineup .swiper-slide .slide-use .text ul:not(:first-child) {
  margin-top: 5px;
}

#lineup .swiper-slide .slide-use .text ul li {
  display: flex;
  align-items: flex-start;
}

#lineup .swiper-slide .slide-use .text ul li::before {
  content: "・";
}

#lineup .swiper-slide .slide-use .text .flex-wrapper {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use .text .flex-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#lineup .swiper-slide .slide-use .text .flex-wrapper img {
  margin-left: 30px;
  width: 131px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use .text .flex-wrapper img {
    margin-top: 15px;
    margin-left: 0;
  }
}
#lineup .swiper-slide .slide-use .text p:not(:first-child) {
  margin-top: 26px;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-slide .slide-use .text p:not(:first-child) {
    margin-top: 24px;
  }
}
#lineup .swiper-arrows-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-arrows-wrapper {
    width: 100%;
  }
}
#lineup .swiper-button-prev,
#lineup .swiper-button-next {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 32px;
  height: 32px;
  font-size: 0;
  color: transparent;
  border-top: solid 1px #676767;
  background-image: none;
}

@media screen and (max-width: 640px) {
  #lineup .swiper-button-prev,
  #lineup .swiper-button-next {
    top: 182px;
    bottom: auto;
    width: 26px;
    height: 26px;
  }
}
#lineup .swiper-button-prev {
  left: -80px;
  border-left: solid 1px #676767;
  transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  #lineup .swiper-button-prev {
    left: 20px;
  }
}
#lineup .swiper-button-next {
  right: -80px;
  border-right: solid 1px #676767;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  #lineup .swiper-button-next {
    right: 20px;
  }
}
#lineup .trial-area {
  padding-top: 110px;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area {
    padding-top: 51px;
  }
}
#lineup .trial-area .box {
  display: flex;
  align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-right: 101px;
  padding-bottom: 29px;
  padding-left: 73px;
  width: 960px;
  background-color: #f9f9f9;
  box-shadow: 0 0 19px rgba(111, 122, 132, 0.2);
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box {
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    padding-top: 34px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    width: calc(100% - 60px);
  }
}
#lineup .trial-area .box .text-area {
  width: 489px;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area {
    width: 100%;
  }
}
#lineup .trial-area .box .text-area .sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
  border: solid 1px #a4a4a4;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .sub {
    position: absolute;
    top: 34px;
    left: 50%;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 425px) {
  #lineup .trial-area .box .text-area .sub {
    height: 46px;
    text-align: center;
  }
}
#lineup .trial-area .box .text-area .sub .br.u425 {
  display: none;
}

@media screen and (max-width: 425px) {
  #lineup .trial-area .box .text-area .sub .br.u425 {
    display: inline;
  }
}
#lineup .trial-area .box .text-area .main {
  margin-top: 12px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .main {
    margin-top: 0;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#lineup .trial-area .box .text-area .text {
  margin-top: 11px;
  padding-bottom: 17px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
  border-bottom: solid 1px #b8b8b8;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .text {
    margin-top: 12px;
    padding-bottom: 23px;
  }
}
#lineup .trial-area .box .text-area .name {
  padding-top: 13px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .name {
    padding-top: 16px;
    text-align: center;
  }
}
#lineup .trial-area .box .text-area .info {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .info {
    text-align: center;
  }
}
#lineup .trial-area .box .text-area .link {
  text-align: right;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .text-area .link {
    margin-top: 16px;
    text-align: center;
  }
}
#lineup .trial-area .box .text-area .link span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: 172px;
  height: 30px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 17px;
}

@media (hover: hover) and (pointer: fine) {
  #lineup .trial-area .box .text-area .link span:hover {
    color: #fff;
    background-color: #000;
  }
}
#lineup .trial-area .box .img {
  margin-left: 55px;
  width: 240px;
}

@media screen and (max-width: 640px) {
  #lineup .trial-area .box .img {
    margin-left: 0;
    padding-top: 40px;
    width: 217px;
  }
}
@media screen and (max-width: 425px) {
  #lineup .trial-area .box .img {
    padding-top: 61px;
  }
}
/*================================================================
# campaign
================================================================ */
#campaign {
  position: relative;
  z-index: 1;
  padding-top: 93px;
  padding-bottom: 67px;
  text-align: center;
  background-color: #f4f7fd;
}

@media screen and (max-width: 640px) {
  #campaign {
    padding-top: 62px;
    padding-bottom: 44px;
  }
}
#campaign::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 640px) {
  #campaign::before {
    display: none;
  }
}
#campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% + 44px);
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: url(../img/campaign-deco.png);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  #campaign::after {
    right: -80px;
    bottom: auto;
    width: calc(100% + 80px);
    background-size: 100% auto;
    background-position: top;
  }
}
#campaign .logo {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  width: 445px;
}

@media screen and (max-width: 640px) {
  #campaign .logo {
    width: 318px;
    max-width: 100%;
  }
}
#campaign .date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 23px;
  padding-right: 25px;
  padding-left: 25px;
  height: 37px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: linear-gradient(90.01deg, #445394 0.01%, #91a8cb 59.89%, #5e76a2 102.36%);
  border-radius: 22px;
}

@media screen and (max-width: 640px) {
  #campaign .date {
    margin-top: 25px;
    padding-right: 17px;
    padding-left: 17px;
    height: 28px;
    font-size: 14px;
    border-radius: 14px;
  }
}
#campaign .content {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 51px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #campaign .content {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
#campaign .content .pht {
  margin-right: 57px;
  width: 605px;
}

@media screen and (max-width: 640px) {
  #campaign .content .pht {
    margin-right: 0;
    width: 311px;
  }
}
#campaign .content .text-area {
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  #campaign .content .text-area {
    width: 100%;
  }
}
#campaign .content .text-area .main {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #campaign .content .text-area .main {
    font-size: 14px;
    line-height: 30px;
  }
}
#campaign .content .text-area .sub {
  margin-top: 35px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #campaign .content .text-area .sub {
    margin-top: 39px;
    font-size: 12px;
    line-height: 19px;
  }
}
#campaign .content .text-area .sub p {
  margin-top: 7px;
}

#campaign .content .text-area .sub a {
  text-decoration: underline;
}

#campaign .content .text-area .note {
  margin-top: 34px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #676767;
}

@media screen and (max-width: 640px) {
  #campaign .content .text-area .note {
    margin-top: 29px;
    font: 10px;
  }
}
/* #campaign .content .text-area .link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 42px;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.14em;
	color: #000000;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	#campaign .content .text-area .link {
		margin-top: 18px;
	}
}

#campaign .content .text-area .link::after {
	content: "";
	display: block;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
} */
#campaign .content .text-area .link {
  margin-top: 42px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #campaign .content .text-area .link {
    margin-top: 18px;
    text-align: center;
  }
}
#campaign .content .text-area .link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: 202px;
  height: 34px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #000000;
  border: solid 1px #000000;
  border-radius: 17px;
}

@media (hover: hover) and (pointer: fine) {
  #campaign .content .text-area .link a:hover {
    color: #fff;
    background-color: #000;
  }
}
/*================================================================
# line
================================================================ */
.common-box.sample {
  margin: 90px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  max-width: 1300px;
  height: 288px;
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
}

@media screen and (max-width: 640px) {
  .common-box.sample {
    margin: 50px auto;
    padding: 0;
    width: calc(100% - 40px);
    height: auto;
    box-sizing: border-box;
  }
}
.common-box.sample .box-photo {
  margin-right: 70px;
  width: 144px;
}

@media screen and (max-width: 640px) {
  .common-box.sample .box-photo {
    display: none;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
  }
  .common-box.sample .box-photo img {
    max-width: 140px;
  }
}
.common-box.sample .box-text {
  /* width: calc(100% - 144px - 70px); */
  max-width: 710px;
}

@media screen and (max-width: 640px) {
  .common-box.sample .box-text {
    width: 100%;
  }
}
.common-box.sample .box-text .text-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .common-box.sample .box-text .text-title {
    margin-bottom: 0;
    padding: 11px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #a4a4a4;
  }
  .common-box.sample .box-text .text-detail {
    padding: 25px 28px 32px;
    background: #f9f9f9;
  }
}
.common-box.sample .box-text .text-detail .btn {
  margin-bottom: 20px;
}

.common-box.sample .box-text .text-detail .btn a {
  display: inline-block;
  transition: ease 0.25s opacity;
}

@media (hover: hover) and (pointer: fine) {
  .common-box.sample .box-text .text-detail .btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .common-box.sample .box-text .text-detail .btn {
    text-align: center;
  }
  .common-box.sample .box-text .text-detail .btn a img {
    width: 133px;
  }
}
.common-box.sample .box-text .common-list.asterisk li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.571;
  color: #000;
}

@media screen and (max-width: 640px) {
  .common-box.sample .box-text .common-list.asterisk li {
    font-size: 12px;
    text-align: center;
  }
}
.common-list.asterisk li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.86;
  color: #717070;
}

.common-list.asterisk li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .common-list.asterisk li:before {
    display: none;
  }
}
/*================================================================
# links
================================================================ */
#links {
  padding-bottom: 118px;
}

@media screen and (max-width: 640px) {
  #links {
    padding-bottom: 67px;
  }
}
#links .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #links .wrapper {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#links .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 29px;
  width: 660px;
}

@media screen and (max-width: 640px) {
  #links .item {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
#links .item:not(:first-child) {
  border-left: solid 1px #b8b8b8;
}

@media screen and (max-width: 640px) {
  #links .item:not(:first-child) {
    margin-top: 43px;
    padding-top: 40px;
    border-top: solid 1px #b8b8b8;
    border-left: none;
  }
}
#links .item .title {
  margin-bottom: 34px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #links .item .title {
    margin-bottom: 21px;
    font-size: 16px;
  }
}
#links .item a {
  display: flex;
  align-items: center;
  width: 544px;
}

@media screen and (max-width: 640px) {
  #links .item a {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #links .item a {
    flex-direction: column;
    align-items: center;
  }
}
#links .item a .pht {
  margin-right: 26px;
  width: 236px;
}

@media screen and (max-width: 640px) {
  #links .item a .pht {
    margin-right: 20px;
    width: 149px;
  }
}
@media screen and (max-width: 375px) {
  #links .item a .pht {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#links .item a .text-area .text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #links .item a .text-area .text {
    line-height: 23px;
  }
}
#links .item a .text-area .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 19px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.14em;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #links .item a .text-area .link {
    margin-top: 14px;
  }
}
#links .item a .text-area .link::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .l-footer.l-al2021-body {
    padding-bottom: 40px;
  }
}