@charset "UTF-8";
.__Init-txt--break::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__Init-txt--break-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 1001px) {
  .__Init-txt--large-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__Init-txt--break-small-pc::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1001px) {
  .__Init-txt--break-small-pc::before {
    content: "";
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .__Init-txt--break-mob::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .__Init-txt--break-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 360px) {
  .__Init-txt--break-micro-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .__Init-block--none-mob {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .__Init-block--none-pc {
    display: none;
  }
}

.Delivery-common-footer__main-copy-btn span, .Delivery-photomail__ttl {
  font-family: "Noto Serif JP", "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", serif;
}

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

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

@media screen and (min-width: 768px) {
  .Break-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Break-pc {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .Break-sp {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .Break-sp {
    display: block;
  }
}

.Delivery-photomail__ttl {
  font-weight: bold;
  line-height: 1;
  color: #efefef;
  text-align: right;
  position: relative;
  font-size: 28px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  padding: 8px 8px 40px;
  line-height: 1;
  width: 96%;
  margin: 10px auto 10px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  color: #b3afba;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail__ttl {
    padding-bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-photomail__ttl {
    padding-bottom: 8.2vw;
    font-size: 6.5vw;
  }
}
.Delivery-photomail__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6vw;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("/static/img/delivery/common/bg_ttl-under.png") center bottom no-repeat;
  background-size: 45% auto;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail__ttl::after {
    background-size: 70% auto;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-photomail__ttl::after {
    background-size: 80% auto;
  }
}

.Delivery-photomail-select-unit__img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1001px) {
  .Delivery-common-breadcrumb__list-outer {
    width: 1000px;
    margin: 0 auto;
  }
}

.Delivery-common-footer__main-copy-btn {
  text-align: center;
  width: 80%;
  padding: 2px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  margin: 10px auto 16px;
}
@media screen and (min-width: 768px) {
  .Delivery-common-footer__main-copy-btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .Delivery-common-footer__main-copy-btn:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.Delivery-common-footer__main-copy-btn a {
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #030306;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Delivery-common-footer__main-copy-btn a::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 3px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  left: calc(50% - 55px);
  bottom: 8px;
  opacity: 0.2;
}
.Delivery-common-footer__main-copy-btn a::after {
  content: ">";
  font-weight: bold;
  position: absolute;
  right: 5%;
  opacity: 0.6;
  color: #514b56;
}
.Delivery-common-footer__main-copy-btn a span, .Delivery-common-footer__main-copy-btn a i {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7afbd), to(#8f8799));
  background: -webkit-linear-gradient(bottom, #b7afbd, #8f8799);
  background: linear-gradient(to top, #b7afbd, #8f8799);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Delivery-common-footer__main-copy-btn span {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7afbd), to(#8f8799));
  background: -webkit-linear-gradient(bottom, #b7afbd, #8f8799);
  background: linear-gradient(to top, #b7afbd, #8f8799);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #000;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    color: #f26060;
  }
}

@media screen and (min-width: 768px) {
  a img {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a img:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

img {
  vertical-align: bottom;
  /*画像長押しメニュー防止*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

video {
  vertical-align: bottom;
}
video:hover {
  cursor: pointer;
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

.Seo-bold {
  font-weight: bold;
}

/*メニューのgoogleアイコン*/
.material-icons {
  display: inline-block;
  min-width: 26px;
  text-align: center;
  font-size: 16px;
  color: #e6e1d8;
  line-height: 1;
  vertical-align: bottom;
}

/*メニューのgoogleアイコンここまで*/
.Flex__outer, .Flex__box-outer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.Flex__list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.Flex__list-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Delivery-common-body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  .Delivery-common-body {
    background: #14102a;
  }
}
.Delivery-common-body__inner {
  background: #030306;
}
.Delivery-common-header {
  text-align: center;
}
.Delivery-common-header__ttl {
  background: url(/static/img/delivery/common/bg_pat.png) repeat;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  padding: 3px 0;
}
.Delivery-common-header__img-outer {
  margin: 18px auto 6px;
}
.Delivery-common-header__img {
  max-width: 480px;
  min-width: 280px;
  width: 80%;
  height: auto;
  aspect-ratio: 768/140;
}
.Delivery-common-header__ttl--sub {
  color: #8a867f;
  font-size: 18px;
  border: 1px solid #8a867f;
  margin: 3px 3%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .Delivery-common-header__ttl--sub {
    max-width: 540px;
    margin: 3px auto;
    font-size: 20px;
  }
}
.Delivery-common-header__guide {
  color: #8a867f;
  line-height: 1;
  padding: 6px auto 10px;
}
.Delivery-common-header__guide-txt {
  padding: 4px 19px;
  display: inline-block;
  background: url(/static/img/delivery/common/bg_time-side01.png) no-repeat left center/auto 100%, url(/static/img/delivery/common/bg_time-side02.png) no-repeat right center/auto 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .Delivery-common-header__guide-txt {
    font-size: 4.2vw;
  }
}
.Delivery-common-header__guide-txt--time {
  padding-left: 5px;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .Delivery-common-header__guide-txt--time {
    font-size: 4.8vw;
  }
}
.Delivery-common-menu-unit {
  width: 100%;
  min-width: 320px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 6;
  }
}
.Delivery-common-menu-unit__inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit__inner {
    background: #555;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-common-menu-unit__inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0;
  }
}
.Delivery-common-menu-unit__list {
  width: calc(20% - 1px);
  margin-right: 1px;
  font-size: 14px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c5052), color-stop(20%, #8a979c), color-stop(60%, #666e74), to(#292d2e));
  background: -webkit-linear-gradient(top, #4c5052 0, #8a979c 20%, #666e74 60%, #292d2e 100%);
  background: linear-gradient(to bottom, #4c5052 0, #8a979c 20%, #666e74 60%, #292d2e 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(315deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
       -o-border-image: linear-gradient(135deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
          border-image: linear-gradient(135deg, #666f73 0%, #2d3032 14%, #879298 37%, #646c72 39%, #8b989f 80%, #363a3d 100%) 1;
}
@media screen and (min-width: 768px) {
  .Delivery-common-menu-unit__list {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-common-menu-unit__list {
    font-size: 3.4vw;
  }
}
.Delivery-common-menu-unit__list:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Delivery-common-menu-unit__list:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.Delivery-common-menu-unit__list:last-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e2c46), color-stop(20%, #88309d), color-stop(60%, #641c6c), to(#24112c));
  background: -webkit-linear-gradient(top, #3e2c46 0, #88309d 20%, #641c6c 60%, #24112c 100%);
  background: linear-gradient(to bottom, #3e2c46 0, #88309d 20%, #641c6c 60%, #24112c 100%);
  -webkit-border-image: -webkit-linear-gradient(315deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
       -o-border-image: linear-gradient(135deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
          border-image: linear-gradient(135deg, #592667 0%, #2a1331 14%, #842f95 37%, #6b1f73 39%, #882e9d 80%, #35163a 100%) 1;
}
@media screen and (max-width: 480px) {
  .Delivery-common-menu-unit__list:nth-child(2) {
    font-size: 3vw;
  }
}
.Delivery-common-menu-unit__link {
  padding: 42px 0 4px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Delivery-common-menu-unit__link--home {
  background: url("/static/img/delivery/common/icon_home.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--coin {
  background: url("/static/img/delivery/common/icon_coin.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--girls {
  background: url("/static/img/delivery/common/icon_girls.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--schedule {
  background: url("/static/img/delivery/common/icon_clock.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--phone {
  background: url("/static/img/delivery/common/icon_phone.png") no-repeat center top 6px/auto 34px;
}
.Delivery-common-menu-unit__link--span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6ccd1), color-stop(90%, #fcfcfd));
  background: -webkit-linear-gradient(top, #c6ccd1 0, #fcfcfd 90%);
  background: linear-gradient(to bottom, #c6ccd1 0, #fcfcfd 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .Delivery-common-conteiner {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding-top: 15px;
    z-index: 7;
  }
}
.Delivery-common-conteiner__inner {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.Delivery-common-breadcrumb {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Delivery-common-breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__top {
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(75%, #e0e0e0), to(#b7b7b7));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #e0e0e0 75%, #b7b7b7 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 75%, #b7b7b7 100%);
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__list-outer {
    padding: 10px 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Delivery-common-breadcrumb__list::before {
    content: ">";
    color: #777;
    font-weight: bold;
  }
  .Delivery-common-breadcrumb__list:first-child:before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .Delivery-common-breadcrumb__link {
    color: #fff;
    text-decoration: none;
    background-color: #333;
    padding: 3px 8px;
    margin: 2px 4px;
    border-radius: 16px;
    display: inline-block;
  }
  .Delivery-common-breadcrumb__link:hover {
    color: #fff;
    background: #f26060;
  }
}
.Delivery-common-footer__main-copy {
  text-align: center;
  background: url(/static/img/delivery/common/bg_pat.png) repeat;
  color: #dac6a8;
  padding: 20px 0 60px;
  border-top: 1px solid #70521a;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Delivery-common-footer__main-copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .Delivery-common-footer__main-copy {
    font-size: 3.6vw;
  }
}
.Delivery-common-footer__main-copy-btn {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .Delivery-common-footer__main-copy-btn {
    width: 250px;
  }
}
.Delivery-common-footer__main-copy-btn-link {
  background: url(/static/img/delivery/common/bg_pat.png) repeat !important;
}
.Delivery-common-footer__main-copy-btn-link::after {
  display: none !important;
}
.Delivery-common-footer__main-copy-link {
  color: #dac6a8;
}

@-webkit-keyframes slide-ttl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-ttl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes dotted1 {
  0% {
    opacity: 0.7;
  }
  8.32% {
    opacity: 0.7;
  }
  8.33% {
    opacity: 1;
  }
}
@keyframes dotted1 {
  0% {
    opacity: 0.7;
  }
  8.32% {
    opacity: 0.7;
  }
  8.33% {
    opacity: 1;
  }
}
@-webkit-keyframes brinkArrow {
  0% {
    color: #310;
  }
  84.9% {
    color: #310;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #310;
  }
  94.9% {
    color: #310;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #310;
  }
}
@keyframes brinkArrow {
  0% {
    color: #310;
  }
  84.9% {
    color: #310;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #310;
  }
  94.9% {
    color: #310;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #310;
  }
}
@-webkit-keyframes brinkArrow2 {
  0% {
    color: #efefef;
  }
  84.9% {
    color: #efefef;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #efefef;
  }
  94.9% {
    color: #efefef;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #efefef;
  }
}
@keyframes brinkArrow2 {
  0% {
    color: #efefef;
  }
  84.9% {
    color: #efefef;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #efefef;
  }
  94.9% {
    color: #efefef;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #efefef;
  }
}
@-webkit-keyframes brinkArrow3 {
  0% {
    color: #ee0;
  }
  49.9% {
    color: #ee0;
  }
  50% {
    color: #f33;
  }
  99.9% {
    color: #f33;
  }
  100% {
    color: #ee0;
  }
}
@keyframes brinkArrow3 {
  0% {
    color: #ee0;
  }
  49.9% {
    color: #ee0;
  }
  50% {
    color: #f33;
  }
  99.9% {
    color: #f33;
  }
  100% {
    color: #ee0;
  }
}
@-webkit-keyframes brinkArrow4 {
  0% {
    color: #222;
  }
  84.9% {
    color: #222;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #222;
  }
  94.9% {
    color: #222;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #222;
  }
}
@keyframes brinkArrow4 {
  0% {
    color: #222;
  }
  84.9% {
    color: #222;
  }
  85% {
    color: #a00;
  }
  89.9% {
    color: #a00;
  }
  90% {
    color: #222;
  }
  94.9% {
    color: #222;
  }
  95% {
    color: #a00;
  }
  99.9% {
    color: #a00;
  }
  100% {
    color: #222;
  }
}
@-webkit-keyframes brinkBlock1 {
  0% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
  49.9% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
}
@keyframes brinkBlock1 {
  0% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
  49.9% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #f4f46f;
    border: 1px solid #f4f46f;
  }
}
@-webkit-keyframes brinkBlock2 {
  0% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  49.9% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
}
@keyframes brinkBlock2 {
  0% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  49.9% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
  50% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  99.9% {
    color: #bd9c5a;
    border: 1px solid #bd9c5a;
  }
  100% {
    color: #aaec57;
    border: 1px solid #aaec57;
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@-webkit-keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  99% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  99% {
    color: #fff;
    background: #f06;
    border: 1px solid #fff;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@-webkit-keyframes flash2 {
  0%, 100%, 50% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
    color: #ff0;
  }
  66% {
    opacity: 1;
    color: #f00;
  }
}
@keyframes flash2 {
  0%, 100%, 50% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
    color: #ff0;
  }
  66% {
    opacity: 1;
    color: #f00;
  }
}
@-webkit-keyframes blinkAnimeS2 {
  0% {
    background: #bb0;
  }
  100% {
    background: #ff3d3d;
  }
}
@keyframes blinkAnimeS2 {
  0% {
    background: #bb0;
  }
  100% {
    background: #ff3d3d;
  }
}
@-webkit-keyframes blinkAnimeS3 {
  0% {
    background: rgba(255, 0, 102, 0.8);
  }
  100% {
    background: rgba(83, 44, 182, 0.6);
  }
}
@keyframes blinkAnimeS3 {
  0% {
    background: rgba(255, 0, 102, 0.8);
  }
  100% {
    background: rgba(83, 44, 182, 0.6);
  }
}
@-webkit-keyframes flash3 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@keyframes flash3 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
@-webkit-keyframes flash4 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #be1055;
  }
  99% {
    color: #fff;
    background: #be1055;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash4 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #be1055;
  }
  99% {
    color: #fff;
    background: #be1055;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes flash5 {
  0% {
    border-top-color: #fff;
  }
  49% {
    border-top-color: #fff;
  }
  50% {
    border-top-color: #be1055;
  }
  99% {
    border-top-color: #be1055;
  }
  100% {
    border-top-color: #fff;
  }
}
@keyframes flash5 {
  0% {
    border-top-color: #fff;
  }
  49% {
    border-top-color: #fff;
  }
  50% {
    border-top-color: #be1055;
  }
  99% {
    border-top-color: #be1055;
  }
  100% {
    border-top-color: #fff;
  }
}
@-webkit-keyframes flash6 {
  0% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  49.9% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  50% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  99.9% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  100% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
}
@keyframes flash6 {
  0% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  49.9% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
  50% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  99.9% {
    color: #fff;
    background: #c7231c;
    border: 1px solid #c7231c;
  }
  100% {
    color: #222;
    background: #ff0;
    border: 1px solid #222;
  }
}
@-webkit-keyframes flash7 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #d47b4a;
  }
  99% {
    color: #fff;
    background: #d47b4a;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash7 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #d47b4a;
  }
  99% {
    color: #fff;
    background: #d47b4a;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes flash8 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #3849af;
  }
  99% {
    color: #fff;
    background: #3849af;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@keyframes flash8 {
  0% {
    color: #222;
    background: #fff;
  }
  49% {
    color: #222;
    background: #fff;
  }
  50% {
    color: #fff;
    background: #3849af;
  }
  99% {
    color: #fff;
    background: #3849af;
  }
  100% {
    color: #222;
    background: #fff;
  }
}
@-webkit-keyframes shake1 {
  0% {
    left: 2px;
  }
  50% {
    left: -2px;
  }
  100% {
    left: 2px;
  }
}
@keyframes shake1 {
  0% {
    left: 2px;
  }
  50% {
    left: -2px;
  }
  100% {
    left: 2px;
  }
}
/*@keyframes flash1 {
  0% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  49% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
  50% {
    color: #fff;
    background: #f06;
  }
  99% {
    color: #fff;
    background: #f06;
  }
  100% {
    color: #f06;
    background: #ff0;
    border: 1px solid #f06;
  }
}
//テキストカラー点滅1
@keyframes brink1 {
  0% {
    color: #599eab;
  }

  49.9% {
    color: #599eab;
  }

  50% {
    color: #cc2;
  }

  99.9% {
    color: #cc2;
  }

  100% {
    color: #599eab;
  }
}
//テキストカラー点滅2
@keyframes blink2 {
  0% {
    color: #00a;
  }

  100% {
    color: #774;
  }
}
//テキストカラー点滅3
@keyframes blink3 {
  0% {
    color: #a00;
  }

  100% {
    color: #774;
  }
}
//テキストカラー点滅4
@keyframes blink4 {
  0% {
    color: #599eab;
  }

  49.9% {
    color: #599eab;
  }

  50% {
    color: #cc2;
  }

  99.9% {
    color: #cc2;
  }

  100% {
    color: #599eab;
  }
}
//拡大強調効果
@keyframes specialHover {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  60% {
    transform: scale(1.6);
    opacity: 1;
  }

  60% {
    transform: scale(1.3);
    opacity: 1;
  }

  65% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.3);
    opacity: 1;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  90% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
//ななめ回転スタートPC
@keyframes rounds1 {
  0% {
    transform: rotate(-10deg) rotateY(0deg);
  }

  50% {
    transform: rotate(-10deg) rotateY(360deg);
  }

  100% {
    transform: rotate(0deg) rotateY(360deg);
  }
}
//回転スタートSP
@keyframes rounds2 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}
//上からスライドイン
@keyframes slide-in-top {
  0% {
    transform: translateY(-300%);
  }

  100% {
    transform: translateY(0);
  }
}
//下からスライドイン
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}


//右からスライドイン
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}
//ふわふわ上下1
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
//ふわふわ上下2
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -5px);
  }

  100% {
    transform: translate(0, 0);
  }
}
//ふわふわ影
@keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
//くるくる回転
@keyframes rotate1 {
  0% {
    transform: rotateY(360deg);
  }

  18% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}
//ボタンキラーン効果1
@keyframes shiny1 {
  0% {
    left: -30%;
  }

  92% {
    left: -30%;
  }

  100% {
    left: 120%;
  }
}
//ボタンキラーン効果2
@keyframes shiny2 {
  0% {
    left: -100%;
  }

  84% {
    left: -100%;
  }

  100% {
    left: 240%;
  }
}
//遅延表示1
@keyframes fadeinItem1 {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
//遅延表示2
@keyframes fadeinItem2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
//右背景大サークル1
@keyframes circle1 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 20px;
  }

  40% {
    transform: translate(-40px) scaleY(1.3);
    top: 30px;
  }

  80% {
    transform: translateX(20px) scaleY(1.3);
    top: 40px;
  }

  100% {
    transform: translateX(0) scaleY(1.2);
    top: 20px;
  }
}
//右背景大サークル2
@keyframes circle2 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 120px;
  }

  40% {
    transform: translate(40px) scaleY(1.3);
    top: 130px;
  }

  80% {
    transform: translateX(-20px) scaleY(1.3);
    top: 110px;
  }

  100% {
    transform: translateX(0) scaleY(1.2);
    top: 120px;
  }
}

//あわあわ上昇時に使う(オプションページ用)
@keyframes bubbles {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }

  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}*/
.Modal__close-btn .Btn__link--none,
.Modal__close-btn a,
.Modal__close-btn span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.Modal__close-btn .Btn__link--none:hover,
.Modal__close-btn a:hover,
.Modal__close-btn span:hover,
.Modal__close__box--round:hover {
  cursor: pointer;
}

.Modal__close-btn {
  clear: both;
  text-align: center;
}

.Modal__close-btn .Btn__link--none,
.Modal__close-btn a,
.Modal__close-btn span {
  background: #7b0816;
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
  line-height: 1;
  margin-top: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
  .Modal__close-btn .Btn__link--none:hover,
  .Modal__close-btn a:hover,
  .Modal__close-btn span:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
@media screen and (min-width: 1500px) {
  .Modal__close-btn .Btn__link--none,
  .Modal__close-btn a,
  .Modal__close-btn span {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Modal__close-btn .Btn__link--none,
  .Modal__close-btn a,
  .Modal__close-btn span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__close-btn .Btn__link--none,
  .Modal__close-btn a,
  .Modal__close-btn span {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
    margin-right: 1%;
  }
}
.Modal__close-btn i {
  padding: 0 3px;
}

.Modal {
  overflow: auto;
  z-index: 10;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.Modal #Modal__contact .Modal__content-inner {
  padding: 0;
  background: none;
  border: none;
  width: 100%;
}
.Modal .Common-consultation {
  margin-bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.Modal .Common-consultation__sub-ttl {
  font-size: 24px !important;
}

.Modal.Modal__beginning {
  -webkit-animation: none !important;
  animation: none !important;
  z-index: 32;
}

.Modal__open {
  cursor: pointer;
}

.Modal__content {
  position: relative;
  z-index: 12;
  display: none;
  width: 100%;
  margin: 6vh auto 8vh;
  opacity: 0;
}

.Modal__lock .Modal__content {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .Modal__content {
    margin: 10vh auto;
  }
}
.Modal__content.Modal__beginning-unit {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.Modal__content-inner {
  border: 1px solid #888;
  padding: 35px 3%;
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (min-width: 768px) {
  .Modal__content-inner {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner {
    width: 90%;
    min-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .Modal__content-inner-after,
  .Modal__content-inner-before {
    width: calc((100% - 640px) / 2);
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner-after,
  .Modal__content-inner-before {
    width: 5%;
  }
}
.Modal__link {
  display: block;
  margin: 45px auto 10px;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.Modal__link:hover {
  color: #fff;
}

.Modal__link-txt {
  text-align: center;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .Modal__link-img:hover {
    opacity: 0.6;
  }
}
.Modal__content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.Modal__overlay {
  z-index: 11;
  position: fixed;
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

.Modal__overlay:hover {
  cursor: pointer;
}

.Modal__close__box--round {
  position: fixed;
  z-index: 13;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: #fff;
  background: #7b0816;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #ccc;
}

.Modal__close__box--round:focus,
.Modal__close__box--round:hover {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .Modal__close__box--round:focus,
  .Modal__close__box--round:hover {
    background: #d80e19;
    color: #fff;
  }
}
.Modal__lock {
  overflow: hidden;
  height: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Modal__lock .Modal {
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
}

.Modal__lock .Conteiner__chijo-value-btn {
  z-index: 1;
}

.Modal__lock #chamo-window {
  display: none;
}

@media screen and (max-width: 767px) {
  .Modal__lock .Fix-nav-unit {
    z-index: -1;
  }
}
.Modal__beginning--open.Accordion-list__Open .Modal__slide-content-btn--single {
  display: none;
}

.Modal .Modal__form.Accordion-list__Open .Gals-detail__mail-list-check-outer,
.Modal .Modal__form.Accordion-list__Open .Mail__list-check-outer,
.Modal .Modal__form.Accordion-list__Open .Modal__slide-content-btn--single,
.Modal .Modal__form.Accordion-list__Open .Reservation__confirmation-check-outer,
.Modal .Modal__form.Accordion-list__Open .Voice__send-check-outer {
  display: none;
}

.Modal__slide-content-btn--single {
  margin: 50px auto 0;
  text-align: center;
}

.Modal__slide-content-btn--single-span {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.6;
  padding: 5px 1%;
  min-width: 300px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  background: #5577da;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .Modal__slide-content-btn--single-span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Modal__slide-content-btn--single-span:hover {
    background: #ff6262;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .Modal__slide-content-btn--single-span {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
  }
}
.Modal__slide-content {
  display: none;
}

.Modal__slide-content-txt {
  font-size: 20px;
  font-weight: bold;
  color: #5fa010;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Modal {
    font-size: 18px;
  }
}
/*深夜電話案内*/
.Modal__phone-caution-inner {
  padding: 10px 2%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  height: auto;
  margin-top: 50px;
  margin-top: 2vh;
  border: 2px solid #d1c587;
}
@media screen and (max-width: 360px) {
  .Modal__phone-caution-inner {
    margin-top: 10px;
  }
}
.Modal__phone-caution-ttl {
  font-family: "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 24px;
  font-size: 6vw;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  color: #d1c587;
}
@media screen and (min-width: 768px) {
  .Modal__phone-caution-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .Modal__phone-caution-ttl {
    font-size: 7vw;
    line-height: 1.2;
  }
  .Modal__phone-caution-ttl span {
    display: block;
  }
}
.Modal__phone-caution-box {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.Modal__phone-caution-img-outer {
  width: 24%;
  padding-right: 2%;
}
.Modal__phone-caution-img {
  content-visibility: auto;
  aspect-ratio: 400/508;
}
.Modal__phone-caution-txt--primary {
  width: 76%;
  padding: 10px 2%;
  font-size: 18px;
  font-size: 4vw;
  line-height: 1.6;
  border: 1px solid #d1c587;
  color: #d1c587;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .Modal__phone-caution-txt--primary {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .Modal__phone-caution-txt--primary {
    font-size: 16px;
  }
}
.Modal__phone-caution-txt {
  text-align: left;
  font-size: 20px;
  color: #ccc;
  margin-bottom: 10px;
}
.Modal__phone-caution-sub-contents {
  border-top: 1px solid #555;
  padding: 15px 3% 0;
}
.Modal__phone-caution-sub-contents::after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}
.Modal__phone-caution-btn {
  width: 22%;
  padding: 0 3px;
  float: right;
  margin-left: 5px;
  text-align: center;
}
.Modal__phone-caution-btn-link {
  padding: 3px 0;
  position: relative;
  background: url("/static/img/common/bg-tel.png") repeat-x;
  background-size: auto 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  max-width: 90px;
  width: 100%;
}
.Modal__phone-caution-btn-link-img {
  width: 70% !important;
  content-visibility: auto;
  aspect-ratio: 80/66;
}
.Modal__phone-caution-btn-link--span {
  font-size: 14px;
  display: block;
  text-align: center;
  width: 100%;
  color: #310;
  font-weight: bold;
  padding-top: 3px;
}
.Modal__phone-caution-txt--sub {
  text-align: left;
}
.Modal__phone-caution-modal-close {
  clear: both;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0;
  border-radius: 10px;
  width: 100%;
  color: #000;
  background: #fff;
  margin: 15px auto 10px;
  cursor: pointer;
}
.Modal__phone-caution-modal-close:active, .Modal__phone-caution-modal-close:focus, .Modal__phone-caution-modal-close:hover {
  color: #000;
}

.Delivery-photomail-btn-select {
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .Delivery-photomail-btn-select {
    display: none;
  }
}
.Delivery-photomail-btn-select__link {
  text-align: center;
  padding: 2px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  margin: 10px auto 16px;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .Delivery-photomail-btn-select__link {
    width: 250px;
  }
}
.Delivery-photomail-btn-select__link-inner {
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #030306;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.Delivery-photomail-btn-select__link-inner::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 3px;
  background: -webkit-linear-gradient(315deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  background: linear-gradient(135deg, #433c4a 0%, #605868 14%, #746b7c 30%, #7d7486 70%, #534b5a 86%, #423b49 100%);
  left: calc(50% - 55px);
  bottom: 8px;
  opacity: 0.2;
}
.Delivery-photomail-btn-select__link-inner::after {
  content: ">";
  font-weight: bold;
  position: absolute;
  right: 5%;
  opacity: 0.6;
  color: #514b56;
}
.Delivery-photomail-btn-select__link-inner span, .Delivery-photomail-btn-select__link-inner i {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7afbd), to(#8f8799));
  background: -webkit-linear-gradient(bottom, #b7afbd, #8f8799);
  background: linear-gradient(to top, #b7afbd, #8f8799);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Delivery-photomail-select-unit-pc {
  width: 94%;
  margin: 0 auto 20px;
  border: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(315deg, #70521a 0%, #6f5119 40%, #b39252 50%, #72541b 70%, #9f7f41 86%, #bd9c5a 100%) 1;
       -o-border-image: linear-gradient(135deg, #70521a 0%, #6f5119 40%, #b39252 50%, #72541b 70%, #9f7f41 86%, #bd9c5a 100%) 1;
          border-image: linear-gradient(135deg, #70521a 0%, #6f5119 40%, #b39252 50%, #72541b 70%, #9f7f41 86%, #bd9c5a 100%) 1;
  padding: 10px;
  border-radius: 10px;
  background: #121c24;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-select-unit-pc {
    display: none;
  }
}
.Delivery-photomail-select-unit-pc__guide {
  font-size: 24px;
  color: #5ce9ff;
  margin-bottom: 10px;
  padding-left: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Delivery-photomail-select-unit-pc__guide i {
  padding-right: 2px;
  font-size: 24px;
  color: #5ce9ff;
}
.Delivery-photomail-select-unit-sp.Modal__content {
  padding: 30px 0 15px;
}
.Delivery-photomail-select-unit-sp__guide {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #fd6ea5;
}
.Delivery-photomail-select-unit-sp__guide i {
  padding-right: 2px;
  color: #fd6ea5;
}
.Delivery-photomail-select-unit .Flex__list {
  width: 60px;
  text-align: center;
  margin: 0 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-select-unit .Flex__list {
    width: 80px;
  }
}
.Delivery-photomail-select-unit .Flex__list.Flex__list--empty {
  width: 60px;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-select-unit .Flex__list.Flex__list--empty {
    width: 80px;
  }
}
.Delivery-photomail-select-unit__list--active a {
  border: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#830032), color-stop(10%, #98003b), color-stop(20%, #9c003c), color-stop(46%, #b10044), color-stop(76%, #94093f), to(#830032)) 1;
  -webkit-border-image: -webkit-linear-gradient(bottom, #830032 0%, #98003b 10%, #9c003c 20%, #b10044 46%, #94093f 76%, #830032 100%) 1;
       -o-border-image: linear-gradient(to top, #830032 0%, #98003b 10%, #9c003c 20%, #b10044 46%, #94093f 76%, #830032 100%) 1;
          border-image: -webkit-gradient(linear, left bottom, left top, from(#830032), color-stop(10%, #98003b), color-stop(20%, #9c003c), color-stop(46%, #b10044), color-stop(76%, #94093f), to(#830032)) 1;
          border-image: linear-gradient(to top, #830032 0%, #98003b 10%, #9c003c 20%, #b10044 46%, #94093f 76%, #830032 100%) 1;
  border-radius: 5px;
}
.Delivery-photomail-select-unit__list--active p {
  color: #fd6ea5;
}
.Delivery-photomail-select-unit__link {
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-select-unit__link {
    width: 80px;
    height: 80px;
  }
}
.Delivery-photomail-select-unit__img {
  content-visibility: auto;
  aspect-ratio: 100/100;
}
.Delivery-photomail-select-unit__txt {
  font-size: 12px;
}
.Delivery-photomail-photo-unit {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .Delivery-photomail-photo-unit {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-photo-unit {
    width: 94%;
    margin: 0 auto 70px;
  }
}
.Delivery-photomail-photo-unit .Flex__list {
  overflow: hidden;
  background: #f4f4f4;
  color: #222;
  border: 2px solid #a4923b;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 230px;
  /* height: 466px; */
  overflow-y: auto;
  border: 1px solid #a4923b;
}
@media screen and (min-width: 768px) {
  .Delivery-photomail-photo-unit .Flex__list {
    width: 227px;
    height: 466px;
    overflow-y: auto;
    border: 1px solid #a4923b;
  }
  .Delivery-photomail-photo-unit .Flex__list::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
    border-radius: 5px;
  }
  .Delivery-photomail-photo-unit .Flex__list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-photo-unit .Flex__list {
    width: 49%;
    margin-right: 1%;
  }
  .Delivery-photomail-photo-unit .Flex__list:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-photo-unit .Flex__list {
    width: 100%;
    margin-right: 0;
  }
}
.Delivery-photomail-photo-unit .Flex__list.Flex__list--empty {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: none;
  border: none;
  height: 0;
}
.Delivery-photomail-photo-unit__ttl {
  color: #6f5119;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-bottom: 3px;
}
.Delivery-photomail-photo-unit__ttl span {
  color: #222;
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}
.Delivery-photomail-photo-unit__img-outer {
  width: 100%;
}
.Delivery-photomail-photo-unit__link {
  display: block;
  text-align: center;
  width: 100%;
}
.Delivery-photomail-photo-unit__img {
  height: auto;
  max-width: 100%;
  border: 1px solid #ccc;
}
.Delivery-photomail-photo-unit__content {
  margin-top: 5px;
}
.Delivery-photomail-nav {
  text-align: center;
  width: 94%;
  margin: 0 auto;
}
.Delivery-photomail-nav__list-outer {
  margin-bottom: 70px;
  font-size: 0;
  display: inline-block;
}
.Delivery-photomail-nav__list {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  clear: inherit !important;
}
.Delivery-photomail-nav__list.Delivery-photomail-nav__list--active a {
  border: 2px solid #58c612;
  border-radius: 5px;
  text-shadow: 0 0 3px #6f0b1c, 0 0 3px #6f0b1c, 0 0 3px #6f0b1c;
}
.Delivery-photomail-nav__link {
  display: block;
  font-size: 28px;
  width: 100%;
  background: #555;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  text-shadow: 0 0 3px #555, 0 0 3px #555, 0 0 3px #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.Delivery-photomail-nav__link.Delivery-photomail-nav__link--active {
  background: #e32d42;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.Delivery-photomail-nav__link.Delivery-photomail-nav__link--active:hover {
  background: #999;
}
@media screen and (min-width: 768px) {
  .Delivery-photomail-nav__link {
    font-size: 24px;
  }
  .Delivery-photomail-nav__link:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-photomail-nav__link {
    font-size: 18px;
    min-width: inherit !important;
  }
}