@charset "UTF-8";
/* ================================================================================
値の定義
================================================================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/* ================================================================================
importファイル
================================================================================ */
/* ================================================================================
VW設定
================================================================================ */
/*PC設定*/
/*タブレット設定*/
/*SP設定*/
/*フォントサイズ*/
/*余白計算*/
/* EXTEND------------------------------------- */
/* ===================================
リセット
=================================== */
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,
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%;
  font: inherit;
  background: transparent;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  *font: x-small;
  color: #555;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
}

html,
body {
  height: 100%;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

fieldset {
  margin: 0 2px;
  border: 1px solid #999;
  padding: .35em .625em .75em;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #000;
  outline: none;
}

a:visited {
  color: #000;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #999;
}

img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: initial;
}

input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'],
button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

strong {
  font-weight: bold;
}

/* =========================================
印刷時の定義
========================================== */
＠media print section {
  display: block;
  page-break-before: always;
}

＠media print pre,
＠media print code {
  page-break-after: always;
}

@page {
  ＠media print {
    margin-top: .4cm;
    margin: .5cm;
  }
}

＠media print p,
＠media print a,
＠media print code,
＠media print pre {
  word-wrap: break-word;
}

＠media print pre a[href]:after {
  content: "";
}

＠media print pre abbr[title]:after {
  content: "";
}

＠media print pre .ir a:after,
＠media print pre a[href^='javascript:']:after,
＠media print pre a[href^='#']:after {
  content: '';
}

＠media print .noPrint {
  display: none !important;
}

＠media print body {
  width: 1280px;
  font-size: 12pt;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-print-color-adjust: exact;
}

＠media print body .continer {
  padding-top: 0;
}

/* ======================================================================
基本設定
===================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* レスポンシブチェック
------------------------------------------------------------- */
#responsibleCheck {
  width: 1px;
  height: 0;
}

/* PC/SPで要素を出しわけ
------------------------------------------------------------- */

.spOnly {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #555;
}

/* ハイトカラー消去
------------------------------------------------------------- */
.offTouch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  position: relative;
  display: block;
  width: 100%;
}

main article section {
  display: block;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1200px;
  padding: 20px;
  margin: auto;
}

a {
  color: #555;
}

/* 共通デザイン
------------------------------------------------------------- */
/* アンカーリンクデザイン
------------------------------------------------------------- */
/* 汎用CSS
------------------------------------------------------------- */
/* ページ送り
------------------------------------------------------------- */
/* SNSリンク集
------------------------------------------------------------- */
/* =====================================
ヘッダー
===================================== */
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  height: 120px;
  font-family: "游明朝", "YuMincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

.header-logo {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.header-logo p {
  line-height: 1.2;
  margin-left: 10px;
  color: #5e5e5e;
  font-size: 1rem;
}

.header-logo img {
  height: 40px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  line-height: 120px;
  margin: 0 20px 0 auto;
}

.navigation li {
  margin-right: 40px;
}

.navigation li a {
  font-size: 1.8rem;
  color: #AA7D49;
}

.header_drawer {
  display: none;
}

.search-form {
  margin: 0 60px 0 0;
  line-height: 120px;
  position: relative;
}

.search-form input {
  border: 1px solid #3e3e3e;
  padding: 6px 10px 5px;
  width: 200px;
}

.search-form a {
  height: 100%;
  position: absolute;
  right: -27px;
  top: 3px;
  height: 27px;
}

.fa-search {
  font-size: 1.2em;
  color: #fff;
  background: #3e3e3e;
  padding: 5px 4px 3px;
  height: 31px;
}

/* ドロワー */
.header_drawer {
  display: inline-block;
  margin: 0 0 0 auto;
  padding-right: 75px;
  height: 60px;
  display: none;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 60px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  top: -10px;
}

#nav-open span:before:hover {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0.6;
}

#nav-open span:after {
  bottom: -10px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 120px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #F3F6FA;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  /* padding: 30px 40px; */
  padding-top: 40px;
}

.header_drawer .navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 80px;
  line-height: 80px;
}

.nav-close {
  position: absolute;
  display: inline-block;
  background: #333;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  top: 45px;
  left: 50%;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.info_link_02 a {
  word-break: break-all;
}

.sp_only {
  display: none;
}

/* =====================================================
フッター
===================================================== */
footer#footer {
  display: block;
  background-image: url("../images/footer_bg.jpg");
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-bottom: 4px solid #ee8567;
}

footer#footer .logo {
  padding: 50px 0;
  text-align: center;
}

footer#footer .logo a {
  display: inline-block;
}

footer#footer .logo img {
  margin: 0 auto;
}

footer#footer small {
  display: block;
  background-color: #4a5d83;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}

/************************************
トップページ
***********************************/
/* ==============================================
トップページ
============================================== */
#futari {
  background-color: #fbf8e8;
}

#futari.miraikaigi #mainVisualLayout {
  background-image: url("../images/mv_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 8.85416%;
}

#futari.miraikaigi #mainVisualLayout h1.logo {
  width: 100%;
}

#futari.miraikaigi #mainVisualLayout h1.logo img {
  width: 27.0833%;
  margin: 0 auto;
}

#futari.miraikaigi #mainVisualLayout .casts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 79.9479%;
  max-width: 1600px;
  padding-top: 4.1666%;
  padding-bottom: 4.1666%;
}

#futari.miraikaigi #mainVisualLayout .casts .photoTop, #futari.miraikaigi #mainVisualLayout .casts .photoBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#futari.miraikaigi #mainVisualLayout .casts .photoTop {
  width: 50%;
  max-width: 800px;
}

#futari.miraikaigi #mainVisualLayout .casts .photoTop .castPhoto {
  margin-right: 3.70370%;
  max-width: 275px;
}

#futari.miraikaigi #mainVisualLayout .casts .photoTop .castPhoto img {
  width: 100%;
}

#futari.miraikaigi #mainVisualLayout .casts .photoBottom {
  width: 50%;
  max-width: 800px;
}

#futari.miraikaigi #mainVisualLayout .casts .photoBottom .castPhoto {
  margin-right: 5.9322%;
}

#futari.miraikaigi #mainVisualLayout .casts .photoBottom .castPhoto:last-child {
  margin-right: 0;
}

#futari.miraikaigi #mainVisualLayout .casts .photoBottom .castPhoto img {
  width: 100%;
}

#futari.miraikaigi #readTxtLayout {
  background-color: #71b7cf;
  position: relative;
}

#futari.miraikaigi #readTxtLayout::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #71b7cf transparent transparent transparent;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

#futari.miraikaigi #readTxtLayout .inner {
  max-width: 1032px;
  padding: 100px 16px 55px;
  margin: 0 auto;
}

#futari.miraikaigi #readTxtLayout .inner p.txt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-bottom: 100px;
}

#futari.miraikaigi #readTxtLayout .inner .imgBox img {
  margin: 0 auto;
}

#futari.miraikaigi #repeatSessionLayout {
  display: block;
  padding-top: 150PX;
  background-image: url("../images/repeat_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 160px;
}

#futari.miraikaigi #repeatSessionLayout::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: url("../images/flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4.3229%;
  z-index: 2;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox {
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto 70px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox.last {
  margin-bottom: 0;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox.last .inner {
  background-image: none;
  padding-bottom: 0;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner {
  display: block;
  background-image: url("../images/dot.gif");
  padding-bottom: 55px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner h2 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ee8567;
  padding-bottom: 20px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #407393;
  padding-bottom: 20px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .txtBox {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  padding-bottom: 45px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox {
  width: 52%;
  max-width: 520px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox .movie {
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox .comingsoonBox {
  width: 100%;
  height: 350px;
  background-color: #d9ede9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox .comingsoonBox p {
  text-shadow: 0 0 32px rgba(113, 183, 207, 0.32);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox {
  display: block;
  padding-left: 5%;
  width: 48%;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail:last-of-type {
  padding-bottom: 0;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .thumb {
  width: 100px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .profile {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .profile p.name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #648ca1;
  padding-bottom: 10px;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .profile p.profileTxt {
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .btn {
  width: 100%;
  padding-top: 10px;
  text-align: right;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .btn a {
  display: inline-block;
}

#futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .btn img {
  max-width: 270px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
  #responsibleCheck {
    width: 2px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .search-form {
    margin-right: 30px;
  }
  .navigation {
    display: none;
  }
  .header_drawer {
    display: block;
  }
  .header_drawer .navigation {
    display: block;
  }
  footer#footer {
    background-position: center right;
    background-repeat: no-repeat;
  }
  footer#footer .logo img {
    max-width: 180px;
  }
  footer#footer small {
    font-size: 1.2rem;
    padding: 13px 0;
  }
  #futari.miraikaigi #mainVisualLayout {
    padding-top: 24%;
  }
  #futari.miraikaigi #mainVisualLayout h1.logo img {
    width: 50%;
  }
  #futari.miraikaigi #mainVisualLayout .casts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding: 10% 16px;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoTop, #futari.miraikaigi #mainVisualLayout .casts .photoBottom {
    width: 100%;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoTop {
    padding-bottom: 30px;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoTop .castPhoto {
    margin-right: 15px;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoTop .castPhoto:last-child {
    margin-right: 0;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoBottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoBottom .castPhoto {
    width: 30.6122%;
  }
  #futari.miraikaigi #mainVisualLayout .casts .photoBottom .castPhoto img {
    width: 100%;
  }
  #futari.miraikaigi #readTxtLayout::before {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }
  #futari.miraikaigi #readTxtLayout .inner {
    padding: 50px 16px 30px;
  }
  #futari.miraikaigi #readTxtLayout .inner p.txt {
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 40px;
  }
  #futari.miraikaigi #repeatSessionLayout {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #futari.miraikaigi #repeatSessionLayout::before {
    top: 10px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner h2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner h3 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .txtBox {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox {
    display: block;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox {
    width: 100%;
    max-width: none;
    margin-bottom: 35px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .movieBox .comingsoonBox {
    height: 250px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox {
    padding: 0;
    width: 100%;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail {
    padding-bottom: 35px;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .profile p.name {
    font-size: 1.7rem;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .castBox .castDetail .profile p.profileTxt {
    line-height: 1.6;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .btn {
    text-align: center;
  }
  #futari.miraikaigi #repeatSessionLayout .repeatSessionBox .inner .flexBox .btn img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .navigation li {
    margin-right: 20px;
  }
  .search-form {
    margin-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  header {
    padding: 0 20px;
    height: 60px;
  }
  .header-logo {
    height: 60px;
    padding-top: 15px;
  }
  .header-logo img {
    height: 25px;
  }
  .header-logo p {
    font-size: .5rem;
  }
  .search-form {
    line-height: 60px;
    margin-right: 10px;
    padding-top: 4px;
  }
  .search-form input {
    width: 120px;
    padding: 3px 5px;
    font-size: 1rem;
    margin-bottom: 5px;
    height: 21px;
  }
  .search-form a {
    right: -21px;
    top: 5px;
  }
  .fa-search {
    font-size: 1.35em;
    height: auto;
  }
  .header_drawer {
    padding-right: 0;
  }
  #nav-open {
    margin-top: 30px;
  }
  #nav-content {
    top: 60px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
