@charset "UTF-8";
/* CSS Document */
/*--- common ---*/
* {
  margin: 0;
  padding: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  color: #131313;
}
html {
  font-size: 100%;
}
a {
  color: #131313;
  text-decoration: none;
}
ul {
  list-style: none;
}
/*--- SP ---*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
  }
  .sp_none {
    display: none !important;
  }
  .ra {
    text-align: right !important;
  }
  .ac {
    text-align: center!important;
  }    
  .main_wrapper {
    max-width: 100%;
    margin: 0;
  }
  header {
    width: 100%;
    margin: 3.0vw 0;
    display: inline-block;
  }
  header h1 {
    width: 30%;
    margin: 1.0vw 0 1.0vw 5%;
    display: block;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .main_heading {
    width: 90%;
    margin: 0 auto;
  }
  .main_heading img {
    width: 100%;
    height: auto;
  }
  .sub_heading {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
  }
  .main_txt {
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
  }
  #g_nav.panelactive {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle_bg {
    position: fixed;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #535353;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #g_nav_list {
    display: none;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g_nav.panelactive #g_nav_list {
    display: block;
  }
  #g_nav ul {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g_nav.panelactive ul {
    width: fit-content;
    opacity: 1;
  }
  #g_nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g_nav li {
    text-align: center;
    list-style: none;
  }
  #g_nav li a {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-decoration: none;
    padding: 3.5vw;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g_nav li a:hover {
    opacity: 0.5;
  }
  #g_nav li a span {
    font-size: 0.9rem;
    line-height: 1.5em;
    color: #FFF;
    display: block;
  }
  .open_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 5%;
    margin-top: 2vw;
  }
  .open_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #131313;
    width: 100%;
  }
  .open_btn span:nth-of-type(1) {
    top: 15px;
  }
  .open_btn span:nth-of-type(2) {
    display: none;
  }
  .open_btn span:nth-of-type(3) {
    top: 30px;
  }
  .open_btn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open_btn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  #fv {
    width: 100%;
    margin: 0;
    border-top: 1px solid #CDCDCD;
  }
  .fv_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
  .scroll {
    width: 4.5%;
    line-height: 0;
    margin: 0 auto;
  }
  .scroll img {
    width: 100%;
    height: auto;
  }
  video {
    width: 90%;
    filter: grayscale(10%);
  }
  #aboutus {
    margin: 10vw 0 0;
  }
  .aboutus_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .photo_wrapper {
    width: 100%;
    margin: 5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
  }
  #slider01 {
    width: 28%;
    margin-left: 5%;
  }
  #slider01 img {
    width: 100%;
    height: auto;
  }
  #slider02 {
    width: 28%;
    margin-left: 5%;
    transform: rotate(180deg) !important;
  }
  #slider02 img {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  .slick-vertical .slick-slide {
    margin: 2.0vw 0;
    border: none;
  }
  .message {
    width: 34%;
    margin: 0 auto;
  }
  .message img {
    width: 30%;
    height: auto;
  }
  #towear {
    margin: 10vw 0 0;
  }
  .towear_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .towear_wrapper h3 {
    letter-spacing: 0.04em;
  }
  #dress {
    margin: 10vw 0 0;
    background: #535353;
    overflow: hidden;
  }
  #dress h2 {
    width: 100%;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 5vw;
    padding: 0 5%;
    display: inline-block;
    box-sizing: border-box;
  }
  #slider03 {
    width: 95%;
    margin: 5vw auto 0;
  }
  #slider04, #slider05 {
    width: 95%;
    margin: 10vw auto 0;
  }
  #slider03 .slider_item img, #slider04 .slider_item img, #slider05 .slider_item img {
    width: 90%;
    height: 70vw;
    object-fit: cover;
    margin: 0 5%;
  }
  .swipe {
    width: 20%;
    margin: 4vw auto 0;
  }
  .swipe img {
    width: 100%;
    height: auto;
  }
  #dress h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 8vw;
    padding: 0 5%;
  }
  #dress p {
    color: #FFF;
    padding: 0 5%;
  }
  #dress p:first-of-type {
    margin-top: 2vw;
  }
  #dress p:last-of-type {
    margin-bottom: 10vw;
  }
  #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(130, 130, 130, 0.8);
    z-index: 9999;
  }
  #modal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain;
  }
  #cheerfor {
    margin: 10vw 0 0;
  }
  .cheerfor_wrapper {
    width: 90%;
    margin: 10vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    ;
  }
  .staff {
    width: 35%;
    margin-right: 5%;
  }
  .staff img {
    width: 100%;
    height: auto;
  }
  .cheerfor_txt {
    width: 60%;
    padding-bottom: 5vw;
  }
  #partner {
    margin: 10vw 0 0;
  }
  .partner_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .partner_item {
    width: 60%;
    margin: 10vw auto 0 0;
  }
  .partner_item:first-of-type {
    margin-top: 0;
  }
  .partner_item:last-of-type {
    margin: 10vw 0 0 auto;
  }
  .partner_item li img {
    width: 100%;
    height: auto;
  }
  .partner_item h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
  }
  .partner_item li {}
  .partner_item li:nth-of-type(2) {
    margin-top: 4vw;
  }
  .partner_item li:last-of-type {
    margin-top: 2vw;
  }
  #location {
    margin: 10vw 0 0;
  }
  .location_wrapper {
    width: 100%;
    background: #535353;
    margin: 10vw 0 0;
    overflow: hidden;
  }
  .location_inner {
    width: 90%;
    margin: 10vw auto 0;
  }
  .location_inner h3 {
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
  }
  .location_table {}
  .location_table tr {}
  .location_table th {
    width: 35%;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    padding-top: 4vw;
  }
  .location_table td {
    width: 65%;
    line-height: 1.5em;
    color: #FFF;
    text-align: left !important;
    padding-top: 4vw;
  }
  .location_lnk a {
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .location_lnk a:hover {
    opacity: 0.5;
  }
  .map_wrapper {
    position: relative;
    height: 0;
    margin-top: 4vw;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #special {
    margin: 10vw 0 0;
  }
  .special_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .price_wrapper {
    width: 100%;
    margin: 10vw auto 0;
    background: #FF9D9D;
    overflow: hidden;
  }
  .price_wrapper h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-top: 10vw;
  }
  .price_wrapper ul {
    width: 90%;
    margin: 6vw auto 0;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    background: linear-gradient(transparent 75%, rgba(255, 241, 241, 0.5) 75%);
  }
  .price_wrapper li {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .price_wrapper li span {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #EE4447;
  }
  .price_wrapper li:first-of-type {
    width: 100%;
    text-align: left;
  }
  .price_wrapper li:nth-of-type(2) {
    width: 72%;
    font-size: 1.0rem;
    line-height: 1.5em;
    color: #EE4447;
  }
  .price_wrapper li:last-of-type {
    width: 28%;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .price_wrapper p {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 1.0vw;
    margin-top: 6vw;
  }
  .price_wrapper p:last-of-type {
    line-height: 1.5em;
    text-decoration: none;
    margin-bottom: 10vw;
  }
  .offer_wrapper {
    width: 100%;
    margin: 10vw auto 0;
    background: #FF9D9D;
    overflow: hidden;
  }
  .offer_wrapper h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-top: 10vw;
  }
  .offer_wrapper ul {
    width: 95%;
    margin: 6vw auto 0;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .offer_wrapper li {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .offer_wrapper li span {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #EE4447;
    display: inline;
    background: linear-gradient(transparent 50%, rgba(255, 241, 241, 0.5) 50%);
  }
  .offer_wrapper li:first-of-type {
    text-align: center;
  }
  .offer_wrapper li:last-of-type {
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: center;
    margin-top: 4vw;
  }
  .offer_wrapper p {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 1.0vw;
    margin: 6vw 0 10vw;
  }
  .howto_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .howto_wrapper p {
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: center;
  }
  .howto_wrapper p span {
    width: 2.1%;
    display: block;
    margin: 0 auto;
    padding-top: 4vw;
    box-sizing: border-box;
  }
  .howto_wrapper p span img {
    width: 100%;
    height: auto;
  }
  .line_wrapper {
    width: 100%;
    margin: 10vw 0 0;
    padding-bottom: 10vw;
    background: #9DFFC4;
    overflow: hidden;
  }
  .line_inner {
    width: 90%;
    margin: 20vw auto 0;
  }
  .line_inner:first-of-type {
    margin-top: 10vw;
  }
  .line_inner ul:first-of-type {
    margin-top: 10vw;
  }
  .line_inner li {
    line-height: 1.5em;
    text-align: left;
    margin-top: 4vw;
  }
  .line_inner li:first-of-type {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .line_inner:last-of-type li:last-of-type {
    text-decoration: underline;
    text-underline-offset: 1.0vw;
  }
  .line_inner li span {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5%;
    padding: 1.0vw 2%;
    border: 1px solid #131313;
    background: #FFF;
  }
  .line_inner li img {
    width: 100%;
    height: auto;
  }
  .line_note {
    width: 90%;
    margin: 6vw auto 0;
    background: #FFF;
    overflow: hidden;
  }
  .line_note ul {
    margin: 4vw 5%;
  }
  .line_note li {
    line-height: 1.5em;
    color: #EE4447;
    text-align: left;
    margin-top: 4vw;
  }
  .line_note li:first-of-type {
    width: fit-content;
    background: linear-gradient(transparent 60%, rgba(255, 241, 241, 1.0) 60%);
    padding: 0 2%;
  }
  .line_note li span {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 1.0vw;
  }
  .add_friend {
    width: 80%;
    margin: 10vw auto 0;
    background: #FF9D9D;
    box-shadow: 0px 10px 10px -5px rgba(72, 60, 52, 0.4);
  }
  .add_friend a {
    height: 4vw;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    padding: 8vw 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .add_friend a:hover {
    opacity: 0.5;
  }
  .add_friend a span {
    width: 14%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .add_friend a span img {
    width: 100%;
    height: auto;
  }
  footer {
    width: 100%;
    margin: 0 0 10vw;
    padding: 2.0vw 0;
    background: #FFF;
  }
  .copyright {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .float {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .float ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .float_txt {
    width: 65%;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CDCDCD;
  }
  .float_txt span {
    width: 8%;
    display: inline-block;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .float_txt span img {
    width: 100%;
    height: auto;
  }
  .float_line {
    width: 35%;
    background: #FF9D9D;
  }
  .float_line a {
    height: 10vw;
    font-size: 1.0rem;
    line-height: 1.5em;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .float_line a:hover {
    opacity: 0.5;
  }
  .float_line a span {
    width: 18%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .float_line a span img {
    width: 100%;
    height: auto;
  }
}
/*--- PC ---*/
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    text-align: center;
    font-size: 1.0rem;
    position: relative;
  }
  .pc_none {
    display: none !important;
  }
  .ra {
    text-align: right !important;
  }
  .main_wrapper {
    max-width: 40%;
    margin: 0 auto;
    border-radius: 20pt;
    box-shadow: 0 0px 20px rgba(51, 51, 51, 0.2);
  }
  header {
    width: 100%;
    margin: 1.5vw 0;
    display: inline-block;
  }
  header h1 {
    width: 30%;
    margin: 0.5vw 0 0.5vw 5%;
    display: block;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .main_heading {
    width: 90%;
    margin: 0 auto;
  }
  .main_heading img {
    width: 100%;
    height: auto;
  }
  .sub_heading {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
  }
  .main_txt {
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
  }
  #g_nav.panelactive {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -30%;
  }
  .circle_bg {
    position: fixed;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #535353;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #g_nav_list {
    display: none;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g_nav.panelactive #g_nav_list {
    display: block;
  }
  #g_nav ul {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g_nav.panelactive ul {
    width: fit-content;
    opacity: 1;
  }
  #g_nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g_nav li {
    text-align: center;
    list-style: none;
  }
  #g_nav li a {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-decoration: none;
    padding: 1.5vw;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #g_nav li a:hover {
    opacity: 0.5;
  }
  #g_nav li a span {
    font-size: 0.9rem;
    line-height: 1.5em;
    color: #FFF;
    display: block;
  }
  .open_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: 2.0vw;
    margin-right: 32%;
  }
  .open_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #131313;
    width: 100%;
  }
  .open_btn span:nth-of-type(1) {
    top: 15px;
  }
  .open_btn span:nth-of-type(2) {
    display: none;
  }
  .open_btn span:nth-of-type(3) {
    top: 30px;
  }
  .open_btn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open_btn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  #fv {
    width: 100%;
    margin: 0;
    border-top: 1px solid #CDCDCD;
  }
  .fv_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
  .scroll {
    width: 4.5%;
    line-height: 0;
    margin: 0 auto;
  }
  .scroll img {
    width: 100%;
    height: auto;
  }
  video {
    width: 90%;
    filter: grayscale(10%);
  }
  #aboutus {
    margin: 5vw 0 0;
  }
  .aboutus_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .photo_wrapper {
    width: 100%;
    margin: 2.5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
  }
  #slider01 {
    width: 28%;
    margin-left: 5%;
  }
  #slider01 img {
    width: 100%;
    height: auto;
  }
  #slider02 {
    width: 28%;
    margin-left: 5%;
    transform: rotate(180deg) !important;
  }
  #slider02 img {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  .slick-vertical .slick-slide {
    margin: 0.9vw 0;
    border: none;
  }
  .message {
    width: 34%;
    margin: 0 auto;
  }
  .message img {
    width: 30%;
    height: auto;
  }
  #towear {
    margin: 5vw 0 0;
  }
  .towear_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  #dress {
    margin: 5vw 0 0;
    background: #535353;
    overflow: hidden;
  }
  #dress h2 {
    width: 100%;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 2.5vw;
    padding: 0 5%;
    display: inline-block;
    box-sizing: border-box;
  }
  #slider03 {
    width: 95%;
    margin: 2.5vw auto 0;
  }
  #slider04, #slider05 {
    width: 95%;
    margin: 5vw auto 0;
  }
  #slider03 .slider_item img, #slider04 .slider_item img, #slider05 .slider_item img {
    width: 90%;
    height: 30vw;
    object-fit: cover;
    margin: 0 5%;
  }
  .swipe {
    width: 16%;
    margin: 2vw auto 0;
  }
  .swipe img {
    width: 100%;
    height: auto;
  }
  #dress h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    margin-top: 2vw;
    padding: 0 5%;
  }
  #dress p {
    color: #FFF;
    padding: 0 5%;
  }
  #dress p:first-of-type {
    margin-top: 1vw;
  }
  #dress p:last-of-type {
    margin-bottom: 5vw;
  }
  #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(130, 130, 130, 0.8);
    z-index: 9999;
  }
  #modal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90%;
    object-fit: contain;
  }
  #cheerfor {
    margin: 5vw 0 0;
  }
  .cheerfor_wrapper {
    width: 90%;
    margin: 5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    ;
  }
  .staff {
    width: 35%;
    margin-right: 5%;
  }
  .staff img {
    width: 100%;
    height: auto;
  }
  .cheerfor_txt {
    width: 60%;
    padding-bottom: 2.5vw;
  }
  #partner {
    margin: 5vw 0 0;
  }
  .partner_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .partner_item {
    width: 60%;
    margin: 5vw auto 0 0;
  }
  .partner_item:first-of-type {
    margin-top: 0;
  }
  .partner_item:last-of-type {
    margin: 5vw 0 0 auto;
  }
  .partner_item li img {
    width: 100%;
    height: auto;
  }
  .partner_item h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
  }
  .partner_item li {}
  .partner_item li:nth-of-type(2) {
    margin-top: 2vw;
  }
  .partner_item li:last-of-type {
    margin-top: 1vw;
  }
  #location {
    margin: 5vw 0 0;
  }
  .location_wrapper {
    width: 100%;
    background: #535353;
    margin: 5vw 0 0;
    overflow: hidden;
  }
  .location_inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .location_inner h3 {
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
  }
  .location_table {}
  .location_table tr {}
  .location_table th {
    width: 18%;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    padding-top: 1vw;
  }
  .location_table td {
    width: 82%;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    padding-top: 1vw;
  }
  .location_lnk a {
    font-size: 1.0rem;
    line-height: 1.5em;
    color: #FFF;
    text-align: left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .location_lnk a:hover {
    opacity: 0.5;
  }
  .map_wrapper {
    position: relative;
    height: 0;
    margin-top: 2vw;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #special {
    margin: 5vw 0 0;
  }
  .special_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .price_wrapper {
    width: 100%;
    margin: 5vw auto 0;
    background: #FF9D9D;
    overflow: hidden;
  }
  .price_wrapper h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-top: 5vw;
  }
  .price_wrapper ul {
    width: 90%;
    margin: 3vw auto 0;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    background: linear-gradient(transparent 60%, rgba(255, 241, 241, 0.5) 60%);
  }
  .price_wrapper li {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .price_wrapper li span {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #EE4447;
  }
  .price_wrapper li:first-of-type {
    padding-right: 5%;
  }
  .price_wrapper li:nth-of-type(2) {
    font-size: 1.0rem;
    line-height: 1.5em;
    color: #EE4447;
  }
  .price_wrapper li:last-of-type {
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .price_wrapper p {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 0.5vw;
    margin-top: 3vw;
  }
  .price_wrapper p:last-of-type {
    line-height: 2.5em;
    text-decoration: none;
    margin-bottom: 5vw;
  }
  .offer_wrapper {
    width: 100%;
    margin: 5vw auto 0;
    background: #FF9D9D;
    overflow: hidden;
  }
  .offer_wrapper h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding-top: 5vw;
  }
  .offer_wrapper ul {
    width: 95%;
    margin: 3vw auto 0;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .offer_wrapper li {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .offer_wrapper li span {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #EE4447;
  }
  .offer_wrapper li:first-of-type {
    display: inline;
    padding-bottom: 0.5vw;
    background: linear-gradient(transparent 50%, rgba(255, 241, 241, 0.5) 50%);
  }
  .offer_wrapper li:last-of-type {
    font-size: 1.0rem;
    line-height: 1.5em;
    margin-top: 2vw;
  }
  .offer_wrapper p {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 0.5vw;
    margin: 3vw 0 5vw
  }
  .howto_wrapper {
    width: 100%;
    margin: 5vw auto 0;
  }
  .howto_wrapper p {
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: center;
  }
  .howto_wrapper p span {
    width: 2.1%;
    display: block;
    margin: 0 auto;
    padding-top: 2vw;
    box-sizing: border-box;
  }
  .howto_wrapper p span img {
    width: 100%;
    height: auto;
  }
  .line_wrapper {
    width: 100%;
    margin: 5vw 0 0;
    padding-bottom: 5vw;
    background: #9DFFC4;
    overflow: hidden;
  }
  .line_inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .line_inner ul {
    margin-top: 5vw
  }
  .line_inner li {
    line-height: 1.5em;
    text-align: left;
    margin-top: 2vw;
  }
  .line_inner li:first-of-type {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .line_inner:last-of-type li:last-of-type {
    text-decoration: underline;
    text-underline-offset: 0.5vw;
  }
  .line_inner li span {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5%;
    padding: 0.5vw 2%;
    border: 1px solid #131313;
    background: #FFF;
  }
  .line_inner li img {
    width: 100%;
    height: auto;
  }
  .line_note {
    width: 90%;
    margin: 3vw auto 0;
    background: #FFF;
    overflow: hidden;
  }
  .line_note ul {
    margin: 2vw 5%;
  }
  .line_note li {
    line-height: 1.5em;
    color: #EE4447;
    text-align: left;
    margin-top: 2vw;
  }
  .line_note li:first-of-type {
    width: fit-content;
    background: linear-gradient(transparent 60%, rgba(255, 241, 241, 1.0) 60%);
    padding: 0 2%;
  }
  .line_note li span {
    line-height: 1.5em;
    color: #EE4447;
    text-decoration: underline;
    text-underline-offset: 0.5vw;
  }
  .add_friend {
    width: 80%;
    margin: 5vw auto 0;
    background: #FF9D9D;
    box-shadow: 0px 10px 10px -5px rgba(72, 60, 52, 0.4);
  }
  .add_friend a {
    height: 4vw;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #FFF;
    padding: 2vw 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .add_friend a:hover {
    opacity: 0.5;
  }
  .add_friend a span {
    width: 14%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .add_friend a span img {
    width: 100%;
    height: auto;
  }
  footer {
    width: 100%;
    margin: 0 0 4vw;
    padding: 1.0vw 0;
    background: #FFF;
  }
  .copyright {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.5em;
  }
  .float {
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 30%;
    z-index: 1;
  }
  .float ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .float_txt {
    width: 70%;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CDCDCD;
  }
  .float_txt span {
    width: 8%;
    display: inline-block;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .float_txt span img {
    width: 100%;
    height: auto;
  }
  .float_line {
    width: 30%;
    background: #FF9D9D;
  }
  .float_line a {
    height: 4vw;
    font-size: 1.0rem;
    line-height: 1.5em;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .float_line a:hover {
    opacity: 0.5;
  }
  .float_line a span {
    width: 18%;
    display: inline-block;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .float_line a span img {
    width: 100%;
    height: auto;
  }
}