@charset "utf-8";

/*表示切替*/
.pc_none {
  display: none!important;
}

/* 	メイン
-------------------------------------------------*/
#main {
  width: 100%;
}

/* top
------------------------------------------------- */
/*FVフルスクリーン＆max-widthありの場合*/
html{height: 100%;}
body{height: 100%;}


#header {
    position: relative;
    background-color: #f2f2f2;
    background-image: url(../img/fv_bg03.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*ファーストビュー表示領域計算式*/
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    /*レイアウト確認用*/
    /*border:1px solid #000;*/
}

#header .inner {
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
}

.position-basis {
  width: 50%;
  height: 50%;
  /*レイアウト確認用*/
  background-color: rgba(240,140,0,0.9);

  
}

.header_logo {
  width: 55%;
  height: 100%;
  max-height: calc(100% - 440px);
  padding: 0 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 400px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*レイアウト確認用*/
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 89;
}
@media screen and (max-width: 1680px) {
  .header_logo  {
      width: 50%;
      max-width: 100%;
  }
}

.header_logo img {
  /*ロゴ表示領域計算式*/
  /*width: 64%;*/
  height: 100%;
  max-width: 759px;
  max-height: 605px;
}
@media screen and (max-width: 1680px) {
  .header_logo img {
      height: 100%;
      max-width: 100%;
  }
}

/*ロゴ表示切替*/
  .header_logo img.logo_sp {
      display: none;
  }



.kv01 {
  height: 100%;
  padding: 0 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: flex-end;
  /*レイアウト確認用*/
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 88;
}

.kv01 img {
  width: 100%;
  max-width: 65vw;
  max-height: 100%;
}

_::-webkit-full-page-media, _:future, :root .kv01 img {
	width: auto;
}

/*ロゴ表示切替*/
.kv01 img.kv_sp {
  display: none;
}

/* topic 
------------------------------------------------- */
.topic {
    background-color: rgba(74,255,255,0.9);
    border: 1px solid #CEE0F6;
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    width: 100%;
    height: 360px;
    max-width: 55%;
    max-height: 360px;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #1A1718;
    position: absolute;
    bottom: 10px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
}

.textbox {
    width: 100%;
    margin: 0 auto;
}

.imgbox {
  width: 40%;
  margin: 0 auto;
}
.imgbox img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 4px;
    padding-bottom: 5px;
    margin: 0;
}

.topic .textbox .fontchange {
    font-size: 3.7rem;    
}

.topic .textbox h1 .marker {
  background:linear-gradient(transparent 70%, #FFEC40 70%);
  display: inline-block;
  padding-bottom: 3px;
}

.topic .textbox h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.3;
    margin-top: 0;
}

.topic .textbox .fontchange2 {
    font-size: 2.3rem; 
    font-weight: bold;
}

.topic .textbox h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.7rem;
    margin: 15px 0 15px;
}

.topic .textbox h3 .marker {
    background:linear-gradient(transparent 70%, #FFEC40 70%);
    display: inline-block;
    padding-bottom: 0px;
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #1A1718;
}
.topic1 {
    background-color: #e1faff;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
}
.topic1 h1 {
    text-align: center;
}
.topic1 h1 img {
    width: 780px;
}
.topic1 .shoptext img {
    width: 550px;
}


/* animation 
------------------------------------------------- */
/* bgfv01 */
.animation-spin-bgfv01 {
  position: relative;
}

.animation-spin-bgfv01 .star-bg01 {
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/star03.png) top left;
  background-size: 51px;
  position: absolute;
  top: 20px;
  left: -20px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.7;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv01 .star-bg02 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star03.png) top left;
  background-size: 25px;
  position: absolute;
  top: 75px;
  left: 35px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.7;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv01 .star-bg03 {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/star03.png) top left;
  background-size: 45px;
  position: absolute;
  top: 75px;
  right: 35px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.7;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv01 .star-bg04 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star03.png) top left;
  background-size: 25px;
  position: absolute;
  top: 130px;
  right: 10px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.7;
  transform: rotate(15deg);
  z-index: 99;
}

/* bgfv02 */
.animation-spin-bgfv02 {
  position: relative;
}

.animation-spin-bgfv02 .star-bg01 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star02.png) top left;
  background-size: 25px;
  position: absolute;
  top: 0px;
 /*top: -85px;*/
  left: calc(50% - 345px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv02 .star-bg02 {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/star02.png) top left;
  background-size: 11px;
  position: absolute;
  top: 40px;
  /*top: -53px;*/
  left: calc(50% - 315px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv02 .star-bg03 {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/star02.png) top left;
  background-size: 17px;
  position: absolute;
  top: 15px;
  /*top: -72px;*/
  left: calc(50% - 295px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}


.animation-spin-bgfv02 .star-bg04 {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/star02.png) top left;
  background-size: 17px;
  position: absolute;
  /*top: 6px;*/
  top: 270px;
  left: calc(50% + 325px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv02 .star-bg05 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star02.png) top left;
  background-size: 25px;
  position: absolute;
  /*top: 29px;*/
  top: 300px;
  left: calc(50% + 300px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv02 .star-bg06 {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/star02.png) top left;
  background-size: 17px;
  position: absolute;
  /*top: 14px;*/
  top: 280px;
  left: calc(50% + 265px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}


/* bgfv02 */
.animation-spin-bgfv03 {
  position: relative;
}

.animation-spin-bgfv03 .star-bg01 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star02.png) top left;
  background-size: 25px;
  position: absolute;
  top: 26px;
  left: calc(50% - 310px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bgfv03 .star-bg02 {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/star02.png) top left;
  background-size: 21px;
  position: absolute;
  top: -33px;
  left: calc(50% + 285px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 1.0;
  transform: rotate(15deg);
  z-index: 99;
}


/* bg01 */
.animation-spin-bg01 {
  position: relative;
}

.animation-spin-bg01 .star-bg01 {
  display: block;
  width: 75px;
  height: 75px;
  background: url(../img/star02.png) top left;
  background-size: 75px;
  position: absolute;
  top: -15px;
  left: calc(50% + 5px);
  animation: rotate-anime 12s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg01 .star-bg02 {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/star02.png) top left;
  background-size: 35px;
  position: absolute;
  top: 45px;
  left: calc(50% + 95px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg01 .star-bg03 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  top: 20px;
  right:  0;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg01 .star-bg04 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  top: 235px;
  right:  -90px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.4;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg01 .star-bg05 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  bottom: 0px;
  left:  -90px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.4;
  transform: rotate(15deg);
  z-index: 99;
}


/* bg01 */
.animation-spin-bg02 {
  position: relative;
}

.animation-spin-bg02 .star-bg01 {
  display: block;
  width: 75px;
  height: 75px;
  background: url(../img/star02.png) top left;
  background-size: 75px;
  position: absolute;
  top: -15px;
  left: calc(50% + 5px);
  animation: rotate-anime 12s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg02 .star-bg02 {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/star02.png) top left;
  background-size: 35px;
  position: absolute;
  top: 45px;
  left: calc(50% + 95px);
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg02 .star-bg03 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  top: 20px;
  right:  0;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.5;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg02 .star-bg04 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  top: 235px;
  right:  -90px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.4;
  transform: rotate(15deg);
  z-index: 99;
}

.animation-spin-bg02 .star-bg05 {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../img/star02.png) top left;
  background-size: 55px;
  position: absolute;
  bottom: 0px;
  left:  -90px;
  animation: rotate-anime 10s linear infinite;
  animation-timing-function:ease;
  opacity: 0.4;
  transform: rotate(15deg);
  z-index: 99;
}


/* button */
.animation-spin-button-pc {
  position: relative;
}

.animation-spin-button-pc .star-01 {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/star02.png) top left;
  background-size: 31px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: rotate-anime 4s linear infinite;
  animation-timing-function:ease;
  opacity: 0.7;
  transform: rotate(15deg);
}

.animation-spin-button-pc .star-02 {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/star02.png) top left;
  background-size: 21px;
  position: absolute;
  right: 20px;
  bottom: 0px;
  /*animation: rotate-anime 4s linear 4s infinite;*/
  animation: rotate-anime 6s linear infinite;
  animation-timing-function:ease;
  opacity: 0.8;
  transform: rotate(15deg);
}

.animation-spin-button-pc .star-03 {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/star02.png) top left;
  background-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  /*animation: rotate-anime 4s linear 4s infinite;*/
  animation: rotate-anime 8s linear infinite;
  animation-timing-function:ease;
  opacity: 0.6;
  transform: rotate(15deg);
}

@keyframes rotate-anime {
  0%  {
    transform-origin:center center 0;
    /*transform: rotate(0);*/
  }
  50%  {
    transform-origin:center center 0;
    /*transform: rotate(0);*/
  }
  100%  {
    transform-origin:center center 0;
    transform: rotate(375deg);
  }
}

/* sideline
------------------------------------------------- */
#sideline {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
    background: repeat-y url(../img/bg.png) center top;
    background-size: cover;
    overflow-x: hidden;
}

/* wrap
------------------------------------------------- */
#wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 50px;
}

/* キャラクターキャプション
------------------------------------------------- */
.flame {
    width: 100%;
    height: auto;
    margin: 0 auto 200px;
    position: relative;
    z-index: 100;
/*    border: 1px solid #00F;*/
  }

.flame-box {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 680px;
  display: flex;
  background: url("../img/bg-detail.png") center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
}

.flame-box .kv_dtail_pc {
  position: absolute;
    left: 400px;
  width: 650px;
  height: 100%;
    background: url("../img/kv_pc_detail.png") left 10px;
  background-repeat: no-repeat;
  background-size: 450px;
  z-index: 0;
  opacity: 0.25;
  /*border: 1px solid #FFF;*/
}


.flame-text-wrap {
  width: 550px;
}

.flame-text {
  width: 550px;
  max-width: 550px;
  padding: 15px 30px 15px 30px;
  position: relative;
  z-index: 1;
}

.flame-text h2 img {
}

.flame-text p {
  font-size:clamp(18px, 2.0vw, 26px);
  color: #FFFFFF;
  padding: 0px 30px 0 30px;
}

.flame-text p.price {
  font-size:clamp(18px, 2.0vw, 36px);
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 30px;
}

.flame-text p.spec {
  font-size:clamp(18px, 2.0vw, 24px);
  color: #FFFFFF;
}

.flame-text p .fontchange {
  font-size:clamp(18px, 2.0vw, 36px);
}

.flame-img {
  margin-top: 190px;
  margin-right: 20px;
  margin-bottom: 20px;
  width:100% ;
  max-width: 700px;
  background-color: #FFF;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  height: calc(100% - 130px);
  z-index: 1;
}
@media screen and (min-width: 2100px) {
  .flame-img {
    max-width: calc(100vw - 900px);
    height: 75%;
  }
}


/* ギャラリー
------------------------------------------------- */
.swiper-container {
    width: 100%;
    height: 65px;
}
:root {
  --swiper-theme-color: #ffffff;
}
.swiper-container img{
    width: 100% !important;
    height: auto;
}
.sliderPC{
    height: 430px;
    border-bottom: 1px solid #fff;
}
.sliderPC .swiper-slide {
  border: none;
  display: flex;
  align-items: center;
}

.thumbnailPC  {
  height: 110px;
}
.thumbnailPC .swiper-slide {
  border:1px solid #F5F0ED;
  display: flex;
  align-items: center;
}
.thumbnailPC .swiper-slide-active{
    /*opacity: 0.5;*/
    background-color: rgba(255,255,255,0.9);
}

.swiper-slide {
  border: 1px solid #9C9595;
}

/* リンクボタン
------------------------------------------------- */
.flame .linkbutton {
    width: 80%;
    margin: 0px auto 10px;
}

.flame .linkbutton img {
    width: 100%;
    max-width: 420px;
    transition-duration: 0.3s;
}
.flame .linkbutton a {
    border: none;
}
.flame .linkbutton img:hover {
    transform: translateY(3px);
    opacity: 1.0;
}

/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    width: 90%;
    margin: 160px auto 20px;
    padding: 0px 30px 0 30px;
}
.sold_out ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.sold_out ul li {
    border-radius: 0px;
    margin: 3px 2px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 1.5rem;
}
.sold_out ul .c0 {
    background-color: #1ec5e7 !important;
}
.sold_out .c1 li {
    background-color: #757575;
}

/* 特典
------------------------------------------------- */
.tokuten {
    margin: 50px 0 200px;
}
.tokuten .title_tokuten {
      background: url(../img/title_tokuten.png) no-repeat center;
      background-size: 65%;
      height: 90px;
      margin-bottom: 50px;
}
.tokuten {
  margin: 50px 0 200px;
}
.tokuten-box {
  max-width: 1620px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: row-reverse;
  background-color: #FFF;
  box-shadow: -1px -1px 3px rgba(0,0,0,0.3) inset,3px 3px 4px rgba(0,0,0,0.2);
}

.tokuten-text {
  max-width: 520px;
}

.tokuten-text p {
  padding: 80px 20px 50px 40px;
  margin: 0 auto 0;
  font-size: 2.4rem;
  font-size: clamp(17px, 1.8vw, 20px);
}
.tokuten-text p span {
  font-size: clamp(17px, 1.8vw, 20px);
  color: #F24242;
}
.tokuten-img {
  display: flex;
  align-items: center;
}
.tokuten-img img {
  width: 100%;
  max-width: 900px;
}

/* 中間KV
------------------------------------------------- */
.kv-middle {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  padding-top: 50%;
  background: no-repeat url(../img/kv_pc_middle.png) center top;
  background-size: cover;
  background-color: #FFFFFF;
}

/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 100%;
    margin: 80px auto 120px;
}

.lens_guide ul {
    width: 50%;
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.lens_guide ul li {
    flex-basis: 30%;
    display: block;
}

.lens_guide ul li img {
    width: 100%;
    height: auto;
}

.lens_guide ul a {
    border-bottom: none;
}

/* shop
------------------------------------------------- */
.shop {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.title_shop {
      background: url(../img/title_shop.png) no-repeat center;
      background-size: 65%;
      height: 90px;
      margin-bottom: 50px;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding: 0px;
  background-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 980px;
  margin: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 90px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  line-height: 90px;
  font-size: 2.7rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 15px 15px 15px;
  clear: both;
  overflow: hidden;
  background-size: cover;
}

#b_content {
  padding-top: 15px;
}
#c_content {
  padding-top: 15px;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    padding-left: 60px;
    font-size: 2.5rem;
}
.shopEyemirror ul {
  padding-left: 60px;
  margin: 20px 0;
}
.shopEyemirror ul li {
  font-size: 2.2rem;
  line-height: 4.0rem;
}
.shopEyemirror .map{
	max-width: 100%;
	height: auto;
}
.shopEyemirror .map iframe{
  width: 100%;
	max-width: 100%;
	height: 450px;
}
.shopEyemirror .map a{
	color:#00bbcc
}

/* 特設サイト
------------------------------------------------- */
.tokusetsu {
  width: 90%;
  max-width: 980px;
  margin: 170px auto 170px;
}

.tokusetsu h1 {
  width: 96%;
  margin: 0 auto 15px;
  font-size: 3.0rem;
  text-align: center;
  }
  
  .tokusetsu h1 .marker {
    background: linear-gradient(transparent 80%, #D3CFE8 80%);
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
  }
  
  .tokusetsu h1 img {
  width: 70%;
  margin: 0 auto 0px;
  }

  .tokusetsu ul {
    width: 96%;
    margin: 15px auto 0;
    }
    
    .tokusetsu ul li {
      width: 100%;
      display: block;
      margin: 0px auto 20px;
    }
    .tokusetsu ul img {
    width: 100%;
    }


/* SNS表示領域設定
------------------------------------------------- */
#globalfooter #share {
  width: 100%;
  margin: 0px auto;
}
#globalfooter #share ul {
  padding: 30px 0 20px;
  width: 980px;
  margin: 0 auto; 
}
#globalfooter #share ul li {
  display: inline-block;
  min-width: 48px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 200px;
}

#globalfooter #share ul li img {
  width: 48px;
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #131313;
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; 
}
  
#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
#globalfooter a {
  color: #ffffff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }

    #globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }

        #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
   }

/* 固定シェアボタン
------------------------------------------------- */
#f-nav-pc {
  z-index: 9999;
  position: fixed;
  bottom:20px ;
/*  right: calc(50% - 265px);*/
  right: 15px;
}

#f-nav-pc a {
  border: none;
}

#f-nav {
  display: none;
}

.openbtn{
  display: none;
}