@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Mincho&display=swap');

body{
    margin: 0;
}

/*PC--------------------------------------------------------------------------------------*/
article, aside, audio, body, canvas, caption, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, label, li, menu, nav, object, ol, p, section, span, strong, table, tbody, td, tfoot, th, thead, tr, ul, video {
    line-height: 1.8;
}

#content {
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    color: #3a465f;
}

#content::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

#content p{
    margin: 0 0 1.5em 0;
}

#content p:last-child {
    margin: 0;
}

#content img {
    vertical-align: bottom;
}

#content a {
    text-decoration: none;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #f90;
}

#content a:hover {
    opacity: 0.7;
}

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 15px 15px 25px 15px;
}

nav .inner p{
	text-align: center;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 0.5em 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
	font-size: 1.2em;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav .nav__logo {
    width: 300px;
    margin: 5vh auto;
}

.nav__logo a,
.nav__logo img{
    width: 100%;
    padding: 0;
}

nav .inner ul li a img {
    width: 90%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: #314a63;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 20%;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #314a63;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer;
}

.rmt-wrap,
.header-wrap{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

.header-wrap .rmt-header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.header-wrap .rmt-header .header-bg-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-bgFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-bgFadeIn 2s ease 0s 1 normal;
}

@keyframes header-bgFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes header-bgFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.header-wrap .rmt-header .header-bg-pos .header-bg {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    background: url("../images/header/header-bg.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .rmt-header .header-logo-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-logoFadeIn 2s ease 0s 1 normal;
}

@keyframes header-logoFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes header-logoFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-wrap .rmt-header .header-logo-pos .header-logo {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    background: url("../images/header/header-logo.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .rmt-header .header-sakura-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-sakuraFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-sakuraFadeIn 2s ease 0s 1 normal;
}

@keyframes header-sakuraFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes header-sakuraFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.header-wrap .rmt-header .header-sakura-pos .header-sakura {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    background: url("../images/header/header-sakura.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .rmt-header .header-mystar-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-mystarFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-mystarFadeIn 2s ease 0s 1 normal;
}

@keyframes header-mystarFadeIn {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    50% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes header-mystarFadeIn {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    50% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.header-wrap .rmt-header .header-mystar-pos .header-mystar {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    background: url("../images/header/header-mystar.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .rmt-header .header-frame-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-wrap .rmt-header .header-frame-pos .header-frame {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 71.083333%;
    position: relative;
    width: 100%;
    background: url("../images/header/header-frame.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.mobile-logo{
        display: none;
}

.rmt-wrap h2{
    text-align: center;
    margin: 0 auto 1em auto;
}

.rmt-wrap section {
    background-image:
        url("../images/common/frame_bottom_l.png"),
        url("../images/common/frame_bottom_r.png"),
        url("../images/common/frame_middle_l.png"),
        url("../images/common/frame_middle_r.png"),
        url("../images/common/frame_bottom_c.png"),
        url("../images/common/frame_middle_c.png");
    background-repeat: no-repeat, no-repeat, repeat-y, repeat-y, no-repeat, repeat;
    background-position: left bottom, right bottom, left top, right top, center bottom, left top;
    background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px, 1160px 30px, 30px 30px;
    padding: 0 60px 60px 60px;
    box-sizing: border-box;
    position: relative;
    margin-top: 130px;
}

.rmt-wrap section::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background-image:
        url("../images/common/frame_top_l.png"),
        url("../images/common/frame_top_r.png"),
        url("../images/common/frame_top_c.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, center top;
    background-size: 30px 70px, 30px 70px, 1160px 70px;
}

span.mini{
    font-size: 0.8em;
    color: #e0888e;
}

p.mini{
    font-size: 0.9em;
    color: #e0888e;
}

.mt0{
    margin-top: 0!important;
}

.cc01{
    color: #cc529d;
    font-weight: bold;
}

h3.topic-title{
    margin-top: 0!important;
    font-size: 1.6em!important;
    color: #e6d355!important;
    border-left: none!important;
    padding-left: 0!important;
    border-bottom: 1px solid #acb3c0;
    line-height: 1.5;
    padding-bottom: 0.3em;
}

.rmt-wrap dl.news-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.rmt-wrap dl.news-wrap dt{
    width: 11%;
    font-family: 'Oswald', sans-serif;
    color: #179cff;
}

.rmt-wrap dl.news-wrap dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #18599e;
    font-size: 0.9em;
    vertical-align: text-top;
}

.rmt-wrap dl.news-wrap dd{
    width: 89%;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.rmt-wrap .info-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}

.rmt-wrap .info-wrap .info-h{
    width: 220px;
}

.rmt-wrap .info-wrap .info-date{
    flex: 1;
    padding-left: 1.5em;
    box-sizing: border-box;
    border-left: 1px solid #314a63;
}

.rmt-wrap dl.info{
    width: 100%;
    margin: 0;
}

.rmt-wrap dl.info dt{
border: 1px solid #e0888e;
line-height: 1;
font-size: 0.9em;
display: inline-block;
margin: 0 0 0.5em 0;
padding: 0.3em;
color: #18599e;
background: #fff;
}

.rmt-wrap dl.info dd{
margin: 0 0 1.5em 0;
}

.rmt-wrap dl.info dd.title{
    font-size: 1.2em;
    color: #000;
}

.rmt-wrap dl.info dd:last-child{
    margin-bottom: 0;
}

ul.sns-btn-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0.3em -1% 0 -1%;
    padding: 0;
}

ul.sns-btn-list.-btn3 li{
    width: calc( 100% / 3)!important;
    padding: 0 1%;
    box-sizing: border-box;
    margin-bottom: 0!important;
}

ul.sns-btn-list.-btn2 li{
    width: calc( 100% / 2)!important;
    padding: 0 1%;
    box-sizing: border-box;
    margin-bottom: 0!important;
}

ul.sns-btn-list li a{
    background: #314a63;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff!important;
    width: 100%;
}

ul.sns-btn-list li.sns01 a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400; /* Brandsは400 */
  content: "\e61b"; /* ← FA6の X(Twitter) のUnicode */
  display: inline-block;
  color: #fc0;
}

ul.sns-btn-list li.sns02 a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 brands";
    content: "\f16d";
    font-weight: bold;
    color: #fc0;
}

ul.sns-btn-list li.sns03 a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 brands";
    content: "\e07b";
    font-weight: bold;
    color: #fc0;
}

ul.sns-btn-list li.sns04 a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 brands";
    content: "\f167";
    font-weight: bold;
    color: #fc0;
}

ul.sns-btn-list.-name li.sns01 a::before,
ul.sns-btn-list.-name li.sns02 a::before,
ul.sns-btn-list.-name li.sns03 a::before,
ul.sns-btn-list.-name li.sns04 a::before{
    margin-right: 0.5em;
}

.rmt-wrap dl.ticket{
    width: 100%;
}

.rmt-wrap dl.ticket dt{
line-height: 1;
display: inline-block;
margin: 0;
padding: 0.3em;
border: 1px solid #e0888e;
color: #18599e;
}

.rmt-wrap dl.ticket dd{
margin: 0 0 1.5em 0;
}

.rmt-wrap h3{
    color: #18599e;
    font-size: 1.2em;
    font-weight: bold;
    border-left: 5px solid #e0888e;
    padding-left: 0.5em;
    margin: 1.5em 0;
    font-weight: bold;
}

.rmt-wrap h4{
    color: #179cff;
    font-size: 1.1em;
}

.rmt-wrap h4::before{
    content: "●";
    color: #e0888e;
    margin-right: 0.5em;
}

.rmt-wrap .price,
.rmt-wrap .date{
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-right: 0.1em;
    vertical-align: baseline;
    font-weight: 700;
}


.rmt-wrap .link-btn a{
    background: #314a63;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff!important;
    margin-top: 1.5em;
    max-width: 400px;
    width: 100%;
}

.rmt-wrap .-buy a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.rmt-wrap .-official a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.rmt-wrap .-other a{
    margin-top: 0.3em!important;
}

.rmt-wrap .-other a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.over{
    opacity: 0.3;
}

.rmt-wrap hr{
    border: none;
    border-top: 1px solid #ccc;
    margin: 50px 0;
}

.rmt-wrap .pic01{
    width: 100%;
    margin: 2.5em auto;
}

.rmt-wrap .pic02{
    width: 100%;
    margin: 3em auto;
}

.rmt-wrap .pic01 img,
.rmt-wrap .pic02 img{
    width: 100%;
}

.rmt-wrap ul.goods-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 0 -1.5%;
    padding: 0;
}

.rmt-wrap ul.goods-wrap li{
    width: calc(100% / 3);
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.rmt-wrap ul.goods-wrap li h5{
    font-size: 1.1em;
    margin: 0.5em 0 0 0;
    line-height: 1.5;
}

.rmt-wrap ul.goods-wrap li .sub{
    font-size: 0.8em;
    color: #e6d355;
    margin-top: 1em;
    line-height: 1.5;
}

.rmt-wrap ul.goods-wrap li img{
    width: 100%;
    border-radius: 10px;
}


.rmt-wrap ul.cast-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -50px -1.5%;
    padding: 0;
    justify-content: center;
}

.rmt-wrap ul.cast-wrap li{
    width: calc(100% / 4);
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.rmt-wrap ul.cast-wrap li h5{
    font-size: 1.1em;
    margin: 0.5em 0 0 0;
    line-height: 1.5;
    text-align: center;
}

.rmt-wrap ul.cast-wrap li h5 span{
    font-size: 0.8em;
    color: #179cff;
}

.rmt-wrap ul.cast-wrap li img{
    width: 100%;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.rmt-wrap .cs{
    text-align: center;
    font-weight: bold;
    color: #314a63;
}


#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    z-index: 200;
}

#page-top img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.rmt-footer{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    font-size: 0.9em;
    z-index: 10;
    position: relative;
    margin-top: 100px;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1000px) {


}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    span.br::before {
		content: "\A";
		white-space: pre;
	}

    #content {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.8;
    }

    #content::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background: url(../images/common/bg2.jpg) no-repeat;
    background-position: top center;
    background-size: 250%;
}

    nav {
        width: 100%;
    }

    .toggle_btn {
        top: 0;
        right: 0;
    }

    .header-wrap{
        padding: 0;
    }

    .mobile-logo{
        display: block;
        width: 80%;
        margin: 5vh auto 0 auto;
        transition: all 500ms 0s ease;
    animation: mobile-logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: mobile-logoFadeIn 2s ease 0s 1 normal;
    }

@keyframes mobile-logoFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes mobile-logoFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

    .mobile-logo img{
        width: 100%;
    }

    .rmt-wrap section{
        padding: 0 20px 5vh 20px;
        margin-top: calc( 70px + 5vh);
    }
    .rmt-wrap h2 img{
        width: 80%;
    }

    .rmt-wrap h3{
        margin: 3vh 0;
    }




.rmt-wrap dl.news-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.rmt-wrap dl.news-wrap dt{
    width: 30%;
    font-family: 'Oswald', sans-serif;
    color: #179cff;
}

.rmt-wrap dl.news-wrap dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #18599e;
    font-size: 0.9em;
    vertical-align: text-top;
}

.rmt-wrap dl.news-wrap dd{
    width: 70%;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.rmt-wrap .info-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5vh;
}

.rmt-wrap .info-wrap .info-h{
    width: 100%;
}

.rmt-wrap .info-wrap .info-date{
    flex: auto;
    width: 100%;
    padding-left: 1em;
    box-sizing: border-box;
    border-left: 1px solid #314a63;
    margin-top: 1em;
}

    .rmt-wrap hr{
        border: none;
        border-top: 1px solid #666;
        margin: 5vh 0;
    }

    .rmt-wrap ul.goods-wrap{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2% -3vh -2%;
        padding: 0;
    }

    .rmt-wrap ul.goods-wrap li{
        width: calc(100% / 2);
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }

    .rmt-wrap ul.goods-wrap li h5{
        font-size: 1em;
    }

    .rmt-wrap ul.cast-wrap{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2% -3vh -2%;
        padding: 0;
    }

    .rmt-wrap ul.cast-wrap li{
        width: calc(100% / 2);
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }
    
    .rmt-wrap ul.cast-wrap li h5{
        font-size: 1em;
    }

    ul.sns-btn-list.-btn3 li{
    width: 100%!important;
    padding: 0 1%;
    box-sizing: border-box;
    margin-bottom: 0!important;
    margin-top: 0.5em;
}

    #page-top {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50px;
        margin-bottom: 0;
        z-index: 200;
    }

    .rmt-footer{
        width: 100%;
        padding: 3vh 20px;
        box-sizing: border-box;
        text-align: center;
        font-size: 0.9em;
        margin-top: calc( 50px + 5vh);
    }

}