@charset "UTF-8";
/*$font-sans-serif: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
/*$font-serif: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;*/
/**
 * Top Styles
 *
 * 01. Common
 * 02. Visual
 * 03. Concept
 * 04. Plan/Fair
 * 05. Chapel
 * 06. Reception Hall
 * 07. Cuisine
 * 08. Wedding Item
 * 09. Photo Gallery
 * 10. News
 * 11. Animation
 * 12. POPUP
 *
 */
/* ==========================================================================
   01. Common
   ========================================================================== */
@media screen and (min-width: 768px), print {
  #wrapper {
    padding-top: 0; }
  .head-inner {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
    .head-inner.show {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

/* セクション
   ========================================================================== */
.top-sct {
  position: relative; }
  .top-sct > a {
    color: #525252;
    display: block;
    padding-bottom: 180px;
    position: relative;
    text-decoration: none;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .top-sct > a:hover {
      opacity: 0.8; }

@media screen and (min-width: 768px), print {
  .top-sct.js-hover .top-sct-more span:before {
    -webkit-animation: moreArrowAnimBefore 1.2s ease-in-out infinite;
    animation: moreArrowAnimBefore 1.2s ease-in-out infinite; }
  .top-sct.js-hover .top-sct-more span:after {
    -webkit-animation: moreArrowAnimAfter 1.2s ease-in-out infinite;
    animation: moreArrowAnimAfter 1.2s ease-in-out infinite; } }

@media screen and (max-width: 767px) {
  .top-sct {
    padding-bottom: 75px;
    font-size: 9px;
    font-size: 0.9rem; }
    .top-sct > a {
      padding-bottom: 0;
      pointer-events: none; } }

/* セクションイメージ
   ========================================================================== */
.top-sct-img {
  overflow: hidden; }
  @media screen and (min-width: 768px), print {
    .top-sct-img {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .top-sct-img {
      margin-bottom: 25px; } }
  * + .top-sct-img {
    margin-top: 25px; }

/* セクションタイトル
   ========================================================================== */
.top-sct-ttl {
  color: #beb394;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 34px;
  font-size: 3.4rem; }

@media screen and (max-width: 767px) {
  .top-sct-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem; } }

/* Moreリンク
   ========================================================================== */
.top-sct-more {
  font-style: italic;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 125px;
  width: 100%;
  z-index: 10;
  font-size: 15px;
  font-size: 1.5rem; }
  .top-sct-more a {
    color: #957e21;
    text-decoration: none; }
  .top-sct-more span {
    display: inline-block;
    padding-right: 95px;
    position: relative; }
    .top-sct-more span:before, .top-sct-more span:after {
      background-color: #beb394;
      content: "";
      display: block;
      height: 1px;
      position: absolute; }
    .top-sct-more span:before {
      left: 55px;
      top: 7px;
      width: 85px; }
    .top-sct-more span:after {
      width: 10px;
      -webkit-transform: translateY(-4px) rotate(-135deg);
      -ms-transform: translateY(-4px) rotate(-135deg);
      transform: translateY(-4px) rotate(-135deg);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      left: 140px;
      top: 12px; }

@-webkit-keyframes moreArrowAnimBefore {
  0% {
    -webkit-transform: translateX(0); }
  65% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes moreArrowAnimBefore {
  0% {
    transform: translateX(0); }
  65% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes moreArrowAnimAfter {
  0% {
    -webkit-transform: translateX(0) translateY(-4px) rotate(-135deg); }
  65% {
    -webkit-transform: translateX(10px) translateY(-4px) rotate(-135deg); }
  100% {
    -webkit-transform: translateX(0) translateY(-4px) rotate(-135deg); } }

@keyframes moreArrowAnimAfter {
  0% {
    transform: translateX(0) translateY(-4px) rotate(-135deg); }
  65% {
    transform: translateX(10px) translateY(-4px) rotate(-135deg); }
  100% {
    transform: translateX(0) translateY(-4px) rotate(-135deg); } }

@media screen and (max-width: 767px) {
  .top-sct-more {
    margin-top: 25px;
    position: static;
    text-align: left !important;
    font-size: 14px;
    font-size: 1.4rem; }
    .top-sct-more a {
      background-color: #cab77c;
      color: #fff;
      display: block;
      padding: 14px 30px 14px 22px; }
    .top-sct-more span {
      display: block; }
      .top-sct-more span:before, .top-sct-more span:after {
        background-color: #fff; } }

/* ==========================================================================
   02. Visual
   ========================================================================== */
.top-visual-area {
  height: 0;
  padding-bottom: 58.2666666667%;
  position: relative; }

.top-visual-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.top-visual-ttl {
  color: #fff;
  font-family: "Cinzel", serif;
  margin-left: 4.7vw;
  margin-bottom: 33px;
  padding-top: 83px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  line-height: 1.56; }
  .top-visual-ttl img {
    height: auto;
    width: 100%;
    -webkit-backface-visibility: hidden; }

.top-visual-nav {
  margin-left: 4.7vw; }
  .top-visual-nav > li {
    line-height: 1;
    font-size: 10px;
    font-size: 1rem; }
  .top-visual-nav > li > .nav-item-inner > a {
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    text-decoration: none; }
  .top-visual-nav > li > .nav-item-inner > a > span {
    display: block;
    font-family: "Cinzel", serif;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
  .top-visual-nav .nav-item-inner {
    display: inline-block;
    position: relative; }
    .top-visual-nav .nav-item-inner:hover .nav-item-child {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
  .top-visual-nav .nav-item-child {
    padding-left: 24px;
    position: absolute;
    left: 100%;
    top: 4px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .top-visual-nav .nav-item-child-list {
    background-color: #000;
    padding: 14px 18px;
    min-width: 310px; }
    .top-visual-nav .nav-item-child-list:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #000 transparent transparent;
      position: absolute;
      left: 14px;
      top: 17px; }
    .top-visual-nav .nav-item-child-list li {
      line-height: 1; }
    .top-visual-nav .nav-item-child-list a {
      color: #aaa;
      display: block;
      padding: 6px;
      text-decoration: none;
      font-size: 10px;
      font-size: 1rem; }
      .top-visual-nav .nav-item-child-list a:hover {
        color: #fff; }
        .top-visual-nav .nav-item-child-list a:hover span {
          color: #fff; }
    .top-visual-nav .nav-item-child-list span {
      color: #eee;
      font-family: "Cinzel", serif;
      letter-spacing: 0.2em;
      padding-right: 14px;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }

#top-visual-contact {
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  width: 108px; }
  #top-visual-contact a {
    background: #000;
    color: #fff;
    height: 100%;
    line-height: 1.4;
    display: -webkit-box;
    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;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    #top-visual-contact a:hover {
      background-color: #343434; }
    #top-visual-contact a:before {
      background: url(/wedding/common/css/img/icon_contact_form_w.svg) no-repeat center center;
      background-size: 32px 22px;
      content: "";
      display: block;
      height: 22px;
      width: 32px;
      position: absolute;
      left: 50%;
      top: 12px;
      transform: translateX(-50%); }
  #top-visual-contact span {
    display: block;
    padding-top: 28px;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #top-visual-contact span {
    padding-top: 32px; } }

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .top-visual-area {
    height: 874px;
    padding-bottom: 0; }
  .top-visual-img {
    width: 100%;
    height: 100%; }
  .top-visual-ttl {
    margin-left: 71px; }
  .top-visual-nav {
    margin-left: 71px; } }

@media screen and (max-width: 767px) {
  .top-visual-area {
    padding-bottom: 145.3333333333%; }
  .top-visual-ttl,
  .top-visual-nav,
  #top-visual-contact {
    display: none; } }

/* ==========================================================================
   03. Concept
   ========================================================================== */
.top-concept-area {
  background-color: #000;
  position: relative; }
  .top-concept-area .top-concept-inner {
    display: block;
    text-decoration: none;
    padding: 100px 0 123px; }
  .top-concept-area .top-sct-ttl {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 35px;
    text-align: center; }
  .top-concept-area .top-sct-lead {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .top-concept-area .top-sct-img {
    position: relative; }
    .top-concept-area .top-sct-img span {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .top-concept-area .top-sct-img span.js-hidden {
        opacity: 0; }
  .top-concept-area .top-sct-more {
    bottom: 102px;
    text-align: center; }
    .top-concept-area .top-sct-more a {
      color: #fff;
      display: block; }
    .top-concept-area .top-sct-more span:before, .top-concept-area .top-sct-more span:after {
      background-color: #fff; }

@media screen and (min-width: 768px), print {
  .top-concept-area iframe {
    width: 100%;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0; }
    .top-concept-area iframe.js-visible {
      opacity: 1; }
  .top-concept-inner {
    cursor: pointer; } }

@media screen and (max-width: 767px) {
  .top-concept-area {
    padding: 57px 0 69px; }
    .top-concept-area .top-concept-inner {
      padding: 0; }
    .top-concept-area .top-sct-ttl {
      margin-bottom: 25px; }
    .top-concept-area .top-sct-lead {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 25px;
      text-align: left;
      font-size: 10px;
      font-size: 1rem; }
      .top-concept-area .top-sct-lead br {
        display: none; }
    .top-concept-area .top-sct-img {
      margin-bottom: 25px; }
      .top-concept-area .top-sct-img a {
        display: block;
        position: relative;
        z-index: 10; }
        .top-concept-area .top-sct-img a:before, .top-concept-area .top-sct-img a:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .top-concept-area .top-sct-img a:before {
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 30px;
          height: 60px;
          width: 60px; }
        .top-concept-area .top-sct-img a:after {
          width: 0;
          height: 0;
          left: 51%;
          border-style: solid;
          border-width: 12px 0 12px 18px;
          border-color: transparent transparent transparent rgba(255, 255, 255, 0.8); }
    .top-concept-area .top-sct-more a {
      background-color: #9d8743;
      color: #c9bc96; }
    .top-concept-area .top-sct-more span:before, .top-concept-area .top-sct-more span:after {
      background-color: #c6b890; } }

/* ==========================================================================
   04. Plan/Fair
   ========================================================================== */
.top-pf-area {
  background-color: #e9e9e9; }
  @media screen and (min-width: 768px), print {
    .top-pf-area {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .top-pf-area {
      padding-top: 32px;
      padding-bottom: 32px; } }
@media screen and (min-width: 768px), print {
  .top-pf-box-wrap {
    display: flex;
    gap: 80px;
    width: 920px;
    margin-right: auto;
    margin-left: auto; } }

.top-pf-btn {
  text-decoration: none;
  line-height: 1;
  width: 100%;
  background-color: #fff;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease; }
  @media screen and (min-width: 768px), print {
    .top-pf-btn {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 22px; } }
  @media screen and (max-width: 767px) {
    .top-pf-btn {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 16px; } }
  @media screen and (max-width: 767px) {
    .top-pf-btn:not(:first-child) {
      margin-top: 16px; } }
  .top-pf-btn:hover {
    background-color: #000;
    color: #fff; }
  .top-pf-btn > span {
    display: inline-flex;
    align-items: center; }
    @media screen and (min-width: 768px), print {
      .top-pf-btn > span {
        gap: 24px; } }
    @media screen and (max-width: 767px) {
      .top-pf-btn > span {
        gap: 16px; } }
    .top-pf-btn > span:after {
      content: "";
      border-top: 1px solid #c9c0a6;
      border-right: 1px solid #c9c0a6;
      box-sizing: border-box;
      transform: rotate(45deg); }
      @media screen and (min-width: 768px), print {
        .top-pf-btn > span:after {
          height: 9px;
          width: 9px; } }
      @media screen and (max-width: 767px) {
        .top-pf-btn > span:after {
          height: 6px;
          width: 6px; } }
/* ==========================================================================
   09. Photo Gallery
   ========================================================================== */
.top-gallery-area {
  background: url(img/gallery_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0; }

.top-gallery-bnr {
  position: relative; }
  .top-gallery-bnr a {
    display: block; }
    .top-gallery-bnr a:hover img {
      opacity: 0.8; }
  .top-gallery-bnr img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.top-gallery-bnr-label {
  color: #fff;
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.8rem; }
  .top-gallery-bnr-label span {
    display: block;
    font-size: 30px;
    font-size: 3rem; }

@media screen and (max-width: 767px) {
  .top-gallery-area {
    padding: 33px 0; }
  .top-gallery-bnr-label {
    font-size: 10px;
    font-size: 1rem; }
    .top-gallery-bnr-label span {
      font-size: 15px;
      font-size: 1.5rem; } }

/* ==========================================================================
   10. News
   ========================================================================== */
.top-news-area {
  padding: 140px 0; }
  .top-news-area .top-sct-ttl {
    border-right: 1px solid #eae9e3;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 23.3333333333%; }
  .top-news-area .news-list {
    padding-left: 7.6086956522%;
    width: 76.6666666667%; }

.top-news-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media screen and (max-width: 767px) {
  .top-news-area {
    padding: 50px 0; }
    .top-news-area .top-sct-ttl {
      border-right: none;
      display: block;
      margin-bottom: 25px;
      width: 100%; }
    .top-news-area .news-list {
      padding-left: 0;
      width: 100%; }
  .top-news-inner {
    display: block; } }

/* ==========================================================================
   11. Animation
   ========================================================================== */
.top-sct.inv {
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .top-sct.inv .top-sct-img,
  .top-sct.inv .box-center {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
    transition: opacity 1.2s ease, transform 1.2s ease; }
  .top-sct.inv .top-sct-ttl {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .top-sct.inv .box-center {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .top-sct.inv .top-sct-more span:before {
    width: 0;
    -webkit-transition: width 0.6s ease 0.8s;
    transition: width 0.6s ease 0.8s; }
  .top-sct.inv .top-sct-more span:after {
    width: 0;
    -webkit-transition: width 0.2s ease 1.4s;
    transition: width 0.2s ease 1.4s; }
  .top-sct.inv.inviewed .top-sct-img,
  .top-sct.inv.inviewed .box-center {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .top-sct.inv.inviewed .top-sct-more span:before {
    width: 85px; }
  .top-sct.inv.inviewed .top-sct-more span:after {
    width: 10px; }

.top-gallery-area.inv {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease; }
  .top-gallery-area.inv .top-gallery-bnr {
    opacity: 0;
    -webkit-transition: opacity 1.2s ease 0.4s, -webkit-transform 1.2s ease 0.4s;
    transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.4s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  .top-gallery-area.inv.inviewed {
    opacity: 1; }
    .top-gallery-area.inv.inviewed .top-gallery-bnr {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

/* ==========================================================================
   12. POPUP
   ========================================================================== */
@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(/common/css/fonts/icomoon.eot?f7ychr);
  src: url(/common/css/fonts/icomoon.eot?f7ychr#iefix) format("embedded-opentype"), url(/common/css/fonts/icomoon.ttf?f7ychr) format("truetype"), url(/common/css/fonts/icomoon.woff?f7ychr) format("woff"), url(/common/css/fonts/icomoon.svg?f7ychr#icomoon) format("svg"); }

[class*=" icon-"]:before,
[class^="icon-"]:before {
  color: #b49531;
  display: inline-block;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.53vw; }

@media screen and (min-width: 768px) and (max-width: 1139px) {
  [class*=" icon-"]:before,
  [class^="icon-"]:before {
    padding-right: 6px; } }

.icon-pdf:before {
  content: ""; }

.btn02 {
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  outline: 0;
  text-align: center;
  text-decoration: none !important;
  font-weight: 500; }

.btn02 span {
  font-size: 12px;
  font-size: 1.2rem; }

.btn02 span:before {
  color: #beb394;
  content: "";
  padding-right: 0.53vw;
  position: relative;
  top: 0.13vw;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 767px) {
  .btn02 span {
    font-size: 12px;
    font-size: 3.2vw; }
  .btn02 span:before {
    padding-right: 8px;
    padding-right: 2.13vw; } }

.btn02 {
  border: 2px solid #beb394;
  border-radius: 0.4vw;
  color: #beb394;
  padding: 0.8vw 3.2vw 0.8vw;
  text-align: center;
  transition: all 0.5s ease; }

.btn02 span {
  padding-right: 0.53vw; }

.btn02[href$=".pdf"]:after {
  display: none; }

.btn02[href$=".pdf"] span:before {
  content: ""; }

.btn02:visited {
  color: #beb394; }

.btn02:hover {
  color: #fff;
  background: #beb394;
  box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
  transform: translateY(-0.3rem); }

.btn02:hover span:before {
  color: #f3f2ea; }

.btn02:hover span:after {
  color: #f3f2ea; }

.btn02:active {
  transition: all 0.25s ease;
  border-color: #beb394;
  background: #beb394;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  transform: translateY(0); }

@media screen and (max-width: 767px) {
  .btn02 {
    width: 100%;
    border-radius: 6px;
    border-radius: 1.6vw;
    padding: 16px;
    padding: 4.27vw; }
  .btn02 span {
    padding-right: 10px;
    padding-right: 2.67vw; } }

#popup {
  box-sizing: border-box;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; }
  #popup * {
    box-sizing: border-box; }
  #popup.-visible {
    display: block;
    z-index: 9997; }

#popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; }

.popup-box {
  background-color: #fff;
  border-radius: 0.27vw;
  width: 40.67vw;
  text-align: center;
  overflow: hidden;
  padding: 3.33vw 1.67vw 2.67vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }

.popup-box-ttl-sub {
  color: #957e21;
  line-height: 1.2;
  margin-bottom: 1vw;
  font-size: 10px;
  font-size: 1rem; }

.popup-box-ttl {
  line-height: 1.2;
  margin-bottom: 1.33vw;
  font-size: 26px;
  font-size: 2.6rem; }

.popup-box-lead {
  line-height: 1.2;
  margin-bottom: 2vw;
  font-size: 12px;
  font-size: 1.2rem; }

.popup-box-img img {
  width: 100%;
  height: auto; }

.popup-box-text {
  margin: 1.33vw 0; }

#popup-box-close {
  background-color: #e9e9e9;
  border-radius: 0.27vw;
  cursor: pointer;
  width: 2.67vw;
  height: 2.67vw;
  position: absolute;
  top: 1.33vw;
  right: 1.33vw;
  transition: background-color 0.2s ease, border-color 0.2s ease; }

#popup-box-close:after,
#popup-box-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: background-color 0.2s ease; }

#popup-box-close:before {
  background-color: #525252;
  height: 1px;
  width: 16px;
  transform: translate(-50%, -50%) rotate(45deg); }

#popup-box-close:after {
  background-color: #525252;
  height: 1px;
  width: 16px;
  transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 767px) {
  .popup-box {
    padding-top: 30px;
    padding-top: 8vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    padding-left: 15px;
    padding-left: 4vw;
    border-radius: 4px;
    border-radius: 1.07vw;
    width: 90%; }
  .popup-box-ttl-sub {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: 2.13vw; }
  .popup-box-ttl {
    line-height: 1.4;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 2.67vw; }
  .popup-box-lead {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
    margin-bottom: 4vw; }
  .popup-box-text {
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 12px;
    margin-bottom: 3.2vw; }
  .popup-box-btn {
    padding-right: 20px;
    padding-right: 5.33vw;
    padding-left: 20px;
    padding-left: 5.33vw; }
  #popup-box-close {
    border-radius: 4px;
    border-radius: 1.07vw;
    width: 40px;
    width: 10.67vw;
    height: 40px;
    height: 10.67vw;
    top: 15px;
    top: 4vw;
    right: 15px;
    right: 4vw; } }
