@charset "UTF-8";

/* ==========================================================================
   Base
========================================================================== */
html {
  font-family: sans-serif;
  font-size: 62.5%;
  letter-spacing: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.4rem; }

body.lang-en {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .2s ease-in-out;
}

ul,ol {
  list-style-type: none;
}

/* ==========================================================================
   Loading
========================================================================== */
/*
 header.php
*/

/* ==========================================================================
   Header
========================================================================== */
#siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  transition: all .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

body.haveMV #siteHeader:not(.fixed) #logo,
body.haveMV #siteHeader:not(.fixed) a,
body.haveMV #siteHeader:not(.fixed) .main-nav::after,
body.haveMV #siteHeader:not(.fixed) .sub-nav::before,
body.haveMV #siteHeader:not(.fixed) .nav-btn i {
  color: #FFF;
}

.inner-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  transition: .4s;
}
body:not(.gNavOpen) #siteHeader.transform .inner-header {
  opacity: 0;
  transition: .2s;
}

#logo {
  margin: 0;
}
#logo a {
  color: inherit;
}
svg.logo {
  vertical-align: bottom;
}

/* ==========================================================================
   Navigation
========================================================================== */
.nav ul {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  text-transform: uppercase; }
.nav li a {
  display: block;
  color: inherit;
  padding: 10px 10px;
  text-decoration: none; }
.nav li a span {
  display: inline-block;
  position: relative; }


.nav .sub-menu .sub-menu-switch {
  display: block;
  background-color: #212020;
  padding: 16px 20px;
  font-size: 1.4rem;
  position: relative;
}
.nav .sub-menu .sub-menu-switch::before,
.nav .sub-menu .sub-menu-switch::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .2s ease-in-out;
}
.nav .sub-menu .sub-menu-switch::after {
  transform: translateY(-50%) rotate(90deg);
}
.gNav .sub-menu.on .sub-menu-switch::after {
  transform: translateY(-50%) rotate(0);
}
.nav .sub-menu ul {
  background-color: #343434;
  display: none;
}
.nav .sub-menu li {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .1em;
}


.gNav__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

/* LANG */
ul.lang-nav {
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
ul.lang-nav li {
  font-size: 1rem;
  font-weight: 700;
}
ul.lang-nav li a {
  padding: 0 3px;
  display: inline-block;
}
ul.lang-nav li:not(:last-of-type)::after {
  content: '/';
}
ul.lang-nav li.current-lang a {
  color: #ffe100!important;
  opacity: 1 !important;
  pointer-events: none;
}

/* MAIN */
.nav ul .careplus {
  text-transform: none;
}


/* EC */
ul.ec-nav {
  display: flex;
  flex-wrap: nowrap;
}
ul.ec-nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* SNS */
.nav .followus {
  display: block;
  font-weight: 500;
}
.nav ul.sns-nav li a i {
  width: 20px;
  text-align: center;
}
.nav ul.sns-nav li a i.fa-line {
    font-size: 1.5em;
}
.sns-fixed ul.sns-nav li a i.fa-line {
    padding-left: 1px;
    font-size: 1.1em;
}
/* FIXED SNS */
.sns-fixed {
  position: absolute;
  z-index: 100;
}
.sns-fixed ul.sns-nav {
  width: 32px;
  padding-top: 8rem;
  text-align: center;
}
.sns-fixed ul.sns-nav::before {
  content: '';
  display: block;
  margin: 0 auto 8px;
  width: 1px;
  height: 50px;
  background-color: currentColor;
  transform: translateX(-50%);
}
.sns-fixed .ttl {
  display: block;
  font-size: 1.2rem;
  line-height: 28px;
  text-transform: none;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 auto;
}
.sns-fixed ul.sns-nav li a {
  display: block;
  text-align: center;
  padding: 8px;
}
.sns-fixed ul.sns-nav li a i {
  font-size: 1em;
}
.sns-fixed ul.sns-nav li a span {
  display: none;
}

#siteHeader + .sns-fixed {
  position: fixed;
}
body.haveMV #siteHeader + .sns-fixed {
  opacity: 0;
  transform: translateX(80px);
}
body.haveMV #siteHeader.fixed + .sns-fixed {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================================================
   Fixed banner
========================================================================== */
.bnr-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media (min-width:576px){
  .bnr-fixed {
    max-width: 300px;
  }
}

/* ==========================================================================
   Main Bottom
========================================================================== */
.main-bottom__links {
  color: #FFF;
  text-align: center;
}
.main-bottom__links ul li a {
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102%;
  position: relative;
}
.main-bottom__links ul li a::after {
  content: '';
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  transition: all .2s ease-in-out;
}
.main-bottom__links ul li a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.main-bottom__links ul li a:hover {
  background-size: 112%;
}
.main-bottom__links ul li a:hover::after {
  background-color: transparent;
}

.main-bottom__links ul li.store a { background-image: url(../img/main_battom_store.jpg); }
.main-bottom__links ul li.base a { background-image: url(../img/main_battom_base.jpg); }
.main-bottom__links ul li.cat-stories a { background-image: url(../img/main_battom_cat-stories.jpg); padding-top: 37%; }
.main-bottom__links ul li.cat-press a { background-image: url(../img/main_battom_cat-press.jpg); padding-top: 37%; }
.main-bottom__links ul li.cat-frompress a { background-image: url(../img/main_battom_cat-press.jpg); padding-top: 37%; }
.main-bottom__links ul li.cat-store a { background-image: url(../img/main_battom_cat-store.jpg); padding-top: 37%; }

/* ==========================================================================
   Footer
========================================================================== */
#siteFooter {
  clear: both;
  overflow: hidden;
  background-color: #242424;
  color: #FFF; }

#siteFooter .logo {
  width: 99px;
}

#siteFooter .nav ul li a:hover {
  opacity: .5;
}

.fNav li {
  font-size: 1.2rem; }

.fNav li.top {
  display: none;
}

.fNav .sns-nav li {
  font-size: 1.1rem;
}
.fNav .lang-nav {
  display: none;
}

.footer-bottom{
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.fbNav .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .fbNav ul.main-nav {
  font-weight: 500;
    text-transform: none;
}
#siteFooter .copyright {
  padding: 0 15px;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}


/* ==========================================================================
   Assets
========================================================================== */
/* ---------------
   Container
--------------- */
#container {
  width: 100%;
  overflow: hidden;
}
.container,
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -30px;
  margin-left: -30px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row > .col,
.row > [class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-padding {
  padding-bottom: 100px;
  position: relative;
}

/* ---------------
   Typography
--------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 700;
  line-height: 1.25; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

.font1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.font2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.font3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
}
.w500 {
  font-weight: 500;
}

body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
body .text-left {
  text-align: left;
}
/* ---------------
   icon
--------------- */
.svg {
  fill: currentColor;
}
.icon {
  width: 1.5em;
  height: 1.5em;
}
.icon-blank {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  opacity: .5;
}
.btn .icon-blank {
  width: 9px;
  height: 9px;
  opacity: 1;
}
.btn .icon-cart {
  width: 20px;
  margin-right: 8px;
  transform: translate(0,4px);
}
.icon-arrow,
.icon-arrow-w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.icon-arrow::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(../img/icon-arrow.svg) no-repeat 100% 50% / 9px;
  transition: all .2s ease-in-out;
}
.icon-arrow-back::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background: url(../img/icon-arrow-back.svg) no-repeat 0% 50% / 9px;
  transition: all .2s ease-in-out;
}
.icon-arrow-w::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(../img/icon-arrow-w.svg) no-repeat 100% 50% / 9px;
  transition: all .2s ease-in-out;
}
.icon-arrow-back-w::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background: url(../img/icon-arrow-back-w.svg) no-repeat 0% 50% / 9px;
  transition: all .2s ease-in-out;
}
a:hover .icon-arrow::after,
a:hover .icon-arrow-w::after {
  animation: arrowRight .6s cubic-bezier(1, 0, 0, 1);
}
a:hover .icon-arrow-back::before,
a:hover .icon-arrow-back-w::before {
  animation: arrowLeft .6s cubic-bezier(1, 0, 0, 1);
}
@keyframes arrowRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(50%);
  }
  60% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes arrowLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(-50%);
  }
  60% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------
   Button
--------------- */
.btn {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 10px 0;
  border-bottom: 2px solid currentColor;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all .2s ease-in-out;
}
.btn.view {
  border-bottom: none;
}
.btn.view::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}
.btn.view:hover::before,
a:hover .btn.view::before {
  transform: scale(1, 1);
}
/* ---------------
   Image
--------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.no-thumb {
  padding-top: 56.25%;
  text-align: center;
  background-color: rgba(0,0,0,0.05);
  position: relative;
}
.no-thumb svg.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%,-50%);
}
/* ---------------
   Headline
--------------- */
.page__header .ttl {
  line-height: 1.3;
  position: relative;
}
#privacy .page__header .ttl, #contact .page__header .ttl, #tradelaw .page__header .ttl, #guide .page__header .ttl, #attention .page__header .ttl {
    margin-top: 100px;
}
.page__header .ttl::before {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background-color: #FFE100;
  margin-bottom: 20px;
}
.page__header .sub_ttl {
  display: block;
  margin-top: 10px;
}
.page__header .entry__meta {
  display: block;
  margin-top: 20px;
}
.page__header .page__description {
  letter-spacing: 0;
  line-height: 2;
}
.section__header {
  position: absolute;
  top: -1.75rem;
  left: 0;
  padding: 0 20px;
}
.section__header .sub_ttl {
  display: block;
  margin-top: 10px;
}
.content__header {
  text-align: center;
}
.content__header .sub_ttl {
  display: block;
  margin-top: 10px;
  letter-spacing: .1em;
}
span.season {
  letter-spacing: .1em;
}

/* ---------------
   Full Screen
--------------- */
.full-screen {
  width: 100%;
  height: 100vh;
}
/* ---------------
   Hero
--------------- */
.hero {
  position: relative;
  z-index: 2;
  color: #FFF;
}
.hero .hero_inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.hero .txtBox {
  padding: 50px 30px 100px;
}
.hero .cover {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
}
.hero .imgBox-h {
  display: block;
}
.hero .imgBox-v {
  display: none;
}
/* 縦長 */
@media screen and (max-width: 575px) and (orientation: portrait) {
  .hero .imgBox-h {
    display: none;
  }
  .hero .imgBox-v {
    display: block;
  }
}

/* ---------------
   Slick Slider
--------------- */
main .slider a {
  outline: none !important;
}
main .slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
main .slider-progress{
  position: relative;
  width: 120px;
  height: 1px;
  margin-right: 25px;
}
main .slider-progress::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.3;
}
main .slider-progress span{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  background-color: currentColor;
  transition: all 0s linear;
}
main .slider-progress span.active{
  width: 100%;
}

main .slider-counter {
  margin-right: 15px;
}


main .slider-prev-arrow:hover .icon-arrow-back::after {
  animation: arrowLeft .6s cubic-bezier(1, 0, 0, 1);
}
main .slider-next-arrow:hover .icon-arrow::after {
  animation: arrowRight .6s cubic-bezier(1, 0, 0, 1);
}

/* ---------------
   List
--------------- */
.lists .list {
  line-height: 1.5;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.lists .list a {
  background-color: #F4F4F4;
  position: relative;
}
.lists .list a .ttl {
  line-height: 1.5;
  font-size: 1.3rem;
}
.lists .list a .icon-arrow,
.lists .list a .icon-arrow-w {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -.5em;
}
.lists .list a .entry__meta {
  display: block;
  letter-spacing: .1em;
  margin-right: 30px;
}

/* ---------------
  Card
--------------- */
.cards .card {
  line-height: 1.5;
  letter-spacing: .1em;
}
.cards .card a {
  display: block;
}
.cards .card a figure {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.cards .card a figure img,
.cards .card a figure .no-thumb {
  transition: all .2s .1s ease-in-out;
}
.cards .card a:hover figure img,
.cards .card a:hover figure .no-thumb {
  transform: scale(1.1);
  transition: all .2s 0s ease-in-out;
}
.cards .card a figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 5px 0;
  color: #FFF;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: all .1s 0s ease-in-out;
}
.cards .card a:hover figcaption {
  opacity: 1;
  transition: all .1s .1s ease-in-out;
}
.cards .card a .entry__meta {
  margin-bottom: 5px;
}
.cards .card a .ttl {
  line-height: 1.5;
  font-size: 1.4rem;
}
.cards .card a .ttl + .entry__meta {
  margin-top: 5px;
  margin-bottom: 0;
}

/* ---------------
   Tabs
--------------- */
.tabs {
  display: -ms-flexbox;
  display: flex;
}
.tabs li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  background-color: #F4F4F4;
}
.tabs li.current {
  background-color: #000;
  color: #FFF;
}
.tabs li a,
.tabs li span {
  display: block;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 2rem 1rem;
}

/* ---------------
   Accordion
--------------- */
.acc .acc__header {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .1em;
  padding: 2rem;
}
.acc .acc__body {
  letter-spacing: .05em;
  display: none;
}
.acc > li > .acc__header {
  font-size: 1.6rem;
  border-bottom: 1px solid #E6E6E6;
  background: #F4F4F4 url(../img/icon-arrow-down.svg) no-repeat right 2rem top 50% / 11px;
  transition: all .1s ease-in-out;
}
.acc > li > .acc__header.open {
  background-image: url(../img/icon-arrow-up.svg);
}
.acc > li > .acc__body > li > .acc__header {
  position: relative;
  padding-left: 4rem;
  background: url(../img/icon-arrow-forward.svg) no-repeat left 2rem top 50% / 5px;
}
.acc > li > .acc__body > li > .acc__header::before,
.acc > li > .acc__body > li > .acc__header::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  transition: all .1s ease-in-out;
}
.acc > li > .acc__body > li > .acc__header::after {
  transform: rotate(90deg);
}
.acc > li > .acc__body > li > .acc__header.open::after {
  opacity: 0;
}
.acc > li > .acc__body > li {
  border-bottom: 1px solid #E6E6E6;
}
.acc > li > .acc__body > li > .acc__body > li {
  border-top: 1px solid #E6E6E6;
  padding: 2rem;
}

/* ---------------
   Color
--------------- */
.bg-l-gray {
  background-color: #F4F4F4;
}
.bg-gray {
  background-color: #707070;
  color: #FFF;
}
.bg-d-gray {
  background-color: #242424;
  color: #FFF;
}
.bg-black {
  background-color: #000;
  color: #FFF;
}

/* ---------------
   inview Animation
--------------- */
.inview.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.inview.show.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}
.inview.fadeInLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.inview.show.fadeInLeft {
  opacity: 1;
  transform: translateX(0);
}
.inview.fadeInDown {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 1s .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.inview.show.fadeInDown {
  opacity: 1;
  transform: translateY(0);
}

.page__header.inview .ttl::before {
  width: 150px;
  transform: scale(0, 1);
  transform-origin: 0 0;
}
.page__header.inview.show .ttl::before {
  animation: slide-border 1.2s .4s cubic-bezier(1, 0, 0, 1) forwards;
}
@keyframes slide-border {
  0% {
    opacity: 0.5;
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  40% {
    opacity: 0.5;
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  40.1% {
    opacity: 0.5;
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  60% {
    opacity: 0.5;
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
  75% {
    opacity: 1;
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: scale(.1, 1);
    transform-origin: 0 0;
  }
}

/* ---------------
   WP
--------------- */
#confirm, #thanks {
    margin-top: 150px;
}
.entry__meta {
  display: -ms-flexbox;
  display: flex;
}
.entry__meta .time {
  display: inline-block;
  letter-spacing: .08em;
}
.entry__meta.font2 {
  font-size: 1rem;
  font-weight: 500;
}

.entry__content {
  letter-spacing: 0;
  line-height: 2;
}
.entry__content p {
  letter-spacing: .05em;
  margin: 2em 0;
}

.entry__content h1 {
  font-size: 3rem;
  line-height: 1.5;
  margin: 2em 0 2em; }
.entry__content h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 2em 0 2em; }
.entry__content h3 {
  line-height: 2;
  margin: 2em 0; }
.entry__content h4 {
  line-height: 2;
  margin: 2em 0; }
.entry__content h5 {
  line-height: 2;
  margin: 2em 0; }
.entry__content h6 {
  line-height: 2;
  margin: 2em 0; }

.entry__content .small{
  font-size: 1.3rem;
}

.entry__content hr {
  border-top: 1px solid #E6E6E6;
  margin: 50px 0;
}

.entry__content > img {
  margin: 50px 0;
}

.entry__content .wp-caption {
  margin: 80px 0;
  max-width: 100%;
}
.entry__content .wp-caption-text {
  text-align: center;
  font-weight: 700;
  font-size: 0.875em;
  margin: 30px 0 0;
}

.entry__content a {
  text-decoration: underline;
}

.entry__content dl dt {
  font-weight: 700;
  margin: 0;
}
.entry__content dl dd {
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.entry__content dl dd ul {
    padding-left: 20px;
}
.entry__content dl dd ul li {
    list-style-position: outside;
    list-style-type: disc;
}
.entry__footer {
  margin-top: 100px;
  border-top: 1px solid #E6E6E6;
}

.pagination ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination ul li .page-numbers {
  display: inline-block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.pagination ul li .page-numbers::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  margin: 0 auto;
  background-color: currentColor;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all .2s ease-in-out;
}
.pagination ul li .page-numbers:hover::after,
.pagination ul li .page-numbers.current::after {
  width: 20px;
}
.pagination ul li .prev.page-numbers::after,
.pagination ul li .prev.next-numbers::after {
  display: none !important;
}


.paginav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

/* ---------------
   Tag
--------------- */
.tags {
  font-weight: 700;
  line-height: 3.3rem;
}
.tags .tags-ttl {
  margin-right: 1em;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
}
.tags ul li {
  font-size: 1.2rem;
  line-height: 2.6rem;
  margin: .25em .75em .25em 0;
}
.tags ul li a {
  display: inline-block;
  padding: 0 1.2em;
  border-radius: 5px;
  background-color: #F2F2F2;
}
.tags ul li a:hover,
.tags ul li.current a {
  background-color: #000;
  color: #FFF;
}


/* ---------------
   MW WP Form
--------------- */
form {
  letter-spacing: 0;
  line-height: 2;
}
form dl dt {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
form dl dt .required {
  position: absolute;
  left: 0;
  color: #C70000;
}
form dl dt label {
  display: inline-block;
}
form dl dd {
  border-bottom: 1px solid #E6E6E6;
}
form dl dd.text {
  line-height: 2;
}
form dl dd.text a {
  text-decoration: underline;
}
form dl dt:last-of-type,
form dl dd:last-of-type {
  border-bottom: none;
}
form input[type="text"],
form select,
form textarea {
  width: 100%;
  padding: .75em;
  border: 1px solid transparent;
  outline: none;
  background-color: #f3f3f3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all .2s ease-in-out;
}
form select {
  padding: .65em .75em;
  background: #FFF url(../img/icon-arrow-down.svg) no-repeat right 15px center / 11px;
}
form select::-ms-expand {
  display: none;
}
form input[type="text"]:focus,
form select:focus,
form textarea:focus {
  border-color: #E6E6E6;
}
form button.submit,
#thanks .submit {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 0 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  outline: none;
  border: 2px solid #000;
  background-color: #000;
  color: #FFF;
  transition: all .2s ease-in-out;
}
form button.back {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 30px auto 0;
  padding: 0;
  line-height: 30px;
  letter-spacing: .1em;
  outline: none;
  border: none;
  background: none;
  border-bottom: 2px solid #000;
  transition: all .2s ease-in-out;
}
@media only screen and (min-width: 576px) {
  form button.back {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}
form button:hover {
  background-color: transparent;
  color: #000;
}
form .form-submit {
  margin-top: 50px;
  text-align: center;
}
#thanks .form-submit {
  text-align: left;
  margin-top: 80px;
}

/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.moviebox {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.moviebox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

ul.sns-nav li.twitter svg {
	height: 16px;
}
ul.sns-nav li.twitter span {
	top:-4px;
}