@charset "utf-8";
body {
  position: relative;
}
/* PC ================================================== */
@media all and (min-width: 960px) {
  .ended {
    width: 100%;
  }
  .ended_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 150px;
  }

  .ended_image {
    width: 100%;
  }
  .ended_image img {
    width: 100%;
  }
  .ended_btn {
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bf8f40;
    color: #fff;
    font-size: 24px;
    width: 500px;
    height: 80px;
    border-radius: 12px;
    box-shadow: 3px 3px 6px #333333;
    transition: all 0.3s;
  }
  .ended_btn:hover {
    transition: all 0.3s;
    opacity: 0.8;
  }

  .scroll {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 70px;
    overflow: hidden;
    color: #7b5700;
    font-family: adobe-garamond-pro, serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  .scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 1px;
    height: 60px;
    background: #7b5700;
  }
  .scroll::after {
    animation: sdl 2.5s cubic-bezier(0.15, 0.5, 0.15, 1) infinite;
  }
  @keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .re_contact {
    width: 100%;
    padding: 22px 0px 35px;
    background-color: #edece1;
  }
  .re_contact.copybox {
    padding: 35px 0px 0px;
  }
  .re_contact.price-bnr {
    background-color: #fff;
    color: #413024;
    padding: 28px 0px 28px;
  }

  .re_contact-inner {
    width: 90%;
    max-width: 1000px;
    margin: auto auto;
  }
  .re_contact-heading {
    width: 100%;
    margin: auto auto 0;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .re_contact-heading small {
    font-size: 18px;
  }
  .re_contact-heading strong {
    font-size: 42px;
    color: #680000;
    font-weight: 600;
    letter-spacing: 0.001em;
  }

  .re_contact_start {
    display: inline-block;
    font-size: 34px;
    letter-spacing: 0.25em;
    text-indent: 0.1em;
  }
  .st-txt {
    color: #680000;
  }
  .re_contact-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .re_contact-btn a {
    width: 48%;
    height: 100px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.1s;
    -webkit-transition: 0.1s;
  }
  .re_contact-btn a span {
    margin-top: 10px;
    font-family: adobe-garamond-pro, serif;
    font-size: 12px;
  }
  .re_contact-btn a:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 300;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transition: 0.1s;
    -webkit-transition: 0.1s;
  }
  .re_contact-btn a:hover {
    opacity: 0.9;
  }
  .re_contact-btn a:hover:after {
    right: 17px;
  }

  .re_contact-btn_request {
    background-color: #413024;
  }
  .re_contact-btn_reservation {
    background-color: #680000;
    /* opacity: 1; */
    opacity: 1;
    color: #fff !important;
  }

  .new_area {
    width: 100%;
    padding: 22px 0px 22px;
    background-color: #e6e5de;
  }
  .new_area.copybox {
    padding: 35px 0px 0px;
  }
  .new_area.price-bnr {
    background-color: #fff;
    color: #413024;
    padding: 28px 0px 28px;
  }

  .new_area-inner {
    width: 90%;
    max-width: 1000px;
    margin: auto auto;
  }
  .new_area-heading {
    width: 100%;
    margin: auto auto 0;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .new_area-heading small {
    font-size: 18px;
  }
  .new_area-heading strong {
    font-size: 42px;
    color: #680000;
    font-weight: 600;
    letter-spacing: 0.001em;
  }

  .new_area_start {
    display: inline-block;
    font-size: 34px;
    letter-spacing: 0.25em;
    text-indent: 0.1em;
  }
  .st-txt {
    color: #680000;
  }
  .new_area-btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-bottom: 20px; */
  }
  .top_new_area_btn {
    justify-content: center;
  }
  .new_area-btn a {
    width: calc((100% / 3) - 10px);
    transition: 0.1s;
    -webkit-transition: 0.1s;
    display: block;
    margin-bottom: 20px;
  }
  .new_area-btn a img {
    width: 100%;
  }
  /* .new_area-btn a:after {
					font-family: "Font Awesome 5 Pro";
					font-size: 18px;
					font-weight: 300;
					content: "\f105";
					position: absolute;
					top: 50%;
					right: 20px;
					transform: translate(0%,-50%);
					-webkit-transform: translate(0%,-50%);
					transition: .1s;
					-webkit-transition: .1s;
				} */
  .new_area-btn a:hover {
    opacity: 0.9;
  }
  .re_contact-btn a:hover:after {
    right: 17px;
  }

  .new_area-btn_request {
    background-color: #b3bfb1;
  }
  .new_area-btn_reservation {
    background-color: #c69e87;
    /* opacity: 1; */
    opacity: 1;
    color: #fff !important;
  }

  #main {
    width: 100%;
    height: auto;
    padding-top: 156px;
  }
  .main-visual {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .inner-visual {
    width: 100%;
    position: relative;
    background-color: #ebe9df;
    background-color: #fff;
  }
  .inner-visual img {
    width: 100%;
    height: auto;
  }
  .inner-visual video {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .left-txt {
    max-width: 100px;
    width: 7vw !important;
    position: absolute;
    top: 15%;
    left: 30px;
  }
  .top-txt-bnr {
    width: 100%;
    padding-bottom: 5px;
    /* position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%); */
  }
  .main-txt-wrapper {
    width: auto;
    position: absolute;
    top: 40%;
    right: 10%;
  }
  .main-txt {
    display: none;
    max-width: 550px;
    width: 40vw !important;
    transform: translateY(-50%);
  }
  .main-txt::before {
    content: "";
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
  }
  .top_circle_image {
    max-width: 120px;
    width: 60%;
    position: absolute;
    bottom: 110px;
    right: -110px;
  }
  picture,
  picture img {
    width: 100%;
    height: auto;
  }
  .news-label {
    display: none;
    padding: 8px 10px;
    background-color: #680000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 5%;
  }
  .main-visual_copy {
    width: 280px;
    height: auto;
    position: absolute;
    top: 8%;
    right: 50%;
    margin-right: -140px;
    z-index: 2;
  }
  .main-visual_copy img {
    width: 100%;
    height: auto;
  }
  .main-visual > img {
    width: 100%;
    height: auto;
  }
  .main-visual_note {
    display: block;
    width: 90%;
    margin: 20px auto 0;
    /* color: #fff; */
    /*text-shadow:
				1px  1px 0.5px #ffffff,
				-1px  1px 0.5px #ffffff,
				1px -1px 0.5px #ffffff,
				-1px -1px 0.5px #ffffff,
				1px  0px 0.5px #ffffff,
				0px  1px 0.5px #ffffff,
				-1px  0px 0.5px #ffffff,
				0px -1px 0.5px #ffffff;*/
    /* position: absolute; */
    /* bottom: 20px;
			left: 35px; */
    font-size: 10px;
  }
  .main-access {
    width: 100%;
    padding: 55px 0px 60px;
  }
  .main-access > img {
    width: 100%;
    max-width: 1000px;
    margin: auto auto;
  }

  #information {
    width: 90%;
    max-width: 1000px;
    padding: 50px 0px;
    margin: auto auto;
    border-top: solid 1px #dedede;
  }
  .information--inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }
  .information-heading {
    width: 25.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #704a00;
    letter-spacing: 0.1em;
  }
  .information-details {
    width: 74.5%;
    padding-left: 60px;
    border-left: solid 1px #dedede;
  }
  .information-list {
    width: 100%;
  }
  .information-item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .construction-nav a {
    color: #604c3f;
    text-decoration: underline;
  }
  .information-item:last-of-type {
    margin-bottom: 0px;
  }
  .info-date {
    margin-right: 20px;
    color: #7b5700;
    font-family: adobe-garamond-pro, serif;
  }
  .info-link {
    color: #333333;
  }
  .info-link:hover {
    /* text-decoration: underline; */
  }
  .holiday-info {
    display: block;
    font-size: 11px;
    margin: 10px 0;
    padding: 0 0 0 83px;
  }

  #tofurou {
    width: 100%;
  }
  .tofurou--inner {
    width: 100%;
    padding: 150px 0px 160px;
    position: relative;
  }
  .tofurou-left_top-flower {
    width: 38.666%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .tofurou-left_top-flower img {
    width: 100%;
    height: auto;
  }
  .tofurou-right_top-flower {
    width: 42%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .tofurou-right_top-flower img {
    width: 100%;
    height: auto;
  }

  .tofurou-heading {
    width: 240px;
    height: auto;
    margin: auto auto 100px;
  }
  .tofurou-heading img {
    width: 100%;
    height: auto;
  }

  .tofurou-txt {
    width: 90%;
    max-width: 1000px;
    margin: auto auto 125px;
  }
  .tofurou-txt img {
    width: 100%;
    height: auto;
  }

  .petal-1 {
    width: 77.5px;
    height: auto;
    top: 290px;
    right: 230px;
  }
  .petal-2 {
    width: 110px;
    height: auto;
    top: 600px;
    left: 130px;
  }
  .petal-3 {
    width: 105px;
    height: auto;
    top: 785px;
    right: 100px;
  }
  .petal-4 {
    width: 71px;
    height: auto;
    bottom: 70px;
    left: 60px;
  }
  .petal {
    position: absolute;
    z-index: -1;
  }
  .petal img {
    width: 100%;
    height: auto;
  }

  .tofurou-links {
    width: 95%;
    max-width: 1500px;
    margin: auto auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tofurou-links_item {
    width: 32%;
  }
  .tofurou-concept {
    margin-top: 0;
  }
  .tofurou-design {
    margin-top: 45px;
  }
  .tofurou-life {
    margin-top: 0;
  }
  .tofurou-location {
    margin-top: 0px;
  }
  .tofurou-iot {
    margin-top: 45px;
  }
  .tofurou-plan {
    margin-top: 0px;
  }
  .tofurou-links_item-inner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .tofurou-links_item-label {
    width: 175px;
    height: 100%;
    background-color: rgba(104, 0, 0, 0.8);
    position: absolute;
    top: -26px;
    left: 23px;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .tofurou-links_item:hover .tofurou-links_item-label {
    width: 150px;
  }
  .tofurou-links_item-label:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../image/index/tofurou-links_item-label-bk.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .tofurou-links_item-label p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 3;
  }
  .tofurou-links_item-label p span {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .tofurou-links_item-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px #dedede;
  }
  .tofurou-links_item-image img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .tofurou-links_item:hover .tofurou-links_item-inner img {
    transform: scale(1.03, 1.03);
  }
  .covid {
    margin-bottom: 60px;
    text-align: center;
  }
  .covid h3 {
    font-size: 18px;
    color: #680000;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .covid p {
    font-size: 14px;
  }
  .covid p a {
    color: #680000;
    text-decoration: underline;
    display: block;
    margin-top: 12px;
    text-align: center;
  }

  /* 来場ポップアップ */
  .top_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: all 0.5s;
  }
  .top_popup.is-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
  }
  .popup-image {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  .popup-image a {
    width: 100%;
  }
  .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 30;
    cursor: pointer;
  }
  .closeBtn img {
    width: 100%;
  }
  .popup-image img {
    width: 100%;
  }

  /* スクロールポップアップ  */
  .scroll_popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    position: fixed;
    bottom: 3%;
    left: 10px;
    z-index: 20;
    transition: all 0.5s;
  }
  .scroll_popup.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    pointer-events: all;
  }
  .scroll_popup.is-close-scroll {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .scroll_popup-image {
    width: 300px;
  }
  .scroll_closeBtn {
    position: absolute;
    top: -9px;
    right: -10px;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .scroll_closeBtn img {
    width: 100%;
  }
  .scroll_popup-image img {
    width: 100%;
  }

  /*-------- ピックアップ --------*/
  .pickup-image {
    width: 40%;
    margin: 50px auto;
  }
  .pickup-image img {
    width: 100%;
  }

  .picup {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    background-color: #fff;
  }
  .pickup__inner {
    width: 80%;
    max-width: 1000px;
    padding: 77px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pickup__txt-area {
    width: 534px;
  }
  .pickup__txt-area h3 {
    font-size: 48px;
    margin-bottom: -10px;
    text-align: center;
    font-weight: normal;
  }
  .price-ttl {
    font-size: 24px;
    color: #680000;
    display: flex;
    align-items: center;
  }
  .price-ttl::before,
  .price-ttl::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #680000;
  }
  .price-ttl::before {
    margin-right: 1rem;
  }
  .price-ttl::after {
    margin-left: 1rem;
  }
  .plan-unit {
    margin: 0 auto 13px;
    text-align: center;
  }
  .plan-unit .plan-ttl {
    font-size: 38px;
    color: #680000;
  }
  .plan-unit .plan-ttl span {
    display: inline-block;
    margin-left: 1rem;
    color: #413024;
    font-size: 23px;
  }
  .plan-unit .plan-txt {
    font-size: 15px;
    margin-top: -10px;
  }

  .image-unit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image-unit img {
    width: calc((100% / 2) - 10px);
  }

  .txt-unit {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .pickup__plan-image {
    width: 366px;
  }
  .pickup__plan-image img {
    width: 100%;
  }
  .plan-link-btn {
    background-color: #680000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 48px;
    border-radius: 98px;
    margin: 20px auto 0;
    transition: all 0.3s;
  }
  .plan-link-btn:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
  .plan-link-btn-sp {
    display: none;
  }

  /*-------- /ピックアップ --------*/

  /* paypayバナー */
  .paypay_bnr {
    margin: 50px auto 30px;
  }
  .paypay_bnr_inner {
    width: 600px;
    margin: 0 auto;
  }
  .paypay_bnr_inner a {
    transition: all 0.3s;
  }
  .paypay_bnr_inner a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
  .paypay_bnr_inner img {
    width: 100%;
  }
  .pickup-btn {
    width: 80%;
    max-width: 800px;
    margin: 30px auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pickup-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 36px;
    background-color: #680000;
    transition: all 0.3s;
  }
  .pickup-btn a:hover {
    opacity: 0.8;
  }
  .pickup-btn a span {
    font-size: 30px;
    display: inline-block;
    margin-right: 3px;
  }
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
  .ended {
    width: 100%;
  }
  .ended_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 150px;
  }
  .ended_image {
    width: 100%;
  }
  .ended_image img {
    width: 100%;
  }
  .ended_btn {
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bf8f40;
    color: #fff;
    font-size: 24px;
    width: 500px;
    height: 80px;
    border-radius: 12px;
    box-shadow: 3px 3px 6px #333333;
    transition: all 0.3s;
  }

  .scroll {
    display: none;
  }

  .re_contact {
    display: none;
  }

  #main {
    width: 100%;
    height: auto;
  }
  .main-visual {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  .inner-visual {
    width: 100%;
    position: relative;
  }
  .inner-visual img {
    width: 100%;
    height: auto;
  }
  .inner-visual video {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .left-txt {
    max-width: 100px;
    width: 7vw !important;
    position: absolute;
    top: 27%;
    left: 30px;
  }
  .top-txt-bnr {
    width: 100%;
    padding-bottom: 5px;
  }
  .main-txt-wrapper {
    width: auto;
    position: absolute;
    top: 32%;
    right: 7%;
  }
  .main-txt {
    display: none;
    max-width: 600px;
    width: 40vw !important;
    transform: translateY(-70%);
  }
  .main-txt::before {
    content: "";
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
  }
  .top_circle_image {
    max-width: 100px;
    width: 90%;
    position: absolute;
    bottom: -30px;
    right: -50px;
  }
  picture,
  picture img {
    width: 100%;
    height: auto;
  }
  .news-label {
    display: none;
    padding: 5px 10px;
    background-color: #680000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #ffffff;
    position: absolute;
    top: 90px;
    left: 5%;
  }
  .main-visual_copy {
    width: 300px;
    height: auto;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -150px;
    /*transform: translate(-50%,0%);
			-webkit-transform: translate(-50%,0%);*/
    z-index: 2;
  }
  .main-visual_copy img {
    width: 100%;
    height: auto;
  }
  .main-visual > img {
    width: 100%;
    height: auto;
  }
  .main-visual_note {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    width: 90%;
    margin: 20px auto 0;
  }
  .main-access {
    width: 100%;
    padding: 55px 0px 60px;
  }
  .main-access > img {
    width: 80%;
    margin: auto auto;
  }

  .copybox {
    /* display: block; */
    text-align: center;
    margin-top: 55px;
  }
  .copybox p {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.075em;
    font-weight: 600;
  }
  .copybox p span {
    font-size: 24px;
    color: #680000;
  }

  .price-bnr {
    padding: 0px 0 35px;
    border-bottom: 1px dotted #413024;
  }

  .info--iot {
    width: 90% !important;
    margin: 20px auto 20px;
    display: block;
  }

  #information {
    width: 100%;
    padding: 30px 0px;
    margin: auto auto;
    border-top: solid 1px #dedede;
  }
  .information--inner {
    width: 90%;
    margin: auto auto 60px;
  }
  .information-heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    color: #704a00;
    letter-spacing: 0.1em;
  }
  .information-details {
    width: 100%;
  }
  .information-list {
    width: 100%;
  }
  .information-item {
    width: 100%;
    padding: 15px 0px;
    border-bottom: dotted 1px #dedede;
    font-size: 14px;
    line-height: 1.5;
  }
  .construction-nav a {
    color: #604c3f;
    text-decoration: underline;
  }
  .information-item:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .info-date {
    margin-right: 20px;
    color: #7b5700;
    font-family: adobe-garamond-pro, serif;
    font-size: 12px;
    line-height: 1;
  }
  .info-link {
    color: #333333;
  }
  .info-link:hover {
    text-decoration: underline;
  }
  .st-txt {
    color: #680000;
  }
  .holiday-info {
    display: block;
    font-size: 11px;
    margin: 10px 0;
    padding: 0 0 0 75px;
  }

  #tofurou {
    width: 100%;
  }
  .tofurou--inner {
    width: 100%;
    padding: 80px 0px 0px;
    position: relative;
  }
  .tofurou-left_top-flower {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .tofurou-left_top-flower img {
    width: 100%;
    height: auto;
  }
  .tofurou-right_top-flower {
    display: none;
  }
  .tofurou-heading {
    width: 160px;
    height: auto;
    margin: auto 5% 45px auto;
  }
  .tofurou-heading img {
    width: 100%;
    height: auto;
  }
  .tofurou-txt {
    width: 47%;
    margin: auto auto 60px 5%;
  }
  .tofurou-txt img {
    width: 100%;
    height: auto;
  }
  .tofurou-txt p {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #cccccc;
  }
  .petal {
    display: none;
  }
  .tofurou-links {
    width: 90%;
    margin: auto auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tofurou-links_item {
    width: 31%;
  }
  .tofurou-concept {
    margin-top: 0;
  }
  .tofurou-design {
    margin-top: 45px;
  }
  .tofurou-life {
    margin-top: 0;
  }
  .tofurou-location {
    margin-top: 0px;
  }
  .tofurou-iot {
    margin-top: 45px;
  }
  .tofurou-plan {
    margin-top: 0px;
  }
  .tofurou-links_item-inner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .tofurou-links_item-label {
    width: 100px;
    height: 100%;
    background-color: rgba(104, 0, 0, 0.8);
    position: absolute;
    top: -15px;
    left: 12px;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .tofurou-links_item-label:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../image/index/tofurou-links_item-label-bk.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .tofurou-links_item-label p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 3;
  }
  .tofurou-links_item-label p span {
    font-size: 10px;
  }
  .tofurou-links_item-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px #dedede;
  }
  .tofurou-links_item-image img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .covid {
    margin: 0 auto 60px;
    text-align: center;
    width: 90%;
  }
  .covid h3 {
    font-size: 18px;
    color: #680000;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .covid p {
    font-size: 14px;
  }
  .covid p a {
    color: #680000;
    text-decoration: underline;
    display: block;
    margin-top: 12px;
    text-align: center;
  }

  .new_area {
    width: 100%;
    padding: 22px 0px;
    background-color: #e6e5de;
    margin-top: 24px;
  }
  .new_area.copybox {
    padding: 35px 0px 0px;
  }
  .new_area.price-bnr {
    background-color: #fff;
    color: #413024;
    padding: 28px 0px 28px;
  }

  .new_area-inner {
    width: 90%;
    margin: auto auto;
  }
  .new_area-heading {
    width: 100%;
    margin: auto auto 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .new_area-heading small {
    font-size: 18px;
  }
  .new_area-heading strong {
    font-size: 42px;
    color: #680000;
    font-weight: 600;
    letter-spacing: 0.001em;
  }

  .new_area_start {
    display: inline-block;
    font-size: 34px;
    letter-spacing: 0.25em;
    text-indent: 0.1em;
  }
  .st-txt {
    color: #680000;
  }
  .new_area-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    flex-direction: column;
  }
  .new_area-btn a {
    width: 80%;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    display: block;
    margin-bottom: 20px;
  }
  .new_area-btn a img {
    width: 100%;
  }
  /* .new_area-btn a:after {
			font-family: "Font Awesome 5 Pro";
			font-size: 16px;
			font-weight: 300;
			content: "\f105";
			position: absolute;
			top: 50%;
			right: 8px;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
			transition: .1s;
			-webkit-transition: .1s;
		} */
  .new_area-btn a:hover {
    opacity: 0.9;
  }
  .re_contact-btn a:hover:after {
    right: 17px;
  }

  .new_area-btn_request {
    background-color: #b3bfb1;
  }
  .new_area-btn_reservation {
    background-color: #c69e87;
    /* opacity: 1; */
    opacity: 1;
    color: #fff !important;
  }

  /* 来場ポップアップ */
  .top_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: all 0.5s;
  }
  .top_popup.is-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
  }
  .popup-image {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  .popup-image a {
    width: 100%;
  }
  .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 30;
    cursor: pointer;
  }
  .closeBtn img {
    width: 100%;
  }
  .popup-image img {
    width: 100%;
  }

  /* スクロールポップアップ  */
  .scroll_popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    position: fixed;
    bottom: 10%;
    left: 10px;
    z-index: 5;
    transition: all 0.5s;
  }
  .scroll_popup.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    pointer-events: all;
  }
  .scroll_popup.is-close-scroll {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .scroll_popup-image {
    width: 300px;
  }
  .scroll_closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    z-index: 5;
  }
  .scroll_closeBtn img {
    width: 100%;
  }
  .scroll_popup-image img {
    width: 100%;
  }

  /*-------- ピックアップ --------*/
  .pickup-image {
    width: 50%;
    margin: 50px auto;
  }
  .pickup-image img {
    width: 100%;
  }

  /*-------- ピックアップ --------*/
  .picup {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    background-color: #fff;
  }
  .pickup__inner {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .pickup__txt-area {
    width: 100%;
  }
  .pickup__txt-area h3 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: normal;
  }
  .price-ttl {
    font-size: 18px;
    color: #680000;
    display: flex;
    align-items: center;
  }
  .price-ttl::before,
  .price-ttl::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #680000;
  }
  .price-ttl::before {
    margin-right: 1rem;
  }
  .price-ttl::after {
    margin-left: 1rem;
  }
  .plan-unit {
    margin: 0 auto 13px;
    text-align: center;
  }
  .plan-unit .plan-ttl {
    font-size: 20px;
    color: #680000;
  }
  .plan-unit .plan-ttl span {
    display: inline-block;
    margin-left: 1rem;
    color: #413024;
    font-size: 14px;
  }
  .plan-unit .plan-txt {
    font-size: 12px;
    margin-top: 0px;
  }

  .image-unit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image-unit img {
    width: calc((100% / 2) - 10px);
  }

  .txt-unit {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .pickup__plan-image {
    width: 80%;
    margin: 50px auto 0;
  }
  .pickup__plan-image img {
    width: 100%;
  }
  .plan-link-btn {
    display: none;
  }
  .plan-link-btn-sp {
    background-color: #680000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 48px;
    border-radius: 98px;
    margin: 20px auto 0;
    transition: all 0.3s;
  }

  /*-------- /ピックアップ --------*/

  /* paypayバナー */
  .paypay_bnr {
    margin: 50px auto 30px;
  }
  .paypay_bnr_inner {
    width: 70%;
    margin: 0 auto;
  }
  .paypay_bnr_inner img {
    width: 100%;
  }

  .pickup-btn {
    width: 100%;
    /* max-width: 1000px; */
    margin: 30px auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pickup-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 36px;
    background-color: #680000;
    transition: all 0.3s;
  }
  .pickup-btn a span {
    font-size: 30px;
    display: inline-block;
    margin-right: 3px;
  }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
  .ended {
    width: 100%;
  }
  .ended_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
  .ended_text {
    width: 100%;
    font-size: 12px;
    background-color: #413024;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px;
  }
  .ended_image {
    width: 100%;
  }
  .ended_image img {
    width: 100%;
  }
  .ended_btn {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bf8f40;
    color: #fff;
    font-size: 20px;
    width: 90%;
    height: 60px;
    border-radius: 12px;
    box-shadow: 3px 3px 6px #333333;
    transition: all 0.3s;
  }

  .scroll {
    display: none;
  }

  .re_contact {
    display: none;
  }
  .copybox {
    /* display: block; */
    text-align: center;
    margin-top: 35px;
  }
  .copybox p {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.075em;
    font-weight: 600;
  }
  .copybox p span {
    font-size: 28px;
    color: #680000;
    margin-bottom: 24px;
  }

  .price-bnr {
    padding: 0px 0 35px;
    border-bottom: 1px dotted #413024;
  }

  #main {
    width: 100%;
    height: auto;
  }
  .main-visual {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  .inner-visual {
    width: 100%;
    position: relative;
  }
  .inner-visual img {
    width: 100%;
    height: auto;
  }
  .inner-visual video {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .left-txt {
    max-width: 100px;
    width: 7vw !important;
    position: absolute;
    top: 14%;
    left: 20px;
  }
  .top-txt-bnr {
    width: 100%;
    padding-bottom: 5px;
  }
  .main-txt-wrapper {
    position: absolute;
    top: 30%;
    right: 7%;
  }
  .main-txt {
    display: none;
    max-width: 600px;
    width: 40vw !important;
    transform: translateY(-70%);
  }
  .main-txt::before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
  }
  .top_circle_image {
    max-width: 60px;
    width: 60%;
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
  picture,
  picture img {
    width: 100%;
    height: auto;
  }
  .news-label {
    display: none;
    padding: 5px 10px;
    background-color: #680000;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 5%;
  }
  .main-visual_copy {
    width: 150px;
    height: auto;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -75px;
    z-index: 2;
  }
  .main-visual_copy img {
    width: 100%;
    height: auto;
  }
  .main-visual > img {
    width: 100%;
    height: auto;
  }
  .main-visual_note {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    width: 90%;
    margin: 20px auto 0;
  }
  .main-access {
    width: 100%;
    padding: 45px 0px 50px;
  }
  .main-access > img {
    width: 80%;
    margin: auto auto;
  }
  .info--iot {
    width: 90% !important;
    margin: 20px auto 20px;
    display: block;
  }

  #information {
    width: 100%;
    padding: 30px 0px;
    margin: auto auto;
    border-top: solid 1px #dedede;
  }
  .information--inner {
    width: 90%;
    margin: auto auto;
    display: block;
    margin-bottom: 60px;
  }
  .information-heading {
    width: 100%;
    font-size: 18px;
    color: #704a00;
    letter-spacing: 0.1em;
  }
  .information-details {
    width: 100%;
  }
  .information-list {
    width: 100%;
  }
  .information-item {
    width: 100%;
    padding: 10px 0px;
    border-bottom: dotted 1px #dedede;
    font-size: 12px;
    line-height: 1.5;
  }
  .construction-nav a {
    color: #604c3f;
    text-decoration: underline;
  }

  .information-item:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .info-date {
    margin-right: 20px;
    color: #7b5700;
    font-family: adobe-garamond-pro, serif;
    font-size: 12px;
    line-height: 1;
  }
  .info-link {
    color: #333333;
  }
  .info-link:hover {
    text-decoration: underline;
  }
  .st-txt {
    color: #680000;
  }
  .holiday-info {
    display: block;
    font-size: 11px;
    margin: 10px 0;
  }

  #tofurou {
    width: 100%;
  }
  .tofurou--inner {
    width: 100%;
    padding: 80px 0px 0px;
    position: relative;
  }
  .tofurou-left_top-flower {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .tofurou-left_top-flower img {
    width: 100%;
    height: auto;
  }
  .tofurou-right_top-flower {
    display: none;
  }

  .tofurou-heading {
    width: 130px;
    height: auto;
    margin: auto 5% 45px auto;
  }
  .tofurou-heading img {
    width: 100%;
    height: auto;
  }

  .tofurou-txt {
    width: 90%;
    margin: auto auto 90px;
  }
  .tofurou-txt img {
    width: 100%;
    height: auto;
  }
  .tofurou-txt p {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #cccccc;
  }

  .petal {
    display: none;
  }

  .tofurou-links {
    width: 90%;
    margin: auto auto;
    display: block;
  }
  .tofurou-links_item {
    width: 100%;
  }
  .tofurou-concept {
    margin-bottom: 40px;
  }
  .tofurou-design {
    margin-bottom: 40px;
  }
  .tofurou-life {
    margin-bottom: 40px;
  }
  .tofurou-location {
    margin-bottom: 40px;
  }
  .tofurou-iot {
    margin-bottom: 40px;
  }
  .tofurou-plan {
    margin-bottom: 40px;
  }
  .tofurou-links_item-inner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .tofurou-links_item-label {
    width: 100px;
    height: 100%;
    background-color: rgba(104, 0, 0, 0.8);
    position: absolute;
    top: -15px;
    left: 12px;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .tofurou-links_item-label:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../image/index/tofurou-links_item-label-bk.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .tofurou-links_item-label p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 3;
  }
  .tofurou-links_item-label p span {
    font-size: 10px;
  }
  .tofurou-links_item-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px #dedede;
  }
  .tofurou-links_item-image img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .covid {
    margin: 0 auto 60px;
    text-align: left;
    width: 90%;
  }
  .covid h3 {
    font-size: 16px;
    color: #680000;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .covid p {
    font-size: 12px;
  }
  .covid p a {
    color: #680000;
    text-decoration: underline;
    display: block;
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
  }

  .re_contact-heading {
  }
  .new_area {
    width: 100%;
    padding: 22px 0px;
    background-color: #e6e5de;
    margin-top: 24px;
  }
  .new_area.copybox {
    padding: 35px 0px 0px;
  }
  .new_area.price-bnr {
    background-color: #fff;
    color: #413024;
    padding: 28px 0px 28px;
  }

  .new_area-inner {
    width: 90%;
    margin: auto auto;
  }
  .new_area-heading {
    width: 100%;
    margin: auto auto 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .new_area-heading small {
    font-size: 18px;
  }
  .new_area-heading strong {
    font-size: 42px;
    color: #680000;
    font-weight: 600;
    letter-spacing: 0.001em;
  }

  .new_area_start {
    display: inline-block;
    font-size: 34px;
    letter-spacing: 0.25em;
    text-indent: 0.1em;
  }
  .st-txt {
    color: #680000;
  }
  .new_area-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    flex-direction: column;
  }
  .new_area-btn a {
    width: 80%;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    display: block;
    margin-bottom: 20px;
  }
  .new_area-btn a img {
    width: 100%;
  }
  /* .new_area-btn a:after {
					font-family: "Font Awesome 5 Pro";
					font-size: 16px;
					font-weight: 300;
					content: "\f105";
					position: absolute;
					top: 50%;
					right: 8px;
					transform: translate(0%,-50%);
					-webkit-transform: translate(0%,-50%);
					transition: .1s;
					-webkit-transition: .1s;
				} */
  .new_area-btn a:hover {
    opacity: 0.9;
  }
  .re_contact-btn a:hover:after {
    right: 17px;
  }

  .new_area-btn_request {
    background-color: #b3bfb1;
  }
  .new_area-btn_reservation {
    background-color: #c69e87;
    /* opacity: 1; */
    opacity: 1;
    color: #fff !important;
  }

  /* 来場ポップアップ */
  .top_popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: all 0.5s;
  }
  .top_popup.is-close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
  }
  .popup-image {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  .popup-image a {
    width: 100%;
  }
  .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 30;
    cursor: pointer;
  }
  .closeBtn img {
    width: 100%;
  }
  .popup-image img {
    width: 100%;
  }

  /* スクロールポップアップ  */
  .scroll_popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
    position: fixed;
    bottom: 10%;
    left: 10px;
    z-index: 5;
    transition: all 0.5s;
  }
  .scroll_popup.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    pointer-events: all;
  }
  .scroll_popup.is-close-scroll {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
  }
  .scroll_popup-image {
    width: 150px;
  }
  .scroll_closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    z-index: 5;
  }
  .scroll_closeBtn img {
    width: 100%;
  }
  .scroll_popup-image img {
    width: 100%;
  }

  /*-------- ピックアップ --------*/
  .pickup-image {
    width: 90%;
    margin: 50px auto;
  }
  .pickup-image img {
    width: 100%;
  }

  /*-------- ピックアップ --------*/
  .picup {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    background-color: #fff;
  }
  .pickup__inner {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .pickup__txt-area {
    width: 100%;
  }
  .pickup__txt-area h3 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: normal;
  }
  .price-ttl {
    font-size: 18px;
    color: #680000;
    display: flex;
    align-items: center;
  }
  .price-ttl::before,
  .price-ttl::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #680000;
  }
  .price-ttl::before {
    margin-right: 1rem;
  }
  .price-ttl::after {
    margin-left: 1rem;
  }
  .plan-unit {
    margin: 0 auto 13px;
    text-align: center;
  }
  .plan-unit .plan-ttl {
    font-size: 20px;
    color: #680000;
  }
  .plan-unit .plan-ttl span {
    display: inline-block;
    margin-left: 1rem;
    color: #413024;
    font-size: 14px;
  }
  .plan-unit .plan-txt {
    font-size: 12px;
    margin-top: 0px;
  }

  .image-unit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image-unit img {
    width: calc((100% / 2) - 10px);
  }

  .txt-unit {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .pickup__plan-image {
    width: 80%;
    margin: 50px auto 0;
  }
  .pickup__plan-image img {
    width: 100%;
  }
  .plan-link-btn {
    display: none;
  }
  .plan-link-btn-sp {
    background-color: #680000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 48px;
    border-radius: 98px;
    margin: 20px auto 0;
    transition: all 0.3s;
  }

  /*-------- /ピックアップ --------*/

  /* paypayバナー */
  .paypay_bnr {
    margin: 50px auto 30px;
  }
  .paypay_bnr_inner {
    width: 80%;
    margin: 0 auto;
  }
  .paypay_bnr_inner img {
    width: 100%;
  }

  .pickup-btn {
    width: 80%;
    max-width: 800px;
    margin: 30px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pickup-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 36px;
    background-color: #680000;
    transition: all 0.3s;
  }
  .pickup-btn a span {
    font-size: 30px;
    display: inline-block;
    margin-right: 3px;
  }
}
