@charset "UTF-8";
.main .section {
  padding: 2.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section {
    padding: 1rem 0 0;
  }
}
.main .section:has(.bg) {
  position: relative;
}
.main .section:has(.bg) .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../../assets/imgs/bg.jpg) 50% 100%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .main .section:has(.bg) .bg {
    background-image: url(../../assets/imgs/bg_sp.jpg);
    background-size: 100% auto;
  }
}
.main .section .sNav ul {
  display: flex;
  border-top: 1px solid currentColor;
}
@media screen and (max-width: 750px) {
  .main .section .sNav ul {
    flex-wrap: wrap;
  }
}
.main .section .sNav li {
  border-bottom: 1px solid currentColor;
  width: 33.333%;
}
@media screen and (min-width: 751px) {
  .main .section .sNav li:last-child a {
    background-image: none;
  }
}
.main .section .sNav a {
  display: block;
  background-image: linear-gradient(#303940, #303940);
  background-position: 100% 50%;
  background-size: 1px 1em;
  background-repeat: no-repeat;
  font-family: "EB Garamond", serif;
  font-size: 0.3rem;
  font-weight: 400;
  height: 1.08rem;
  text-align: center;
  letter-spacing: 0.02em;
  place-content: center;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .section .sNav a {
    font-size: 0.24rem;
    height: 0.9rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .section .sNav a {
    transition: 0.4s;
    transition-property: background-color, color;
  }
  .main .section .sNav a:hover {
    background-color: #d0af70;
    color: #fff;
  }
}
.main .section .sNav a.active {
  background-color: #d0af70;
  color: #fff;
}
.main .section .anchor {
  position: absolute;
  top: -1.72rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .section .anchor {
    top: -1.2rem;
  }
}
.main .section .prepend {
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section .prepend {
    padding: 0.8rem 0;
  }
}
.main .section .prepend .ttl {
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section .prepend .ttl {
    font-size: 0.38rem;
  }
}
.main .section .prepend .text {
  line-height: 2.2;
  margin: 0.6rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .section .prepend .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .section .prepend .text {
    margin: 0.4rem 0 0;
  }
}
.main .section .tab-btns {
  display: flex;
}
.main .section .tab-btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  background: #FFF;
  outline: 1px solid #d0af70;
  box-sizing: border-box;
  text-align: center;
  color: #d0af70;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .section .tab-btn {
    transition: 0.4s;
    transition-property: background-color, color;
  }
  .main .section .tab-btn:hover {
    background-color: #d0af70;
    color: #fff;
  }
}
.main .section .tab-btn.active {
  background-color: #d0af70;
  color: #fff;
}
.main .section .style .tab {
  background: #FFF;
  padding: 0.8rem 0.8rem 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .tab {
    padding: 0.5rem 0.5rem 0.8rem;
    margin: 0 -0.5rem;
  }
}
.main .section .style .tab-btns {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .tab-btns {
    margin: 0 -0.2rem 0.4rem;
  }
}
.main .section .style .tab-btn {
  width: 25%;
  font-size: 0.5rem;
  padding: 0.2rem;
  height: 1.6rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .tab-btn {
    font-size: 0.3rem;
    padding: 0.15rem;
    height: 1.2rem;
  }
}
.main .section .style .schedule {
  position: relative;
  width: 16.2rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule {
    width: auto;
    margin: 1rem 0 0;
  }
}
.main .section .style .schedule:before {
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #578595;
  content: "";
}
.main .section .style .schedule .item {
  display: grid;
  position: relative;
  align-items: flex-start;
}
.main .section .style .schedule .item + .item {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item + .item {
    margin-top: 0.7rem;
  }
}
.main .section .style .schedule .item .time {
  background: #578595;
  color: #FFF;
  border-radius: 0 0.1rem 0.1rem 0;
  width: 1.6rem;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  place-content: center;
  box-sizing: border-box;
  font-family: "EB Garamond", serif;
  font-size: 0.44rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .time {
    width: 1rem;
    padding: 0.05rem 0.1rem 0.05rem 0.25rem;
    font-size: 0.28rem;
  }
}
.main .section .style .schedule .item .time:before {
  width: 0.5rem;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  margin: auto 0.05rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border: 0.05rem solid #578595;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .time:before {
    width: 0.3rem;
  }
}
.main .section .style .schedule .item .ttl {
  color: #578595;
  font-size: 0.55rem;
  line-height: 1.3;
  margin-top: -0.06rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .ttl {
    font-size: 0.38rem;
  }
}
.main .section .style .schedule .item p {
  margin-top: 0.3rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item p {
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
}
.main .section .style .schedule .item .text {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 1.9rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .text {
    padding: 0 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item .image {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.main .section .style .schedule .item .image img {
  border-radius: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .image img {
    border-radius: 0.2rem;
  }
}
.main .section .style .schedule .item .image figcaption {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item .image figcaption {
    font-size: 0.17rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item .images {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.main .section .style .schedule .item .images:has(.image) .image {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--02 .image {
    width: 5.6rem;
    margin: -2rem 1.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--02 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--03 .images {
    margin: -0.3rem 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--03 .images {
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--03 .image:nth-child(1) {
    width: 5rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--03 .image:nth-child(1) {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--03 .image:nth-child(2) {
    width: 3rem;
    margin: -2.5rem auto 0 -2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--03 .image:nth-child(2) {
    width: 40%;
    margin: -1.8rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--05 .image {
    width: 6.4rem;
    margin: -0.3rem 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--05 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--07 .image {
    width: 5.6rem;
    margin: -0.6rem 1.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--07 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--09 .image {
    width: 5.6rem;
    margin: 0 1.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--09 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--11 .images {
    margin: -0.6rem 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--11 .images {
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--11 .image:nth-child(1) {
    width: 5rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--11 .image:nth-child(1) {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--11 .image:nth-child(2) {
    width: 3rem;
    margin: -2.5rem auto 0 -2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--11 .image:nth-child(2) {
    width: 40%;
    margin: -1.8rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--single--13 .image {
    width: 5.6rem;
    margin: 0.5rem 1.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--single--13 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--02 .image {
    width: 5.6rem;
    margin: -2.5rem 1.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--02 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--03 .images {
    margin: -0.3rem 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--03 .images {
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--03 .image:nth-child(1) {
    width: 5rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--03 .image:nth-child(1) {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--03 .image:nth-child(2) {
    width: 3rem;
    margin: -2.5rem auto 0 -2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--03 .image:nth-child(2) {
    width: 40%;
    margin: -1.8rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--04 .image {
    width: 6.4rem;
    margin: 0.8rem 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--04 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--05 .image {
    width: 6.4rem;
    margin: 2.5rem 1rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--05 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--07 .image {
    width: 2.5rem;
    margin: 0 0 0 0;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--07 .image {
    position: absolute;
    right: 0;
    width: 2.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--08 .image {
    width: 5.6rem;
    margin: -2rem 1rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--08 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--09 .image {
    width: 5.6rem;
    margin: 0.8rem 1.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--09 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--11 .images {
    margin: -0.3rem 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--11 .images {
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--11 .image:nth-child(1) {
    width: 5rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--11 .image:nth-child(1) {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--11 .image:nth-child(2) {
    width: 3rem;
    margin: -2.5rem auto 0 -2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--11 .image:nth-child(2) {
    width: 40%;
    margin: -1.8rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--12 .image {
    width: 6.4rem;
    margin: 0.8rem 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--12 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--14 .image {
    width: 2.5rem;
    margin: 0 0 0 0;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--14 .image {
    position: absolute;
    right: 0;
    width: 2.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .style .schedule .item--dinks--15 .image {
    width: 5.6rem;
    margin: -2rem 1rem 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .style .schedule .item--dinks--15 .image {
    width: 70%;
    margin: 0.3rem 0 0 1.2rem;
  }
}
.main .section .variation .plantab {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .variation .plantab {
    padding: 1rem 0 0;
  }
}
.main .section .variation .plantab .tab-btns {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .plantab .tab-btns {
    margin: 0 -0.2rem 0.4rem;
  }
}
.main .section .variation .plantab .tab-btn {
  width: 50%;
  font-size: 0.5rem;
  padding: 0.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .section .variation .plantab .tab-btn {
    font-size: 0.3rem;
    padding: 0.15rem;
  }
}
.main .section .variation .plantab .image {
  background: #FFF;
  padding: 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .section .variation .plantab .image {
    padding: 0.4rem;
  }
}
.main .section .variation .plantab .bt {
  background: #d0af70;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .section .variation .plantab .bt {
    margin-top: 0.6rem;
  }
}
.main .section .variation .cycle {
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle {
    padding: 1rem 0 0;
  }
}
.main .section .variation .cycle .howto {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto {
    margin: 0 -0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto::after {
    content: "";
    display: block;
    width: 0.9rem;
    aspect-ratio: 1;
    position: absolute;
    top: -0.7rem;
    right: 0.3rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) url(../../assets/imgs/ico-slide02.svg) center 55%/70% auto no-repeat;
    border-radius: 50%;
  }
}
.main .section .variation .cycle .howto .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .items {
    grid-template-columns: repeat(4, 2.7rem);
    gap: 0.3rem;
    padding: 0 0.5rem;
    overflow-x: scroll;
  }
}
.main .section .variation .cycle .howto .item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item {
    gap: 0.2rem;
  }
}
.main .section .variation .cycle .howto .item .before {
  display: grid;
  grid-template-rows: 2rem auto;
  grid-template-areas: "text" "img";
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .before {
    grid-template-rows: 1.2rem auto;
  }
}
.main .section .variation .cycle .howto .item .after {
  display: grid;
  grid-template-rows: auto 2rem;
  grid-template-areas: "img" "text";
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .after {
    grid-template-rows: auto 1.2rem;
  }
}
.main .section .variation .cycle .howto .item .text {
  color: #FFF;
  background: #5e7d9c;
  grid-area: text;
  text-align: center;
  place-content: center;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .text {
    font-size: 0.28rem;
  }
}
.main .section .variation .cycle .howto .item .image {
  grid-area: img;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .image figcaption {
    font-size: 0.17rem;
  }
}
.main .section .variation .cycle .howto .item .if {
  text-align: center;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .if {
    font-size: 0.3rem;
  }
}
.main .section .variation .cycle .howto .item .if:after {
  content: "･･･";
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  transform: rotate(90deg);
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .variation .cycle .howto .item .if:after {
    margin-top: 0.15rem;
  }
}
.main .section .variation .merit {
  padding: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit {
    padding: 2rem 0 0;
  }
}
.main .section .variation .merit .prepend {
  padding: 0 0 1rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .prepend {
    padding: 0 0 0.5rem;
  }
}
.main .section .variation .merit .subttl {
  text-align: center;
  font-family: "EB Garamond", serif;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .subttl {
    margin-bottom: 0.3rem;
  }
}
.main .section .variation .merit .subttl > span {
  font-size: 0.4rem;
  color: #FFF;
  background-color: #578595;
  padding: 0.1rem 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .subttl > span {
    font-size: 0.3rem;
  }
}
.main .section .variation .merit .subttl > span span {
  font-size: 0.4rem;
}
.main .section .variation .merit .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .variation .merit .item:first-child {
    grid-column: 1/3;
  }
}
.main .section .variation .merit .item--01 .inner {
  background-color: #FFF;
  padding: 2rem 2rem 1.7rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .item--01 .inner {
    padding: 0.5rem;
    margin: 0 -0.5rem;
  }
}
.main .section .variation .merit .item--01 .image img {
  width: 100%;
  height: auto;
}
.main .section .variation .merit .item--01 .note {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .section .variation .merit .item--01 .note {
    margin-top: 0.2rem;
  }
}
.main .section .value {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .main .section .value {
    margin-top: 1.5rem;
  }
}
.main .section .value .item--02 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 {
    padding-bottom: 1rem;
  }
}
.main .section .value .item--02 .prepend {
  color: #FFF;
  padding: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 .prepend {
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 .prepend .text {
    text-align: left;
  }
}
.main .section .value .item--02 .subttl {
  color: #FFF;
  text-align: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0.2rem 0;
  font-size: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 .subttl {
    margin-top: 1rem;
    font-size: 0.38rem;
  }
}
.main .section .value .item--02 .subttl span {
  color: #d0af70;
}
.main .section .value .item--02 .image img {
  width: 100%;
  height: auto;
}
.main .section .value .item--02 .note {
  text-align: right;
  margin-top: 0.5rem;
  color: #FFF;
}
.main .section .value .item--02 .image02 {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .main .section .value .item--02 .image02 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 .image02 {
    margin-top: 0.5rem;
  }
}
.main .section .value .item--02 .image03 {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--02 .image03 {
    margin-top: 0.5rem;
  }
}
.main .section .value .item--03 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 751px) {
  .main .section .value .item--03 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    align-items: flex-start;
  }
}
.main .section .value .item--03 .ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  color: #FFF;
  font-size: 0.5rem;
  line-height: 1.6;
  align-self: end;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .ttl {
    font-size: 0.38rem;
  }
}
.main .section .value .item--03 .text {
  grid-row: 2/3;
  grid-column: 1/2;
  color: #FFF;
  line-height: 2.2;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .text {
    margin-top: 0.5rem;
  }
}
.main .section .value .item--03 .image {
  grid-row: 1/3;
  grid-column: 2/3;
}
.main .section .value .item--03 .image02 {
  margin: 1.5rem 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .image02 {
    margin: 0.2rem 0;
  }
}
.main .section .value .item--03 .image02 img {
  max-width: 80%;
}
@media screen and (min-width: 751px) {
  .main .section .value .item--03 .image02 img {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .image02 img {
    margin-left: 0.9rem;
  }
}
.main .section .value .item--03 .subttl {
  color: #FFF;
  text-align: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0.2rem 0;
  font-size: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .subttl {
    margin-top: 1rem;
    font-size: 0.38rem;
  }
}
.main .section .value .item--03 .subttl span {
  color: #B27036;
}
.main .section .value .item--03 .text02 {
  color: #FFF;
  line-height: 2.2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .main .section .value .item--03 .text02 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .section .value .item--03 .text02 {
    margin-top: 0.5rem;
  }
}
.main .section .value .item--03 .note {
  text-align: right;
  color: #FFF;
}
.main .fNote {
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .fNote {
    padding-top: 1rem;
  }
}/*# sourceMappingURL=unique.css.map */