@charset "utf-8";
/*==================================
SWITCH DOT LINE WCS-CSS
Ver.3.0
Edit:2022 -
LastUpdate:202203
==================================*/
.main-pc{
    display: none;
}
#index_fc_contents{
    background-image: none;!important;
    background-color: transparent!important;
}
#modal_content-menu .menu_list ul li a{
    font-style: normal;
}
/*==================================
common
==================================*/
#content-news{
    width: 100%;
    margin: auto;
    background-color: #eeeae6;
}
.content-news-area {
    width: 100%;
    margin: auto;
}
.content-news-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
}
.content-news-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-news-area h2:after {
    content: "";
    width: 64%;
    height: 1px;
    background: #000;
}

#content-schedule {
    width: 100%;
    margin: auto;
    background-color: #902A28;
}
.content-schedule-area {
    width: 100%;
    margin: auto;
}
.content-schedule-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
    color: #fcfcfc;
}
.content-schedule-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-schedule-area h2:after {
    content: "";
    width: 46%;
    height: 1px;
    background: #fcfcfc;
}

#content-ticket{
    width: 100%;
    margin: auto;
    background-color: #eeeae6;
}
.content-ticket-area {
    width: 100%;
    margin: auto;
}
.content-ticket-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
}
.content-ticket-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-ticket-area h2:after {
    content: "";
    width: 62%;
    height: 1px;
    background: #000;
}

#content-goods {
    width: 100%;
    margin: auto;
    background-color: #265C3F;
}
.content-goods-area {
    width: 100%;
    margin: auto;
}
.content-goods-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
    color: #fcfcfc;
}
.content-goods-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-goods-area h2:after {
    content: "";
    width: 56%;
    height: 1px;
    background: #fcfcfc;
}

#content-faq{
    width: 100%;
    margin: auto;
    background-color: #eeeae6;
}
.content-faq-area {
    width: 100%;
    margin: auto;
}
.content-faq-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
}
.content-faq-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-faq-area h2:after {
    content: "";
    width: 70%;
    height: 1px;
    background: #000;
}
#content-fanclub {
    width: 100%;
    margin: auto;
    background-color: #902A28;
}
.content-fanclub-area {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}
.content-fanclub-area h2 strong {
    display: block;
    padding-right: 0.5em;
    font-weight: 700;
    font-size: 28px;
    color: #fcfcfc;
}
.content-fanclub-area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-fanclub-area h2:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #fcfcfc;
}
.fixed_action {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0px;
    z-index: 2000;
    font-family: Futura, 'Century Gothic';
}
.fixed_action a {
    background: #3f855f;
    color: #fff;
    display: block;
    padding: 1em;
    text-align: center;
    font-weight: bold;
}

/*==================================
news
==================================*/
.news-area {
    padding: 40px 0px 20px;
    font-size: 13px;
}
.news-detail {
    padding-bottom: 15px;
    display: grid;
}
.news-day {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 1px 5px;
    /*    border-radius: 3px;*/
    width: 30%;
    text-align: left;
    height: max-content;
    font-family: Futura, 'Century Gothic';
}
.news-text {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    width: 96%;
    padding-top: 2px;
    font-family: Futura, 'Century Gothic';
}
.news-text a {
    color: #333;
}

/*==================================
Schedule
==================================*/
.schedule-title {
    color: #fcfcfc;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
}
.schedule-title img{
    max-width: 89%;
}
.schedule-area {
    padding: 40px 8px 20px 0px;
    margin-bottom: 15px;
    font-family: Futura, 'Century Gothic';
}
.schedule-detail {
    /*    border: 1px #fcfcfc solid;*/
    width: 80%;
    background-color: #fcfcfc;
    margin: 10px auto;
    padding: 8px 15px;
    text-align: center;
    position: relative;
}
.schedule-detail:after{
    border-left:15px solid transparent;
    border-bottom:15px solid #265C3F;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.schedule-day {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
    line-height: 1.2em;
}
.schedule-text {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.schedule-place {
    color: #fcfcfc;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    margin-top: 20px;
}
.schedule-place p {
    font-size: 14px;
    font-weight: normal;
}
.schedule-place a {
    display: inline-block;
    border: 1px #fcfcfc solid;
    color: #fcfcfc;
    font-size: 16px;
    padding: 5px 70px;
    margin: 10px 0 20px;
}
.schedule-info {
    color: #fcfcfc;
    text-align: center;
    font-size: 14px;
}

/*==================================
Ticket
==================================*/
.ticket-area {
    padding: 40px 8px 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: Futura, 'Century Gothic';
}
.ticket-detail {
    width: 88%;
    display: flex;
    justify-content: space-between;
    background-color: #902A28;
    color: #fcfcfc;
    margin: auto;
    padding: 20px 20px 17px;
    font-size: 18px;
    font-weight: bold;
}
.ticket-detail dt {
    display: block;
}
.ticket-detail dd {
    display: block;
}
.ticket-detail dd span {
    font-size: 14px;
}
.ticket-area h4 {
    font-family: Futura, 'Century Gothic';
    border-bottom: 1px #902A28 solid;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.ticket-text {
    margin: 15px auto;
    padding: 15px 15px 20px 15px;
/*    border: 1px solid #902A28;*/
    background: #FFF;
    font-family: Futura, 'Century Gothic';
    font-size: 14px;
}
.ticket-text span {
    font-size: 12px;
}
.normal {
    font-size: 12px;
}
.red {
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.ticket-text-inner strong {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.ticket-join {
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    margin: 0px auto 0px;
}
.ticket-join a {
    background: #b82320;
    color: #fff;
    line-height: 1.5;
    padding: 1em 1.5em;
    border-radius: 10px;
    display: block;
}

.ticket-accordion {
    margin: 1em 0 0;
    max-width: 100%;
}
.ticket-toggle {
    display: none;
}
.ticket-option {
    position: relative;
    margin-bottom: 1em;
    overflow-wrap: break-word;
}
.ticket-title,
.ticket-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ticket-title {
/*    border: solid 1px #333;*/
    background-color: #333;
    color: #fcfcfc;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 65%;
    margin: auto;
}
.ticket-title:hover{
    background-color: #998F95;
}
.ticket-title::after,
.ticket-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 20px;
}
.ticket-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ticket-content {
    max-height: 0;
    overflow: hidden;
}
.ticket-content p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.ticket-toggle:checked + .ticket-title + .ticket-content {
    max-height: 1000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.ticket-toggle:checked + .ticket-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

/*==================================
Goods
==================================*/
.goods-area span {
    display: block;
    color: #fcfcfc;
}
.goods-text {
    color: #fcfcfc;
    font-size: 12px;
    font-family: Futura, 'Century Gothic';
}
.goods-list img{
    width: 100%;
}
.goods-box{
    display: flex;
    flex-wrap: wrap;
    margin: 10% 0 5%;
}
.goods-area{
    padding: 0px;
    width: 48%;
    color:#fff;
    margin: 0 1% 5% 1%;
    font-family: Futura, 'Century Gothic';
}
.goods-area-img{
    height: 180px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 10px;
}
.goods-area img{
    max-width: 90%;
    max-height: 160px;
    margin: auto;
}
.goods-area .tag{
    background: #fff;
    border-radius: 30px;
    padding: 5px 20px 4px;
    color: #392168;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 30%;
    margin-top: 10px;
}
.goods-price{
    font-size: 12px;
}
.goods-price span{
    font-size: 10px;
}

.goods-accordion {
    margin: 1em 0 0;
    max-width: 100%;
}
.goods-toggle {
    display: none;
}
.goods-option {
    position: relative;
    margin-bottom: 1em;
}
.goods-title,
.goods-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.goods-title {
/*    border: solid 1px #333;*/
    background-color: #333;
    color: #fcfcfc;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    font-family: Futura, 'Century Gothic';
/*    border-radius: 50px;*/
    width:  100%;
    margin: auto;
}
.goods-title:hover{
    background-color: #998F95;
}
.goods-title::after,
.goods-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 20px;
}
.goods-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.goods-content {
    max-height: 0;
    overflow: hidden;
}
.goods-content p {
    margin: 0;
    padding: 1.5em;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: #fcfcfc;
    margin: 10px auto;
    font-family: Futura, 'Century Gothic';
}
.goods-toggle:checked + .goods-title + .goods-content {
    max-height: 5000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.goods-toggle:checked + .goods-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.goods_btn_area {
    background-color: #fcfcfc;
    margin-top: 10px;
}
.goods_btn_area .ticket-box-2 a {
    margin-top: 30px;
    margin-bottom: 0px;
}

/*==================================
FAQ
==================================*/
.faq-area {
    padding: 40px 0px 20px 0px;
    margin: auto 5px;
    font-family: Futura, 'Century Gothic';
}
.faq-text {
    background-color: #fcfcfc;
/*    border: 1px #666 solid;*/
    font-family: Futura, 'Century Gothic';
    margin: 30px 0;
    padding: 15px;
    color: #333;
    margin: auto;
}
.faq-text h4 {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #333 solid;
    font-size: 16px;
}

.faq-accordion {
    margin: 1em 0 2em;
    max-width: 100%;
}
.faq-toggle {
    display: none;
}
.faq-option {
    position: relative;
    margin-bottom: 1em;
}
.faq-title,
.faq-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.faq-title {
/*    border: solid 1px #333;*/
    background-color: #333;
    color: #fcfcfc;
    padding: 0.8em 3em;
    display: block;
    font-size: 11px;
    border-radius: 100px;
    width: 75%;
    margin: auto;
    line-height: 1.5em;
}
.faq-title:hover{
    background-color: #998F95;
}
.faq-title::after,
.faq-title::before {
    content: "";
    position: absolute;
    left: 1.7em;
    top: 1.2em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 20px;
}
.faq-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
}
.faq-content p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.faq-toggle:checked + .faq-title + .faq-content {
    max-height: 1000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.faq-toggle:checked + .faq-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
/*==================================
FAQ
==================================*/
.fanclub-area {
    padding: 40px 8px 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: Futura, 'Century Gothic';
}
.fanclub-area h4 {
    font-family: Futura, 'Century Gothic';
    border-bottom: 1px #902A28 solid;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.fanclub-text {
    margin: 15px auto;
    padding: 15px 15px 20px 15px;
    border: 1px solid #902A28;
    background: #FFF;
    font-family: Futura, 'Century Gothic';
    font-size: 14px;
}
.fanclub-text h5 {
    font-family: Futura, 'Century Gothic';
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.fanclub-text h6 {
    font-family: Futura, 'Century Gothic';
    border-bottom: 1px #902A28 solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #000;
}
.fanclub-text img{
    width: 100%;
    border-radius: 10px;
    margin: 20px auto;
}
.fc_p_strong {
    font-family: Futura, 'Century Gothic';
    padding: 1em;
    font-size: 17px;
    text-align: center;
    padding-top: 0;
}

/*==================================
*** CORE ***
==================================*/
html {
  font-size: 14px;
  overflow: auto;
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fcfcfc;
  line-height: 160%;
  font-family: Futura, 'Century Gothic';
  font-weight: 500;
  font-style: normal;
  color: #1b0612;
  text-align: center;
  letter-spacing: 0.06em !important;
  font-feature-settings: "palt" 1;
  overflow: hidden;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}
a img {
  border: none;
}
section {
  margin: 0;
}

/*==================================
CSS ANIMATION
==================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==================================
LAYOUT - EDIT
==================================*/
#content-ive {
  position: relative;
  top: 0;
}
section {
  padding: 30px 0 10px;
  margin: 0 0 0 0;
  background-color: #f3f3f3;
  background-image: url(https://cravity-official.jp/contents/1/LUVITY/common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 20px;
  border-bottom: 0px;
}
.device_width {
  padding: 15px 0;
  margin: 0 15px;
  text-align: left;
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.01);
  position: initial;
  z-index: 120;
}

header img {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    line-height: 0;
}

header a {
  color: #1b0612;
}

/* MENU ICON */
header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url(img/nav.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: fixed;
  z-index: 2000;
}

/*==================================
FOOTER
==================================*/
/* BASIC */
footer span{
    width: 88%;
    display: block;
    margin: 0px auto 20px;
    padding: 20px 0;
    font-size: 14px;
    font-family: Futura, 'Century Gothic';
    font-weight: bold;
    line-height: 1.4em;
}

footer {
    display: block;
    padding: 30px 0 60px 0;
    margin: 0;
    background-color: #265C3F;
    color: #fcfcfc;
}

/* NAV */
footer nav {
  padding: 0 0 0 0;
  margin: 15px 0;
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100px;
  display: none;
}

/*==================================
ANCHOR LINK
==================================*/
.anchor {
  display: block !important;
  margin: 0px!important;
  padding-top: 0px!important;
}

/*==================================
BTN
==================================*/
/* BTN SEPARATE */
.btn_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  position: relative;
}

.btn_separate a {
  display: block;
  margin: 0 5px;
  color: #1b0612;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.4s;
  position: absolute;
}

/*==================================
TRANSLATE
==================================*/
#btn-translate {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  /* width: 150px;
  height: 30px; */
  position: fixed;
  bottom: 60px;
  right: 0;
  /* background-color: rgba(255, 0, 0, 0.5); */
  cursor: pointer;
  transition: 0.4s;
  z-index: 130;
}

.goog-te-gadget-simple {
  padding: 5px 8px !important;
  border: none !important;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}

.goog-te-banner-frame {
  z-index: 1000 !important;
}

/*==================================
  lity.css
  ==================================*/
.lity-hide {
  display: none;
}

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
/* PAGE TOP */
#pagetop_area {
  padding: 20px 0 15px 0;
  margin: -45px 0 0 0;
  background: none;
  background-color: #eeeae6;
  border-bottom: none;
}

#pagetop_area a {
  padding: 20px 0 0 0;
  margin: 0;
  background-image: url(img/btn-pagetop.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #1b0612;
  transition: 0.4s;
}
#pagetop_area a:hover {
    background-image: url(img/btn-pagetop_hover.png);
    color: #265C3F;
    text-decoration: none;
}

#fc_loginarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 50px 0 30px 0;
    background-color: #1c1c1c;
    position: relative;
}

#fc_loginarea:before{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(https://cravity-official.jp/contents/1/LUVITY/common/fc_loginarea-before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

#fc_loginarea .inner_elements {
    padding: 0;
    margin: 30px;
}

#fc_loginarea .inner_elements h3 {
    display: block;
    width: 240px;
    height: 120px;
    padding: 0;
    margin: 15px 0 0 0;
    background-image: url(https://cravity-official.jp/contents/1/LUVITY/common/logo-fc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#fc_loginarea .inner_elements .btn_separate {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 10px 0 30px 0;
}

#fc_loginarea .inner_elements .btn_separate a {
    font-size: 1.1rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: italic;
    display: block;
    width: calc(50% - 4px);
    padding: 15px 0;
    margin: 15px 0 0 0;
    border: 2px solid #c9c9c9;
    color: #c9c9c9;
    text-align: center;
    position: relative;
    transition: 0.4s;
}


#fc_loginarea .inner_elements .btn_separate a:first-of-type {
  width: calc(48% - 2px);
  border-right: none;
}

/*==================================
TEXT
==================================*/
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  line-height: 140%;
}
p {
  line-height: 160% !important;
  padding: 5px 0;
  margin: 0;
}
a {
  color: #dd2a3f;
  text-decoration: none;
}
h2 {
  font-size: 2.8rem;
  color: #333;
  font-family: Futura, 'Century Gothic';
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  padding: 35px 0 0 0;
  margin: -40px auto 5px auto;
  background-position: center -15px;
  background-repeat: no-repeat;
  background-size: 1px;
}
h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 30px 0 15px 0;
}

h3:first-of-type {
  margin: 0 0 15px 0;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0;
}

footer .copyright {
  font-size: 0.8rem;
  font-family: Futura, 'Century Gothic';
  font-weight: 500;
  font-style: italic;
}

.btn_separate a {
  font-size: 1rem;
  font-family: Futura, 'Century Gothic';
  font-weight: 500;
  font-style: normal;
  line-height: 1rem;
}

#pagetop_area a {
  font-size: 0.96rem;
  font-family: Futura, 'Century Gothic';
  font-weight: 500;
  font-style: normal;
}

/*==========================================*/
.fix {
  overflow: hidden;
  zoom: 1;
}

.none {
  display: none;
}

.display_sp {
  display: block !important;
}

.display_pc {
  display: none !important;
}

.fixed_action{
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0px;
  z-index: 2000;
}
.fixed_action a{
  background: #3f855f;
  color: #fff;
  display: block;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  /* transform: skewY(5deg); */
  /* border-radius: 0 4px 4px 0; */
}

/* fc content */
.fc_sub_title{
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 2em 0;
  color: #2D1F63;
}
.fc_item{
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.fc_image{

}
.fc_image img{
  width: 100%;
  height: auto;
}
.campaign{
    width: 200px;
    height: 30px;
    padding: 6px 0 0 0;
    background: #C033CC;
    clip-path: polygon(6.0% 100%, 0% 0%, 100% 0%, 94.0% 100%);
    margin: auto;
    text-align: center;
    color: #fff;
}
.fc_p{
    padding: 0em;
    font-size: 12px;
    margin-bottom: 1em;
    text-align: center;
}
.fc_p img{
    width: 80%;
}
.fc_p-bold{
    font-weight: bold;
    font-size: 1.1em;
    color: #e22bf1;
}
.fc_p-bold2{
    font-weight: bold;
}
.fc_p-bold3{
    font-weight: bold;
    font-size: 1.2em;
    color: #e22bf1;
    text-decoration: underline;
}
.fc_p-spot{
    display: block;
    color: #fff;
    background-color: #2D1F63;
    width: 90%;
    margin: auto;
    padding: 10px;
}
.fc_p-spot2{
    font-weight: bold;
    color: #e22bf1;
}
.fc_p_strong{
  padding: 1em 0;
  font-size: 16px;
  text-align: center;
  padding-top: 0;
}
.fc_image_col2{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1em;
}
.fc_image_col2 img{
  width: 100%;
  height: auto;
}
.fc_image_col2 li{
  width: 100%;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s 0s ease;
}
.modal-overlay.visible {
    display: block;
    opacity: 1;
    z-index: 100;
}
.modalInclude {
    display: none;
}
.modalarea p{
    background: #3f855f;
    border-radius: 30px;
    padding: 6px 15px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    font-weight: bold;
    width: 30%;
    margin: auto;
    margin-top: 5px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.modalarea a{
    color: #fff;
}
.modalarea img{
    max-width: 90%;
    max-height: 320px;
    margin: auto;
}
.modal {
    /* width: 100%; */
    max-width: 320px;
    max-height: 73vh;
    position: fixed;
    box-sizing: border-box;
    top: 45%;
    left: 50%;
    padding: 10px 10px 15px 10px;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: scroll;
    background: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s 0s ease;
}
@media screen and (max-width: 1023px) {
    .modal {
        max-width: 95vw;
        max-width: initial;
    }
    .modal > div {
        width: 85vw;
    }
}
.modal img#targetElm {
    /* width: calc(100% + 40px); */
    max-height: 73vh;
    vertical-align: bottom;
    margin: -20px;
    object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .modal img#targetElm {
        max-width: 95vw;
        /* max-height: initial; */
    }
}
.modal .modal-closebtn {
    display: block;
    font-size: 26px;
    color: #cfa705;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.modal.visible {
    display: block;
    opacity: 1;
    z-index: 999;
}
.fadein {
    animation: fadein .3s;
}
.fadeout {
    animation: fadeout .3s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
