@import url(https://fonts.cdnfonts.com/css/cabinet-grotesk);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;900&display=swap);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  background: #8A1E1E;
  color: #8A1E1D;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #8A1E1D;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (min-width: 501px) {
  body {
    font-size: 14px;
  }
}
.pc-disp {
  display: none;
}

.sp-disp {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .pc-disp {
    display: block;
  }
  .sp-disp {
    display: none;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-wrapper {
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.l-wrapper:before {
  content: "";
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #8A1E1E;
}
.l-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-sp.png) no-repeat;
  background-size: cover;
}
.l-wrapper .bg-left, .l-wrapper .bg-right {
  display: none;
}
.l-wrapper.is--active {
  opacity: 1;
  transition: 1s;
}

@media only screen and (min-width: 1120px) {
  .l-wrapper {
    padding-left: 16%;
  }
  .l-wrapper:after {
    background: url(../images/bg-pc.png) no-repeat;
    background-size: cover;
  }
  .l-wrapper .bg-left, .l-wrapper .bg-right {
    display: block;
  }
  .l-wrapper .bg-left {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 630px;
  }
  .l-wrapper .bg-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 136px;
    height: 321px;
  }
}
.l-main {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 501px) {
  .l-main {
    width: 500px;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main {
    margin: 0;
    /* &:before, &:after {
        left: 0;
    } */
  }
  .l-main:after {
    display: block;
    width: 892px;
    height: 933px;
    bottom: -283px;
    right: -880px;
  }
}
.rank {
  background: #105F58;
  margin-top: 70px;
  padding-bottom: 150px;
  border-radius: 250px 250px 0 0;
  color: #F4DEA3;
}
.rank .l-pagehead__lead {
  color: #F4DEA3;
}
.rank .p-rank {
  position: relative;
}
.rank .p-rank .p-rank__inner .p-rank__head {
  position: relative;
  right: -40px;
}
.rank .p-rank .p-rank__contents .rank-item {
  margin-bottom: 65px;
}
.rank .p-rank .p-rank__contents .rank-item .rank-ttl {
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.rank .p-rank .p-rank__contents .rank-item .rank-ttl .icon {
  width: 73px;
  margin: 0 auto 10px;
}
.rank .p-rank .p-rank__contents .rank-item .rank-ttl .sub-txt {
  font-size: 11px;
  margin-bottom: 8px;
}
.rank .p-rank .p-rank__contents .rank-item .rank-ttl .txt {
  font-size: 20px;
  line-height: 1.16;
}
@media only screen and (min-width: 501px) {
  .rank .p-rank .p-rank__contents .rank-item .rank-ttl .icon {
    margin-bottom: 12px;
  }
  .rank .p-rank .p-rank__contents .rank-item .rank-ttl .sub-txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .rank .p-rank .p-rank__contents .rank-item .rank-ttl .txt {
    font-size: 30px;
  }
}
.rank .p-rank .p-rank__contents .rank-item .rank-img {
  width: auto;
  border: #B08A3C 1px solid;
  margin: 0 30px;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.rank .p-rank .p-rank__contents .rank-item .rank-img:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 501px) {
  .rank .p-rank .p-rank__contents .rank-item .rank-img {
    margin: 0 40px;
    padding: 15px;
  }
}
.rank .p-rank .p-rank__contents .rank-item.other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 30px 0;
  padding-bottom: 30px;
  border-bottom: #FFF6E7 0.5px solid;
  cursor: pointer;
  transition: opacity 0.4s ease;
  gap: 10px;
}
.rank .p-rank .p-rank__contents .rank-item.other:hover {
  opacity: 0.7;
}
.rank .p-rank .p-rank__contents .rank-item.other:first-child {
  margin-top: 87px;
}
.rank .p-rank .p-rank__contents .rank-item.other .other-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.rank .p-rank .p-rank__contents .rank-item.other .other-col .rank-ttl {
  text-align: left;
  margin-bottom: 0;
  width: 70%;
}
.rank .p-rank .p-rank__contents .rank-item.other .other-col .rank-ttl.icon-ttl {
  width: 22%;
}
.rank .p-rank .p-rank__contents .rank-item.other .other-col .rank-ttl .icon {
  margin-bottom: 0;
}
.rank .p-rank .p-rank__contents .rank-item.other .rank-icon {
  min-width: 12px;
}
@media only screen and (min-width: 501px) {
  .rank .p-rank .p-rank__contents .rank-item.other {
    margin: 30px 40px 0;
  }
  .rank .p-rank .p-rank__contents .rank-item.other:first-child {
    margin-top: 87px;
  }
  .rank .p-rank .p-rank__contents .rank-item.other .other-col {
    gap: 30px;
  }
  .rank .p-rank .p-rank__contents .rank-item.other .rank-icon {
    min-width: 16px;
  }
}
@media only screen and (min-width: 501px) {
  .rank {
    margin-top: 50px;
  }
}

.rank01 {
  color: #CBA04D;
}

.rank02 {
  color: #DAD9D6;
}

.rank03 {
  color: #D9716E;
}

.modal-container {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
.modal-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.modal-container .js-modalClose {
  cursor: pointer;
  position: absolute;
  top: 63px;
  right: 50px;
  z-index: 25;
}
.modal-container .modal-slide {
  background: #105F58;
  margin: 40px 20px 60px;
  position: relative;
  border: #B08A3C 5px solid;
}
.modal-container .modal-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-modal.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.modal-container .modal-slide .modal-content {
  height: 670px;
}
.modal-container .modal-slide .modal-content .rank-item {
  margin: 57px 0 40px;
}
.modal-container .modal-slide .modal-content .rank-item .rank-ttl {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-container .modal-slide .modal-content .rank-item .rank-img {
  margin: 0 10px;
  pointer-events: none;
}
@media only screen and (min-width: 501px) {
  .modal-container {
    width: 500px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-container .modal-slide .modal-content {
    height: 900px;
    overflow-y: auto;
  }
  .modal-container .modal-slide .modal-content .rank-item .rank-img {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .modal-container {
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
    overflow-y: auto;
  }
  .modal-container .modal-slide {
    min-height: auto;
  }
  .modal-container .modal-slide .modal-content {
    overflow-y: auto;
  }
}

.modal-container .slick-slider {
  position: relative;
}

.modal-container .slick-prev,
.modal-container .slick-next {
  text-indent: -9999px;
  overflow: hidden;
  width: 51px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  bottom: 85px;
  position: absolute;
  cursor: pointer;
  z-index: 25;
}
@media only screen and (min-width: 501px) {
  .modal-container .slick-prev,
  .modal-container .slick-next {
    bottom: 100px;
  }
}
@media only screen and (min-width: 1120px) {
  .modal-container .slick-prev,
  .modal-container .slick-next {
    bottom: 100px;
  }
}

.modal-container .slick-prev {
  background: url(../images/prev-icon.svg) no-repeat;
  left: calc(50% - 100px);
}

.modal-container .slick-next {
  background: url(../images/next-icon.svg) no-repeat;
  right: calc(50% - 100px);
}

.menu-box {
  background: #FAF3F2;
  padding: 72px 0 28px;
  position: relative;
}
.menu-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  background: url(../images/ribbon.png) no-repeat;
  background-size: contain;
}
.menu-box .l-pagehead {
  padding-top: 0;
  color: #105F58;
}
.menu-box .l-pagehead__lead {
  color: #105F58;
}
.menu-box .btn-box {
  margin: 0 30px;
  position: relative;
  z-index: 5;
}
.menu-box .btn-box .btn-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
}
@media only screen and (min-width: 501px) {
  .menu-box {
    padding: 144px 0 56px;
  }
  .menu-box .btn-box {
    margin: 0 40px;
  }
  .menu-box .btn-box .btn-col {
    gap: 20px;
  }
}

.send01 {
  background: #FFF6E7;
}
.send01 .p-gift .gift-slider .slick-arrow {
  background-color: #8A1E1E;
}
.send01 .p-gift .gift-slider .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.send01 .p-gift .gift-slider .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.send02 {
  background: #105F58;
  color: #F8FBF7;
}
.send02 .p-gift__head:before {
  background: #F8FBF7;
}
.send02 .p-gift__head .head-label {
  color: #F8FBF7;
}
.send02 .p-gift .gift-slider .slick-arrow {
  background-color: #F8FBF7;
}
.send02 .p-gift .gift-slider .slick-prev:before {
  border-top: 2px solid #2E3A59;
  border-left: 2px solid #2E3A59;
}
.send02 .p-gift .gift-slider .slick-next:before {
  border-top: 2px solid #2E3A59;
  border-right: 2px solid #2E3A59;
}

.send03 {
  background: #2E3959;
  color: #FFF6E7;
}
.send03 .p-gift__head:before {
  background: #FFF6E7;
}
.send03 .p-gift__head .head-label {
  color: #FFF6E7;
}
.send03 .p-gift .gift-slider .slick-arrow {
  background-color: #FFF6E7;
}
.send03 .p-gift .gift-slider .slick-prev:before {
  border-top: 2px solid #2E3959;
  border-left: 2px solid #2E3959;
}
.send03 .p-gift .gift-slider .slick-next:before {
  border-top: 2px solid #2E3959;
  border-right: 2px solid #2E3959;
}

.send-box {
  padding-bottom: 65px;
  position: relative;
}
.send-box .send-item {
  position: absolute;
  top: 0;
  right: 20px;
}
.send-box .l-pagehead__ttl img {
  width: auto;
  height: 5.8666666667vw;
}
@media only screen and (min-width: 501px) {
  .send-box .l-pagehead__ttl img {
    height: 22px;
  }
}

.l-pagehead {
  text-align: center;
  padding-top: 17.3333333333vw;
  margin-bottom: 4.5333333333vw;
  position: relative;
  z-index: 2;
}
.l-pagehead__ttl {
  font-size: 11.2vw;
  font-weight: 900;
}
.l-pagehead__ttl img {
  width: 86.4vw;
}
.l-pagehead__lead {
  font-size: 2.6666666667vw;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.2em;
  color: #8A1E1D;
}
.l-pagehead__txt {
  font-size: 9.6vw;
  font-weight: 900;
}

@media only screen and (min-width: 501px) {
  .l-pagehead {
    padding-top: 100px;
    margin-bottom: 45px;
  }
  .l-pagehead__ttl {
    font-size: 42px;
  }
  .l-pagehead__ttl img {
    width: 432px;
  }
  .l-pagehead__lead {
    font-size: 14px;
    margin-top: 2em;
  }
  .l-pagehead__txt {
    font-size: 36px;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 15;
}
.l-header__trigger {
  position: absolute;
  top: 3.2vw;
  right: 3.2vw;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  cursor: pointer;
  background-image: url(../images/header-open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
  z-index: 10;
  border-radius: 50%;
}
.l-header__trigger.is--active {
  background-image: url(../images/header-close.svg);
  background-color: inherit;
}
.l-header__contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-overflow-y: auto;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 20vw 2.6666666667vw 0;
  background: #8A1E1E;
}
.l-header__contents:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg-sp.png) repeat-y top center;
  background-size: cover;
}
.l-header a {
  color: #F4DEA3;
  display: block;
}
.l-header .header-nav {
  position: relative;
  z-index: 1;
  padding: 4vw 10.6666666667vw;
}
.l-header .header-nav__head {
  display: none;
}
.l-header .header-nav__list li {
  background-image: linear-gradient(to right, #F4DEA3 1px, transparent 1px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 4vw 0 4vw 8vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.l-header .header-nav__list li:last-child {
  background: none;
}
.l-header .header-nav__list li.big-txt {
  background: none;
  padding-left: 0;
  border-bottom: 1px solid #F4DEA3;
}
.l-header .header-nav__list li.big-txt a {
  padding-left: 0;
}
.l-header .header-nav__list li.sub-txt {
  background: none;
  border-bottom: none;
  padding-bottom: 0;
}
.l-header .header-nav__list li.sub-txt a {
  padding-left: 0;
}
.l-header .header-nav__list li.sub-txt a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: url(../images/nav-icon2.svg) no-repeat;
  background-size: contain;
}
.l-header .header-nav__list li.sub-txt a .nav-txt--main {
  font-weight: 500;
}
.l-header .header-nav__list a {
  position: relative;
  padding-left: 7.4666666667vw;
}
.l-header .header-nav__list a::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/nav-icon.svg) no-repeat;
  background-size: contain;
}
.l-header .header-nav__list .nav-txt--num {
  font-family: "Cabinet Grotesk", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4vw;
  font-weight: bold;
}
.l-header .header-nav__list .nav-txt--sub {
  margin-bottom: 0.2em;
}
.l-header .header-nav__list .nav-txt--main {
  font-size: 4.8vw;
  font-weight: 900;
}
.l-header .header-nav__bnr {
  margin: 0;
}
.l-header .header-nav__sns {
  margin: 9.6vw 0 0;
}
.l-header .header-nav__sns a {
  display: block;
}

@media only screen and (min-width: 501px) {
  .l-header__trigger {
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background-color: #8A1E1D;
  }
  .l-header__contents {
    padding: 100px 20px 20px;
  }
  .l-header__contents:before {
    height: 182px;
    max-height: calc(100vh - 600px);
    bottom: 0;
    background: url(../images/page-line.png) repeat left top;
    background-size: 2px;
  }
  .l-header .header-nav {
    width: 410px;
    margin: auto;
    padding: 20px 46px;
  }
  .l-header .header-nav__list {
    width: 274px;
    margin: auto;
  }
  .l-header .header-nav__list li {
    padding: 15px 0 15px 30px;
  }
  .l-header .header-nav__list a {
    padding-left: 28px;
  }
  .l-header .header-nav__list .nav-txt--num {
    font-size: 15px;
  }
  .l-header .header-nav__list .nav-txt--sub {
    font-size: 14px;
  }
  .l-header .header-nav__list .nav-txt--main {
    font-size: 18px;
  }
  .l-header .header-nav__bnr {
    margin: 0 auto 20px;
    width: 274px;
  }
  .l-header .header-nav__sns {
    width: 274px;
    margin: 19px auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header {
    width: calc(100% - 500px);
    height: 750px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-header__trigger {
    display: none;
  }
  .l-header__contents {
    display: block !important;
    opacity: 1 !important;
    position: static;
    height: auto;
    background: none;
    padding: 0 20px;
  }
  .l-header__contents:before {
    content: none;
  }
  .l-header__contents:after {
    content: none;
  }
  .l-header .header-nav {
    padding: 0;
    background: none;
  }
  .l-header .header-nav__head {
    display: block;
    text-align: center;
    color: #F4DEA3;
    line-height: 1.22;
    margin-bottom: 23px;
  }
  .l-header .header-nav__head .head-ttl {
    margin-bottom: 22px;
  }
  .l-header .header-nav__head .head-lead {
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1120px) {
  .l-header {
    width: calc(84% - 500px);
  }
}
@media only screen and (max-height: 700px) and (min-width: 1025px) {
  .l-header {
    height: 100vh;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #4C4B4B;
  padding: 0 0 2.6666666667vw;
  font-weight: 600;
  background: #FFF;
}
.l-footer .footer-caution {
  font-size: 2.6666666667vw;
  margin-bottom: 2em;
  padding-top: 2em;
}
.l-footer .footer-logo img {
  width: 68.8vw;
}
.l-footer .footer-copy {
  font-size: 2.6666666667vw;
  line-height: 1;
  margin-top: 0.5em;
}

@media only screen and (min-width: 501px) {
  .l-footer {
    padding: 0 0 20px;
  }
  .l-footer .footer-caution {
    font-size: 13px;
  }
  .l-footer .footer-logo img {
    width: 336px;
  }
  .l-footer .footer-copy {
    font-size: 14px;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
/* ========== loading ========== */
.p-loading {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  background: #8A1E1E;
}
.p-loading__inner {
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-loading .loading-logo {
  opacity: 0;
}
.p-loading .loading-logo img {
  width: 86.4vw;
}
.p-loading.is--active .loading-logo {
  opacity: 1;
  transition: 1s 1s;
}

@media only screen and (min-width: 501px) {
  .p-loading .loading-logo img {
    width: 422px;
  }
}
/* ========== gift ========== */
.p-gift {
  margin-bottom: 10.1333333333vw;
  position: relative;
  z-index: 2;
}
.p-gift__icon {
  position: absolute;
  width: 46.6666666667vw;
  top: 0vw;
  right: 3.2vw;
}
.p-gift__head {
  padding: 0 0 0 10.1333333333vw;
  position: relative;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 4vw;
}
.p-gift__head:before {
  content: "";
  width: 1.8666666667vw;
  height: 100%;
  background: #8A1E1D;
  position: absolute;
  top: 0;
  left: 5.3333333333vw;
}
.p-gift__head .head-label {
  color: #8A1E1D;
  font-family: "Cabinet Grotesk", sans-serif;
  font-size: 2.6666666667vw;
  margin-bottom: 0.5em;
}
.p-gift__head .head-ttl span {
  display: block;
}
.p-gift__head .head-ttl--sub {
  font-size: 2.9333333333vw;
  margin-bottom: 0.3em;
}
.p-gift__head .head-ttl--main {
  font-size: 6.6666666667vw;
  font-weight: 900;
}
.p-gift .gift-slider {
  width: 86.4vw;
  margin: auto;
}
.p-gift .gift-slider .slick-arrow {
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  background-color: #EDEAE7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -5.0666666667vw;
  cursor: pointer;
  border: none;
  z-index: 4;
}
.p-gift .gift-slider .slick-arrow:before {
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  position: absolute;
  top: 50%;
}
.p-gift .gift-slider .slick-prev {
  left: -5.0666666667vw;
}
.p-gift .gift-slider .slick-prev:before {
  border-top: 2px solid #8A1E1D;
  border-left: 2px solid #8A1E1D;
  left: 40%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-gift .gift-slider .slick-next {
  right: -5.0666666667vw;
}
.p-gift .gift-slider .slick-next:before {
  border-top: 2px solid #8A1E1D;
  border-right: 2px solid #8A1E1D;
  right: 40%;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 501px) {
  .p-gift {
    margin-bottom: 30px;
  }
  .p-gift__icon {
    width: 175px;
    top: 0px;
    right: 12px;
  }
  .p-gift__head {
    padding: 0 0 0 48px;
    margin-bottom: 25px;
  }
  .p-gift__head:before {
    width: 8px;
    left: 26px;
  }
  .p-gift__head .head-label {
    font-size: 13px;
  }
  .p-gift__head .head-ttl--sub {
    font-size: 14px;
  }
  .p-gift__head .head-ttl--main {
    font-size: 31px;
  }
  .p-gift .gift-slider {
    width: 430px;
  }
  .p-gift .gift-slider .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .p-gift .gift-slider .slick-arrow:before {
    width: 14px;
    height: 14px;
  }
  .p-gift .gift-slider .slick-prev {
    left: -25px;
  }
  .p-gift .gift-slider .slick-next {
    right: -25px;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/* ========== hoge ========== */
/*------------------------------------------
  slick
------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-loading .slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=_map/common.css.map */
