@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 3.2vw;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 2;
  position: relative;
  color: #000000;
  box-sizing: border-box;
  background: #FFFAF0;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

:root {
  --header: 60px;
  scroll-padding: var(--header);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure, picture {
  text-align: center;
}

ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

.spBr {
  display: block;
}

@media screen and (min-width: 751px) {
  .spBr {
    display: none;
  }
}

header {
  position: sticky;
  z-index: 11;
  height: var(--header);
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFAF0;
}

@media screen and (min-width: 751px) {
  header {
    padding: 37px 0;
    z-index: 11;
  }
}

header .logo {
  width: 68%;
  margin-top: 3%;
}

@media screen and (min-width: 751px) {
  header .logo {
    width: 28%;
    margin: 0 50px;
    margin: 0 3.33%;
  }
}

@media screen and (min-width: 992px) {
  header .logo {
    width: 35%;
    margin-top: 1.5%;
  }
}

@media screen and (min-width: 1400px) {
  header .logo {
    width: 25%;
    max-width: 567px;
    margin-top: 1%;
  }
}

header .nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transition: all 0.6s;
  text-align: center;
}

header .nav.panelactive {
  top: 0;
  z-index: 11;
}

@media screen and (min-width: 751px) {
  header .nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    text-align: left;
  }
}

header .nav ul {
  display: inline-block;
  border-bottom: 1px solid #b5b5b6;
  margin: 3em 0 0;
}

@media screen and (min-width: 751px) {
  header .nav ul {
    display: flex;
    margin: 0;
    border-bottom: none;
  }
}

header .nav ul li {
  font-size: 4.8vw;
  border-top: 1px solid #b5b5b6;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 0.8em 0.5em 1em;
}

@media screen and (min-width: 751px) {
  header .nav ul li {
    margin: 0 15px;
    font-size: 15px;
    border-top: none;
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  header .nav ul li {
    font-size: 18px;
    margin: 0 35px;
  }
}

header .nav ul li span {
  color: #667834;
  font-size: 2.93333vw;
  display: block;
}

header .nav .logo_sp {
  width: 52.9333%;
  margin: 6em auto 0;
}

@media screen and (min-width: 751px) {
  header .nav .sp {
    display: none;
  }
}

header .nav-btn {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
  aspect-ratio: 1 / 1;
}

header .nav-btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

header .nav-btn span:nth-of-type(1) {
  top: 35%;
}

header .nav-btn span:nth-of-type(2) {
  top: 50%;
}

header .nav-btn span:nth-of-type(3) {
  top: 65%;
}

@media screen and (min-width: 751px) {
  header .nav-btn span {
    display: none;
  }
}

header .nav-btn.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

header .nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}

header .nav-btn.active span:nth-of-type(3) {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

main {
  overflow: hidden;
}

.kv {
  display: block;
  position: relative;
}

@media screen and (min-width: 751px) {
  .kv {
    width: 94.896%;
    margin: 0 auto 0 0;
  }
}

.kv img {
  border-radius: 0 20px 20px 0;
}

.kv .copy {
  position: absolute;
  width: 49.33%;
  top: 38%;
  left: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  margin: -2em 0 0;
}

@media screen and (max-width: 750px) {
  .kv .copy {
    width: 18%;
    position: absolute;
    top: 74%;
    left: 85%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    margin: -2em 0 0;
  }
}

@media screen and (min-width: 751px) {
  .kv .copy {
    width: 12%;
  }
}

.kv .copy img {
  border-radius: 0;
}

.kv .slick-dots {
  display: flex;
  justify-content: center;
}

.kv .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  margin: 1.5em 1.6em 0;
  border: none;
}

@media screen and (min-width: 751px) {
  .kv .slick-dots li button {
    margin: 1.5em 0.9em 0;
  }
}

.kv .slick-dots li button::before {
  background-color: #fff;
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .kv .slick-dots li button::before {
    width: 0.6em;
    height: 0.6em;
  }
}

.kv .slick-dots li.slick-active button::before {
  background-color: #9fa0a0;
}

.inner {
  width: 1200px;
  max-width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gift-list .inner {
    max-width: 100%;
  }
}

.ttl-box {
  text-align: center;
  position: relative;
  margin: 20px;
}

.ttl-box .ttl {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: 5.06667vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .ttl-box .ttl {
    font-size: 35px;
  }
}


/* @media screen and (min-width: 751px) {
  .greetings .ttl {
    color: #fff;
  }
} */


.ttl-box .ttl-en__in {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .ttl-box .ttl-en__in {
    width: auto;
    letter-spacing: 0.05em;
    /* color: #288347; */
  }
}


@media screen and (min-width: 751px) {
  .tax .ttl-en__in {
    width: auto;
    letter-spacing: 0.05em;
    color: #EBDFC6;
  }
  .tax .ttl {
    color: #000;
  }
}


@media screen and (min-width: 751px) {
  .greetings .ttl-en__in {
    width: auto;
    letter-spacing: 0.05em;
    color: #288347;
  }
  .greetings .ttl {
    color: #fff;
  }
}


.ttl-box .ttl-en {
  width: 100%;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 9.33333vw;
}

@media screen and (min-width: 751px) {
  .ttl-box .ttl-en {
    width: auto;
    font-size: 120px;
    white-space: nowrap;
  }
}

.h1-header {
  max-width: 900px;
  height: 136px;
  margin: auto;
}


@media screen and (max-width: 750px) {
  .h1-header {
    height: 60px;
  }
}


.about {
  position: relative;
  padding: 0 0 2em;
  margin: 2em 0 0;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .about {
    padding: 5em 0 5em;
    height: 70em;
  }
}

.about::before {
  content: '';
  background-image: url("../images/about_img_sp.png");
  aspect-ratio: 670 / 541;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .about::before {
    background-image: none;
    aspect-ratio: 2006 / 782;
    width: 2006px;
    top: 0;
    height: 100%;
    background-position: center;
  }
}

.about .ttl-en {
  color: #EBDFC6;
}

.about .txt {
  width: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 28em 0 0;
}


@media screen and (min-width: 751px) {
  .txt__in {
    display: none;
  }
}


.about_img {
  width: 160%;
  margin: -15em;
}

@media screen and (max-width: 750px) {
  .about_img {
    display: none;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .about_img {
    width: 152%;
    margin-top: -8em;
  }
  .about_img img {
    max-width: 110%;
    width: 110%;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .about_img {
    width: 150%;
    margin-top: -10em;
  }
  .about_img img {
    max-width: 106%;
    width: 106%;
  }
}

@media screen and (min-width: 751px) {
  .about .txt {
    height: 23em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 14em 0 0;
  }
  .about_img {
  }
}

.about p + p {
  margin: 1.8em 0 0;
}

@media screen and (min-width: 751px) {
  .about p + p {
    margin: 0 1.8em 0 0;
  }
}

.gift {
  background-color: #257741;
  padding: 3em 0 2em;
}

@media screen and (min-width: 751px) {
  .gift {
    padding: 4.5em 0 0;
  }
}

.gift .ttl-en {
  color: #288347;
}

.gift .ttl {
  color: #ffffff;
}

.gift ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0 0;
}

@media screen and (min-width: 751px) {
  .gift ul {
    margin: 5.5em 0 0;
  }
}

.gift ul li {
  width: 29.6%;
  line-height: 1;
  margin: 0 1%;
}

@media screen and (min-width: 751px) {
  .gift ul li {
    width: 168px;
    margin: 0 1.45em;
  }
}

.gift ul li .no {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 11.06667vw;
  color: #fff;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  width: 61.76%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .gift ul li .no {
    font-size: 64px;
  }
}

.gift ul li .name {
  font-size: 3.2vw;
  width: 61.76%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1.8em 0 0;
}

@media screen and (min-width: 751px) {
  .gift ul li .name {
    font-size: 17px;
  }
}

.gift ul li .img {
  margin: -2.2em 0 0;
}

.gift ul li:nth-child(1) {
  margin-left: 10%;
}

@media screen and (min-width: 751px) {
  .gift ul li:nth-child(1) {
    margin-left: 0;
  }
}

.gift ul li:nth-child(2) {
  margin-right: 10%;
}

@media screen and (min-width: 751px) {
  .gift ul li:nth-child(2) {
    margin-right: 1.45em;
  }
}

.gift-list {
  margin: 0 0 3em;
  padding: 2em 0 11em;
  background: url(../images/background.jpg);
}

@media screen and (min-width: 751px) {
  .gift-list {
    margin: 0;
    padding-bottom: 240px;
  }
}

.gift-list .list01 {
  padding: 3.5em 0 0;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 {
    padding: 5em 0 0;
  }
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .detail {
    display: flex;
    justify-content: space-between;
  }
}

.gift-list .list01 .name-box {
  position: relative;
  margin: 0 0 5em;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .name-box {
    width: 11.25%;
    text-align: center;
    margin: 0;
  }
}

.gift-list .list01 .name-box img {
  width: 21.42857%;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .name-box img {
    width: 100%;
  }
}

.gift-list .list01 .img-box {
  position: relative;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .img-box {
    width: 66%;
    display: flex;
    justify-content: space-between;
  }
}

.gift-list .list01 .copy {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  top: 0.5em;
  left: 3em;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .copy {
    position: relative;
    top: auto;
    left: auto;
  }
}

.gift-list .list01 .copy .copy__in {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.gift-list .list01 .copy .copy__in:nth-child(1) {
  margin: -2em 0 0 0.9em;
}

.gift-list .list01 .copy span {
  background-color: #fff;
  display: inline-block;
  color: #667834;
  padding: 0.5em 0 0.5em;
  font-size: 3.86667vw;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .copy span {
    font-size: 25px;
    padding: 0.8em 0 0.5em;
  }
}

.gift-list .list01 .copy span + span {
  margin: 1.3em 0.7em 0 0;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .img {
    width: 73%;
  }
}

.gift-list .list01 .txt {
  margin: 2em 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 751px) {
  .gift-list .list01 .txt {
    width: 100%;
  }
}

.gift-list .btn {
  background-color: #fff;
  border-radius: 0.94em;
  padding: 1em 0.8em 0.2em;
  margin: 2.0em 20px 20px 20px;
}

@media screen and (min-width: 751px) {
  .gift-list .btn {
    padding: 1.5em 3.7em 0.7em;
    margin: 3.0em 0 0;
  }
}

.gift-list .btn ul {
  display: flex;
  flex-wrap: wrap;
}

.gift-list .btn ul li {
  width: 30.7%;
  border-radius: 0.3125em;
  /* border: 1px solid #9fa0a0; */
  overflow: hidden;
  margin: 0 1.3% 0.8em;
}

@media screen and (min-width: 751px) {
  .gift-list .btn ul li {
    width: 22%;
    margin: 0 1.3% 0.8em;
  }
}

.gift-list .btn ul li a {
  display: block;
  width: 99%;
  box-sizing: border-box;
}

.no-link {
  background-color: #dcdddd;
}

.gift-list .btn ul li.no-link {
  border: none;
}

.gift-list .btn ul li.no-link a {
  pointer-events: none;
  background-color: #dcdddd;
}

.gift-list .btn ul li.no-link img {
  opacity: 0.15;
}

.gift-list .list01-right .name-box {
  order: 2;
}

@media screen and (min-width: 751px) {
  .gift-list .list01-right .name-box {
    margin: 0 18% 0 0;
  }
}

.gift-list .list01-right .img-box {
  order: 1;
}

@media screen and (min-width: 1400px) {
  .gift-list .list01-right .img {
    margin: 0 5em 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .gift-list .list01-right .txt {
    width: 45.5%;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1400px) {
  .gift-list .list01-right .txt {
    width: 45.5%;
    margin: -6.5em 0 0 auto;
  }
}

.gift-list .list01-left .name-box {
  text-align: right;
}

@media screen and (min-width: 751px) {
  .gift-list .list01-left .name-box {
    margin: 0 0 0 18%;
    text-align: center;
  }
}

.gift-list .list01-left .copy {
  order: 1;
}

.gift-list .list01-left .img {
  order: 2;
}

@media screen and (min-width: 751px) {
  .gift-list .list01-left .img {
    margin: 0 0 0 5em;
  }
}

@media screen and (min-width: 1400px) {
  .gift-list .list01-left .txt {
    width: 45.5%;
    margin: 0;
  }
}

@media screen and (min-width: 1400px) {
  .gift-list .list01-left .txt {
    width: 45.5%;
    margin: -5.0em 0 0 0;
  }
}


@media screen and (min-width: 751px) {
  #gift01 > img, #gift02 > img, #gift03 > img, #gift04 > img, #gift05 > img, #gift06 > img, #gift07 > img {
    width: 150%;
  }
  .gift01_sp, .gift02_sp, .gift03_sp, .gift04_sp, .gift05_sp, .gift06_sp, .gift07_sp {
    display: none;
  }
}


@media screen and (max-width: 750px) {
  #gift01 > img, #gift02 > img, #gift03 > img, #gift04 > img, #gift05 > img, #gift06 > img, #gift07 > img {
    display: none;
  }
  .gift01_pc, .gift02_pc, .gift03_pc, .gift04_pc, .gift05_pc, .gift06_pc, .gift07_pc {
    display: none;
  }
  .gift01_sp, .gift02_sp, .gift03_sp, .gift04_sp, .gift05_sp, .gift06_sp, .gift07_sp {
    /* width: 105%; */
  }
}

.gift01_pc {
  position: relative;
}
.gift01_sub {
  position: absolute;
  top: 30%;
  left: -16%;
  width: 60%;
}
.gift01_pc .gift01_text {
  margin-top: 40px;
  margin-left: 50%;
  display: block;
}
.gift01_sp .gift01_text,
.gift02_sp .gift02_text,
.gift03_sp .gift03_text,
.gift04_sp .gift04_text,
.gift05_sp .gift05_text,
.gift06_sp .gift06_text,
.gift07_sp .gift07_text
 {
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.gift02_pc {
  position: relative;
  margin-bottom: 80px;
}
.gift02_sub {
  position: absolute;
  top: 40%;
  right: -12%;
  width: 60%;
}
.gift02_pc .gift02_text {
  margin-top: 40px;
  margin-left: 0;
  width: 50%;
  display: block;
}

.gift03_pc {
  position: relative;
}
.gift03_sub {
  position: absolute;
  top: 40%;
  left: -15%;
  width: 60%;
}
.gift03_pc .gift03_text {
  margin-top: 40px;
  margin-left: 50%;
  display: block;
}

.gift04_pc {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .gift04_pc {
    margin-bottom: 40px;
  }
}
.gift04_sub {
  position: absolute;
  top: 40%;
  right: -20%;
  width: 56%;
}
.gift04_pc .gift04_text {
  margin-top: 40px;
  margin-left: 0;
  width: 50%;
  display: block;
}

.gift05_pc {
  position: relative;
}
.gift05_sub {
  position: absolute;
  top: 40%;
  left: -26%;
  width: 86%;
}
.gift05_pc .gift05_text {
  margin-top: 40px;
  margin-left: 50%;
  display: block;
}

.gift06_pc {
  position: relative;
  margin-bottom: 60px;
}
.gift06_sub {
  position: absolute;
  top: 240px;
  right: -10%;
  width: 54%;
}
.gift06_pc .gift06_text {
  margin-top: 40px;
  margin-left: 0;
  width: 50%;
  display: block;
}
.gift07_pc {
  position: relative;
}


@media screen and (min-width: 1400px) {
  .gift-list .gift03 .txt {
    margin-top: -3.5em;
  }
}

.list02 {
  padding: 3.5em 0 0;
}

@media screen and (min-width: 751px) {
  .list02 {
    padding: 10em 0 0;
  }
}

@media screen and (min-width: 751px) {
  .list02 .detail {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
  }
}

.list02 .name-box {
  position: relative;
  margin: 0 0 2em;
}

@media screen and (min-width: 751px) {
  .list02 .name-box {
    width: 11.25%;
    margin: 0;
    margin: 0 0 5em;
  }
}

.list02 .name-box img {
  width: 21.42857%;
}

@media screen and (min-width: 751px) {
  .list02 .name-box img {
    width: 100%;
  }
}

.list02 .txt-box {
  margin: 1em 0 0;
}

@media screen and (min-width: 751px) {
  .list02 .txt-box {
    width: 34%;
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}

.list02 .copy {
  color: #667834;
  margin: 0 0 0.5em;
  font-size: 3.73333vw;
}

@media screen and (min-width: 751px) {
  .list02 .copy {
    font-size: 24px;
  }
}

@media screen and (min-width: 751px) {
  .list02 .img {
    width: 38.5%;
  }
}

@media screen and (min-width: 751px) {
  .list02-left .txt-box {
    left: 25%;
  }
}

.list02-left .name-box {
  text-align: right;
}

@media screen and (min-width: 751px) {
  .list02-left .name-box {
    margin: 0 0 0 12%;
  }
}

.list02-right .detail .name-box {
  order: 2;
}

@media screen and (min-width: 751px) {
  .list02-right .detail .name-box {
    margin: 0 13% 0 0;
  }
}

.list02-right .detail .img {
  order: 1;
}

@media screen and (min-width: 751px) {
  .list02-right .txt-box {
    left: 43%;
  }
}

.gift04 .name-box::before {
  content: '';
  position: absolute;
  background-image: url("../images/seafood02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 523 / 359;
  width: 82.698%;
  left: -15%;
  margin: 0;
}

@media screen and (min-width: 751px) {
  .gift04 .name-box::before {
    left: -400%;
    width: 387.4%;
  }
}

.gift05 .name-box::before {
  content: '';
  position: absolute;
  background-image: url("../images/sweets02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1191 / 455;
  width: 128.73%;
  right: -45%;
}

@media screen and (min-width: 751px) {
  .gift05 .name-box::before {
    width: 882.22%;
    margin: 1.5em 0 0 0;
    right: -850%;
  }
}

.gift06 .name-box::before {
  content: '';
  position: absolute;
  background-image: url("../images/chest02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 465 / 345;
  width: 73.8095%;
  margin: 15% 0 0;
  left: 0em;
}

@media screen and (min-width: 751px) {
  .gift06 .name-box::before {
    width: 411.5%;
    margin: 55% 0 0;
    left: -400%;
  }
}

.list03 {
  padding: 3.5em 0 0;
}

@media screen and (min-width: 751px) {
  .list03 {
    padding: 10em 0 0;
  }
}

@media screen and (min-width: 751px) {
  .list03 .detail {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}

.list03 .name-box {
  margin: 0 0 5em 0;
  position: relative;
}

@media screen and (min-width: 751px) {
  .list03 .name-box {
    order: 2;
    width: 53.084%;
    margin: 4em 0 0 3%;
  }
}

.list03 .name-box .copy {
  color: #667834;
  font-size: 3.73333vw;
  margin: 3.5em 0 0;
}

@media screen and (min-width: 751px) {
  .list03 .name-box .copy {
    font-size: 24px;
    margin: 1.3em 0 0;
  }
}

.list03 .img {
  order: 1;
}

.gift07 .name-box::before {
  content: '';
  position: absolute;
  background-image: url("../images/others02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 453 / 360;
  width: 59%;
  margin: 5em 0 0;
  right: -15%;
}

@media screen and (min-width: 751px) {
  .gift07 .name-box::before {
    margin: 3.5em 0 0;
    width: 98.48%;
    right: -98%;
    z-index: 3;
  }
}


.between02 {
  position: relative;
  z-index: 11;
  margin-bottom: -188px;
}


.use {
  background-image: url("../images/use_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 751px) {
  .use {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: -1px;
    z-index: 0;
  }
}

.use .use__in {
  margin: 0 -2.2%;
  background-color: #EFEDE7;
  border-radius: 1em;
  padding: 8% 7% 5%;
}

@media screen and (min-width: 751px) {
  .use .use__in {
    margin: 0% 8.33% 5%;
    padding: 8% 8.33% 5%;
  }
}

.use .ttl-box {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 751px) {
  .use .ttl-box {
    margin: 0 0 3em;
  }
}

.use .ttl-en {
  color: #FFFAF0;
}

.use .txt {
  text-align: center;
}

.use .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.use .list li {
  margin: 1.5em 0 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .use .list li {
    margin: 3em 0 0;
    width: 46%;
    margin: 3em 0 0;
    text-align: center;
    text-align: left;
  }
}

.use .list li .list-ttl {
  margin: 0.9em 0 0.5em 0.5em;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
  position: relative;
  font-size: 3.73333vw;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .use .list li .list-ttl {
    font-size: 23px;
  }
}

.use .list li .list-ttl span {
  position: absolute;
  top: -0.1em;
  left: 0;
  color: #135228;
  line-height: 1;
  font-size: 6.4vw;
}

@media screen and (min-width: 751px) {
  .use .list li .list-ttl span {
    top: -0.2em;
    font-size: 41px;
  }
}

.use .list li .img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .use .list li .img {
    width: 100%;
  }
}

.use .list li p {
  text-align: left;
}

.tax {
  padding: 4em 0 2em;
}

@media screen and (min-width: 751px) {
  .tax {
    padding: 8em 0;
    height: auto;
  }
}

.tax .ttl-en {
  color: #fff;
}

.tax .txt {
  text-align: left;
  margin: 3em 0 2em;
}

@media screen and (min-width: 751px) {
  .tax .txt {
    text-align: left;
    /* margin: 6em 0 4em; */
    max-width: 800px;
    margin: auto;
    margin-top: 6em;
    margin-bottom: 4em;
  }
}

.tax .frame {
  border-radius: 1.8em;
  text-align: center;
  margin: 1.5em -2.2% 0;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .tax .frame {
    /* padding: 3em 5%;
    margin: 4em 0 0; */
  }
}

.tax .frame-ttl {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.42;
  font-size: 4.66667vw;
}

@media screen and (min-width: 751px) {
  .tax .frame-ttl {
    font-size: 30px;
    margin-top: 3em;
  }
}

.tax .way {
  background-color: #fff;
}

.tax .way ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0 0 1.3em;
}

@media screen and (min-width: 751px) {
  .tax .way ul {
    margin: 3em 0 0;
  }
}

.tax .way ul li {
  position: relative;
  display: flex;
  margin: 0 0 3em;
}

@media screen and (min-width: 751px) {
  .tax .way ul li {
    display: block;
    margin: 0 4%;
  }
}

.tax .way ul li::after {
  content: '';
  position: absolute;
  aspect-ratio: 25 / 18;
  width: 5%;
  background-image: url("../images/tax_arrow_sp.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -1.9em;
  left: 3.5em;
}

@media screen and (min-width: 751px) {
  .tax .way ul li::after {
    aspect-ratio: 58 / 27;
    width: 27.62%;
    background-image: url("../images/tax_arrow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 24%;
    left: 105%;
  }
}

@media screen and (min-width: 751px) {
  .tax .way ul li .img {
    width: 82%;
    margin: 0 auto;
  }
}

.tax .way ul li:last-child {
  margin-bottom: 1em;
}

.tax .way ul li:last-child::after {
  content: none;
}

.tax .way ul .img {
  width: 34%;
  margin: 0 1em 0 0;
}

@media screen and (min-width: 751px) {
  .tax .way ul .img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 751px) {
  .tax .way ul .step__in {
    text-align: center;
  }
}

.tax .way ul .step-ttl {
  color: #667834;
  margin: 0;
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .tax .way ul .step-ttl {
    font-size: 26px;
    margin: 0.5em 0 0;
  }
}

.tax .way ul p {
  line-height: 1.625;
  margin: 0;
}

@media screen and (min-width: 751px) {
  .tax .way ul p {
    margin: 0.5em 0 0;
  }
}

/* .tax .method {
  background-color: #e7c878;
} */

.tax .method .application > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0 0;
}

@media screen and (min-width: 751px) {
  .tax .method .application > ul {
    margin: 3em 0 0;
  }
}

.tax .method .application > ul > li {
  /* background-color: #fff; */
  position: relative;
  border-radius: 1em;
  padding: 0 3% 0;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 751px) {
  .tax .method .application > ul > li {
    padding: 3% 3% 0;
    width: 48.5%;
    margin: 0;
  }
  .application {
    position: relative;
  }
}

.application .btn {
  position: absolute;
  top: -16%;
}


@media screen and (max-width: 750px) {
  .no1, .no2 {
    margin: 0;
  }
}


.tax .method .method-no {
  margin: 0 0.6em 0 0;
  color: #667834;
  line-height: 1;
  display: inline-block;
  font-size: 5.6vw;
}

@media screen and (min-width: 751px) {
  .tax .method .method-no {
    margin: 0 0 0.7em;
    font-size: 35px;
    display: block;
  }
}

.tax .method .method-ttl {
  line-height: 1;
  color: #667834;
  border-bottom: 1px solid #667834;
  padding: 0 0 0.9em;
  margin: 0 0 0.6em;
  font-size: 4.26667vw;
}

@media screen and (min-width: 751px) {
  .tax .method .method-ttl {
    font-size: 26px;
  }
}

.tax .method p {
  line-height: 1.625;
  text-align: center;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 751px) {
  .tax .method p {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.tax .method .subject {
  background-color: #FFFAF0;
  border-radius: 1em;
  padding: 0.8em 0.5em;
  letter-spacing: -0.03em;
  margin: 1em 0 1em;
}

@media screen and (min-width: 751px) {
  .tax .method .subject {
    padding: 0.8em 1.5em;
    letter-spacing: 0;
  }
}

.tax .method .subject .copy {
  color: #667834;
  font-size: 3.73333vw;
}

@media screen and (min-width: 751px) {
  .tax .method .subject .copy {
    font-size: 20px;
  }
}

.tax .method .subject ul {
  text-align: left;
  margin: 0.5em 0 0;
}

.tax .method .subject ul li {
  position: relative;
  padding: 0 0 0 1.4em;
}

.tax .method .subject ul li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  background-image: url("../images/check.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2em;
  aspect-ratio: 20 / 18;
}

.tax .method .btn {
  background-color: #464343;
  border-radius: 0.7em;
  width: 320px;
  max-width: 80%;
  margin: 1.2em auto 0;
  position: relative;
}

.tax .method .btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  background-image: url("../images/btn_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.625em;
  aspect-ratio: 1 / 1;
}

.tax .method .btn a {
  color: #fff;
  padding: 0.7em 0;
  display: block;
}


@media screen and (min-width: 751px) {
  .howto_sp {
    display: none;
  }
}


@media screen and (max-width: 750px) {
  .howto {
    display: none;
  }
}


.bnr {
  margin: 2em -2.2% 0;
}

@media screen and (min-width: 751px) {
  .bnr {
    margin: 5em 0 0;
  }
}

.greetings {
  background-color: #fff;
  padding: 3em 0 1.5em;
}

@media screen and (min-width: 751px) {
  .greetings {
    padding: 0;
    margin: 0;
  }
}

.greetings .inner {
  max-width: 100%;
  padding: 2em 0;
  background-color: #257741;
}

@media screen and (min-width: 751px) {
  .greetings .inner {
    max-width: 100%;
    width: 100%;
    padding: 3em 0;
    background-color: #257741;
  }
}

.greetings .greetings-message {
  display: flex;
  flex-direction: column;
  /* background-image: url(/images/greetings_bg.png); */
}

.greetings .ttl-en {
  color: #eeeeee;
}

.greetings .img {
  order: 2;
  margin: 1.5em 0 0;
}

@media screen and (min-width: 751px) {
  .greetings .img {
    order: 1;
    margin: 6em 0 0;
  }
}

.greetings .message-box {
  order: 1;
}

@media screen and (min-width: 751px) {
  .greetings .message-box {
    order: 2;
  }
}

.greetings .message {
  background-image: url("../images/greetings_bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 69% 4.2%;
  margin: 2em 0 0;
}

@media screen and (min-width: 751px) {
  .greetings .message {
    background-image: url("../images/greetings_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* margin: 6em 8.3334% 0; */
    padding: 25% 4.2%;
  }
}

.greetings .message .message__in {
  background-color: rgba(255, 255, 255, 0.8);
  width: 60%;
  padding: 2%;
  margin: 0 -2% 0 auto;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .greetings .message .message__in {
    font-size: 16px;
    width: 50%;
    padding: 4%;
    margin: 0 0 0 auto;
  }
}

.greetings .message .name {
  text-align: right;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .greetings .message .name {
    font-size: 18px;
  }
}

.greetings .message .name span {
  margin: 0 0 0 0.5em;
  font-size: 4.93333vw;
}

@media screen and (min-width: 751px) {
  .greetings .message .name span {
    font-size: 28px;
  }
}


@media screen and (max-width: 750px) {
  .greetings_pc {
    display: none;
  }
}


@media screen and (min-width: 751px) {
  .greetings_sp {
    display: none;
  }
}

/* .greetings-text  {
  margin-right: 0;
  padding-right: 0;
  width: 50%;
} */

.pagetop {
  width: 16.5%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 99;
}

@media screen and (min-width: 751px) {
  .pagetop {
    width: 4.645%;
    z-index: 99;
  }
}

footer {
  background-color: #e7c878;
  padding: 0 0 0;
}
footer .footer_copy {
  background-color: #27502C;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #ffffff;
}

.footer_copy .nav a {
  color: #ffffff;
}

footer .footer__in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.5em 0 2.5em;
}

footer .footer__in .info {
  margin: 0 -4%;
}

@media screen and (min-width: 751px) {
  footer .footer__in .info {
    padding: 2em 0 0;
    margin: 0;
    width: 56%;
  }
}

footer .footer__in .info .logo {
  width: 60.56%;
}

footer .footer__in .info .name {
  margin: 1.5em 0 0;
  line-height: 1.416;
  font-size: 4.66667vw;
}

@media screen and (min-width: 751px) {
  footer .footer__in .info .name {
    font-size: 24px;
  }
}


@media screen and (min-width: 751px) {
  .name-sp {
    display: none;
  }
}


@media screen and (max-width: 750px) {
  .name-pc {
    display: none;
  }
}


footer .footer__in .info .tel {
  margin: 0.3em 0 0;
  line-height: 1.4;
  font-size: 5.86667vw;
}

@media screen and (min-width: 751px) {
  footer .footer__in .info .tel {
    margin: 20px 0 0;
    font-size: 29px;
  }
}

footer .footer__in .info .time {
  line-height: 1.666;
  margin: 0.3em 0 0;
}

@media screen and (min-width: 751px) {
  footer .footer__in .info .time {
    margin: 20px 0 0;
  }
}

footer .footer__in .info .add {
  font-size: 3.73333vw;
}

@media screen and (min-width: 751px) {
  footer .footer__in .info .add {
    font-size: 18px;
    margin-top: 20px;
  }
}

footer .footer__in .map {
  margin: 1em 0 0;
  width: 100%;
}

@media screen and (min-width: 751px) {
  footer .footer__in .map {
    width: 39%;
    margin: 0;
  }
}

footer .footer__in .map iframe {
  width: 100%;
  aspect-ratio: 468 / 330;
}

footer .nav {
  text-align: center;
}

footer .copyright {
  margin: 0.5em 0 0;
  text-align: center;
  font-size: 1.93333vw;
}

@media screen and (min-width: 751px) {
  footer .nav {
    font-size: 1.2em;
  }
  footer .copyright {
    font-size: 12px;
  }
}

.breadcrumb {
  margin: 1em 5% 0;
  font-size: 1.86667vw;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.privacy {
  margin: 5em 0 0;
}

.privacy .ttl-en {
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}

.privacy .txt {
  background-color: #EFEDE7;
  border-radius: 1.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #222020;
  margin: 5em 0 0;
  padding: 2em 2em 2em;
}

@media screen and (min-width: 751px) {
  .privacy .txt {
    padding: 4em 6em 5em;
    margin: 8em 0 0;
  }
}

.privacy .txt h2 {
  font-weight: 500;
  margin: 0 0 1.5em;
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .privacy .txt h2 {
    font-size: 28px;
  }
}

.privacy .txt h3 {
  font-weight: 500;
  color: #000000;
  margin: 1.2em 0 0;
  font-size: 3.46667vw;
}

@media screen and (min-width: 751px) {
  .privacy .txt h3 {
    font-size: 20px;
  }
}

.privacy .txt p + p {
  margin: 1.8em 0 0;
}

.privacy .btn {
  background-color: #000000;
  border-radius: 0.7em;
  width: 320px;
  max-width: 80%;
  margin: 4em auto;
  position: relative;
  text-align: center;
}

.privacy .btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  background-image: url("../images/btn_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.625em;
  aspect-ratio: 1 / 1;
}

.privacy .btn a {
  color: #fff;
  padding: 0.7em 0;
  display: block;
}

.privacy .ttl-box .ttl-en__in {
  width: auto;
  letter-spacing: 0.05em;
  color: #EBDFC6;
}

@media screen and (min-width: 751px) {
  .privacy .ttl-box .ttl-en__in {
    width: auto;
    letter-spacing: 0.05em;
    color: #EBDFC6;
  }
}
