@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@import url("reset.css");
@import url("common.css");
@-webkit-keyframes t-mask {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
}
@keyframes t-mask {
  0% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 1140px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 1140px) {
  .sp-s {
    display: none !important;
  }
}
.base-w {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1140px) {
  .base-w {
    padding: 0 20px;
  }
}

.top-announcement-area {
  padding: 50px 20px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .top-announcement-area {
    padding: 30px 15px;
  }
}
.top-announcement-area h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.top-announcement-area p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1140px) {
  .top-announcement-area p {
    text-align: left;
  }
}

.__top .kv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1140px) {
  .__top .kv-area {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 120px;
  }
}
.__top .kv-area .txt-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .__top .kv-area .txt-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.__top .kv-area .txt-area .inner {
  position: relative;
  right: -30px;
}
@media (max-width: 1024px) {
  .__top .kv-area .txt-area .inner {
    right: 30px;
    top: -2em;
  }
}
@media (max-width: 767px) {
  .__top .kv-area .txt-area .inner {
    top: 1.5em;
    right: inherit;
    left: 0;
  }
}
.__top .kv-area .txt-area .inner h2 {
  font-size: 4.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.2121212121;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .__top .kv-area .txt-area .inner h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .__top .kv-area .txt-area .inner h2 {
    font-size: 3rem;
  }
}
.__top .kv-area .txt-area .inner h2 span {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  display: inline-block;
  height: 100%;
}
.__top .kv-area .txt-area .inner .online {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 207px;
  height: 50px;
  color: white;
  font-family: "ITCAvantGardeStd-Md";
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .__top .kv-area .txt-area .inner .online {
    width: 200px;
    padding-top: 3px;
  }
}
.__top .kv-area .txt-area .inner .online::after {
  opacity: 0;
  background: #b69b7a;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 101%);
  transform: translate(0, 101%);
}
.__top .kv-area .txt-area .inner .online:hover {
  text-decoration: none;
  opacity: 1;
}
.__top .kv-area .txt-area .inner .online:hover::after {
  opacity: 1;
  -webkit-animation: t-mask 500ms cubic-bezier(0.77, 0, 0.175, 1);
  animation: t-mask 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.__top .kv-area .fig {
  width: 50%;
  -webkit-transform: translateX(10%) translateY(10%);
          transform: translateX(10%) translateY(10%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}
@media (max-width: 1024px) {
  .__top .kv-area .fig {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.__top .kv-area .fig img {
  width: 100%;
  height: auto;
}
.__top .kv-area.loaded .txt-area h2 span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.__top .kv-area.loaded .txt-area .inner .online {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.__top .kv-area.loaded .fig {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

.__top section {
  margin-bottom: 150px;
}

.__top .sec-item {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1140px) {
  .__top .sec-item {
    padding: 0 20px;
  }
}

.base-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .base-items-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.base-items-list li {
  width: 20%;
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 1140px) {
  .base-items-list li {
    width: 25%;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .base-items-list li {
    width: 48%;
    margin-right: 0;
  }
}
.base-items-list li:nth-child(4n) {
  margin-right: 0;
}
.base-items-list li .thumb {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1140px) {
  .base-items-list li .thumb {
    width: 70%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .base-items-list li .thumb {
    max-width: 200px;
  }
}
.base-items-list li .thumb img {
  width: 100%;
  height: auto;
}
.base-items-list li .name1 {
  font-size: 1.6rem;
  font-family: "ITCAvantGardeStd-Demi";
}
@media screen and (max-width: 1140px) {
  .base-items-list li .name1 {
    font-size: 1.4rem;
  }
}
.base-items-list li .name2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1140px) {
  .base-items-list li .name2 {
    font-size: 1.4rem;
  }
}
.base-items-list li .price {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .base-items-list li .price {
    font-size: 1.4rem;
  }
}
.base-items-list li .price span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1140px) {
  .base-items-list li .price span {
    font-size: 1.1rem;
  }
}
.base-items-list.active li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.base-more {
  width: 143px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .base-more {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .base-more {
    width: 60%;
  }
}
.base-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  color: black;
  background: #b69b7a;
  width: 100%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .base-more a {
    height: 40px;
  }
}
.base-more a::after {
  opacity: 0;
  background: black;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 101%);
  transform: translate(0, 101%);
}
.base-more a:hover {
  opacity: 1;
}
.base-more a:hover::after {
  opacity: 1;
  -webkit-animation: t-mask 500ms cubic-bezier(0.77, 0, 0.175, 1);
  animation: t-mask 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.base-more.white {
  border: 1px solid black;
}
.base-more.white a {
  background: white;
}

.__top .sec-about {
  padding: 90px 0;
  text-align: center;
  position: relative;
}
.__top .sec-about::before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  background: #b69b7a;
}
.__top .sec-about.active::before {
  opacity: 1;
  left: 0;
}
.__top .sec-about .inner {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .__top .sec-about .inner {
    padding-top: 20vw;
    word-break: 100%;
  }
}
.__top .sec-about .s-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .__top .sec-about .s-ttl {
    font-size: 2rem;
  }
}
.__top .sec-about .s-ttl + p {
  font-size: 1.6rem;
  max-width: 530px;
  margin: 30px auto 65px;
  line-height: 2;
}
@media (max-width: 767px) {
  .__top .sec-about .s-ttl + p {
    font-size: 1.4rem;
    margin: 20px auto 40px;
  }
}
.__top .sec-about .left-fig {
  position: absolute;
  left: -260px;
  top: 0;
}
@media screen and (max-width: 1140px) {
  .__top .sec-about .left-fig {
    left: -15vw;
    top: -20vw;
    width: 45%;
  }
  .__top .sec-about .left-fig img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .__top .sec-about .left-fig {
    top: -40vw;
    width: 55%;
  }
}
.__top .sec-about .right-fig {
  position: absolute;
  right: -263px;
  top: 170px;
}
@media screen and (max-width: 1140px) {
  .__top .sec-about .right-fig {
    right: -15vw;
    top: -15vw;
    width: 45%;
  }
  .__top .sec-about .right-fig img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .__top .sec-about .right-fig {
    top: -30vw;
    width: 55%;
  }
}

@media (max-width: 767px) {
  .__top .sec-news {
    margin-bottom: 80px;
  }
}
.__top .sec-news .list {
  max-width: 775px;
  margin: 0 auto 55px;
}
@media (max-width: 800px) {
  .__top .sec-news .list {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.__top .sec-news .list li {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .__top .sec-news .list li {
    margin-bottom: 35px;
  }
}
.__top .sec-news .list li a {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .__top .sec-news .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__top .sec-news .list li a:hover {
  opacity: 1;
  text-decoration: none;
}
.__top .sec-news .list li time {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .__top .sec-news .list li time {
    font-size: 1.4rem;
  }
}
.__top .sec-news .list li .ico {
  position: absolute;
  left: 100px;
  top: 0;
  background: black;
  padding: 3px 5px;
  min-width: 100px;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .__top .sec-news .list li .ico {
    font-size: 1.2rem;
    min-width: 80px;
    left: 90px;
    top: 2px;
  }
}
.__top .sec-news .list li p {
  font-size: 1.6rem;
  padding-left: 220px;
}
@media (max-width: 767px) {
  .__top .sec-news .list li p {
    width: 100%;
    padding: 25px 0 0;
  }
}

.__lower .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.__lower .top-nav .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1140px) {
  .__lower .top-nav .txt {
    font-size: 1.4rem;
  }
}
.__lower .top-nav .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__lower .top-nav .btn-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  margin-left: 20px;
  padding: 2px 10px;
}
@media screen and (max-width: 1140px) {
  .__lower .top-nav .btn-row a {
    font-size: 1.4rem;
  }
}
.__lower .top-nav .btn-row a.btn1 {
  background: #b5b6b6;
}
.__lower .top-nav .btn-row a.btn2 {
  background: #b69b7a;
}

.__lower .sec-item {
  max-width: 1214px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1240px) {
  .__lower .sec-item {
    padding: 0 20px;
  }
}
.__lower .sec-item .base-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .__lower .sec-item .base-items-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__lower .sec-item .base-items-list li {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  border: 1px solid black;
  position: relative;
}
@media (max-width: 767px) {
  .__lower .sec-item .base-items-list li {
    width: 48%;
  }
}
.__lower .sec-item .base-items-list li:nth-child(4n) {
  margin-right: 0;
}
.__lower .sec-item .base-items-list li a {
  padding: 50px 0 70px;
  display: block;
}
@media (max-width: 767px) {
  .__lower .sec-item .base-items-list li a {
    padding: 40px 0 50px;
  }
}
.__lower .sec-item .base-items-list li a .thumb {
  padding: 0 70px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-item .base-items-list li a .thumb {
    padding: 0 20px;
  }
}
.__lower .sec-item .base-items-list li a .ico-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: black;
  padding: 6px 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-item .base-items-list li a .ico-new {
    font-size: 1.4rem;
    padding: 6px 20px;
  }
}
.__lower .sec-item .base-items-list li::after {
  content: "";
  background-image: url(../img/item/item-arrow.svg);
  background-size: 90px 49px;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-item .base-items-list li::after {
    background-size: 73px 40px;
    width: 73px;
    height: 40px;
  }
}

.__lower .sec-gift {
  width: 100vw;
  margin: 90px calc(50% - 50vw) 0;
}
@media (max-width: 1240px) {
  .__lower .sec-gift {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift {
    padding: 0 20px;
  }
}
.__lower .sec-gift .inner {
  max-width: 1900px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .__lower .sec-gift .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.__lower .sec-gift .inner .txt-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .__lower .sec-gift .inner .txt-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .inner .txt-area {
    width: 100%;
  }
}
.__lower .sec-gift .inner .txt-area .txt-inner {
  margin-right: 130px;
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area .txt-inner {
    margin-right: 0;
  }
}
.__lower .sec-gift .inner .txt-area h2 {
  margin-bottom: 45px;
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area h2 {
    margin-bottom: 30px;
  }
}
.__lower .sec-gift .inner .txt-area h2 .large {
  font-size: 6.9rem;
  font-family: "ITCAvantGardeStd-Bold";
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area h2 .large {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .inner .txt-area h2 .large {
    font-size: 4.9rem;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .inner .txt-area h2 .large {
    font-size: 3.9rem;
  }
}
.__lower .sec-gift .inner .txt-area h2 .midium {
  font-size: 4.6rem;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area h2 .midium {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .inner .txt-area h2 .midium {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .inner .txt-area h2 .midium {
    font-size: 2.5rem;
  }
}
.__lower .sec-gift .inner .txt-area h2 .small {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 1240px) {
  .__lower .sec-gift .inner .txt-area h2 .small {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .inner .txt-area h2 .small {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .inner .txt-area h2 .small {
    font-size: 1.9rem;
  }
}
.__lower .sec-gift .inner .txt-area p {
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .inner .txt-area p {
    font-size: 1.4rem;
  }
}
.__lower .sec-gift .inner .fig {
  width: 50%;
}
@media (max-width: 900px) {
  .__lower .sec-gift .inner .fig {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .inner .fig {
    width: 100%;
  }
}
.__lower .sec-gift .inner .fig img {
  width: 100%;
  height: auto;
}
.__lower .sec-gift .cat-ttl-area {
  text-align: center;
  max-width: 1100px;
  margin: 60px auto 20px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .cat-ttl-area {
    margin: 50px auto 20px;
  }
}
.__lower .sec-gift .cat-ttl-area h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .cat-ttl-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.__lower .sec-gift .cat-ttl-area p {
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .cat-ttl-area p {
    font-size: 14px;
  }
}
.__lower .sec-gift .cat-ttl-area.line {
  border-top: 1px solid black;
  padding-top: 60px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .cat-ttl-area.line {
    padding-top: 50px;
    margin-top: 20px;
  }
}
.__lower .sec-gift .gift-list {
  max-width: 1180px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__lower .sec-gift .gift-list li {
  width: 30%;
  text-align: center;
  position: relative;
  margin: 0 1.5%;
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li {
    width: 48%;
    margin: 0 0 5%;
    padding-bottom: 70px;
  }
}
.__lower .sec-gift .gift-list li .thumb {
  width: 100%;
}
.__lower .sec-gift .gift-list li .thumb img {
  width: 100%;
  height: auto;
  position: relative;
}
.__lower .sec-gift .gift-list li .thumb img[src*=gift-item-1] {
  left: -50px;
  position: relative;
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li .thumb img[src*=gift-item-1] {
    left: -6.5vw;
  }
}
.__lower .sec-gift .gift-list li .thumb img[src*=gift-item-2] {
  left: -63px;
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li .thumb img[src*=gift-item-2] {
    left: -8vw;
  }
}
.__lower .sec-gift .gift-list li .thumb img[src*=gift-item-3] {
  left: -68px;
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li .thumb img[src*=gift-item-3] {
    left: -8.2vw;
  }
}
.__lower .sec-gift .gift-list li .type {
  width: 55px;
  height: 55px;
  font-size: 4.2rem;
  font-family: "ITCAvantGardeStd-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 25px;
  background: #b69b7a;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .gift-list li .type {
    width: 44px;
    height: 44px;
    font-size: 3.3rem;
    margin: 10px auto 15px;
  }
}
.__lower .sec-gift .gift-list li .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .gift-list li .name {
    font-size: 1.6rem;
  }
}
.__lower .sec-gift .gift-list li .name small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .gift-list li .name small {
    font-size: 1.1rem;
  }
}
.__lower .sec-gift .gift-list li .ex-txt {
  font-size: 1.6rem;
  min-height: 3em;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .gift-list li .ex-txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li .ex-txt {
    text-align: left;
    font-size: 1.3rem;
  }
}
.__lower .sec-gift .gift-list li .btn {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
  height: 32px;
  margin: 25px auto;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-gift .gift-list li .btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .__lower .sec-gift .gift-list li .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 90%;
  }
}

.__lower .sec-about {
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 767px) {
  .__lower .sec-about {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about {
    padding: 0 20px;
  }
}
.__lower .sec-about .lower-about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.__lower .sec-about .lower-about-list li .txt-area {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li .txt-area {
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li .txt-area {
    width: 80%;
    padding: 0;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li .txt-area {
    width: 100%;
  }
}
.__lower .sec-about .lower-about-list li .txt-area h3 {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .__lower .sec-about .lower-about-list li .txt-area h3 {
    font-size: 3.6rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li .txt-area h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li .txt-area h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.__lower .sec-about .lower-about-list li .txt-area p {
  line-height: 2.5;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li .txt-area p {
    font-size: 1.4rem;
  }
}
.__lower .sec-about .lower-about-list li .fig {
  width: 50%;
  position: relative;
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li .fig {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li .fig {
    width: 100%;
  }
}
.__lower .sec-about .lower-about-list li .fig .photo {
  width: 100%;
  height: auto;
}
.__lower .sec-about .lower-about-list li:nth-child(1) .txt-area {
  padding-left: 80px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .txt-area {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .txt-area {
    padding-left: 20px;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(1) .fig {
  padding-left: 80px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .fig {
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .fig {
    padding: 0;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(1) .fig .deco {
  width: 198px;
  height: auto;
  position: absolute;
  top: -65px;
  right: 5%;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .fig .deco {
    width: 158px;
  }
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .fig .deco {
    width: 126px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(1) .fig .deco {
    width: 100px;
    top: -40px;
    right: 2%;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(2) .txt-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 80px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .txt-area {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .txt-area {
    padding-left: 20px;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(2) .fig {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .fig {
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .fig {
    padding: 0;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(2) .fig .deco {
  width: 274px;
  height: auto;
  position: absolute;
  bottom: -75px;
  right: -57px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .fig .deco {
    width: 219px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .fig .deco {
    width: 175px;
    right: -10px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(2) .fig .deco {
    width: 140px;
    bottom: -40px;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(3) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) {
    margin-bottom: 0;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(3) .txt-area {
  padding-left: 80px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .txt-area {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .txt-area {
    padding-left: 20px;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(3) .fig {
  padding-left: 80px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .fig {
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .fig {
    padding: 0;
  }
}
.__lower .sec-about .lower-about-list li:nth-child(3) .fig .deco {
  width: 208px;
  height: auto;
  position: absolute;
  top: -125px;
  right: 6%;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .fig .deco {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .fig .deco {
    width: 132px;
  }
}
@media (max-width: 600px) {
  .__lower .sec-about .lower-about-list li:nth-child(3) .fig .deco {
    width: 105px;
    top: -40px;
  }
}

.__lower .sec-contact {
  max-width: 915px;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact {
    padding: 0 20px;
  }
}
.__lower .sec-contact .top-txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .top-txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.__lower .sec-contact .form-area {
  border: 1px solid black;
  padding: 50px 90px;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .form-area {
    padding: 15px;
  }
}
.__lower .sec-contact .tbl {
  width: 100%;
  border-collapse: collapse;
}
.__lower .sec-contact .tbl th {
  font-size: 1.6rem;
  padding: 20px 0;
  vertical-align: top;
  width: 150px;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .tbl th {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.__lower .sec-contact .tbl td {
  font-size: 1.6rem;
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .tbl td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
.__lower .sec-contact .tbl td input, .__lower .sec-contact .tbl td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid white;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}
.__lower .sec-contact .tbl td input:focus, .__lower .sec-contact .tbl td textarea:focus {
  border: 1px solid #ccc;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .tbl td input, .__lower .sec-contact .tbl td textarea {
    border: 1px solid #ccc;
  }
}
.__lower .sec-contact .tbl td textarea {
  height: 200px;
}
.__lower .sec-contact .tbl tr {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .tbl tr {
    margin-bottom: 25px;
    display: block;
  }
}
.__lower .sec-contact .tbl tr:last-child {
  border: 0;
}
.__lower .sec-contact .tbl tr:last-child td {
  margin-bottom: 0;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .tbl tr:last-child {
    margin-bottom: 0;
  }
}
.__lower .sec-contact .submit-btn {
  width: 192px;
  height: 43px;
  margin: 65px auto 0;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .submit-btn {
    margin-top: 30px;
  }
}
.__lower .sec-contact .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1140px) {
  .__lower .sec-contact .submit-btn input {
    font-size: 1.6rem;
  }
}

.__lower.w1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.__lower.news {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.__lower.news .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
}
@media screen and (max-width: 1140px) {
  .__lower.news .title-area {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}
.__lower.news .title-area .tag {
  background: black;
  padding: 3px 40px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1140px) {
  .__lower.news .title-area .tag {
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 20px;
  }
}
.__lower.news .title-area .title {
  font-size: 2.8rem;
  margin-left: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1140px) {
  .__lower.news .title-area .title {
    font-size: 2.2rem;
    margin-left: 0;
  }
}
.__lower.news .day {
  padding-left: 50px;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 1140px) {
  .__lower.news .day {
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.__lower.news figure {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .__lower.news figure {
    margin-bottom: 15px;
  }
}
.__lower.news figure img {
  max-width: 100%;
  height: auto;
}

.__lower .sec-faq {
  max-width: 800px;
  margin: auto;
}
.__lower .sec-faq h3 + div {
  padding-left: 1em;
}
.__lower .sec-faq h3 + div img {
  margin-top: 10px;
  display: inline-block;
}
.__lower .sec-faq .faq-list .box {
  border: 1px solid black;
  padding: 30px 50px;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .__lower .sec-faq .faq-list .box {
    padding: 20px 25px;
  }
}
.__lower .sec-faq .faq-list .box .question-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .__lower .sec-faq .faq-list .box .question-btn {
    padding-left: 0.5em;
  }
}
.__lower .sec-faq .faq-list .box .question-btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  margin: 0 15px 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .__lower .sec-faq .faq-list .box .question-btn::before {
    margin: 2px 15px 10px 0;
  }
}
.__lower .sec-faq .faq-list .box .question-btn.current::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 6px 15px 0 0;
}
@media (max-width: 767px) {
  .__lower .sec-faq .faq-list .box .question-btn.current::before {
    margin: 3px 15px 0px 0;
  }
}
.__lower .sec-faq .faq-list .box dd {
  display: none;
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 1.4rem;
}
.__lower .sec-faq .faq-list .box .mb2 {
  margin-bottom: 2em;
}
.__lower .sec-faq .faq-list .box .mb {
  margin-bottom: 1em;
}
.__lower .sec-faq .faq-list .price .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__lower .sec-faq .faq-list .price .area-list li {
  width: 32%;
  border: 1px solid black;
}
@media (max-width: 767px) {
  .__lower .sec-faq .faq-list .price .area-list li {
    width: 49%;
    margin-bottom: 15px;
  }
  .__lower .sec-faq .faq-list .price .area-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .__lower .sec-faq .faq-list .price .area-list li {
    width: 100%;
  }
}
.__lower .sec-faq .faq-list .price .area-list li table {
  width: 100%;
}
.__lower .sec-faq .faq-list .price .area-list li table th {
  font-weight: bold;
  border-bottom: 1px solid black;
  text-align: center;
  padding-top: 2px;
}
.__lower .sec-faq .faq-list .price .area-list li table .line2 td {
  padding: 2px 1px;
}
.__lower .sec-faq .faq-list .price .area-list li table .line2 td span {
  background: #eee;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 1.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
}
.__lower .sec-faq .faq-list .price .area-list li table .line {
  position: relative;
  border-bottom: 1px solid black;
  /*
  							&::after{
  							width: calc(100% - 2px);
  							content: "";
  							position: absolute;
  							left: 1px;
  							bottom: 0;
  							display: block;
  							background: black;
  							height: 1px;
  							}
  */
}
.__lower .sec-faq .faq-list .price .area-list li table .line td {
  width: 50%;
  text-align: center;
  font-size: 1.1rem;
  padding: 5px;
}
.__lower .sec-faq .faq-list .price .area-list li table .line:last-child {
  border: 0;
}
.__lower .sec-faq .faq-list .basic-tbl {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.__lower .sec-faq .faq-list .basic-tbl th {
  background: #eee;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid black;
  font-size: 1.2rem;
}
.__lower .sec-faq .faq-list .basic-tbl td {
  padding: 5px 20px;
  border: 1px solid black;
  font-size: 1.2rem;
  width: 180px;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */