@charset "UTF-8";
/* ===================================================================
common
=================================================================== */
/* ===================================================================
reset
=================================================================== */
/* ---------------------------
[1] 基本設定
[2] レイアウト
[3] モジュール
--------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================================
mixins
=================================================================== */
/* ===================================================================
base
=================================================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
  color: #303030;
  font-family: YaKuHanJP, arial, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
  min-width: 320px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a,
button {
  text-decoration: none;
  transition: opacity .3s ease;
  color: inherit;
}

body.is-pc a:hover, body.is-pc
button:hover {
  opacity: 0.6;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .hide-sp {
    display: none !important;
  }
}

/* webfont */
/* ===================================================================
wrapper
=================================================================== */
.common-wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .common-wrapper {
    padding-bottom: 60px;
  }
}

.common-contents-wrapper {
  width: 100%;
  padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .common-contents-wrapper {
    padding: 60px 0;
  }
}

.common-block-wrapper {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .common-block-wrapper {
    padding: 0 60px;
  }
}

/* ===================================================================
common-icon
from icomoon style.css
=================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?pitztr");
  src: url("/assets/fonts/icomoon.eot?pitztr#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?pitztr") format("truetype"), url("/assets/fonts/icomoon.woff?pitztr") format("woff"), url("/assets/fonts/icomoon.svg?pitztr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="common-icon-"], [class*=" common-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.common-icon-shop:before {
  content: "\e900";
}

.common-icon-ranking:before {
  content: "\e901";
}

.common-icon-company:before {
  content: "\e902";
}

.common-icon-news:before {
  content: "\e903";
}

.common-icon-movie:before {
  content: "\e904";
}

.common-icon-recommend:before {
  content: "\e905";
}

.common-icon-nowonair:before {
  content: "\e906";
}

.common-icon-program:before {
  content: "\e907";
}

.common-icon-arrow:before {
  content: "\e908";
}

.common-icon-close:before {
  content: "\e909";
}

.common-icon-plus:before {
  content: "\e90a";
}

.common-icon-totop:before {
  content: "\e90b";
}

.common-icon-menuclose:before {
  content: "\e90c";
}

.common-icon-menu:before {
  content: "\e90d";
}

.common-icon-dark-program:before {
  content: "\e90e";
}

/* ===================================================================
common-header
=================================================================== */
.common-header {
  min-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-header {
    min-height: 110px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-header {
    min-height: 60px;
  }
}

.is-top .common-header {
  min-height: 120px;
}

@media only screen and (max-width: 767.98px) {
  .is-top .common-header {
    min-height: 60px;
  }
}

.common-header__main {
  min-height: 60px;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .common-header__main {
    background-color: #303030;
  }
}

.common-header__sub {
  display: block;
  align-items: center;
  width: 100%;
  background-color: #303030;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  height: 50px;
  font-size: 0;
}

@media only screen and (min-width: 992px) {
  .common-header__sub {
    display: flex;
    height: 40px;
    justify-content: center;
    padding-left: 60px;
  }
}

.common-header__sub.is-search {
  overflow: hidden;
}

.common-header__sub__catch {
  display: none;
  align-items: center;
  background-color: #ff2355;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0 25px 25px 0;
  padding: 0 40px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-header__sub__catch {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1350px) {
  .common-header__sub__catch {
    display: flex;
  }
}

.common-header__sub__search {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #303030;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  text-align: center;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .common-header__sub__search {
    padding-left: 0;
  }
}

.common-header__sub__search form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.common-header__sub__search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

.common-header__sub__search input:focus {
  box-shadow: none;
  outline: none;
}

.common-header__sub__search input[type=text] {
  width: 500px;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-header__sub__search input[type=text] {
    font-size: 1.4rem;
  }
}

.common-header__sub__search input[type=submit] {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  background: url(/assets/images/icon/icon-search.png) no-repeat center/16px auto;
  cursor: pointer;
}

.is-top .common-header__sub__search input[type=submit] {
  background-size: 20px auto;
}

.common-header__sub__search a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  flex-shrink: 0;
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .common-header__sub__search a {
    width: 30px;
  }
}

.common-header__sub__search a:before, .common-header__sub__search a:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 1px;
  background-color: #989898;
  position: absolute;
  top: 50%;
  left: 50%;
}

.common-header__sub__search a:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.common-header__sub__search a:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.common-header__sub__wrapper {
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .common-header__sub__wrapper {
    display: none;
  }
}

.common-header__icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/common/babchoo.gif) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.common-header__logo {
  display: block;
  width: 90px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (max-width: 991.98px) {
  .common-header__logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.common-header__logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/common/logo-white.svg) no-repeat center/auto 25px;
}

@media only screen and (min-width: 768px) {
  .common-header__logo > a {
    background-image: url(/assets/images/common/logo.svg);
  }
}

.common-header__program {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .common-header__program {
    color: #fff;
  }
}

.common-header__program a {
  display: block;
}

.common-header__program i {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0;
}

.common-header__program__text {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 767.98px) {
  .common-header__program .common-icon-program {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .common-header__program .common-icon-dark-program {
    display: none;
  }
}

.common-header-nav {
  white-space: nowrap;
}

@media only screen and (max-width: 991.98px) {
  .common-header-nav {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .common-header-nav {
    display: block;
  }
}

.common-header-nav__list {
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .common-header-nav__list {
    justify-content: center;
  }
}

.common-header-nav__item a {
  display: block;
  line-height: 1;
  color: #303030;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 18px 8px;
}

@media only screen and (min-width: 768px) {
  .common-header-nav__item a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .common-header-nav__item a {
    padding: 23px 8px;
  }
}

.common-header-nav__item.item-search {
  display: block;
  padding-left: 8px;
  padding-right: 25px;
  position: relative;
}

.common-header-nav__item.item-search:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #252525;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
  .common-header-nav__item.item-search {
    display: none;
  }
}

.common-header-nav__item.item-search a {
  display: block;
  width: 16px;
  height: 100%;
  background: url(/assets/images/icon/icon-search.png) no-repeat center/16px auto;
}

@media only screen and (max-width: 991.98px) {
  .common-header__sub .common-header-nav {
    display: inline-block;
    align-items: center;
    padding: 0 0 0 8px;
    height: 100%;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 992px) {
  .common-header__sub .common-header-nav {
    display: none;
  }
}

.common-header__sub .common-header-nav__item a {
  color: #fff;
}

.common-header-subnav {
  display: inline-block;
}

@media only screen and (max-width: 991.98px) {
  .common-header-subnav {
    font-weight: bold;
    display: inline-block;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 25px;
    vertical-align: middle;
    position: relative;
  }
  .common-header-subnav:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #252525;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .common-header-subnav {
    display: block;
  }
}

.common-header-subnav__list {
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .common-header-subnav__list {
    justify-content: center;
  }
}

.common-header-subnav__item a {
  color: #EDD9B9;
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  padding: 18px 8px;
}

@media only screen and (min-width: 768px) {
  .common-header-subnav__item a {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .common-header-subnav__item a {
    padding: 12px 8px;
    color: #fff;
  }
}

.common-header-subnav__item.item-search {
  display: none;
}

@media only screen and (min-width: 992px) {
  .common-header-subnav__item.item-search {
    display: block;
    padding-right: 31px;
    position: relative;
  }
  .common-header-subnav__item.item-search:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #252525;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.common-header-subnav__item.item-search a {
  display: block;
  width: 16px;
  height: 100%;
  background: url(/assets/images/icon/icon-search.png) no-repeat center/16px auto;
}

.is-top .common-header__sub {
  height: 60px;
}

.is-top .common-header-nav__item a {
  font-size: 1.4rem;
}

.is-top .common-header-nav__item.item-search a {
  width: 20px;
  background-size: 20px auto;
}

.is-top .common-header-subnav__item a {
  font-size: 1.4rem;
}

.is-top .common-header-subnav__item.item-search a {
  width: 20px;
  background-size: 20px auto;
}

@media only screen and (min-width: 1200px) {
  .is-top .common-header__sub {
    height: 50px;
  }
  .is-top .common-header__icon {
    width: 50px;
    height: 50px;
    left: 20px;
  }
  .is-top .common-header__logo {
    width: 128px;
    left: 85px;
  }
  .is-top .common-header__logo > a {
    background-size: auto 35px;
  }
  .is-top .common-header-nav {
    height: 80px;
  }
  .is-top .common-header-nav__item a {
    padding: 32px 10px;
    font-size: 1.6rem;
  }
  .is-top .common-header__program {
    right: 20px;
  }
  .is-top .common-header__program a {
    display: flex;
    align-items: center;
  }
  .is-top .common-header__program i {
    font-size: 3.9rem;
  }
  .is-top .common-header__program__icon {
    width: 40px;
    height: 40px;
  }
  .is-top .common-header__program__text {
    font-size: 1.6rem;
    margin-left: 15px;
    margin-top: 0;
  }
}

.common-header-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.common-header-arrow::after, .common-header-arrow::before {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}

.is-top .common-header-arrow {
  width: 60px;
  height: 60px;
}

.is-top .common-header-arrow::after {
  line-height: 60px;
}

.common-header-arrow::before {
  content: "";
  background-image: linear-gradient(to right, rgba(48, 48, 48, 0), #303030 50%);
}

.common-header-arrow::after {
  content: "\e908\e908";
  font-family: "icomoon" !important;
  color: #989898;
  text-align: right;
  line-height: 50px;
  padding: 0 10px;
  letter-spacing: 0px;
}

@media only screen and (min-width: 992px) {
  .common-header-arrow {
    display: none !important;
  }
}

.common-header-arrow#is-left-arrow {
  display: none;
  right: auto;
  left: 0;
}

.common-header-arrow#is-left-arrow::before {
  background-image: linear-gradient(to left, rgba(48, 48, 48, 0), #303030 50%);
}

.common-header-arrow#is-left-arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ===================================================================
common-nav：SP用ハンバーガーメニュー
=================================================================== */
@media only screen and (max-width: 767.98px) {
  html.isLocked,
  html.isLocked > body {
    height: 100%;
    overflow: hidden;
  }
}

.common-nav {
  color: #fff;
  width: 100%;
  background-color: #303030;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
}

@media only screen and (min-width: 768px) {
  .common-nav {
    display: none;
  }
}

.common-nav form {
  padding-top: 20px;
  margin: 0 20px;
  display: flex;
}

.common-nav form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  border: 0;
}

.common-nav form input[type="text"] {
  padding: 14px 15px;
  border-radius: 4px 0 0 4px;
  flex: 0 1 auto;
}

.common-nav form input[type="submit"] {
  background: #ff2355 url(/assets/images/icon/icon-search.png) no-repeat center/25px;
  border-radius: 0 4px 4px 0;
  flex: 0 0 50px;
}

.common-nav nav {
  margin: 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.common-nav nav * {
  letter-spacing: .1em;
}

.common-nav nav a {
  display: block;
  position: relative;
  padding: 15px 10px;
}

.common-nav nav a span {
  color: #989898;
  position: absolute;
  right: 0;
}

.common-nav nav > ul > li:not(:first-child):not(:last-child) {
  border-top: solid 1px #303030;
}

.common-nav nav > ul ul {
  padding: 0 15px;
  background-color: #989898;
  border-radius: 5px;
  margin-top: 25px;
}

.common-nav nav > ul ul > li:not(:first-child) {
  border-top: solid 1px #d8d8d8;
}

.common-nav-ui {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #303030;
  display: flex;
}

.common-nav-ui::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 40px;
  margin: auto;
  background-color: #252525;
}

.common-nav-ui__item {
  width: 50%;
  display: flex;
}

.common-nav-ui__item--program i {
  font-size: 2.5rem;
  margin-right: 20px;
}

.common-nav-ui__item--trigger {
  cursor: pointer;
}

.common-nav-ui__item--trigger:hover {
  opacity: .7;
}

.common-nav-ui__btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.common-nav-ui__btn--open {
  display: flex;
}

.common-nav-ui__item.isActive .common-nav-ui__btn--open {
  display: none;
}

.common-nav-ui__btn--close {
  display: none;
}

.common-nav-ui__item.isActive .common-nav-ui__btn--close {
  display: flex;
}

.common-nav-ui__btn i {
  font-size: 2.5rem;
  margin-right: 20px;
}

.common-nav-ui * {
  letter-spacing: .1em;
}

.common-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #252525;
  overflow-y: auto;
  padding: 0 0 30px;
}

/* ===================================================================
common-footer
=================================================================== */
.common-footer:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  max-width: 1480px;
  margin: 0 auto;
  background-color: #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .common-footer:before {
    width: calc(100% - 120px);
  }
}

.common-footer-copyrights {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: #303030;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .common-footer-copyrights {
    font-size: 1.2rem;
  }
}

/* ===================================================================
common-footer-banner
=================================================================== */
.common-footer-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-banner__list {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-banner__list {
    padding-top: 40px;
  }
}

.common-footer-banner__item {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-banner__item:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-banner__item {
    width: calc((100% - 121px) / 4);
  }
  .common-footer-banner__item:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .common-footer-banner__item:nth-child(n+5) {
    margin-top: 20px;
  }
}

.common-footer-banner__item a {
  display: block;
}

.common-footer-banner__item img {
  display: block;
  width: 100%;
}

/* ===================================================================
common-footer-nav
=================================================================== */
.common-footer-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-footer-nav {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.common-footer-nav-main {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-main {
    flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-main {
    justify-content: center;
  }
}

.common-footer-nav-main__item {
  flex-grow: 0;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-main__item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-main__item:nth-child(n+2) {
    border-left: 1px solid #d8d8d8;
  }
}

.common-footer-nav-main__item a {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-main__item a {
    padding: 15px 10px;
    position: relative;
  }
  .common-footer-nav-main__item a:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-main__item a {
    padding: 0 40px;
  }
}

.common-footer-nav-sub {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-sub {
    flex-wrap: wrap;
    width: 50%;
  }
  .common-footer-nav-sub:first-child .common-footer-nav-sub__item:nth-last-of-type(2) {
    border-bottom: none;
  }
  .common-footer-nav-sub:nth-child(2) .common-footer-nav-sub__item:last-of-type {
    border-bottom: none;
  }
  .common-footer-nav-sub .common-footer-nav-sub__item.hide-pc a {
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-sub {
    margin-top: 40px;
    justify-content: center;
  }
  .common-footer-nav-sub:nth-child(2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-sub-wrapper {
    display: flex;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-sub__item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
}

.common-footer-nav-sub__item a {
  font-size: 1.2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-sub__item a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-sub__item a {
    padding: 10px 15px;
    position: relative;
    font-size: 1rem;
    letter-spacing: -0.03em;
  }
  .common-footer-nav-sub__item a:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-footer-nav-sub__item a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 785px) {
  .common-footer-nav-sub__item a {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 784.98px) {
  .common-footer-nav-sub__item a {
    padding: 0 8px;
  }
}

.common-footer-nav-link {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-link {
    flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-link {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-link__item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
}

.common-footer-nav-link__item a {
  display: block;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-link__item a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-nav-link__item a {
    padding: 10px 15px;
    position: relative;
  }
  .common-footer-nav-link__item a:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-footer-nav-link__item a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-nav-link__item a {
    padding: 0 10px;
  }
}

/* ===================================================================
common-footer-ad
=================================================================== */
.common-footer-ad {
  background-color: #252525;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-footer-ad {
    padding: 40px 0;
  }
}

.common-footer-ad__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  .common-footer-ad__list {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-footer-ad__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .common-footer-ad__item:nth-child(n+2) {
    margin-left: 40px;
  }
}

/* ===================================================================
common-module
=================================================================== */
.common-module__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__inner {
    width: 62.5%;
    max-width: 1000px;
    padding: 0;
  }
}

.common-module__a-1, .common-module__a-2, .common-module__a-3, .common-module__a-4 {
  text-align: center;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__a-1, .common-module__a-2, .common-module__a-3, .common-module__a-4 {
    padding: 40px 0;
  }
}

.common-module__a-1__title {
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__a-1__title {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__a-1__title {
    padding-bottom: 10px;
  }
}

.common-module__a-2__title {
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__a-2__title {
    font-size: 2.4rem;
  }
}

.common-module__a-3__title {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__a-3__title {
    font-size: 2.2rem;
  }
}

.common-module__a-4__title {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__a-4__title {
    font-size: 2rem;
  }
}

.common-module__b-1__image--lg {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: none;
  padding-top: 28.14286%;
}

@media only screen and (min-width: 768px) {
  .common-module__b-1__image--lg {
    display: block;
  }
}

.common-module__b-1__image--sm {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  padding-top: 56.25%;
}

@media only screen and (min-width: 768px) {
  .common-module__b-1__image--sm {
    display: none;
  }
}

.common-module__b-2 {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .common-module__b-2 {
    flex-wrap: no-wrap;
  }
}

.common-module__b-2__thumbnail {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .common-module__b-2__thumbnail {
    width: 50%;
    align-items: center;
  }
}

.common-module__b-2__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__b-2__body {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__b-2__body {
    width: 50%;
    padding: 30px 60px;
  }
}

.common-module__b-2__title {
  width: 100%;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__b-2__title {
    font-size: 2.4rem;
  }
}

.common-module__b-2__text {
  width: 100%;
  color: #149bf0;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__b-2__text {
    margin-top: 10px;
  }
}

.common-module__b-3 {
  background-color: #f6f6f6;
}

.common-module__b-3__inner {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .common-module__b-3__inner {
    width: 62.5%;
    max-width: 1000px;
    padding-top: 40px;
  }
}

.common-module__b-3__thumbnail {
  width: 100%;
}

.common-module__b-3__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__b-3__body {
  width: 100%;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__b-3__body {
    padding: 40px 0px;
  }
}

.common-module__b-3__title {
  width: 100%;
  font-size: 2rem;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__b-3__title {
    font-size: 2.4rem;
  }
}

.common-module__b-3__text {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  color: #149bf0;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__b-3__text {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}

.common-module__b-3__label {
  display: inline-block;
  border: 1px solid #d8d8d8;
  font-size: 1rem;
  color: #989898;
  background-color: #fff;
  padding: 1px 7px;
  border-radius: 20px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  /* 位置調整 */
}

@media only screen and (min-width: 768px) {
  .common-module__b-3__label {
    font-size: 1.4rem;
    padding: 4px 8px;
  }
}

.common-module__c-1, .common-module__c-2, .common-module__c-3, .common-module__c-4 {
  padding: 20px 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .common-module__c-1, .common-module__c-2, .common-module__c-3, .common-module__c-4 {
    padding: 40px 0;
  }
}

.common-module__c-1__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__c-1__title {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__c-1__title {
    text-align: center;
  }
}

.common-module__c-1__text {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__c-1__text {
    text-align: center;
    margin-top: 10px;
  }
}

.common-module__c-3__thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__c-3__thumbnail {
    width: 47.7%;
    float: left;
    margin: 0 40px 40px 0;
  }
}

.common-module__c-3__img-tag {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__c-3__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__c-4__thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__c-4__thumbnail {
    width: 47.7%;
    float: right;
    margin: 0 0 40px 40px;
  }
}

.common-module__c-4__img-tag {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__c-4__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__d-1 {
  width: 100%;
  padding: 15px 0px 10px;
  overflow-x: auto;
}

@media only screen and (min-width: 768px) {
  .common-module__d-1 {
    padding: 40px 0px 20px;
  }
}

.common-module__d-1__list {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}

.common-module__d-1__item {
  flex: 0 0 auto;
  text-align: center;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}

.common-module__d-1__item:first-child {
  padding-left: 10px;
}

.common-module__d-1__item:last-child {
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__d-1__item {
    padding: 0 20px;
  }
  .common-module__d-1__item:first-child {
    padding-left: 60px;
  }
  .common-module__d-1__item:last-child {
    padding-right: 60px;
  }
}

.common-module__d-1__item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-module__d-1__item > a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  color: #303030;
  transition: opacity .3s, background-color .3s, box-shadow .3s;
}

@media only screen and (min-width: 768px) {
  .common-module__d-1__item > a {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__d-1__item > a {
    display: inline-block;
    padding: 9px 60px;
  }
}

.common-module__d-1__item > a.is-active {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.common-module__d-2 {
  width: 100%;
  padding: 0px 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__d-2 {
    padding: 0px 60px;
  }
}

.common-module__d-2__list {
  display: flex;
  flex-wrap: wrap;
}

.common-module__d-2__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .common-module__d-2__item {
    width: calc((100% - 31px) / 4);
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__d-2__item {
    width: calc((100% - 121px) / 4);
    padding: 20px 0;
  }
}

.common-module__d-2__item:nth-child(n+5) {
  border-top: 1px solid #d8d8d8;
}

.common-module__d-2__item:not(:nth-child(4n+1)) {
  padding-left: 10px;
  width: calc((100% - 31px) / 4 + 10px);
}

@media only screen and (min-width: 768px) {
  .common-module__d-2__item:not(:nth-child(4n+1)) {
    padding-left: 40px;
    width: calc((100% - 121px) / 4)40px;
  }
}

.common-module__d-2__item:not(:nth-child(4n+1)):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .common-module__d-2__item:not(:nth-child(4n+1)):before {
    height: calc(100% - 60px);
    left: 20px;
  }
}

.common-module__d-2__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  color: #303030;
  transition: opacity .3s, background-color .3s, box-shadow .3s;
}

@media only screen and (min-width: 768px) {
  .common-module__d-2__item > a {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__d-2__item > a {
    padding: 9px;
  }
}

.common-module__d-2__item > a.is-active {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.common-module__e-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__e-1 {
    padding: 40px 0;
  }
}

.common-module__e-1__img-tag {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__e-1__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__e-2 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__e-2 {
    padding: 40px 0;
  }
}

.common-module__e-2__img-tag {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__e-2__image--lg {
  display: block;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (max-width: 767.98px) {
  .common-module__e-2__image--lg {
    display: none;
  }
}

.common-module__e-2__image--sm {
  display: block;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .common-module__e-2__image--sm {
    display: none;
  }
}

.common-module__e-3 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__e-3 {
    padding: 40px 0;
  }
}

.common-module__e-3__card {
  display: block;
}

.common-module__e-3__image {
  display: block;
  width: 100%;
}

.common-module__e-4 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__e-4 {
    padding: 40px 0;
  }
}

.common-module__e-4__card {
  display: block;
}

.common-module__e-4__image--lg {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .common-module__e-4__image--lg {
    display: none;
  }
}

.common-module__e-4__image--sm {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .common-module__e-4__image--sm {
    display: none;
  }
}

.common-module__e-5 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__e-5 {
    padding: 40px 0;
  }
}

.common-module__e-5__card {
  display: block;
  cursor: pointer;
}

.common-module__e-5__image {
  display: block;
  width: 100%;
  height: auto;
}

.common-module__f-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-1 {
    padding: 40px 0;
  }
}

.common-module__f-1__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-1__item {
    width: 100%;
  }
  .common-module__f-1__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-1__item {
    width: calc((100% - 41px) / 2);
  }
  .common-module__f-1__item:nth-child(2n) {
    margin-left: 40px;
  }
  .common-module__f-1__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.common-module__f-1__card {
  display: block;
}

.common-module__f-1__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__f-1__img-tag {
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__f-1__text {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-1__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-1__text {
    margin-top: 15px;
  }
}

.common-module__f-2 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-2 {
    padding: 40px 0;
  }
}

.common-module__f-2__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-2__item {
    width: 100%;
  }
  .common-module__f-2__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-2__item {
    width: calc((100% - 81px) / 3);
  }
  .common-module__f-2__item:not(:nth-child(3n + 1)) {
    margin-left: 40px;
  }
  .common-module__f-2__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.common-module__f-2__card {
  display: block;
}

.common-module__f-2__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__f-2__img-tag {
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__f-2__text {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-2__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-2__text {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.common-module__f-3 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-3 {
    padding: 40px 0;
  }
}

.common-module__f-3__inner {
  border: 1px solid #d8d8d8;
  overflow-y: auto;
  max-height: 300px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__inner {
    max-height: 240px;
  }
}

.common-module__f-3__list {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__list {
    padding: 40px;
  }
}

.common-module__f-3__item:nth-child(n+2) {
  margin-top: 20px;
}

.common-module__f-3__card {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-3__card {
    flex-wrap: wrap;
  }
}

.common-module__f-3__title {
  width: 100%;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__title {
    width: 110px;
  }
}

.common-module__f-3__text {
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-3__text {
    width: calc(100% - 110px);
  }
}

.common-module__f-4 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-4 {
    padding: 40px 0;
  }
}

.common-module__f-4__item:nth-child(n+2) {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-4__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.common-module__f-4__card {
  display: flex;
}

.common-module__f-4__title {
  width: calc(50% - 10px);
  color: #989898;
  font-size: 1.2rem;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .common-module__f-4__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-4__title {
    width: calc(50% - 20px);
  }
}

.common-module__f-4__text {
  width: calc(50% - 10px);
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-4__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-4__text {
    width: calc(50% - 20px);
    margin-left: 40px;
  }
}

.common-module__f-5, .common-module__f-6 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-5, .common-module__f-6 {
    padding: 40px 0;
  }
}

.common-module__f-5__list, .common-module__f-6__list {
  border-bottom: 1px solid #d8d8d8;
}

.common-module__f-5__item, .common-module__f-6__item {
  border-top: 1px solid #d8d8d8;
}

.common-module__f-5__card, .common-module__f-6__card {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}

.common-module__f-5__image, .common-module__f-6__image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__f-5__img-tag, .common-module__f-6__img-tag {
  width: 100px;
  height: auto;
  float: left;
  height: auto;
}

.common-module__f-5__title, .common-module__f-6__title {
  margin-left: 120px;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-5__title, .common-module__f-6__title {
    font-size: 1.4rem;
  }
}

.common-module__f-5__text, .common-module__f-6__text {
  margin-left: 120px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-5__text, .common-module__f-6__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-6__image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    float: none;
  }
  .common-module__f-6__img-tag {
    width: 200px;
    height: auto;
    margin: 0 auto;
    float: none;
    display: block;
    height: auto;
  }
  .common-module__f-6__title {
    margin-left: 0;
    margin-top: 10px;
  }
  .common-module__f-6__text {
    margin-left: 0;
  }
}

.common-module__f-7 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-7 {
    padding: 40px 0;
  }
}

.common-module__f-7__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-7__item {
    width: calc((100% - 20px - 1px) / 2);
  }
  .common-module__f-7__item:nth-child(2n) {
    margin-left: 20px;
  }
  .common-module__f-7__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-7__item {
    width: calc((100% - 41px) / 2);
  }
  .common-module__f-7__item:nth-child(2n) {
    margin-left: 40px;
  }
  .common-module__f-7__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.common-module__f-7__card {
  display: block;
}

.common-module__f-7__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__f-7__img-tag {
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__f-7__text {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-7__text {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.common-module__f-8 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-8 {
    padding: 40px 0;
  }
}

.common-module__f-8__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-8__item {
    width: calc((100% - 20px - 1px) / 2);
  }
  .common-module__f-8__item:nth-child(2n) {
    margin-left: 20px;
  }
  .common-module__f-8__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-8__item {
    width: calc((100% - 81px) / 3);
  }
  .common-module__f-8__item:not(:nth-child(3n + 1)) {
    margin-left: 40px;
  }
  .common-module__f-8__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.common-module__f-8__card {
  display: block;
}

.common-module__f-8__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__f-8__img-tag {
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__f-8__text {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-8__text {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-8__text {
    margin-top: 15px;
  }
}

.common-module__f-9 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-9 {
    padding: 40px 0;
  }
}

.common-module__f-9__list {
  border-bottom: 1px solid #d8d8d8;
}

.common-module__f-9__item {
  border-top: 1px solid #d8d8d8;
}

.common-module__f-9__card {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}

.common-module__f-9__image {
  width: 100px;
  padding-top: calc(100px * 0.5625);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__image {
    width: 200px;
    padding-top: calc(200px * 0.5625);
  }
}

.common-module__f-9__img-tag {
  width: 100px;
  float: left;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__img-tag {
    width: 200px;
  }
}

.common-module__f-9__title {
  margin-left: 120px;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__title {
    margin-left: 220px;
  }
}

.common-module__f-9__text {
  margin-left: 120px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-9__text {
    margin-left: 220px;
  }
}

.common-module__f-10 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__f-10 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-10__list {
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-10__item {
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__item {
    width: calc((100% - 81px) / 3);
  }
  .common-module__f-10__item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .common-module__f-10__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.common-module__f-10__card {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-10__card {
    overflow: hidden;
    padding: 20px 0;
  }
}

.common-module__f-10__image {
  width: 100px;
  padding-top: calc(100px * 0.5625);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-10__image {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__image {
    width: 100%;
    padding-top: 56.25%;
  }
}

.common-module__f-10__img-tag {
  width: 100px;
  height: auto;
  height: auto;
}

@media only screen and (max-width: 767.98px) {
  .common-module__f-10__img-tag {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__img-tag {
    width: 100%;
  }
}

.common-module__f-10__title {
  margin-left: 120px;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__title {
    margin-left: 0;
    margin-top: 15px;
  }
}

.common-module__f-10__text {
  margin-left: 120px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__f-10__text {
    margin-left: 0;
  }
}

.common-module__g-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__g-1 {
    padding: 40px 0;
  }
}

.common-module__g-1__button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__g-1__button {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__g-1__button {
    padding: 15px;
  }
}

.common-module__g-2 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__g-2 {
    padding: 40px 0;
  }
}

.common-module__g-2__button {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 1.2rem;
  box-shadow: 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .common-module__g-2__button {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__g-2__button {
    max-width: 300px;
    border-radius: 25px;
    padding: 14px 45px 14px 20px;
  }
}

.common-module__g-2__button::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ff2355;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .common-module__g-2__button::before {
    width: 30px;
    height: 30px;
    right: 11px;
  }
}

.common-module__g-2__button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .common-module__g-2__button::after {
    width: 9px;
    height: 9px;
    right: 23px;
  }
}

.common-module__g-3 {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .common-module__g-3 {
    padding: 0;
  }
}

.common-module__g-3__button {
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: calc(infinity * 1px);
  background-color: #ff2355;
  text-align: center;
  font-weight: bold;
  padding: 17px 56px 17px 30px;
  font-size: 1.4rem;
  box-shadow: 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  color: #fff;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .common-module__g-3__button {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-module__g-3__button {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__g-3__button {
    max-width: 320px;
    padding: 24px 50px 24px 20px;
  }
}

.common-module__g-3__button::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .common-module__g-3__button::before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}

.common-module__g-3__button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ff2355;
  border-right: 2px solid #ff2355;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .common-module__g-3__button::after {
    width: 9px;
    height: 9px;
    right: 32px;
  }
}

.common-module__h-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__h-1 {
    padding: 40px 0;
  }
}

.common-module__h-1__inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.common-module__h-1__inner > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common-module__i-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__i-1 {
    padding: 40px 0;
  }
}

.common-module__i-1__list {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__i-1__list {
    padding: 20px 0;
  }
}

.common-module__i-1__title, .common-module__i-1__item {
  width: 25%;
  text-align: center;
}

.common-module__i-1__title {
  color: #989898;
  font-size: 1.2rem;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .common-module__i-1__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__i-1__title {
    line-height: 38px;
  }
}

.common-module__i-1__item {
  border-left: 1px solid #d8d8d8;
}

.common-module__i-1__item a {
  display: block;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .common-module__i-1__item a {
    height: 38px;
  }
}

.common-module__i-1__item a.facebook {
  background-image: url(/assets/images/common/share-facebook.svg);
}

.common-module__i-1__item a.twitter {
  background-image: url(/assets/images/common/share-twitter.svg);
}

.common-module__i-1__item a.line {
  background-image: url(/assets/images/common/share-line.svg);
}

.common-module__j-1 {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

.common-module__k-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__k-1 {
    padding: 40px 0;
  }
}

.common-module__k-1__inner {
  width: 100%;
}

.common-module__l-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__l-1 {
    padding: 40px 0;
  }
}

.common-module__l-1__inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.common-module__l-2 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__l-2 {
    padding: 40px 0;
  }
}

.common-module__l-2__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.common-module__l-2__link {
  display: flex;
  width: 100%;
  border-radius: 4px;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  color: #303030;
  border: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .common-module__l-2__link {
    font-size: 20px;
    padding: 20px;
  }
}

.common-module__l-2__link img {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__l-2__link img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
  }
}

.common-module__m-1 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1 {
    padding-bottom: 40px;
  }
}

.common-module__m-1__item, .common-module__m-1__item--no-image, .common-module__m-1__item--one, .common-module__m-1__item--to-three, .common-module__m-1__item--above-four {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__item, .common-module__m-1__item--no-image, .common-module__m-1__item--one, .common-module__m-1__item--to-three, .common-module__m-1__item--above-four {
    padding: 40px 0;
  }
}

.common-module__m-1__item:not(:last-of-type), .common-module__m-1__item--no-image:not(:last-of-type), .common-module__m-1__item--one:not(:last-of-type), .common-module__m-1__item--to-three:not(:last-of-type), .common-module__m-1__item--above-four:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__item--one {
    display: flex;
  }
}

.common-module__m-1__images, .common-module__m-1__images--one, .common-module__m-1__images--to-three, .common-module__m-1__images--above-four {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__images--one {
    width: 203px;
    min-width: 203px;
    margin-right: 40px;
  }
}

.common-module__m-1__images--to-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__images--to-three {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

.common-module__m-1__images--above-four {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__images--above-four {
    justify-content: flex-start;
  }
}

.common-module__m-1__image-wrap, .common-module__m-1__image-wrap--one, .common-module__m-1__image-wrap--to-three, .common-module__m-1__image-wrap--above-four {
  width: calc(50% - 10px);
}

.common-module__m-1__image-wrap--one {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__image-wrap--one {
    width: 100%;
  }
}

.common-module__m-1__image-wrap--to-three:not(:nth-of-type(-n+2)) {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__image-wrap--to-three {
    max-width: 203px;
  }
  .common-module__m-1__image-wrap--to-three:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
  .common-module__m-1__image-wrap--to-three:not(:first-of-type) {
    margin-left: 2%;
  }
}

.common-module__m-1__image-wrap--above-four:not(:nth-of-type(-n+2)) {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__image-wrap--above-four {
    max-width: 23.5%;
  }
  .common-module__m-1__image-wrap--above-four:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
  .common-module__m-1__image-wrap--above-four:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
  .common-module__m-1__image-wrap--above-four:not(:nth-of-type(-n+4)) {
    margin-top: 2%;
  }
}

.common-module__m-1__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

.common-module__m-1__date {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__date {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.common-module__m-1__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__title {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__m-1__title {
    margin-bottom: 20px;
  }
}

.common-module__m-1 .common-button--plus {
  cursor: pointer;
}

.common-module__m-2 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-2 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__m-2__body--one {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 40px) / 3) 1fr;
    grid-template-columns: calc((100% - 40px) / 3) 1fr;
    gap: 40px;
  }
  .common-module__m-2__body--one .common-module__m-2__image-item {
    flex-basis: 100%;
  }
  .common-module__m-2__body--one .common-module__m-2__text {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-module__m-2__body--one .common-module__m-2__image-list {
    justify-content: center;
  }
}

.common-module__m-2__body--two .common-module__m-2__image-list {
  justify-content: center;
}

.common-module__m-2__item {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__m-2__item {
    padding: 40px 0;
  }
}

.common-module__m-2__item:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

.common-module__m-2__image-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-inline: auto;
}

.common-module__m-2__image-item {
  flex: 0 1 calc((100% - 40px) / 3);
}

@media only screen and (max-width: 767.98px) {
  .common-module__m-2__image-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
}

.common-module__m-2__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-module__m-2__date {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-module__m-2__date {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.common-module__m-2__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .common-module__m-2__title {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__m-2__title {
    margin-bottom: 20px;
  }
}

.common-module__m-2__text {
  margin-top: 20px;
}

.common-module__m-2 .common-button--plus {
  cursor: pointer;
}

.common-module__n-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__n-1 {
    padding: 40px 0;
  }
}

.common-module__n-1__inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.common-module__n-1__list {
  background: #f6f6f6;
  padding: 0 20px;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .common-module__n-1__list {
    padding: 0 30px;
  }
}

.common-module__n-1__item {
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__n-1__item {
    display: flex;
    padding: 30px 0;
  }
}

.common-module__n-1__item:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

.common-module__n-1__date {
  font-size: 1.2rem;
  color: #989898;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__n-1__date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__n-1__date {
    width: 240px;
    min-width: 240px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}

.common-module__n-1__title {
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
}

.common-module__o-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__o-1 {
    padding: 40px 0;
  }
}

.common-module__o-1__item:nth-child(n+2) {
  border-top: 1px solid #d8d8d8;
}

.common-module__o-1__card {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}

.common-module__o-1__image {
  width: 100px;
  padding-top: calc(100px * 0.5625);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .common-module__o-1__image {
    width: 200px;
    padding-top: calc(200px * 0.5625);
  }
}

.common-module__o-1__title {
  margin-left: 120px;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .common-module__o-1__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__o-1__title {
    margin-left: 220px;
  }
}

.common-module__o-1__text {
  margin-left: 120px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__o-1__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__o-1__text {
    margin-left: 220px;
  }
}

.common-module__u-1 {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .common-module__u-1 {
    padding: 40px 0;
  }
}

.common-module__u-1__inner {
  width: 100%;
}

.common-module__u-1__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-module__u-1__title {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-module__u-1__title {
    margin-top: 10px;
  }
}

.common-module__u-1__body {
  overflow: hidden;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__u-1__body {
    margin-top: 40px;
  }
}

.common-module__u-1__thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-module__u-1__thumbnail {
    width: 47.7%;
    float: left;
    margin: 0 40px 40px 0;
  }
}

.common-module__u-1__img-tag {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  height: auto;
}

.common-module__u-1__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
}

/* ===================================================================
common-list
=================================================================== */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .common-list__item {
    width: calc((100% - 21px) / 2);
  }
  .common-list__item:nth-child(2n) {
    margin-left: 20px;
  }
  .common-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-list__item {
    width: calc((100% - 41px) / 2);
  }
  .common-list__item:nth-child(2n) {
    margin-left: 40px;
  }
  .common-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .common-list__item {
    width: calc((100% - 121px) / 4);
    margin-left: 40px;
  }
  .common-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .common-list__item:nth-child(n+5) {
    margin-top: 40px;
  }
}

.common-list__card {
  display: block;
  position: relative;
}

.common-list__tag {
  display: block;
  padding: 2px 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: -5px;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .common-list__tag {
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 18px;
    top: -25px;
    left: -10px;
  }
}

.common-list__tag.tag--red {
  background-color: #ff2355;
}

.common-list__tag.tag--blue {
  background-color: #149bf0;
}

.common-list__tag.tag--brown {
  background-color: #d2a050;
}

.common-list__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
}

.common-list__title {
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .common-list__title {
    margin-top: 15px;
  }
}

.common-list__date {
  font-size: 1.2rem;
  color: #149bf0;
  margin-top: 5px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .common-list__date {
    font-size: 1.4rem;
  }
}

.common-list__text {
  font-size: 1.2rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .common-list__text {
    font-size: 1.4rem;
  }
}

/* ===================================================================
common-list
=================================================================== */
.common-list-dl dt {
  font-weight: bold;
  color: #149bf0;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .common-list-dl dt {
    margin: 40px auto 0;
  }
}

.common-list-dl dt:first-child {
  margin: 0 auto;
}

.common-list-dl dd {
  margin: 10px auto 0;
}

.common-list-dl__memo {
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .common-list-dl__memo {
    margin: 40px auto 0;
  }
}

.common-list-dl__num {
  counter-reset: number 0;
}

.common-list-dl__num dt::before {
  margin-right: 5px;
  counter-increment: number 1;
  content: "（" counter(number) "）";
}

/* ===================================================================
common-listinfo
=================================================================== */
.common-listinfo {
  display: flex;
  flex-wrap: wrap;
}

.common-listinfo__box {
  margin-top: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .common-listinfo__box {
    margin-top: 0px;
    width: calc(50% - 20px);
  }
  .common-listinfo__box:nth-child(even) {
    margin-left: 40px;
  }
  .common-listinfo__box:nth-child(n+3) {
    margin-top: 40px;
  }
}

.common-listinfo__box:first-child {
  margin-top: 0;
}

.common-listinfo__box__title {
  font-weight: bold;
  color: #149bf0;
}

.common-listinfo__box__detail {
  margin-top: 5px;
}

.common-listinfo__box__text {
  margin-top: 10px;
}

.common-listinfo__box__list-number {
  counter-reset: listnum;
}

.common-listinfo__box__list-number__item {
  padding-left: 2rem;
  position: relative;
}

.common-listinfo__box__list-number__item::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: listnum;
  content: counter(listnum) ".";
}

.common-listinfo--col1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .common-listinfo--col1 {
    margin-top: 40px;
  }
}

.common-listinfo--col1:first-child {
  margin-top: 0;
}

.common-listinfo--col1 .common-listinfo__box {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .common-listinfo--col1 .common-listinfo__box {
    margin-top: 40px;
  }
}

.common-listinfo--col1 .common-listinfo__box:first-child {
  margin-top: 0;
}

/* ===================================================================
common-listCol3
===================================================================*/
.common-list-col3 {
  display: flex;
  flex-wrap: wrap;
}

.common-list-col3__item {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  position: relative;
}

.common-list-col3__item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .common-list-col3__item {
    width: calc(50% - 21px);
    margin-left: 40px;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .common-list-col3__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .common-list-col3__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .common-list-col3__item {
    width: calc((100% - 81px) / 3);
    margin-left: 40px;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .common-list-col3__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .common-list-col3__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.common-list-col3__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
}

.common-list-col3__title {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .common-list-col3__title {
    margin-top: 15px;
  }
}

.common-list-col3__title__text {
  font-weight: bold;
  width: calc(100% - 50px);
}

@media only screen and (min-width: 768px) {
  .common-list-col3__title__text {
    width: calc(100% - 60px);
  }
}

.common-list-col3__title__icon {
  height: 40px;
  width: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .common-list-col3__title__icon {
    height: 50px;
    width: 50px;
  }
}

.common-list-col3__title__icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .common-list-col3__title__icon::after {
    height: 45px;
    width: 45px;
  }
}

.common-list-col3__title__icon.is-pre-present::after {
  background-image: url(../images/icon/icon_pre_present.svg);
}

.common-list-col3__title__icon.is-pre-viewing::after {
  background-image: url(../images/icon/icon_pre_viewing.svg);
}

.common-list-col3__title__icon.is-event-art::after {
  background-image: url(../images/icon/icon_event_art.svg);
}

.common-list-col3__title__icon.is-event-event::after {
  background-image: url(../images/icon/icon_event_event.svg);
}

.common-list-col3__title__icon.is-event-music::after {
  background-image: url(../images/icon/icon_event_music.svg);
}

.common-list-col3__title__icon.is-event-other::after {
  background-image: url(../images/icon/icon_event_other.svg);
}

.common-list-col3__title__icon.is-event-stage::after {
  background-image: url(../images/icon/icon_event_stage.svg);
}

.common-list-col3__title__icon.is-event-tour::after {
  background-image: url(../images/icon/icon_event_tour.svg);
}

.common-list-col3__button {
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .common-list-col3__button {
    padding: 0;
  }
}

/* ===================================================================
common-title
=================================================================== */
.common-title {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 40px;
  }
}

.common-title__inner {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #303030;
  padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .common-title__inner {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-title__inner {
    padding-bottom: 10px;
  }
}

.common-title__inner > i {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-right: 8px;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i {
    width: 40px;
    height: 40px;
    font-size: 4rem;
    line-height: 4rem;
    margin-right: 10px;
  }
}

.common-title__inner > i.common-icon-nowonair {
  font-size: 2.75rem;
  width: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-nowonair {
    font-size: 3.87rem;
    width: 3.8rem;
  }
}

.common-title__inner > i.common-icon-recommend {
  font-size: 2.7rem;
  width: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-recommend {
    font-size: 3.8rem;
    width: 3.1rem;
  }
}

.common-title__inner > i.common-icon-movie {
  font-size: 2.6rem;
  width: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-movie {
    font-size: 3.85rem;
    width: 3.5rem;
  }
}

.common-title__inner > i.common-icon-news {
  font-size: 2.7rem;
  width: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-news {
    font-size: 3.85rem;
    width: 3.6rem;
  }
}

.common-title__inner > i.common-icon-company {
  font-size: 2.6rem;
  width: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-company {
    font-size: 3.85rem;
    width: 3.2rem;
  }
}

.common-title__inner > i.common-icon-ranking {
  font-size: 2.7rem;
  width: 2.0rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-ranking {
    font-size: 3.8rem;
    width: 2.8rem;
  }
}

.common-title__inner > i.common-icon-shop {
  font-size: 2.75rem;
  width: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .common-title__inner > i.common-icon-shop {
    font-size: 3.85rem;
    width: 3.8rem;
  }
}

.common-title.title--white .common-title__inner {
  color: #fff;
  border-bottom-color: #fff;
}

.common-title-sub {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .common-title-sub {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-title-sub {
    margin-bottom: 40px;
  }
}

.common-title-sub.title--white {
  color: #fff;
}

/* ===================================================================
common-button
=================================================================== */
.common-button, .common-button--plus, .common-button--red {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 1.2rem;
  box-shadow: 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .common-button, .common-button--plus, .common-button--red {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .common-button, .common-button--plus, .common-button--red {
    max-width: 300px;
    border-radius: 25px;
    padding: 14px 45px 14px 20px;
  }
}

.common-button::before, .common-button--plus::before, .common-button--red::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ff2355;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .common-button::before, .common-button--plus::before, .common-button--red::before {
    width: 30px;
    height: 30px;
    right: 11px;
  }
}

.common-button::after, .common-button--plus::after, .common-button--red::after {
  content: "\e908";
  font-family: "icomoon" !important;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .common-button::after, .common-button--plus::after, .common-button--red::after {
    right: 19px;
  }
}

.common-button--plus::after {
  content: "\e90a";
  right: 14px;
}

@media only screen and (min-width: 768px) {
  .common-button--plus::after {
    right: 20px;
  }
}

.common-button--red {
  color: #fff;
  background-color: #ff2355;
}

.common-button--red::before {
  background-color: #fff;
}

.common-button--red::after {
  color: #ff2355;
}

/* ===================================================================
common-recommend
=================================================================== */
.common-recommend {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .common-recommend {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

#_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__card {
  background-color: #dcf0fd;
  border: solid 1px #d8d8d8;
  padding-bottom: 10px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__card {
    padding-bottom: 15px;
  }
}

#_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__image {
  position: relative;
  border: none;
}

#_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__image::before {
  content: "PR";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  #_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__image::before {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}

#_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__title,
#_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__date {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  #_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__title,
  #_popIn_recommend .common-recommend .common-list__item:nth-child(4) .common-list__date {
    padding: 0 15px;
  }
}

/* ===================================================================
common-modal
=================================================================== */
.common-modal {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}

.common-modal__inner {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.common-modal__content {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .common-modal__content {
    padding: 40px 20px;
  }
}

.common-modal__main {
  display: inline-block;
  background-color: #fff;
}

.common-modal__main img {
  max-width: calc(100vw - 40px);
}

@media only screen and (min-width: 992px) {
  .common-modal__main img {
    max-width: 875px;
  }
}

.common-modal__link {
  display: block;
}

.common-modal__movie {
  display: block;
  width: calc(100vw - 40px);
  padding-top: 56.25%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .common-modal__movie {
    max-width: 875px;
  }
}

.common-modal__embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.common-modal__close {
  width: 100%;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .common-modal__close {
    margin-top: 40px;
  }
}

.common-modal__image--wide {
  width: 100%;
  max-width: none !important;
}
