@charset "UTF-8";

/*html {
    font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.font_key {
/*    font-family: 'Big Shoulders Display', cursive;*/
/*    font-weight: 700;*/
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    opacity: 0.88;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.88;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
}


.container {
    width: 100%;
}

.cont {
    margin-left: auto;
    margin-right: auto;
/*    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);*/
}

.inner {
    max-width: 1280px;
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    padding-left: 100px;
    padding-right: 100px;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */


.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txtM {
    font-size: 22px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt25 {
    font-size: 25px;
    line-height: 1.3;
}

.txt30 {
    font-size: 30px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}

.tit01 {
    font-size: 44px;
    line-height: 1.1;
    color: #231815;
    margin: 60px auto 40px;
    display: block;
    text-align: center;
}



svg.icon_arrow {
    background: #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    padding: 7px;
}

.btnArea {
    text-align: center;
    margin: 40px auto;
}
.btn {
    background: #1695D4;
    color: #fff;
    display: inline-block;
    width: 380px;
    max-width: 100%;
    padding: 1.2em 60px 1.2em 60px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    border-radius: 50px;
/*    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);*/
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn svg.icon_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.more svg.icon_arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 40px;
}
.btn.more:hover svg.icon_arrow {
    bottom: -4px;
}

.btn.back svg.icon_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 40px;
}
.btn.back:hover svg.icon_arrow {
    left: 38px;
}

.btn>span {
    position: relative;
}

.btn.btn_mail {
    background: #fff;
    color: #000;
    margin: auto;
    width: auto;
    font-size: 19px;
    padding-left: 80px;
    padding-right: 80px;
    padding-left: 90px;
    padding-right: 60px;
}

.btn.btn_mail:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 25px;
    right: auto;
    left: 34px;
    background: url("../img/common/icon_mail.svg") no-repeat center;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.btn_mail:hover:before {
    background-size: 120% auto;
}

.bg_lattice {
    background: url("../img/common/bg.svg") repeat center;
}

.bg_white {
    background-color: #fff;
}

.bg_offWhite {
    background-color: #F4FAFD;
}

.bg_key {
    background-color: #1695D4;
}

i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_origin {
    color: inherit;
}

.clr_key {
    color: #1695D4;
}

.clr_white {
    color: #fff;
}

.clr_red {
    color: #EB2727;
}


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





.nav_snsList > li.icon {
    margin: 0 10px;
}

.footer_copy {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

.footer_copy a {
    text-decoration: none;
}

ul.footer_links {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    margin: 1px  auto 40px;
}

ul.footer_links > li {
    margin: 0px 20px;
}

.area_lead {
    margin-bottom: 80px;
    line-height: 2.1;
}

.newsArea {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}
.news_li {
    width: 32%;
    margin-right: 2%;
    list-style: none;
    position: relative;
    font-weight: 500;
    margin-bottom: 40px;
}
.news_li:nth-of-type(3n) {
    margin-right: 0;
}

a.news_itm {
    display: block;
/*    pointer-events: none;*/
    margin-top: 14px;
    text-decoration: none;
    padding-bottom: 60px;
    padding-bottom: 46px;
/*    padding-right: 30px;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news_cat {
    display: none;
    pointer-events: none;
}
.news_time {
    display: block;
    margin-top: 14px;
/*    position: absolute;*/
/*    bottom: 10px;*/
}
a.news_itm svg.icon_arrow {
    background: #1695D4;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 10px;
    right: 0;
}
a.news_itm:hover,
a.news_itm:hover .news_time {
    text-decoration: underline;
}
a.news_itm:hover svg.icon_arrow {
    right: -3px;
}

.tit_01 {
    font-size: 46px;
    text-align: center;
}
.tit_01 span {
    position: relative;
    display: inline-block;
}
.tit_01 span:before,
.tit_01 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 10px;
    background: url("../img/common/bg_dot.svg") no-repeat center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tit_01 span:before {
    left: -50px;
}
.tit_01 span:after {
    right: -50px;
}
#movie h2.news_category_title.tit_01 {
    display: none;
}

.tit_02 {
    text-align: center;
    margin: 40px auto 20px;
    padding-bottom: 12px;
    border-bottom: 4px solid;
    line-height: 1.4;
}
.tit_scrlArea {
    border-bottom: 2px solid;
    padding: 10px 0;
    margin-bottom: 20px;
}
.tit_hifun {
    padding-left: 1.4em;
    font-size: 14px;
    margin: 20px auto 4px;
    position: relative;
}
.tit_hifun:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #000;
    width: 1em;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.area_round {
    background: #F4FAFD;
    padding: 55px 10px;
    max-width: 900px;
    margin: auto;
    border-radius: 16px;
}

.scrlArea {
    background: #fff;
    color: #000;
    padding: 40px;
    border-radius: 20px;
    margin: 1px auto 40px;
    max-height: 330px;
    overflow: auto;
}

.thumb {
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
    position: relative;
}
.thumb.thumb_movie:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 58px;
    height: 44px;
    background: url("../img/common/icon_movie.png") no-repeat center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.news_cont {
    width: 745px;
    margin-top: 20px;
    max-width: 100%;
}
.news_thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.newsArea .news_time {
    margin: 20px auto 10px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
}
.news_txt {
    margin: 14px auto 1px;
}

.twitter_frame {
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);
}
.thumb.thumb_topics {
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 17%);
    border-radius: 10px;
    height: 180px;
}
.thumb.thumb_topics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb_noImage {
    box-shadow: none !important;
}

.news_txt p {
    margin-bottom: 20px;
}

.news_img {
  text-align: center;
  margin: 60px auto;
}
.news_img img {
  max-width: 100%;
}
img.movie_thumb {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}
img.movie_thumb_single {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    object-fit: cover;
}
.news_itm_modal {
    display: block;
    margin: 40px auto;
    max-width: 640px;
    position: relative;
}
[data-video],
[data-video-id], {
    position: relative;
}
[data-video]:before,
[data-video-id]:before,
.news_itm_modal:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    -webkit-transition: background-size 0.2s ease;
    transition: background-size 0.2s ease;
    z-index: 99;
}
[data-video],
[data-video-id] {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
[data-video]:before,
[data-video-id]:before {
    width: 57px;
    height: 44px;
    background: url("../img/common/icon_movie.svg") no-repeat center;
    background-size: 100%;
    pointer-events: none;
}
.news_itm_modal:before {
    width: 100px;
    height: 76px;
    background: url("../img/common/icon_movie.svg") no-repeat center;
    background-size: 100%;
    pointer-events: none;
}
/*[data-video]:hover:before,
.news_itm_modal:hover:before {
    background-size: 96%;
}*/
a.news_itm .thumb.thumb_topics img,
[data-video] img,
[data-video-id] img,
.news_itm_modal img {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.news_itm:hover .thumb.thumb_topics img,
[data-video]:hover img.movie_thumb,
[data-video-id]:hover img.movie_thumb,
.news_itm_modal:hover img.movie_thumb {
    scale: 1.07;
    opacity: 0.88;
}

#newsItms_movie a.js-modal-video ~ a.js-modal-video {
    display: none;
}

a.news_itm .thumb.thumb_topics {
    margin-bottom: 14px;
}

.mainvis {
    padding-bottom: 60px;
}
.slick-slide > img {
    width: 100%;
}
.container_lead {
    padding-top: 60px;
}

.balloons {
    margin: auto;
}

.balloons > img,
img.balloon_itm {
    height: 116px;
    max-height: 10vw;
    position: absolute;
    display: inline-block;
}
img#balloon_1 {
    left: -10px;
    top: 10px;
}
img#balloon_2 {
    left: -100px;
    top: 160px;
}
img#balloon_3 {
    left: -40px;
    top: 320px;
}
img#balloon_4 {
    right: -80px;
    top: 60px;
}
img#balloon_5 {
    right: -10px;
    top: 280px;
}

/* 動画一覧は記事にリンクさせない  */
#movie .news_li svg.icon_arrow {
    opacity: 0;
}
#movie .news_li a.news_itm {
    pointer-events: none;
}