@charset "UTF-8";

/* @font-face {
  font-family: 'hanatotyoutyo';
  src: url(/assets/fonts/花とちょうちょ.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
} */

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* .modal-video */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.modal-video-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 22px;
  top: 50%;
  left: 50%;
  background: #e50112;
  border-radius: 5px;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .modal-video-close-btn {
    top: -65px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    width: 18px;
  }
}

/* .modalContent */
.modalContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
}

.modalContentClose {
  opacity: 0;
}

.modalContentClose .modalContentWrap {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.modalContentBody {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.methodModalContent .modalContentBody {
  max-width: 710px;
}

.modalContentInner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modalContentWrap {
  width: 100%;
  position: relative;
  cursor: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modalContentCloseBtn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.modalContentCloseBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modalContentCloseBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modalContentCloseBtn:before, .modalContentCloseBtn:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 22px;
  top: 50%;
  left: 50%;
  background: #e50112;
  border-radius: 5px;
}

.modalContentIn {
  max-height: 80vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 12px;
  cursor: default;
}

.modalContentIn::-webkit-scrollbar {
  display: none;
}

.modalContentMain {
  padding: 70px 100px 80px;
  background: #e50112;
  color: #fff;
}

.modalContentMain dl {
  font-size: 14px;
  border-bottom: 1px solid #ed4e5a;
  clear: both;
  overflow: hidden;
}

.modalContentMain dl dt,
.modalContentMain dl dd {
  float: left;
  border-top: 1px solid #ed4e5a;
}

.modalContentMain dl dt {
  width: 12em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.modalContentMain dl dt span {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #fff;
  border-radius: 10em;
}

.modalContentMain dl dd {
  width: calc(100% - 12em);
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  line-height: 1.85;
}

.modalContentTitle {
  font-size: 24px;
  position: relative;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 5px;
}

.modalContentTitle:before {
  content: attr(data-subTitle);
  display: block;
  font-size: 10px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: normal;
  letter-spacing: 0;
}

.keywordModal .modalContentTitle span {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}

.keywordModal .modalContentTitle span:after {
  content: '?';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #222222;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1.3;
  letter-spacing: 0;
}

.modalContentImg {
  margin: 0 auto 40px;
}

.modalContentBodyText {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .modalContentMain dl dt,
  .modalContentMain dl dd {
    padding: 36px 0 40px;
  }
  .modalContentImg {
    max-width: 440px;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .modalContentMain {
    padding: 70px 6vw 90px;
    background: #e50112;
  }
  .methodModalContent .modalContentMain {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .modalContentMain dl {
    display: block;
    border-bottom: 1px solid #ed4e5a;
    font-size: 13px;
  }
  .modalContentMain dl dt,
  .modalContentMain dl dd {
    display: block;
  }
  .modalContentMain dl dt {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .modalContentMain dl dt span {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #fff;
    border-radius: 10em;
  }
  .modalContentMain dl dd {
    padding: 0 0 45px;
    border-top: none;
    width: 100%;
    line-height: 1.85;
  }
  .modalContentBody {
    max-width: 1000px;
    width: 92vw;
    height: 100%;
    margin: 0 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modalContentCloseBtn {
    top: -25px;
    right: -10px;
    width: 50px;
    height: 50px;
  }
  .modalContentCloseBtn:before, .modalContentCloseBtn:after {
    width: 18px;
  }
  .modalContentTitle {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .modalContentImg {
    max-width: 240px;
    margin-bottom: 30px;
  }
  .modalContentBodyText {
    font-size: 13px;
  }
  .keywordModal {
    color: #fff;
  }
  .keywordModal .modalContentTitle {
    font-size: 21px;
    line-height: 1.66;
    margin-bottom: 40px;
  }
  .keywordModal .modalContentTitle:before {
    font-size: 9px;
    margin-bottom: 8px;
  }
}

/*  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  overflow-x: hidden;
}

/* margin */
.-mt0em {
  margin-top: 0em;
}

.-mb0em {
  margin-bottom: 0em;
}

.-mt1em {
  margin-top: 1em;
}

.-mb1em {
  margin-bottom: 1em;
}

.-mt2em {
  margin-top: 2em;
}

.-mb2em {
  margin-bottom: 2em;
}

.-mt3em {
  margin-top: 3em;
}

.-mb3em {
  margin-bottom: 3em;
}

.-mt4em {
  margin-top: 4em;
}

.-mb4em {
  margin-bottom: 4em;
}

.-mt5em {
  margin-top: 5em;
}

.-mb5em {
  margin-bottom: 5em;
}

.-mt0 {
  margin-top: 0px !important;
}

.-mb0 {
  margin-bottom: 0px !important;
}

.-mr0 {
  margin-right: 0px !important;
}

.-mt5 {
  margin-top: 5px !important;
}

.-mb5 {
  margin-bottom: 5px !important;
}

.-mr5 {
  margin-right: 5px !important;
}

.-mt10 {
  margin-top: 10px !important;
}

.-mb10 {
  margin-bottom: 10px !important;
}

.-mr10 {
  margin-right: 10px !important;
}

.-mt15 {
  margin-top: 15px !important;
}

.-mb15 {
  margin-bottom: 15px !important;
}

.-mr15 {
  margin-right: 15px !important;
}

.-mt20 {
  margin-top: 20px !important;
}

.-mb20 {
  margin-bottom: 20px !important;
}

.-mr20 {
  margin-right: 20px !important;
}

.-mt25 {
  margin-top: 25px !important;
}

.-mb25 {
  margin-bottom: 25px !important;
}

.-mr25 {
  margin-right: 25px !important;
}

.-mt30 {
  margin-top: 30px !important;
}

.-mb30 {
  margin-bottom: 30px !important;
}

.-mr30 {
  margin-right: 30px !important;
}

.-mt35 {
  margin-top: 35px !important;
}

.-mb35 {
  margin-bottom: 35px !important;
}

.-mr35 {
  margin-right: 35px !important;
}

.-mt40 {
  margin-top: 40px !important;
}

.-mb40 {
  margin-bottom: 40px !important;
}

.-mr40 {
  margin-right: 40px !important;
}

.-mt45 {
  margin-top: 45px !important;
}

.-mb45 {
  margin-bottom: 45px !important;
}

.-mr45 {
  margin-right: 45px !important;
}

.-mt50 {
  margin-top: 50px !important;
}

.-mb50 {
  margin-bottom: 50px !important;
}

.-mr50 {
  margin-right: 50px !important;
}

.-mt55 {
  margin-top: 55px !important;
}

.-mb55 {
  margin-bottom: 55px !important;
}

.-mr55 {
  margin-right: 55px !important;
}

.-mt60 {
  margin-top: 60px !important;
}

.-mb60 {
  margin-bottom: 60px !important;
}

.-mr60 {
  margin-right: 60px !important;
}

.-mt65 {
  margin-top: 65px !important;
}

.-mb65 {
  margin-bottom: 65px !important;
}

.-mr65 {
  margin-right: 65px !important;
}

.-mt70 {
  margin-top: 70px !important;
}

.-mb70 {
  margin-bottom: 70px !important;
}

.-mr70 {
  margin-right: 70px !important;
}

.-mt75 {
  margin-top: 75px !important;
}

.-mb75 {
  margin-bottom: 75px !important;
}

.-mr75 {
  margin-right: 75px !important;
}

.-mt80 {
  margin-top: 80px !important;
}

.-mb80 {
  margin-bottom: 80px !important;
}

.-mr80 {
  margin-right: 80px !important;
}

.-mt85 {
  margin-top: 85px !important;
}

.-mb85 {
  margin-bottom: 85px !important;
}

.-mr85 {
  margin-right: 85px !important;
}

.-mt90 {
  margin-top: 90px !important;
}

.-mb90 {
  margin-bottom: 90px !important;
}

.-mr90 {
  margin-right: 90px !important;
}

.-mt95 {
  margin-top: 95px !important;
}

.-mb95 {
  margin-bottom: 95px !important;
}

.-mr95 {
  margin-right: 95px !important;
}

.-mt100 {
  margin-top: 100px !important;
}

.-mb100 {
  margin-bottom: 100px !important;
}

.-mr100 {
  margin-right: 100px !important;
}

.-pt0 {
  padding-top: 0px !important;
}

.-pb0 {
  padding-bottom: 0px !important;
}

.-pt5 {
  padding-top: 5px !important;
}

.-pb5 {
  padding-bottom: 5px !important;
}

.-pt10 {
  padding-top: 10px !important;
}

.-pb10 {
  padding-bottom: 10px !important;
}

.-pt15 {
  padding-top: 15px !important;
}

.-pb15 {
  padding-bottom: 15px !important;
}

.-pt20 {
  padding-top: 20px !important;
}

.-pb20 {
  padding-bottom: 20px !important;
}

.-pt25 {
  padding-top: 25px !important;
}

.-pb25 {
  padding-bottom: 25px !important;
}

.-pt30 {
  padding-top: 30px !important;
}

.-pb30 {
  padding-bottom: 30px !important;
}

.-pt35 {
  padding-top: 35px !important;
}

.-pb35 {
  padding-bottom: 35px !important;
}

.-pt40 {
  padding-top: 40px !important;
}

.-pb40 {
  padding-bottom: 40px !important;
}

.-pt45 {
  padding-top: 45px !important;
}

.-pb45 {
  padding-bottom: 45px !important;
}

.-pt50 {
  padding-top: 50px !important;
}

.-pb50 {
  padding-bottom: 50px !important;
}

.-pt55 {
  padding-top: 55px !important;
}

.-pb55 {
  padding-bottom: 55px !important;
}

.-pt60 {
  padding-top: 60px !important;
}

.-pb60 {
  padding-bottom: 60px !important;
}

.-pt65 {
  padding-top: 65px !important;
}

.-pb65 {
  padding-bottom: 65px !important;
}

.-pt70 {
  padding-top: 70px !important;
}

.-pb70 {
  padding-bottom: 70px !important;
}

.-pt75 {
  padding-top: 75px !important;
}

.-pb75 {
  padding-bottom: 75px !important;
}

.-pt80 {
  padding-top: 80px !important;
}

.-pb80 {
  padding-bottom: 80px !important;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .-pcMt0em {
    margin-top: 0em;
  }
  .-pcMb0em {
    margin-bottom: 0em;
  }
  .-pcMt1em {
    margin-top: 1em;
  }
  .-pcMb1em {
    margin-bottom: 1em;
  }
  .-pcMt2em {
    margin-top: 2em;
  }
  .-pcMb2em {
    margin-bottom: 2em;
  }
  .-pcMt3em {
    margin-top: 3em;
  }
  .-pcMb3em {
    margin-bottom: 3em;
  }
  .-pcMt4em {
    margin-top: 4em;
  }
  .-pcMb4em {
    margin-bottom: 4em;
  }
  .-pcMt5em {
    margin-top: 5em;
  }
  .-pcMb5em {
    margin-bottom: 5em;
  }
  .-pcMt0 {
    margin-top: 0px !important;
  }
  .-pcMb0 {
    margin-bottom: 0px !important;
  }
  .-pcMr0 {
    margin-right: 0px !important;
  }
  .-pcMt5 {
    margin-top: 5px !important;
  }
  .-pcMb5 {
    margin-bottom: 5px !important;
  }
  .-pcMr5 {
    margin-right: 5px !important;
  }
  .-pcMt10 {
    margin-top: 10px !important;
  }
  .-pcMb10 {
    margin-bottom: 10px !important;
  }
  .-pcMr10 {
    margin-right: 10px !important;
  }
  .-pcMt15 {
    margin-top: 15px !important;
  }
  .-pcMb15 {
    margin-bottom: 15px !important;
  }
  .-pcMr15 {
    margin-right: 15px !important;
  }
  .-pcMt20 {
    margin-top: 20px !important;
  }
  .-pcMb20 {
    margin-bottom: 20px !important;
  }
  .-pcMr20 {
    margin-right: 20px !important;
  }
  .-pcMt25 {
    margin-top: 25px !important;
  }
  .-pcMb25 {
    margin-bottom: 25px !important;
  }
  .-pcMr25 {
    margin-right: 25px !important;
  }
  .-pcMt30 {
    margin-top: 30px !important;
  }
  .-pcMb30 {
    margin-bottom: 30px !important;
  }
  .-pcMr30 {
    margin-right: 30px !important;
  }
  .-pcMt35 {
    margin-top: 35px !important;
  }
  .-pcMb35 {
    margin-bottom: 35px !important;
  }
  .-pcMr35 {
    margin-right: 35px !important;
  }
  .-pcMt40 {
    margin-top: 40px !important;
  }
  .-pcMb40 {
    margin-bottom: 40px !important;
  }
  .-pcMr40 {
    margin-right: 40px !important;
  }
  .-pcMt45 {
    margin-top: 45px !important;
  }
  .-pcMb45 {
    margin-bottom: 45px !important;
  }
  .-pcMr45 {
    margin-right: 45px !important;
  }
  .-pcMt50 {
    margin-top: 50px !important;
  }
  .-pcMb50 {
    margin-bottom: 50px !important;
  }
  .-pcMr50 {
    margin-right: 50px !important;
  }
  .-pcMt55 {
    margin-top: 55px !important;
  }
  .-pcMb55 {
    margin-bottom: 55px !important;
  }
  .-pcMr55 {
    margin-right: 55px !important;
  }
  .-pcMt60 {
    margin-top: 60px !important;
  }
  .-pcMb60 {
    margin-bottom: 60px !important;
  }
  .-pcMr60 {
    margin-right: 60px !important;
  }
  .-pcMt65 {
    margin-top: 65px !important;
  }
  .-pcMb65 {
    margin-bottom: 65px !important;
  }
  .-pcMr65 {
    margin-right: 65px !important;
  }
  .-pcMt70 {
    margin-top: 70px !important;
  }
  .-pcMb70 {
    margin-bottom: 70px !important;
  }
  .-pcMr70 {
    margin-right: 70px !important;
  }
  .-pcMt75 {
    margin-top: 75px !important;
  }
  .-pcMb75 {
    margin-bottom: 75px !important;
  }
  .-pcMr75 {
    margin-right: 75px !important;
  }
  .-pcMt80 {
    margin-top: 80px !important;
  }
  .-pcMb80 {
    margin-bottom: 80px !important;
  }
  .-pcMr80 {
    margin-right: 80px !important;
  }
  .-pcMt85 {
    margin-top: 85px !important;
  }
  .-pcMb85 {
    margin-bottom: 85px !important;
  }
  .-pcMr85 {
    margin-right: 85px !important;
  }
  .-pcMt90 {
    margin-top: 90px !important;
  }
  .-pcMb90 {
    margin-bottom: 90px !important;
  }
  .-pcMr90 {
    margin-right: 90px !important;
  }
  .-pcMt95 {
    margin-top: 95px !important;
  }
  .-pcMb95 {
    margin-bottom: 95px !important;
  }
  .-pcMr95 {
    margin-right: 95px !important;
  }
  .-pcMt100 {
    margin-top: 100px !important;
  }
  .-pcMb100 {
    margin-bottom: 100px !important;
  }
  .-pcMr100 {
    margin-right: 100px !important;
  }
  .-pcPt0 {
    padding-top: 0px !important;
  }
  .-pcPb0 {
    padding-bottom: 0px !important;
  }
  .-pcPt5 {
    padding-top: 5px !important;
  }
  .-pcPb5 {
    padding-bottom: 5px !important;
  }
  .-pcPt10 {
    padding-top: 10px !important;
  }
  .-pcPb10 {
    padding-bottom: 10px !important;
  }
  .-pcPt15 {
    padding-top: 15px !important;
  }
  .-pcPb15 {
    padding-bottom: 15px !important;
  }
  .-pcPt20 {
    padding-top: 20px !important;
  }
  .-pcPb20 {
    padding-bottom: 20px !important;
  }
  .-pcPt25 {
    padding-top: 25px !important;
  }
  .-pcPb25 {
    padding-bottom: 25px !important;
  }
  .-pcPt30 {
    padding-top: 30px !important;
  }
  .-pcPb30 {
    padding-bottom: 30px !important;
  }
  .-pcPt35 {
    padding-top: 35px !important;
  }
  .-pcPb35 {
    padding-bottom: 35px !important;
  }
  .-pcPt40 {
    padding-top: 40px !important;
  }
  .-pcPb40 {
    padding-bottom: 40px !important;
  }
  .-pcPt45 {
    padding-top: 45px !important;
  }
  .-pcPb45 {
    padding-bottom: 45px !important;
  }
  .-pcPt50 {
    padding-top: 50px !important;
  }
  .-pcPb50 {
    padding-bottom: 50px !important;
  }
  .-pcPt55 {
    padding-top: 55px !important;
  }
  .-pcPb55 {
    padding-bottom: 55px !important;
  }
  .-pcPt60 {
    padding-top: 60px !important;
  }
  .-pcPb60 {
    padding-bottom: 60px !important;
  }
  .-pcPt65 {
    padding-top: 65px !important;
  }
  .-pcPb65 {
    padding-bottom: 65px !important;
  }
  .-pcPt70 {
    padding-top: 70px !important;
  }
  .-pcPb70 {
    padding-bottom: 70px !important;
  }
  .-pcPt75 {
    padding-top: 75px !important;
  }
  .-pcPb75 {
    padding-bottom: 75px !important;
  }
  .-pcPt80 {
    padding-top: 80px !important;
  }
  .-pcPb80 {
    padding-bottom: 80px !important;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .-spMt0em {
    margin-top: 0em;
  }
  .-spMb0em {
    margin-bottom: 0em;
  }
  .-spMt1em {
    margin-top: 1em;
  }
  .-spMb1em {
    margin-bottom: 1em;
  }
  .-spMt2em {
    margin-top: 2em;
  }
  .-spMb2em {
    margin-bottom: 2em;
  }
  .-spMt3em {
    margin-top: 3em;
  }
  .-spMb3em {
    margin-bottom: 3em;
  }
  .-spMt4em {
    margin-top: 4em;
  }
  .-spMb4em {
    margin-bottom: 4em;
  }
  .-spMt5em {
    margin-top: 5em;
  }
  .-spMb5em {
    margin-bottom: 5em;
  }
  .-spMt0 {
    margin-top: 0px !important;
  }
  .-spMb0 {
    margin-bottom: 0px !important;
  }
  .-spMr0 {
    margin-right: 0px !important;
  }
  .-spMt5 {
    margin-top: 5px !important;
  }
  .-spMb5 {
    margin-bottom: 5px !important;
  }
  .-spMr5 {
    margin-right: 5px !important;
  }
  .-spMt10 {
    margin-top: 10px !important;
  }
  .-spMb10 {
    margin-bottom: 10px !important;
  }
  .-spMr10 {
    margin-right: 10px !important;
  }
  .-spMt15 {
    margin-top: 15px !important;
  }
  .-spMb15 {
    margin-bottom: 15px !important;
  }
  .-spMr15 {
    margin-right: 15px !important;
  }
  .-spMt20 {
    margin-top: 20px !important;
  }
  .-spMb20 {
    margin-bottom: 20px !important;
  }
  .-spMr20 {
    margin-right: 20px !important;
  }
  .-spMt25 {
    margin-top: 25px !important;
  }
  .-spMb25 {
    margin-bottom: 25px !important;
  }
  .-spMr25 {
    margin-right: 25px !important;
  }
  .-spMt30 {
    margin-top: 30px !important;
  }
  .-spMb30 {
    margin-bottom: 30px !important;
  }
  .-spMr30 {
    margin-right: 30px !important;
  }
  .-spMt35 {
    margin-top: 35px !important;
  }
  .-spMb35 {
    margin-bottom: 35px !important;
  }
  .-spMr35 {
    margin-right: 35px !important;
  }
  .-spMt40 {
    margin-top: 40px !important;
  }
  .-spMb40 {
    margin-bottom: 40px !important;
  }
  .-spMr40 {
    margin-right: 40px !important;
  }
  .-spMt45 {
    margin-top: 45px !important;
  }
  .-spMb45 {
    margin-bottom: 45px !important;
  }
  .-spMr45 {
    margin-right: 45px !important;
  }
  .-spMt50 {
    margin-top: 50px !important;
  }
  .-spMb50 {
    margin-bottom: 50px !important;
  }
  .-spMr50 {
    margin-right: 50px !important;
  }
  .-spMt55 {
    margin-top: 55px !important;
  }
  .-spMb55 {
    margin-bottom: 55px !important;
  }
  .-spMr55 {
    margin-right: 55px !important;
  }
  .-spMt60 {
    margin-top: 60px !important;
  }
  .-spMb60 {
    margin-bottom: 60px !important;
  }
  .-spMr60 {
    margin-right: 60px !important;
  }
  .-spMt65 {
    margin-top: 65px !important;
  }
  .-spMb65 {
    margin-bottom: 65px !important;
  }
  .-spMr65 {
    margin-right: 65px !important;
  }
  .-spMt70 {
    margin-top: 70px !important;
  }
  .-spMb70 {
    margin-bottom: 70px !important;
  }
  .-spMr70 {
    margin-right: 70px !important;
  }
  .-spMt75 {
    margin-top: 75px !important;
  }
  .-spMb75 {
    margin-bottom: 75px !important;
  }
  .-spMr75 {
    margin-right: 75px !important;
  }
  .-spMt80 {
    margin-top: 80px !important;
  }
  .-spMb80 {
    margin-bottom: 80px !important;
  }
  .-spMr80 {
    margin-right: 80px !important;
  }
  .-spMt85 {
    margin-top: 85px !important;
  }
  .-spMb85 {
    margin-bottom: 85px !important;
  }
  .-spMr85 {
    margin-right: 85px !important;
  }
  .-spMt90 {
    margin-top: 90px !important;
  }
  .-spMb90 {
    margin-bottom: 90px !important;
  }
  .-spMr90 {
    margin-right: 90px !important;
  }
  .-spMt95 {
    margin-top: 95px !important;
  }
  .-spMb95 {
    margin-bottom: 95px !important;
  }
  .-spMr95 {
    margin-right: 95px !important;
  }
  .-spMt100 {
    margin-top: 100px !important;
  }
  .-spMb100 {
    margin-bottom: 100px !important;
  }
  .-spMr100 {
    margin-right: 100px !important;
  }
  .-spPt0 {
    padding-top: 0px !important;
  }
  .-spPb0 {
    padding-bottom: 0px !important;
  }
  .-spPt5 {
    padding-top: 5px !important;
  }
  .-spPb5 {
    padding-bottom: 5px !important;
  }
  .-spPt10 {
    padding-top: 10px !important;
  }
  .-spPb10 {
    padding-bottom: 10px !important;
  }
  .-spPt15 {
    padding-top: 15px !important;
  }
  .-spPb15 {
    padding-bottom: 15px !important;
  }
  .-spPt20 {
    padding-top: 20px !important;
  }
  .-spPb20 {
    padding-bottom: 20px !important;
  }
  .-spPt25 {
    padding-top: 25px !important;
  }
  .-spPb25 {
    padding-bottom: 25px !important;
  }
  .-spPt30 {
    padding-top: 30px !important;
  }
  .-spPb30 {
    padding-bottom: 30px !important;
  }
  .-spPt35 {
    padding-top: 35px !important;
  }
  .-spPb35 {
    padding-bottom: 35px !important;
  }
  .-spPt40 {
    padding-top: 40px !important;
  }
  .-spPb40 {
    padding-bottom: 40px !important;
  }
  .-spPt45 {
    padding-top: 45px !important;
  }
  .-spPb45 {
    padding-bottom: 45px !important;
  }
  .-spPt50 {
    padding-top: 50px !important;
  }
  .-spPb50 {
    padding-bottom: 50px !important;
  }
  .-spPt55 {
    padding-top: 55px !important;
  }
  .-spPb55 {
    padding-bottom: 55px !important;
  }
  .-spPt60 {
    padding-top: 60px !important;
  }
  .-spPb60 {
    padding-bottom: 60px !important;
  }
  .-spPt65 {
    padding-top: 65px !important;
  }
  .-spPb65 {
    padding-bottom: 65px !important;
  }
  .-spPt70 {
    padding-top: 70px !important;
  }
  .-spPb70 {
    padding-bottom: 70px !important;
  }
  .-spPt75 {
    padding-top: 75px !important;
  }
  .-spPb75 {
    padding-bottom: 75px !important;
  }
  .-spPt80 {
    padding-top: 80px !important;
  }
  .-spPb80 {
    padding-bottom: 80px !important;
  }
}

/* global */
/* clear fix */
.cf::before, .cf::after {
  content: " ";
  display: block;
}

.cf::after {
  clear: both;
}

/* column module */
/** flex-container **/
.flex-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0 0;
}

.flex-container .flex-container-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-pack: justify;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: -40px;
}

.flex-container .flex-container-row .flex-container-col {
  padding: 0 1%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex-container .flex-container-row .flex-container-col > *:first-child {
  margin-top: 0;
}

.wid12 {
  width: 100%;
}

.wid11 {
  width: 91.66667%;
}

.wid10 {
  width: 83.33333%;
}

.wid9 {
  width: 75%;
}

.wid8 {
  width: 66.66667%;
}

.wid7 {
  width: 58.33333%;
}

.wid6 {
  width: 50%;
}

.wid5 {
  width: 41.66667%;
}

.wid4 {
  width: 33.33333%;
}

.wid3 {
  width: 25%;
}

.wid2_5 {
  width: 20%;
}

.wid2 {
  width: 16.66667%;
}

.wid1 {
  width: 8.33333%;
}

/* keyframes */
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

/** onlyNonPC **/
.onlyNonPC {
  display: none !important;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .onlyNonPC {
    display: block !important;
  }
}

/** onlyPC **/
.onlyPC {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .onlyPC {
    display: block !important;
  }
}

/* hidden 一時隠す */
.is-hidden {
  display: none !important;
}

/* link type */
a {
  color: #222222;
}

/* line type */
.u-line-dot {
  content: "";
  border-style: hidden;
  margin-left: -25px;
  width: 100vw;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #222222 0,
    #222222 1px,
    transparent 1px,
    transparent 6px
  );
  background-size: 7px 1px;
  background-repeat: repeat-x;
}

/* text type */
.c-heading-h1 {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #222222;
}

.c-heading-h2 {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  margin: 90px 0 50px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  background-color: #FFDE4F;
}

.c-heading-h3 {
  position: relative;
  display: inline-block;
  margin: 50px 0 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.c-heading-h3::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFDE4F;
  z-index: -1;
}

.c-heading-h4 {
  position: relative;
  display: inline-block;
  padding-left: 16px; 
  margin: 40px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.c-heading-h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; 
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFDE4F; 
  border-radius: 50%; 
}

p {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #222222;
}

/* text-link type */
.c-text-link {
  color: #E50111;
  text-decoration: underline;
}

/* btn type */
.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #222222;
  text-decoration: none;
  border: 1px solid #222222;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.c-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(/tsunagu/famimog/common/images/icon-black-arrow.svg) no-repeat center;
  background-size: contain;
  text-indent: 0;
}

.c-btn.--bright-green {
  background-color: #EFFFA7;
}

.c-btn.--light-yellow {
  background-color: #FFF0B0;
}

.c-btn:hover {
  opacity: 0.7;
}

/* themeContent */
.themeContent {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
}

.themeContent .themeContentIn {
  max-width: 1004px;
  margin: 0 auto;
}

.themeContent .themeContentIn .themeMainContent {
  padding: 80px 0 120px;
}

.themeContent .themeContentIn .themeMainContent.dubbleMargin {
  padding: 140px 0 180px;
}

.themeContent .themeContentIn.-bgGraphics {
  position: relative;
}

.themeContent .themeContentIn.-bgGraphics:before, .themeContent .themeContentIn.-bgGraphics:after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.themeContent .themeContentIn.-bgGraphics:before {
  top: -350px;
  right: -205px;
  width: 380px;
  height: 610px;
  background: url(/tsunagu/famimog/common/images/top/bg_tr_pc.png) no-repeat 0 0;
}

.themeContent .themeContentIn.-bgGraphics.-bgGraphics01:before {
  top: 850px !important;
  right: -260px;
  width: 380px;
  height: 104px;
  background: url(/tsunagu/famimog/common/images/top/bg_tl_01_pc.png) no-repeat 0 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.themeContent .themeContentIn.-bgGraphics:after {
  top: 100px;
  left: -200px;
  width: 380px;
  height: 500px;
  background: url(/tsunagu/famimog/common/images/top/bg_tl_pc.png) no-repeat 0 0;
}

.themeContent .themeContentIn.-bgGraphics.-bgGraphics01:after {
  top: 100px !important;
  left: -260px;
  width: 380px;
  height: 104px;
  background: url(/tsunagu/famimog/common/images/top/bg_tl_01_pc.png) no-repeat 0 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.themeContent .themeContentIn.-bgGraphics.-top:before {
  top: -400px;
}

.themeContent .themeContentIn.-bgGraphics.-top:after {
  top: 70px;
}

.themeContent picture {
  display: block;
}

.themeContent img {
  max-width: 100%;
  height: auto;
}

.themeContent a {
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.themeContent a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.themeContent.-bg-darkgray,
.themeContent .-bg-darkgray {
  background-color: #DFDFDF;
  background-size: 50px 50px;
}

.themeContent.-bg-whitecheck,
.themeContent .-bg-whitecheck {
  background-image: 
    linear-gradient(to right, white 1px, transparent 1px),
    linear-gradient(to bottom, white 1px, transparent 1px);
}

.themeContent.-bg-gray,
.themeContent .-bg-gray {
  max-width: 1004px;
  background: #F7F4F4;
}

.themeContent.-bg-red,
.themeContent .-bg-red {
  background: #e50112;
}

.themeContent .-left {
  text-align: left;
}

.themeContent .-right {
  text-align: right;
}

.themeContent .-center {
  text-align: center;
}

.themeContent .-bold,
.themeContent .-bold * {
  font-weight: 700;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .themeContentIn {
    max-width: 100%;
  }
  .themeContent .themeContentIn .themeMainContent {
    padding: 60px 4vw 90px;
  }
  .themeContent .themeContentIn .themeMainContent.dubbleMargin {
    padding: 90px 8vw 90px;
  }
  .themeContent .themeContentIn.-bgGraphics:before {
    top: -60px;
    right: 0;
    width: 103px;
    height: 207px;
    background: url(/tsunagu/famimog/common/images/top/bg_tr_sp.png) no-repeat 0 0;
    background-size: 103px 207px;
  }
	.themeContent .themeContentIn.-bgGraphics.-bgGraphics01:before {
		display: none;
  }
  .themeContent .themeContentIn.-bgGraphics:after {
    top: 145px;
    left: 0;
    width: 97px;
    height: 196px;
    background: url(/tsunagu/famimog/common/images/top/bg_tl_sp.png) no-repeat 0 0;
    background-size: 97px 196px;
  }
	.themeContent .themeContentIn.-bgGraphics.-bgGraphics01:after {
    top: 40px !important;
    left: 10px;
    width: 92px;
    height: 124px;
    background: url(/tsunagu/famimog/common/images/top/bg_tl_01_sp.png) no-repeat 0 0;
    background-size: 92px 124px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
				transform: rotate(0deg);
  }
  .themeContent .themeContentIn.-bgGraphics.-top:before {
    top: -110px;
  }
  .themeContent .themeContentIn.-bgGraphics.-top:after {
    top: 70px;
  }
  .themeContent .-spCenter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .themeContent .themeContentIn .themeMainContent {
    padding: 0 4vw 120px;
  }
}

/* title */
.themeContent .themeContentIn .titleWithSubText {
  font-size: 42px;
  line-height: 1.92;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.themeContent .themeContentIn .titleWithSubText span {
  font-size: 35px;
  font-family:"hanatotyoutyo",sans-serif;
}

.themeContent .themeContentIn .titleWithSubText:before {
  content: attr(data-subTitle);
  display: none;
  font-size: 12px;
  color: #222222;
  margin-bottom: 20px;
}

.themeContent .themeContentIn .titleWithSubText.-left {
  text-align: left;
}

.themeContent .themeContentIn h2.titleWithSubText {
  font-size: 26px;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .themeContentIn .titleWithSubText {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .themeContent .themeContentIn .titleWithSubText span {
    font-size: 20px;
  }
  .themeContent .themeContentIn .titleWithSubText:before {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .themeContent .themeContentIn h2.titleWithSubText {
    font-size: 23px;
  }
}

/* layout */
.columnLayout {
  max-width: 65em;
  font-size: 14px;
  line-height: 2.57;
  margin-bottom: 2em;
}

.columnLayout p {
  margin-bottom: 2em;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .columnLayout {
    -webkit-columns: 2 30em;
            columns: 2 30em;
    -webkit-column-gap: 5em;
            column-gap: 5em;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .columnLayout {
    font-size: 13px;
    line-height: 2;
  }
  .columnLayout.readmore {
    position: relative;
    height: 17.7em;
    overflow: hidden;
  }
  .columnLayout.readmore:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4em;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .columnLayout.readmore.autoHeight {
    height: auto;
  }
  .columnLayout.readmore.open:after {
    height: 0;
  }
  .columnLayout p:last-child {
    margin-bottom: 0;
  }
}

/* btnArea */
.themeHeaderMenu .btnArea,
.themeContent .btnArea {
  font-size: 12px;
}

.themeHeaderMenu .btnArea ul,
.themeContent .btnArea ul {
  margin-bottom: -16px;
  letter-spacing: -.4em;
}

.themeHeaderMenu .btnArea ul li,
.themeContent .btnArea ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 16px;
  letter-spacing: normal;
}

.themeHeaderMenu .btnArea ul li:last-child,
.themeContent .btnArea ul li:last-child {
  margin-right: 0;
}

.themeHeaderMenu .btnArea ul li .aLike,
.themeHeaderMenu .btnArea ul li a,
.themeContent .btnArea ul li .aLike {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  color: #AAAAAA;
  cursor: pointer;
  border: 1px solid #AAAAAA;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeContent .btnArea ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  cursor: pointer;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeContent .btnArea.-tag.-small ul li a,
.themeContent .btnArea.-tag ul li a {
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  text-decoration: none;
}

.themeHeaderMenu .btnArea ul li .aLike::after,
.themeHeaderMenu .btnArea ul li a::after,
.themeContent .btnArea ul li .aLike::after,
.themeContent .btnArea ul li a::after {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  -webkit-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

.themeHeaderMenu .btnArea ul li .aLike[target="_blank"]::after,
.themeHeaderMenu .btnArea ul li a[target="_blank"]::after,
.themeContent .btnArea ul li .aLike[target="_blank"]::after,
.themeContent .btnArea ul li a[target="_blank"]::after {
  content: none;
  display: inline;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  background: transparent;
  -webkit-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}

.themeHeaderMenu .btnArea ul li .aLike .-arrow-back,
.themeHeaderMenu .btnArea ul li a .-arrow-back,
.themeContent .btnArea ul li .aLike .-arrow-back,
.themeContent .btnArea ul li a .-arrow-back {
  padding-left: 1em;
}

.themeHeaderMenu .btnArea ul li .aLike .-arrow-next,
.themeHeaderMenu .btnArea ul li a .-arrow-next,
.themeContent .btnArea ul li .aLike .-arrow-next,
.themeContent .btnArea ul li a .-arrow-next {
  padding-right: 1em;
}

.themeHeaderMenu .btnArea ul li .aLike .-arrow-back,
.themeHeaderMenu .btnArea ul li .aLike .-arrow-next,
.themeHeaderMenu .btnArea ul li a .-arrow-back,
.themeHeaderMenu .btnArea ul li a .-arrow-next,
.themeContent .btnArea ul li .aLike .-arrow-back,
.themeContent .btnArea ul li .aLike .-arrow-next,
.themeContent .btnArea ul li a .-arrow-back,
.themeContent .btnArea ul li a .-arrow-next {
  position: relative;
  display: inline-block;
}

.themeHeaderMenu .btnArea ul li .aLike .-arrow-back:after,
.themeHeaderMenu .btnArea ul li .aLike .-arrow-next:after,
.themeHeaderMenu .btnArea ul li a .-arrow-back:after,
.themeHeaderMenu .btnArea ul li a .-arrow-next:after,
.themeContent .btnArea ul li .aLike .-arrow-back:after,
.themeContent .btnArea ul li .aLike .-arrow-next:after,
.themeContent .btnArea ul li a .-arrow-back:after,
.themeContent .btnArea ul li a .-arrow-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -2em;
  width: 20px;
  height: 10px;
  background-image: url(/tsunagu/famimog/common/images/icon-white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 24.5px;
}

.themeHeaderMenu .btnArea ul li .aLike .-readmore,
.themeHeaderMenu .btnArea ul li a .-readmore,
.themeContent .btnArea ul li .aLike .-readmore,
.themeContent .btnArea ul li a .-readmore {
  position: relative;
  display: inline-block;
  width: 100%;
}

.themeHeaderMenu .btnArea ul li .aLike .-readmore:before, .themeHeaderMenu .btnArea ul li .aLike .-readmore:after,
.themeHeaderMenu .btnArea ul li a .-readmore:before,
.themeHeaderMenu .btnArea ul li a .-readmore:after,
.themeContent .btnArea ul li .aLike .-readmore:before,
.themeContent .btnArea ul li .aLike .-readmore:after,
.themeContent .btnArea ul li a .-readmore:before,
.themeContent .btnArea ul li a .-readmore:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  line-height: 1;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.themeHeaderMenu .btnArea ul li .aLike .-readmore:before,
.themeHeaderMenu .btnArea ul li a .-readmore:before,
.themeContent .btnArea ul li .aLike .-readmore:before,
.themeContent .btnArea ul li a .-readmore:before {
  right: calc(20px + .5em - 1px);
  width: 2px;
  height: 1em;
}

.themeHeaderMenu .btnArea ul li .aLike .-readmore:after,
.themeHeaderMenu .btnArea ul li a .-readmore:after,
.themeContent .btnArea ul li .aLike .-readmore:after,
.themeContent .btnArea ul li a .-readmore:after {
  width: 1em;
  height: 2px;
  right: 20px;
}

.themeHeaderMenu .btnArea ul li .aLike .-readmore.open:before,
.themeHeaderMenu .btnArea ul li a .-readmore.open:before,
.themeContent .btnArea ul li .aLike .-readmore.open:before,
.themeContent .btnArea ul li a .-readmore.open:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.themeHeaderMenu .btnArea.-tag ul li .aLike::before,
.themeHeaderMenu .btnArea.-tag ul li a::before,
.themeContent .btnArea.-tag ul li .aLike::before,
.themeContent .btnArea.-tag ul li a::before {
  content: '# ';
}

.themeHeaderMenu .btnArea.-invert ul li .aLike,
.themeHeaderMenu .btnArea.-invert ul li a,
.themeContent .btnArea.-invert ul li .aLike,
.themeContent .btnArea.-invert ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  background: #e50112;
}

.themeHeaderMenu .btnArea.-white ul li .aLike,
.themeHeaderMenu .btnArea.-white ul li a,
.themeContent .btnArea.-white ul li .aLike,
.themeContent .btnArea.-white ul li a {
  border: 1px solid #fff;
  color: #222222;
  background: #fff;
}

.themeHeaderMenu .btnArea.-keyword ul li .aLike,
.themeHeaderMenu .btnArea.-keyword ul li a,
.themeContent .btnArea.-keyword ul li .aLike,
.themeContent .btnArea.-keyword ul li a {
  padding-right: 20px;
  padding-left: 34px;
}

.themeHeaderMenu .btnArea.-keyword ul li .aLike::before,
.themeHeaderMenu .btnArea.-keyword ul li a::before,
.themeContent .btnArea.-keyword ul li .aLike::before,
.themeContent .btnArea.-keyword ul li a::before {
  content: '?';
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #222222;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1.5;
}

.themeHeaderMenu .btnArea.-full,
.themeContent .btnArea.-full {
  margin: 0 auto;
}

.themeHeaderMenu .btnArea.-full.-wid100,
.themeContent .btnArea.-full.-wid100 {
  width: 100%;
}

.themeHeaderMenu .btnArea.-full.-wid90,
.themeContent .btnArea.-full.-wid90 {
  width: 90%;
}

.themeHeaderMenu .btnArea.-full.-wid80,
.themeContent .btnArea.-full.-wid80 {
  width: 80%;
}

.themeHeaderMenu .btnArea.-full.-wid70,
.themeContent .btnArea.-full.-wid70 {
  width: 70%;
}

.themeHeaderMenu .btnArea.-full.-wid60,
.themeContent .btnArea.-full.-wid60 {
  width: 60%;
}

.themeHeaderMenu .btnArea.-full.-wid50,
.themeContent .btnArea.-full.-wid50 {
  width: 50%;
}

.themeHeaderMenu .btnArea.-full.-wid40,
.themeContent .btnArea.-full.-wid40 {
  width: 40%;
}

.themeHeaderMenu .btnArea.-full.-wid30,
.themeContent .btnArea.-full.-wid30 {
  width: 30%;
}

.themeHeaderMenu .btnArea.-full.-wid20,
.themeContent .btnArea.-full.-wid20 {
  width: 20%;
}

.themeHeaderMenu .btnArea.-full.-wid10,
.themeContent .btnArea.-full.-wid10 {
  width: 10%;
}

.themeHeaderMenu .btnArea.-full ul li,
.themeContent .btnArea.-full ul li {
  display: block;
  width: 100%;
}

.themeHeaderMenu .btnArea.-full ul li .aLike,
.themeHeaderMenu .btnArea.-full ul li a,
.themeContent .btnArea.-full ul li .aLike,
.themeContent .btnArea.-full ul li a {
  width: 100%;
}

.themeHeaderMenu .btnArea.-large,
.themeContent .btnArea.-large {
  font-size: 14px;
}

.themeHeaderMenu .btnArea.-large li .aLike,
.themeHeaderMenu .btnArea.-large li a,
.themeContent .btnArea.-large li .aLike,
.themeContent .btnArea.-large li a {
  padding: 1em 0;
}

.themeHeaderMenu .btnArea.-large2,
.themeContent .btnArea.-large2 {
  font-size: 14px;
}

.themeHeaderMenu .btnArea.-large2 li .aLike,
.themeHeaderMenu .btnArea.-large2 li a,
.themeContent .btnArea.-large2 li .aLike,
.themeContent .btnArea.-large2 li a {
  padding: 2.5em 0;
}

.themeHeaderMenu .btnArea.-small,
.themeContent .btnArea.-small {
  font-size: 12px;
  font-weight: 500;
}

.themeHeaderMenu .btnArea.-small ul,
.themeContent .btnArea.-small ul {
  margin-bottom: -10px;
}

.themeHeaderMenu .btnArea.-small ul li,
.themeContent .btnArea.-small ul li {
  margin-right: 4px;
  margin-bottom: 12px;
}

.themeHeaderMenu .btnArea.-small ul li .aLike,
.themeHeaderMenu .btnArea.-small ul li a {
  padding: 6px 15px;
}

.themeContent .btnArea.-small ul li .aLike,
.themeContent .btnArea.-small ul li a {
  padding: 4px 15px;
}

.themeHeaderMenu .btnArea.-small.-keyword ul li .aLike,
.themeHeaderMenu .btnArea.-small.-keyword ul li a,
.themeContent .btnArea.-small.-keyword ul li .aLike,
.themeContent .btnArea.-small.-keyword ul li a {
  padding-left: 25px;
}

.themeHeaderMenu .btnArea.-small.-keyword ul li .aLike::before,
.themeHeaderMenu .btnArea.-small.-keyword ul li a::before,
.themeContent .btnArea.-small.-keyword ul li .aLike::before,
.themeContent .btnArea.-small.-keyword ul li a::before {
  left: 5px;
}

.themeHeaderMenu .themeContentVisual .btnArea ul,
.themeContent .themeContentVisual .btnArea ul {
  text-align: center;
}

.themeHeaderMenu .themeContentVisual .btnArea ul li .aLike,
.themeHeaderMenu .themeContentVisual .btnArea ul li a,
.themeContent .themeContentVisual .btnArea ul li .aLike,
.themeContent .themeContentVisual .btnArea ul li a {
  padding: 28px 68px 28px 32px;
  background: transparent;
  border-color: #fff;
  color: #fff;
  -webkit-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
      -ms-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
     -moz-text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
          text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}

.themeHeaderMenu .themeContentVisual .btnArea ul li .aLike::before,
.themeHeaderMenu .themeContentVisual .btnArea ul li a::before,
.themeContent .themeContentVisual .btnArea ul li .aLike::before,
.themeContent .themeContentVisual .btnArea ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/tsunagu/famimog/common/images/top/icon_visual_play.png);
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeHeaderMenu .btnArea.-pcFull, .themeHeaderMenu .btnArea.-full,
  .themeContent .btnArea.-pcFull,
  .themeContent .btnArea.-full {
    margin: 0 auto;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid100, .themeHeaderMenu .btnArea.-full.-pcWid100,
  .themeContent .btnArea.-pcFull.-pcWid100,
  .themeContent .btnArea.-full.-pcWid100 {
    width: 100%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid90, .themeHeaderMenu .btnArea.-full.-pcWid90,
  .themeContent .btnArea.-pcFull.-pcWid90,
  .themeContent .btnArea.-full.-pcWid90 {
    width: 90%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid80, .themeHeaderMenu .btnArea.-full.-pcWid80,
  .themeContent .btnArea.-pcFull.-pcWid80,
  .themeContent .btnArea.-full.-pcWid80 {
    width: 80%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid70, .themeHeaderMenu .btnArea.-full.-pcWid70,
  .themeContent .btnArea.-pcFull.-pcWid70,
  .themeContent .btnArea.-full.-pcWid70 {
    width: 70%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid60, .themeHeaderMenu .btnArea.-full.-pcWid60,
  .themeContent .btnArea.-pcFull.-pcWid60,
  .themeContent .btnArea.-full.-pcWid60 {
    width: 60%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid50, .themeHeaderMenu .btnArea.-full.-pcWid50,
  .themeContent .btnArea.-pcFull.-pcWid50,
  .themeContent .btnArea.-full.-pcWid50 {
    width: 50%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid40, .themeHeaderMenu .btnArea.-full.-pcWid40,
  .themeContent .btnArea.-pcFull.-pcWid40,
  .themeContent .btnArea.-full.-pcWid40 {
    width: 40%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid30, .themeHeaderMenu .btnArea.-full.-pcWid30,
  .themeContent .btnArea.-pcFull.-pcWid30,
  .themeContent .btnArea.-full.-pcWid30 {
    width: 30%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid20, .themeHeaderMenu .btnArea.-full.-pcWid20,
  .themeContent .btnArea.-pcFull.-pcWid20,
  .themeContent .btnArea.-full.-pcWid20 {
    width: 20%;
  }
  .themeHeaderMenu .btnArea.-pcFull.-pcWid10, .themeHeaderMenu .btnArea.-full.-pcWid10,
  .themeContent .btnArea.-pcFull.-pcWid10,
  .themeContent .btnArea.-full.-pcWid10 {
    width: 10%;
  }
  .themeHeaderMenu .btnArea.-pcFull ul li, .themeHeaderMenu .btnArea.-full ul li,
  .themeContent .btnArea.-pcFull ul li,
  .themeContent .btnArea.-full ul li {
    display: block;
    width: 100%;
  }
  .themeHeaderMenu .btnArea.-pcFull ul li .aLike,
  .themeHeaderMenu .btnArea.-pcFull ul li a, .themeHeaderMenu .btnArea.-full ul li .aLike,
  .themeHeaderMenu .btnArea.-full ul li a,
  .themeContent .btnArea.-pcFull ul li .aLike,
  .themeContent .btnArea.-pcFull ul li a,
  .themeContent .btnArea.-full ul li .aLike,
  .themeContent .btnArea.-full ul li a {
    width: 100%;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul,
  .themeContent .themeContentVisual .btnArea ul {
    text-align: center;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul li .aLike,
  .themeHeaderMenu .themeContentVisual .btnArea ul li a,
  .themeContent .themeContentVisual .btnArea ul li .aLike,
  .themeContent .themeContentVisual .btnArea ul li a {
    padding: 28px 68px 28px 32px;
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul li .aLike::before,
  .themeHeaderMenu .themeContentVisual .btnArea ul li a::before,
  .themeContent .themeContentVisual .btnArea ul li .aLike::before,
  .themeContent .themeContentVisual .btnArea ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 28px;
    height: 28px;
    background: url(/tsunagu/famimog/common/images/top/icon_visual_play_pc.png);
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeHeaderMenu .btnArea,
  .themeContent .btnArea {
    font-size: 10px;
  }
  .themeHeaderMenu .btnArea ul,
  .themeContent .btnArea ul {
    margin-bottom: -10px;
    letter-spacing: -.4em;
  }
  .themeHeaderMenu .btnArea ul li,
  .themeContent .btnArea ul li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .themeHeaderMenu .btnArea ul li .aLike,
  .themeHeaderMenu .btnArea ul li a,
  .themeContent .btnArea ul li .aLike,
  .themeContent .btnArea ul li a {
    padding: 6px 10px;
  }
  .themeHeaderMenu .btnArea.-tag ul li .aLike::before,
  .themeHeaderMenu .btnArea.-tag ul li a::before,
  .themeContent .btnArea.-tag ul li .aLike::before,
  .themeContent .btnArea.-tag ul li a::before {
    letter-spacing: -1px;
  }
  .themeHeaderMenu .btnArea.-invert ul li .aLike,
  .themeHeaderMenu .btnArea.-invert ul li a,
  .themeContent .btnArea.-invert ul li .aLike,
  .themeContent .btnArea.-invert ul li a {
    color: #fff;
    background: #e50112;
    padding: 0.64em 0;
    max-width: 300px;
  }
  .themeHeaderMenu .btnArea.-spFull, .themeHeaderMenu .btnArea.-full,
  .themeContent .btnArea.-spFull,
  .themeContent .btnArea.-full {
    margin: 0 auto;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid100, .themeHeaderMenu .btnArea.-full.-spWid100,
  .themeContent .btnArea.-spFull.-spWid100,
  .themeContent .btnArea.-full.-spWid100 {
    width: 100%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid90, .themeHeaderMenu .btnArea.-full.-spWid90,
  .themeContent .btnArea.-spFull.-spWid90,
  .themeContent .btnArea.-full.-spWid90 {
    width: 90%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid80, .themeHeaderMenu .btnArea.-full.-spWid80,
  .themeContent .btnArea.-spFull.-spWid80,
  .themeContent .btnArea.-full.-spWid80 {
    width: 80%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid70, .themeHeaderMenu .btnArea.-full.-spWid70,
  .themeContent .btnArea.-spFull.-spWid70,
  .themeContent .btnArea.-full.-spWid70 {
    width: 70%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid60, .themeHeaderMenu .btnArea.-full.-spWid60,
  .themeContent .btnArea.-spFull.-spWid60,
  .themeContent .btnArea.-full.-spWid60 {
    width: 60%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid50, .themeHeaderMenu .btnArea.-full.-spWid50,
  .themeContent .btnArea.-spFull.-spWid50,
  .themeContent .btnArea.-full.-spWid50 {
    width: 50%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid40, .themeHeaderMenu .btnArea.-full.-spWid40,
  .themeContent .btnArea.-spFull.-spWid40,
  .themeContent .btnArea.-full.-spWid40 {
    width: 40%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid30, .themeHeaderMenu .btnArea.-full.-spWid30,
  .themeContent .btnArea.-spFull.-spWid30,
  .themeContent .btnArea.-full.-spWid30 {
    width: 30%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid20, .themeHeaderMenu .btnArea.-full.-spWid20,
  .themeContent .btnArea.-spFull.-spWid20,
  .themeContent .btnArea.-full.-spWid20 {
    width: 20%;
  }
  .themeHeaderMenu .btnArea.-spFull.-spWid10, .themeHeaderMenu .btnArea.-full.-spWid10,
  .themeContent .btnArea.-spFull.-spWid10,
  .themeContent .btnArea.-full.-spWid10 {
    width: 10%;
  }
  .themeHeaderMenu .btnArea.-spFull ul li, .themeHeaderMenu .btnArea.-full ul li,
  .themeContent .btnArea.-spFull ul li,
  .themeContent .btnArea.-full ul li {
    display: block;
    width: 100%;
  }
  .themeHeaderMenu .btnArea.-spFull ul li .aLike,
  .themeHeaderMenu .btnArea.-spFull ul li a, .themeHeaderMenu .btnArea.-full ul li .aLike,
  .themeHeaderMenu .btnArea.-full ul li a,
  .themeContent .btnArea.-spFull ul li .aLike,
  .themeContent .btnArea.-spFull ul li a,
  .themeContent .btnArea.-full ul li .aLike,
  .themeContent .btnArea.-full ul li a {
    width: 100%;
  }
  .themeHeaderMenu .btnArea.-large,
  .themeContent .btnArea.-large {
    font-size: 12px;
  }
  .themeHeaderMenu .btnArea.-large2,
  .themeContent .btnArea.-large2 {
    font-size: 12px;
  }
  .themeHeaderMenu .btnArea.-small,
  .themeContent .btnArea.-small {
    font-size: 10px;
  }
  .themeHeaderMenu .btnArea.-small ul,
  .themeContent .btnArea.-small ul {
    margin-bottom: -12px;
  }
  .themeHeaderMenu .btnArea.-small ul li,
  .themeContent .btnArea.-small ul li {
    margin-right: 4px;
    margin-bottom: 12px;
    letter-spacing: normal;
  }
  .themeHeaderMenu .btnArea.-small ul li .aLike,
  .themeHeaderMenu .btnArea.-small ul li a {
    padding: 6px 9px;
  }
  .themeContent .btnArea.-small ul li .aLike,
  .themeContent .btnArea.-small ul li a {
    padding: 3px 9px;
  }
  .themeHeaderMenu .btnArea.-small.-keyword,
  .themeContent .btnArea.-small.-keyword {
    font-size: 11px;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul,
  .themeContent .themeContentVisual .btnArea ul {
    text-align: center;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul li .aLike,
  .themeHeaderMenu .themeContentVisual .btnArea ul li a,
  .themeContent .themeContentVisual .btnArea ul li .aLike,
  .themeContent .themeContentVisual .btnArea ul li a {
    padding: 20px 51px 20px 22px;
    background: transparent;
    border-color: #7f7f7f;
    color: #7f7f7f;
    text-shadow: none;
  }
  .themeHeaderMenu .themeContentVisual .btnArea ul li .aLike::before,
  .themeHeaderMenu .themeContentVisual .btnArea ul li a::before,
  .themeContent .themeContentVisual .btnArea ul li .aLike::before,
  .themeContent .themeContentVisual .btnArea ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 25px;
    background: url(/tsunagu/famimog/common/images/top/icon_visual_play_sp.png);
    background-size: 25px 25px;
  }
}

/* bnrArea */
/** less-than-pc **/
/* themeContentVisual */
.themeContent .themeContentVisual {
  position: relative;
}

.themeContent .themeContentVisual .themeContentVisualIn {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.themeContent .themeContentVisual .themeContentVisualIn img {
  width: 100%;
}

.themeContent .themeContentVisual .themeContentVisualIn .themeContentVisualText picture {
  margin-bottom: 40%;
}

.themeContent .themeContentVisual .themeContentVisualVideo {
  position: absolute;
  bottom: -170px;
  right: 0;
  z-index: 2;
}

.themeContent .bannerArea {
  max-width: 1280px;
  margin: 30px auto 0;
  padding-right: 80px;
  box-sizing: border-box;
  transition: 0.3s;
}

@media screen and (max-width: 1765px) {
  .themeContent .bannerArea {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1765px) and (min-width: 1024px) {
  .themeContent .bannerArea {
    padding-right: 340px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .themeContent .bannerArea {
    max-width: 768px;
    width: 100%;
    padding-right: 190px;
  }
}
@media screen and (max-width: 767px) {
  .themeContent .bannerArea {
    margin: 84px auto 0;
    padding: 0 4%;
  }
}

.themeContent .bannerArea > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.themeContent .bannerArea img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.themeContent .bannerArea > a + a {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .themeContent .bannerArea > a + a {
    margin-top: 15px;
  }
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeContent .themeContentVisual .themeContentVisualIn .themeContentVisualText {
    width: 642px;
    position: absolute;
    top: 40%;
    left: 46.7%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/** less-than-pc **/
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .themeContent .themeContentVisual .themeContentVisualIn .themeContentVisualText {
    width: 50.15%;
    top: 0.5%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1023px) {
  .themeContent .themeContentVisual .themeContentVisualIn {
    text-align: center;
  }
  .themeContent .themeContentVisual .themeContentVisualIn .themeContentVisualText {
    padding: 61px 0 68px;
  }
  .themeContent .themeContentVisual .themeContentVisualIn .themeContentVisualText picture {
    margin-bottom: 0;
  }
  .themeContent .themeContentVisual .themeContentVisualIn picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
  .themeContent .themeContentVisual .themeContentVisualVideo {
    width: 185px;
    bottom: -90px;
  }
}

/* visualScrollBar */
.themeContent .visualScrollBar {
  position: absolute;
  bottom: 105px;
  right: 0;
  display: block;
  width: 80px;
  height: 190px;
  font-size: 10px;
  color: #e50012;
}

.themeContent .visualScrollBar .visualScrollBarText {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.themeContent .visualScrollBar .visualScrollBarArrowDown:before, .themeContent .visualScrollBar .visualScrollBarArrowDown:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 120px;
  content: ' ';
}

.themeContent .visualScrollBar .visualScrollBarArrowDown::before {
  background: #a6a6a6;
}

.themeContent .visualScrollBar .visualScrollBarArrowDown::after {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  background: #e50012;
}

.themeContent .articleVisual .visualScrollBar {
  bottom: 0;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .visualScrollBar {
    display: none;
  }
}

/* methodModalSection */
.themeContent .methodModalSection {
  margin-bottom: 30px;
}

.themeContent .methodModalSection .methodModalSectionIn {
  margin-bottom: 40px;
  background: #e50112;
  border-radius: 12px;
  color: #fff;
}

.themeContent .methodModalSection .methodModalSectionTitle {
  padding: 27px 50px 23px;
  font-size: 18px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.themeContent .methodModalSection .methodModalSectionMenu {
  padding: 33px 50px 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.themeContent .methodModalSection .methodModalSectionMenu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.57;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 40px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 14px;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  cursor: pointer;
  background: #e50112;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn:before {
  content: attr(data-subTitle);
  display: block;
  font-size: 9px;
  color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn {
  display: block;
  width: 100%;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn:before, .themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn:before {
  content: '+';
  top: 49.5%;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn:after {
  border: 1px solid #fff;
  border-radius: 50%;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn:hover {
  color: #222222;
  background: #fff;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn:hover:before {
  color: #222222;
}

.themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn:hover .methodModalBtnIn:after {
  border-color: #222222;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeContent .methodModalSection .methodModalSectionMenu li {
    width: 23%;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .methodModalSection .methodModalSectionTitle {
    padding: 27px 50px 23px;
    font-size: 18px;
    line-height: 1;
  }
  .themeContent .methodModalSection .methodModalSectionMenu {
    padding: 33px 6vw 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li:last-child {
    margin-bottom: 0;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 16px 40px 16px 15px;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn:before {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 7px;
  }
  .themeContent .methodModalSection .methodModalSectionMenu li .methodModalBtn .methodModalBtnIn {
    display: inline-block;
    width: auto;
  }
  .themeContent .methodModalSection .btnArea {
    font-size: 12px;
  }
  .themeContent .methodModalSection .btnArea ul li a {
    padding: 8px 10px;
  }
}

/* categoryArea */
@media screen and (min-width:960px) {
  .themeContent .categoryArea {
    max-width: 1000px;
    margin: 0 auto 48px;
    display: none;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width:959px) {
  .themeContent .categoryArea img {
    height: 60px;
    aspect-ratio: auto;
  }
}

.themeContent .categoryArea .categoryAreaTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.92;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.themeContent .categoryArea .categoryAreaTitle .categoryAreaTitleIcon {
  margin-right: 18px;
}

.themeContent .categoryArea .categoryAreaTitle .categoryAreaTitleIcon img {
  width: 60px;
  height: auto;
}

.themeContent .categoryArea .categoryAreaText {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width:959px) {
  .themeContent .categoryArea .categoryAreaText {
    font-size: 18px;
  }
}

.themeContent .categoryArea .categoryAreaText.widthAuto {
  position: relative;
  width: auto;
  margin: 0 auto 0 40px;
  padding-left: 40px;
}

.themeContent .categoryArea .categoryAreaText.widthAuto p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.themeContent .categoryArea .categoryAreaText.widthAuto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    #CCCCCC,
    #CCCCCC 4px,
    transparent 4px,
    transparent 8px
  );
}

.themeContent .categoryArea .btnArea {
  font-size: 12px;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .sliderSection .categoryArea {
    padding: 0 4vw;
    align-items: end;
  }
  .themeContent .categoryArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    display: none;
  }
  .themeContent .categoryArea .categoryAreaTitle {
    width: 100%;
    font-size: 26px;
  }
  .themeContent .categoryArea .categoryAreaTitle .categoryAreaTitleIcon {
    margin-right: 13px;
  }
  .themeContent .categoryArea .categoryAreaTitle + .categoryAreaText {
    margin-top: 30px;
  }
  .themeContent .categoryArea .categoryAreaText {
    width: 100%;
  }
  .themeContent .categoryArea .btnArea {
    font-size: 11px;
    margin-top: 30px;
  }
}

/* articleWrapAreaWrap */
.themeContent .articleWrapAreaWrap {
  width: 100%;
  overflow: hidden;
  margin: 48px auto 0;
}

.themeContent .articleWrapAreaWrap .articleWrapArea {
  max-width: 1000px;
  margin: 0 auto;
}

.themeContent .articleWrapAreaWrap .articleWrapAreaIn {
  position: relative;
}

.themeContent .articleWrapAreaWrap ul.articleWrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 0;
}

.themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem {
  margin-bottom: 0;
}

.themeContent .articleWrapAreaWrap ul.articleWrap > li.articleItem {
  width: calc(100% / 3);
  margin-bottom: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 > li.articleItem {
  width: calc(100% / 4);
}

.themeContent .articleWrapAreaWrap ul.articleWrap.slick-initialized {
  display: block;
  overflow: visible;
}

.themeContent .articleWrapAreaWrap ul.articleWrap.slick-initialized .slick-list {
  overflow: visible;
}

.themeContent .articleWrapAreaWrap .prev,
.themeContent .articleWrapAreaWrap .next {
  position: absolute;
  top: 70px;
  height: 80px;
  width: 80px;
  margin: 0;
  cursor: pointer;
}

.themeContent .articleWrapAreaWrap .prev:before,
.themeContent .articleWrapAreaWrap .next:before {
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
  top: 0;
  left: 0;
  z-index: 1;
}

.themeContent .articleWrapAreaWrap .prev.slick-disabled:before,
.themeContent .articleWrapAreaWrap .next.slick-disabled:before {
  opacity: .3;
}

.themeContent .articleWrapAreaWrap .prev {
  left: -40px;
}

.themeContent .articleWrapAreaWrap .prev:before {
  background: url(/tsunagu/famimog/common/images/icon_arrow_left.svg) no-repeat 0 0;
}

.themeContent .articleWrapAreaWrap .next {
  right: -40px;
}

.themeContent .articleWrapAreaWrap .next:before {
  background: url(/tsunagu/famimog/common/images/icon_arrow_right.svg) no-repeat 0 0;
}

.themeContent ul.articleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px -70px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.themeContent ul.articleWrap li.articleItem {
  padding: 0 20px;
  margin-bottom: 70px;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeContent ul.articleWrap li.articleItem a {
  display: block;
}

.themeContent ul.articleWrap li.articleItem a .imgArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 68.96%;
  overflow: hidden;
  margin-bottom: 38px;
}

.themeContent ul.articleWrap li.articleItem a .imgArea span{
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 64px;
  height: 20px;
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
}

.tag-expert {
  background-color: #FCA65A;
}

.tag-kitchen {
  background-color: #FFAEC9;
}

.tag-column {
  background-color: #50D0B5;
}

.tag-recipe{
  background-color: #FEC92A;
}

.themeContent ul.articleWrap li.articleItem a .imgArea figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.themeContent ul.articleWrap li.articleItem a .imgArea figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
  height: 100%;
}

.themeContent ul.articleWrap li.articleItem a .textArea {
  margin: 0 0 30px;
}

.themeContent ul.articleWrap li.articleItem a .textArea .textAreaTitle {
  font-size: 15px;
  line-height: 1.73;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #222222;
}

.themeContent ul.articleWrap li.articleItem.-new a .imgArea {
  font-size: 15px;
}

.themeContent ul.articleWrap li.articleItem.-new a .imgArea:before {
  position: absolute;
  top: .4em;
  right: .4em;
  content: 'NEW';
  width: 3.6em;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  background: #e50112;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
}

.themeContent ul.articleWrap.articleWrap4 {
  margin: 0 -10px;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem {
  padding: 0 10px;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem a {
  display: block;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem a .imgArea {
  margin-bottom: 30px;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem a .textArea {
  margin-bottom: 24px;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem a .textArea .textAreaTitle {
  font-size: 14px;
}

.themeContent ul.articleWrap.articleWrap4 li.articleItem.-new a .imgArea {
  font-size: 12px;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .articleWrapAreaWrap {
    margin-top: 40px;
  }
  .themeContent .articleWrapAreaWrap .articleWrapArea {
    max-width: 100%;
    padding: 0 6vw;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap {
    margin: 0 -12px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem {
    margin-bottom: 0;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap > li.articleItem {
    width: calc(100% / 1.6);
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 > li.articleItem {
    width: calc(100% / 2.3);
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem {
    padding: 0 12px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem a .imgArea {
    margin-bottom: 15px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem a .textArea {
    margin-bottom: 15px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem a .textArea .textAreaTitle {
    font-size: 14px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap li.articleItem.-new a .imgArea {
    font-size: 14px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 {
    margin: 0 -10px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 li.articleItem {
    padding: 0 10px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 li.articleItem.-new a .imgArea {
    font-size: 12px;
  }
  .themeContent .articleWrapAreaWrap .prev,
  .themeContent .articleWrapAreaWrap .next {
    top: 70px;
    height: 40px;
    width: 40px;
  }
  .themeContent .articleWrapAreaWrap .prev:before,
  .themeContent .articleWrapAreaWrap .next:before {
    height: 40px;
    width: 40px;
  }
  .themeContent .articleWrapAreaWrap .prev {
    left: 0;
  }
  .themeContent .articleWrapAreaWrap .prev:before {
    background-size: 40px 40px;
  }
  .themeContent .articleWrapAreaWrap .next {
    right: 0;
  }
  .themeContent .articleWrapAreaWrap .next:before {
    background-size: 40px 40px;
  }
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 .prev,
  .themeContent .articleWrapAreaWrap ul.articleWrap.articleWrap4 .next {
    top: 30px;
  }
  .themeContent ul.articleWrap {
    margin: 0 -10px -40px;
  }
  .themeContent ul.articleWrap li.articleItem {
    margin-bottom: 40px;
    padding: 0 10px;
    width: 50%;
  }
  .themeContent ul.articleWrap li.articleItem a .imgArea {
    margin-bottom: 15px;
    padding-top: 75%;
  }
  .themeContent ul.articleWrap li.articleItem a .textArea {
    margin-bottom: 15px;
  }
  .themeContent ul.articleWrap li.articleItem a .textArea .textAreaTitle {
    font-size: 14px;
    line-height: 1.6;
  }
  .themeContent ul.articleWrap li.articleItem.-new a .imgArea {
    font-size: 12px;
  }
  .themeContent ul.articleWrap.articleWrap4 li.articleItem.-new a .imgArea {
    font-size: 10px;
  }
}

/* sliderSection */
.themeContent .sliderSection {
  position: relative;
  padding: 80px 0;
}

.themeContent .sliderSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; 
  background: repeating-linear-gradient(
    to right,
    #CCCCCC 0,
    #CCCCCC 8px, 
    transparent 8px,
    transparent 16px 
  );
}

.themeContent .sliderSection.pickUpSlider {
  padding: 60px 0 70px;
}

.themeContent .sliderSection.pickUpSlider:before {
  max-width: 100%;
}

.themeContent .sliderSection.pickUpSlider:after {
  content: initial;
  content: none;
}

.themeContent .sliderSection.pickUpSlider .articleWrapAreaWrap {
  margin-top: 60px;
}

.themeContent .sliderSection:not(:first-child):before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 8px, transparent 8px, transparent 16px);
}

.themeContent .sliderSection:before {
  top: 0;
}

.themeContent .sliderSection:after {
  bottom: 0;
}

.themeContent .sliderSection + .sliderSection:before {
  content: initial;
  content: none;
}

.themeContent .sliderSection:first-child:last-child:after {
  content: initial;
  content: none;
}


.themeContent .sliderSection .relatedArticleTitle {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  font-size: 43px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "hanatotyoutyo","Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  color: transparent;
  position: relative;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .sliderSection {
    padding: 50px 0 60px;
  }
  .themeContent .sliderSection .relatedArticleTitle {
    font-size: 30px;
    text-align: center;
  }
  .themeContent .sliderSection .relatedArticleTitle{
    width: calc(100% - 20px);
    height: 29px;
    background-size: 114px 29px;
    background-position: center;
  }
  .themeContent .sliderSection.pickUpSlider .relatedArticleTitle img {
    width: calc(100% - 20px);
    height: 29px;
  }
  .themeContent .sliderSection::before {
  background: repeating-linear-gradient(
    to right,
    #CCCCCC 0,
    #CCCCCC 4px, 
    transparent 4px,
    transparent 8px 
  );
}
}

/* logoArea */
.themeContent .logoSection {
  position: relative;
  padding: 200px 0 50px;
}

.themeContent .logoSection::before {
  content: "";
  position: absolute;
  top: -123px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 182.87px;
  background-image: url("/tsunagu/famimog/common/images/icon_happytogether.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.themeContent .logoArea {
  text-align: center;
  margin-bottom: 100px;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeContent .logoArea img {
    width: 400px;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .logoSection {
    padding: 90px 28vw 50px;
  }
}

@media screen and (max-width: 768px) {

  .themeContent .logoSection::before {
    top: -120px;
    width: 65.86666vw;
    min-width: 247px;
  }
  .themeContent .logoArea {
    margin-bottom: 48px;
  }
}

/* snsShareBtnArea */

.themeContent .snsShareBtnArea {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.themeContent .snsShareBtnArea .snsShareBtnArea-logo {
  width: 193px;
  height: 119px;
  margin: 20px auto 50px;
}

.themeContent .snsShareBtnArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  justify-content: space-between;
  align-items: center;
  width: 360px;
}

.themeContent .snsShareBtnArea ul li {
  width: 60px;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeContent .snsShareBtnArea.pcLeft ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .themeContent .snsShareBtnArea.pcRight ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .snsShareBtnArea ul {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
  }
  .themeContent .snsShareBtnArea ul li {
    width: 40px;
  }
  .themeContent .snsShareBtnArea .snsShareBtnArea-logo {
    margin: 10px auto 50px;
  }
}

/* hotKeyword */
.themeContent .hotKeyword .hotKeywordTitle {
  font-size: 30px;
  line-height: 1.50;
  font-family: "hanatotyoutyo","Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  color: transparent;
  position: relative;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeContent .hotKeyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
  }

  .themeContent .hotKeyword .hotKeywordTitle {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
  }

  .themeContent .hotKeyword .btnArea.-tag.-small ul li  {
    margin-right: 10px;
    margin-bottom: 12px;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {

  .themeContent .hotKeyword {
    padding: 30px 16px;
  }

  .themeContent .hotKeyword .hotKeywordTitle {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
  }

  .themeContent .hotKeyword .btnArea.-tag.-small ul li  {
    margin-right: 6px;
    margin-bottom: 10px;
  }
}

/* aboutfamimog */
.themeContent .aboutfamimog {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding: 58px 50px 55px;
  line-height: 1.8;
  color: #222222;
  background: #FFFFE0 url(/tsunagu/famimog/common/images/top/bg_mogumogu-watermark-pc.svg) no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 10px;
}

.themeContent .aboutfamimog::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #FFFFE0;
  clip-path: polygon(0 0, 100% 0, 100% 40px);
}

.themeContent .aboutfamimog .aboutfamimogWrapper {
  position: relative;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: 1100px;
}

.themeContent .aboutfamimog .aboutfamimogWrapper::before {
  content: "CONCEPT";
  position: absolute;
  left: -155px;
  top: 125px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #EDD7C5;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.themeContent .aboutfamimog .aboutfamimogTitle {
  margin-right: clamp(35px, 5.46875vw, 70px);
  max-width: 260px;
  height: auto;
}

.themeContent .aboutfamimog .aboutfamimogText {
  margin-right: clamp(17px, 4.533333vw, 50px);
}

.themeContent .aboutfamimog .aboutfamimogText p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

.themeContent .aboutfamimog .aboutfamimogImg {
}

/** pc **/
/** less-than-pc **/
@media screen and (max-width: 768px) {
  .themeContent .aboutfamimog {
    padding: 30px 0px 60px;
    font-size: 15px;
    line-height: 1.86;
    background: #FFFFE0 url(/tsunagu/famimog/common/images/top/bg_mogumogu-watermark-sp.svg) no-repeat;
    background-size: auto;
    background-position-x: calc(50% - 4px);
    background-position-y: calc(100% + -11px);
  }
  .themeContent .aboutfamimog .aboutfamimogWrapper {
    flex-wrap: wrap;
  }
  .themeContent .aboutfamimog .aboutfamimogWrapper::before {
    display: none;
  }
  .themeContent .aboutfamimog .aboutfamimogTitle {
    margin-left: -23px;
    margin-right: 0;
    margin-bottom: 0;
    max-width: none;
    width: 86%;
  }
  .themeContent .aboutfamimog .aboutfamimogText {
    margin-top: 43px;
    margin-left: 9px;
    padding: 0;
    width: 100%;
    order: 3;
    font-size: 14px;
  }
  .themeContent .aboutfamimog .aboutfamimogText p {
    letter-spacing: 0.04em;
  }
  .themeContent .aboutfamimog .aboutfamimogImg {
    display: none;
  }
}


/* categoryMenu */
.themeContent .categoryMenu {
  position: relative;
  margin: 60px 0 80px;
  font-size: 14px;
  line-height: 1.35;
}

.themeContent .categoryMenu:after {
  content: '';
  position: absolute;
  margin-left: calc((1004px - 100vw) / 2);
  width: 100vw;
  height: 5px;
  background-color: #FFDE4F;
}

.themeContent .categoryMenu .categoryMenuItemWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -2px;
}

.themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem {
  text-align: center;
  margin-bottom: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 10px 13px;
  height: 103%;
  max-height: 60px;
  width: 100%;
  color: #222222;
  background: #f4f4f4;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  border-left: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}

.themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem:first-child a, .themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem:nth-child(5n + 1) a {
  border-left: none;
}

.themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem:hover a, .themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem.active a {
  color: #222222;
  background: #FFDE4F;
}

.themeContent .categoryMenu.categoryMenuItemsNum1 .categoryMenuItemWrap .categoryMenuItem {
  width: 100%;
}

.themeContent .categoryMenu.categoryMenuItemsNum2 .categoryMenuItemWrap .categoryMenuItem {
  width: 50%;
}

.themeContent .categoryMenu.categoryMenuItemsNum3 .categoryMenuItemWrap .categoryMenuItem {
  width: 33.33333%;
}

.themeContent .categoryMenu.categoryMenuItemsNum4 .categoryMenuItemWrap .categoryMenuItem {
  width: 25%;
}

.themeContent .categoryMenu.categoryMenuItemsNum5 .categoryMenuItemWrap .categoryMenuItem {
  width: 20%;
}

.themeContent .categoryMenu.-noArrow .categoryMenuItemWrap .categoryMenuItem:hover a:after, .themeContent .categoryMenu.-noArrow .categoryMenuItemWrap .categoryMenuItem.active a:after {
  content: initial;
  content: none;
}


/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .categoryMenu {
    margin: 30px -4vw 20px;
    font-size: 11px;
  }
  .themeContent .categoryMenu:after {
    width: 100vw;
    margin-left: 0;
  }
  .themeContent .categoryMenu .categoryMenuItemWrap .categoryMenuItem a {
    font-size: 14px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .themeContent .categoryMenu.categoryMenuItemsNum4 .categoryMenuItemWrap .categoryMenuItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .themeContent .categoryMenu.categoryMenuItemsNum4 .categoryMenuItemWrap .categoryMenuItem .-wordWrap {
    display: block;
  }
  .themeContent .categoryMenu.categoryMenuItemsNum5 .categoryMenuItemWrap .categoryMenuItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .themeContent .categoryMenu.categoryMenuItemsNum5 .categoryMenuItemWrap .categoryMenuItem .-wordWrap {
    display: block;
  }
}

/* categorySection */
.themeContent .categorySection {
  margin: 70px 0 120px;
}

.themeContent .categorySection.hiddenSection {
  display: none;
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .categorySection {
    margin: 24px 0 50px;
  }
}

/* pagination */
.themeContent .pagination {
  margin: 120px 0 130px;
}

.themeContent .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -10px;
}

.themeContent .pagination ul li {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.themeContent .pagination ul li:last-child {
  margin-right: 0;
}

.themeContent .pagination ul li .aLike,
.themeContent .pagination ul li a {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #222222;
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
}

.themeContent .pagination ul li .aLike.disabled {
  cursor: default;
}

.themeContent .pagination ul li .aLike:hover,
.themeContent .pagination ul li a:hover {
  border: 1px solid #222222;
}

.themeContent .pagination ul li .aLike .arrow {
  transition: 0.3s;
}
.themeContent .pagination ul li .aLike:hover .arrow {
  background: #FFF0B0;
}
.themeContent .pagination ul li .aLike.disabled:hover.arrow {
  background: #FFFFFF;
}

.themeContent .pagination ul li .aLike {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF0B0;
  border: 1px solid #222222;
  color: #222222;
  position: relative;
}

.themeContent .pagination ul li.prev .aLike,
.themeContent .pagination ul li.prev a, .themeContent .pagination ul li.next .aLike,
.themeContent .pagination ul li.next a {
  background: #fff;
  border: 1px solid #222222;
  overflow: hidden;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.themeContent .pagination ul li.prev .aLike:before,
.themeContent .pagination ul li.prev a:before,
.themeContent .pagination ul li.next .aLike:before,
.themeContent .pagination ul li.next a:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(/tsunagu/famimog/common/images/icon-black-arrow.svg) no-repeat center;
  background-size: contain;
  text-indent: 0;
}

.themeContent .pagination ul li.prev .aLike:before,
.themeContent .pagination ul li.prev a:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.themeContent .pagination ul li.prev .aLike, .themeContent .pagination ul li.next .aLike {
  background: #FFFFFF;
  border-color: #AAAAAA;
  position: relative;
}

.themeContent .pagination ul li.prev .aLike:after,
.themeContent .pagination ul li.next .aLike:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); 
  z-index: 2;
}

.themeContent .pagination ul li.prev a:hover,
.themeContent .pagination ul li.next a:hover {
  background: #FFF0B0;
  opacity: 1;
}


/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeContent .pagination {
    margin: 50px 0 100px;
  }
  .themeContent .pagination ul li {
    width: 40px;
    height: 40px;
  }
  .themeContent .pagination ul li .aLike,
  .themeContent .pagination ul li a {
    line-height: 40px;
  }
}

/* site-footer */
.site-footer {
  padding: 0 40px;
}

.site-footer-inner {
  width: 1000px;
  padding: 0 72px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-footer-copy {
  text-align: center;
  font-size: 12px;
  margin-top: 75px;
}

#header {
  margin-bottom: 0;
  z-index: 10;
  background: #fff;
}

/* themeHeaderMenu */
.themeHeaderMenuWrap {
  position: relative;
}

.themeHeaderMenuWrap .themeHeaderMenuWrapIn {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  padding-top: 120px;
  right: -100%; 
  z-index: 5;
  width: 100%;
  max-width: 559px;
  background: #F7F4F4;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, sans-serif;
  -webkit-transition: right 0.8s ease;
  transition: right 0.8s ease;
}

@media screen and (max-width:959px) {
  .themeHeaderMenuWrap .themeHeaderMenuWrapIn {
    padding-top: 0;
    top: 0;
    bottom: 0;
    max-width: 325px;
  }
}

.themeHeaderMenuWrap .themeHeaderMenuWrapIn.is-scroll {
  top: 68px;
}

.themeHeaderMenuWrap.visible .themeHeaderMenuWrapIn {
  pointer-events: auto;
  right: 0; 
  background-color: #F7F4F4;
}


.themeHeaderMenuWrap .themeHeaderMenu {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F4F4;
  overflow: hidden;
}

.themeHeaderMenuWrap .themeHeaderMenu img {
  max-width: 100%;
  height: auto;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuIn__logo {
  margin-top: 40px;
  margin-left: -25px;
  width: 172px;
  height: 50px;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuIn__sns {
  width: 40px;
  height: 40px;
}

.themeHeaderMenuWrap .themeHeaderMenu a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.themeHeaderMenuWrap .themeHeaderMenu a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink {
  margin: 28px 0 30px;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul .themeHeaderMenuLinkLarge {
  position: relative;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li:nth-child(2) ::after,
.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li:nth-child(4) ::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFF0B0;
  border: 1px solid #222222;
  border-radius: 50%;
  background-image: url("/tsunagu/famimog/common/images/icon-nav-arrow.svg");
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul .themeHeaderMenuLinkSmall {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: 8px 0 -8px 14px;
  color: #222222;
  display: flex;
  align-items: center;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul .themeHeaderMenuLinkSmall:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/tsunagu/famimog/common/images/icon-nav-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  vertical-align: middle;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li + li {
  margin-top: 15px;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword p {
  margin-right: 15px;
}

.themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword .btnArea {
  margin-bottom: 0;
}

.themeHeaderMenuWrap .themeHeaderMenu .btnArea {
  margin-bottom: 30px;
}

.themeHeaderMenuWrap .themeHeaderMenu .bnrArea ul li a img {
  width: 260px;
}

.themeHeaderMenuWrap .themeHeaderMenu__snsList {
  margin-left: -5px;
  width: 208px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** pc **/
@media screen and (min-width: 1024px) {
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuIn {
    max-width: 375px;
    padding: 0 20px 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    overflow: hidden;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeHeaderMenuWrap {
    height: 100%;
  }
  .themeHeaderMenuWrap .themeHeaderMenu {
    padding: 89px 0;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuIn {
    overflow: hidden;
    padding: 0 10px 0 25px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li:nth-child(2) ::after,
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li:nth-child(4) ::after {
    width: 20px;
    height: 20px;
    background-size: 16px 8px;
    right: 0px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul .themeHeaderMenuLinkSmall {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 14px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul .themeHeaderMenuLinkSmall:before {
    margin-right: 6px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuLink ul li+li {
    margin-top: 11.5px;
    margin-bottom: 11px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword {
    margin-top: 29px;
    margin-bottom: 20px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword p {
    margin-right: 15px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword .btnArea {
    margin-bottom: 0;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword .btnArea ul {
    margin-bottom: 0;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuKeyword .btnArea ul li {
    margin-bottom: 0;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .btnArea {
    margin-bottom: 30px;
  }
  .themeHeaderMenuWrap .themeHeaderMenu .bnrArea ul li a img {
    width: 100%;
  }
}

/* themeHeaderMenuBtn */
.themeHeaderMenuBtnWrap {
  width: 100%;
}

.themeHeaderMenuBtnWrap .themeHeaderMenuBtnWrapIn {
  position: relative;
  margin: 0 auto;
}

.themeHeaderMenuBtn {
  position: fixed;
  top: 150px;
  right: 30px;
  z-index: 6;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background: #e50112;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.themeHeaderMenuBtn.is-scroll {
  top: 68px;
  transition: 0.8s;
}

.themeHeaderMenuBtn.open {
  background: #e50112;
}

.themeHeaderMenuBtnIn {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 18px;
  color: #fff;
  font-size: 10px;
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width:959px) {
  .themeHeaderMenuBtn .themeHeaderMenuBtnIn span {
    background: #fff;
  }

  .themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span {
    background: #FFF;
  }
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn span:nth-of-type(1) {
  top: 0;
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn span:nth-of-type(2) {
  top: 7px;
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn span:nth-of-type(3) {
  top: 14px;
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn,
.themeHeaderMenuBtn .themeHeaderMenuBtnIn span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.themeHeaderMenuBtn .themeHeaderMenuBtnIn:after {
  content: 'MENU';
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.themeHeaderMenuBtn.open .themeHeaderMenuBtnIn:after {
  content: 'CLOSE';
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(1) {
  -webkit-transform: translateX(-12px) translateY(7px) rotate(-45deg);
      -ms-transform: translateX(-12px) translateY(7px) rotate(-45deg);
          transform: translateX(-12px) translateY(7px) rotate(-45deg);
}

.themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(2) {
  opacity: 0;
}

.themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(3) {
  -webkit-transform: translateX(-12px) translateY(-7px) rotate(45deg);
      -ms-transform: translateX(-12px) translateY(-7px) rotate(45deg);
          transform: translateX(-12px) translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 1280px) {
  .themeHeaderMenuBtn {
    position: fixed;
    transition: top 0.3s ease;
    left: auto;
    top: 85px;
    right: 16px;
  }
}

/** less-than-pc **/
@media screen and (max-width: 1023px) {
  .themeHeaderMenuWrap .themeHeaderMenu .themeHeaderMenuIn__logo {
    margin-top: 0;
    margin-left: 0;
  }
  .themeHeaderMenuBtn {
    position: fixed;
    transition: top 0.3s ease;
    top: 85px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .themeHeaderMenuBtn .themeHeaderMenuBtnIn {
    font-size: 7px;
  }
  .themeHeaderMenuBtn .themeHeaderMenuBtnIn span {
    width: 18px;
  }
  .themeHeaderMenuBtn .themeHeaderMenuBtnIn:after {
    content: 'MENU';
    font-family: "Lato", sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .themeHeaderMenuBtn.open .themeHeaderMenuBtnIn:after {
    content: 'CLOSE';
    font-family: "Lato", sans-serif;
    font-size: 9px;
    font-weight: bold;
  }
  .themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(1) {
    -webkit-transform: translateX(-9px) translateY(7px) rotate(-45deg);
        -ms-transform: translateX(-9px) translateY(7px) rotate(-45deg);
            transform: translateX(-9px) translateY(7px) rotate(-45deg);
  }
  .themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(2) {
    opacity: 0;
  }
  .themeHeaderMenuBtn.open .themeHeaderMenuBtnIn span:nth-of-type(3) {
    -webkit-transform: translateX(-9px) translateY(-7px) rotate(45deg);
        -ms-transform: translateX(-9px) translateY(-7px) rotate(45deg);
            transform: translateX(-9px) translateY(-7px) rotate(45deg);
  }
}

/* 202203 RENEWAL css */
@media screen and (min-width: 960px) {
  body {
    padding-top: 120px;
  }

  .themeHeaderMenuBtn {
    top: 150px;
  }
}
@media screen and (max-width: 959px) {
  body {
    padding-top: 70px;
  }
  img {
    width: auto;
  }
}

#accessibilityNav {
	position: relative;
}
#accessibilityNav li {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	overflow: hidden;
}
#topicpass {
  margin-top: 6em;
  margin-bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#topicpassIn {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#topicpass p {
  padding: 15px 0;
  font-size: 13px;
  border-top: 1px solid #ddd;
}
#topicpass a {
  color: #333333;
  text-decoration: none;
}
#topicpass a::after {
  display: inline-block;
  content: '\003e';
  margin: 5px;
}
.cf {
  width: 100%;
}
.cf::before, .cf::after {
  content: " ";
  display: block;
}
.cf::after {
  clear: both;
  height: 0;
}
.tvcmVideoWrap {
  position: relative;
  max-width: 100%;
  display: block;
  padding-top: 56.25%;
  padding-bottom: 8% !important;
  margin-left: auto;
  margin-right: auto;
}
.tvcmVideoWrap .tvcmVideo {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.themeHeaderMenuBtnWrap *,
.themeHeaderMenuWrap *,
.themeContent * {
  box-sizing: content-box;
}

th,td {
  border: 1px solid #000;
  padding: 5px;
}



