@charset "UTF-8";

#container {
  margin-top: 10px;
}

.wrapper {
  max-width: 1020px;
  margin: 0 auto 80px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}

.sec-title {
  text-align: center;
  margin-bottom: 80px;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Zen Old Mincho', serif;
}

@media print, screen and (min-width: 768px){
.sec-title {
  font-size: 4.3rem !important;
  }  
}

line {
  background: linear-gradient(transparent 75%, #c1e0ff 75%);
  font-weight: bold; 
  font-size: 120%;
  font-weight: bold;
}

.arrow {
  width: 0;
  height: 0;
  margin-top: 40px;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 60px solid #e82828;
  border-bottom: 0;
}

@media print, screen and (min-width: 768px){
.arrow {
  border-right: 250px solid transparent;
  border-left: 250px solid transparent;
  }
}

p.notice { 
  font-size: 1.4rem !important; 
}

/* box-border */
.box-border {
  /*max-width: 400px;*/
  margin: 0 auto;
  margin-top: 10px;
  border: 2px solid #000;
  border-radius: 3px;
}

.box-border p {
  font-size: 1.6rem;
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
}

/*.box-border p .notice {
  font-size: 1.1rem;
  margin-top: 1.0rem;
}

.box-border span.notice {
  font-size: 1.1rem;
  margin-top: 1.0rem;
}*/

.box-border span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em .5em;
  background-color: #000;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}

@media print, screen and (min-width: 768px){
  .box-border span {
    font-size: 2.8em;
    }  
  }

.box-border span.red {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  /*padding: 1em 1.5em
  font-size: min(1.25vw,14px);
  margin-top: min(1.7857142857vw,20px);*/
  color: #e82828; 
  background-color: #fff;
  justify-content: left;
  
}

@media print, screen and (min-width: 768px){
  .box-border span.notice {
  font-size: 1.8rem;
  }
}

.box-border img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

@media print, screen and (min-width: 768px){
  .box-border img{
    padding: 30px;
    }
  }

.img_block img{
  display: block;
  margin:auto;
}

/* main */
.main{
  position: relative;
}

/* about */
#about p {
  font-size: 1.8rem;
}

.about-title {
  margin: 30px auto;
  text-align: center;
  /*font-weight: 600 !important;*/
  color: #0c4a9a;
  white-space: nowrap;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 2px;
}

@media print, screen and (min-width: 768px){
.about-title {
  font-size: 5.8rem !important;
  }  
}

#about span {
  font-size: 1.1rem;
}

/* feature */
#feature p {
  color: #0c419a;
  font-size: 2.2rem !important;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Zen Old Mincho', serif;
}

@media print, screen and (min-width: 768px){
#feature p {
  font-size: 2.8rem !important;
  }
}

#feature-big {
  font-size: 7.8rem !important;
  font-style: italic;
  color: #d60029;
}

/* point */
.point-title h2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #e82828;
  font-size: 2.6rem;
  font-weight: 600;
  /*font-weight: normal;*/
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width:767px) {  
.point-title h2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #e82828;
  font-size: 3.8rem;
  font-weight: 600;
  /*font-weight: normal;*/
  line-height: 1.4;
  margin-bottom: 20px;
  }
}

.point-title h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #e82828;
}

.point-title h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}


/* flex-box */
.flex-box {
  max-width: 767px;
  margin: 30px auto;
}

.flex-box img{
  max-width: 90% !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.flex-box p {
  font-size: 1.4rem;
}

.flex-box span {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width:767px) {
  .flex-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    }

  .item+.item{
    margin-left:1.0em;
    }
 
  .flex-box img{
    width: 600px;
    /*max-width: 60% !important;*/
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 10px
  }
}

/* sec01 */
#sec01 p {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  line-height: inherit;
}

.sec01_text {
  font-size: 1.8rem !important;
  margin-bottom: 2.5rem;
  line-height: inherit;
}

/* sec02 */
#sec02 p {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  line-height: inherit;
}

/* sec03 */
#sec03 p {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  line-height: inherit;
}

#sec03_fm {
  font-size: 1.8rem !important;
  font-weight: bold;
}

/* FM comment */
#sec03_fm_comment{
	--border-color:black;
	margin: 2em auto;
	padding:2em;
	position: relative;
}

#sec03_fm_comment::before,
#sec03_fm_comment::after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
}

#sec03_fm_comment::before {
	border-left: solid 1px var(--border-color);
	border-top: solid 1px var(--border-color);
	top: 0;
	left: 0;
}
#sec03_fm_comment::after {
	border-right: solid 1px var(--border-color);
	border-bottom: solid 1px var(--border-color);
	bottom: 0;
	right: 0;
}

/* movie */
#movie {
  margin-bottom: 60px;
}

/* movie-title */
.movie-title h3 {
  padding: 3rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.movie-title2 h3 {
  padding: 1rem 2rem;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
  background: #f4f4f4;
}

@media print, screen and (min-width: 768px){
  .movie-title2 h3 {
    font-size: 3.8rem;
  }
}

/* movie-title-sub */
.movie-title-sub {
  border-bottom: 3px dotted #000 !important;
  margin-bottom: 20px; 
}

@media print, screen and (min-width: 768px){
  .movie-title-sub {
  font-size: 2.3rem !important;
  white-space: nowrap;
  padding: 10px 0;
  }
}

/* recommend */
/* recommend-box */
.recommend-box {
  margin: 20px 0;
  /*margin-bottom: 40px;*/
}

.pbNested.recommend-box {
  margin-bottom: 40px;
}

.pb-of-visible .pbNested.recommend-box + div{
  margin-top: 40px;
}

.recommend-box > div:not(.pb-handle){
  background-color: #ffcccc;
  padding: 40px 30px;
}

.recommend-box_Title{
  margin-bottom: 24px;
}

.pbNested.recommend-box_Title{
  margin-bottom: 24px;
}

.pb-of-visible .pbNested.recommend-box_Title + div{
  margin-top: 24px;
}

.recommend-box_Title p{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px){
  .recommend-box{
    /*margin-bottom: 48px;*/
    margin: 30px 0;
  }

  .pbNested.recommend-box{
    margin-bottom: 48px;
  }

  .pb-of-visible .pbNested.recommend-box + div{
    margin-top: 48px;
  }

  .recommend-box > div:not(.pb-handle){
    padding: 48px 68px;
  }
}


/* recommend-box_col-outline */
.recommend-box_col-outline > div:not(.pb-handle){
  background: none;
  border-radius: 10px;
  border: 3px solid #e82828;
  padding: 40px 28px;
}

@media print, screen and (min-width: 768px){
  .recommend-box_col-outline > div:not(.pb-handle){
    padding: 56px 66px;
  }
}

/* recommend-list */
.recommend-list ul {
  list-style: none;
  font-size: 1.6rem;
}

.recommend-list ul li {
  position: relative;
}

.recommend-list ul li::before {
	background: rgb(255,255,255);
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  border-left: 3px solid #e82828;
  border-bottom: 3px solid #e82828;
  /*top: 0.25rem;*/
  left: -2rem;
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 768px){
  .recommend-list ul {
    font-size: 2.2rem;
  }
}

/* disclaimer */
#disclaimer .strong {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}

#disclaimer .caution {
  text-decoration: underline;
  color: #e82828;
}

/* button 190509 */
a.btn_190509 {
	display: block;
	text-align: center;
	/*vertical-align: middle;*/
	text-decoration: none;
	position: relative;
	width: 90%;
	margin: auto;
	padding: 1rem 4rem;
  font-size: 1.8rem;
	font-weight: bold;
	border-radius: 15px;
	color: #0c419a;
	border: 3px solid #0c419a;
	box-shadow: 5px 5px #0c419a;
	transition: 0.3s ease-in-out;
}
a.btn_190509:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #0c419a;
}

@media print, screen and (min-width: 768px){
  a.btn_190509 {
    width: 60%;
    font-size:2.2rem;
    }
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.news_container {
width: 90%;
max-width:860px;
margin: 50px auto;
}
.news_title {
color: #0c419a;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.news_list {
margin: 20px 0;
border-top: 1px dashed #9bd1ef;
}
.news_list ul {
  list-style: none;
	padding-left: 0;
}
.news_list li {
padding: 15px 5px;
border-bottom: 1px dashed #9bd1ef;
text-overflow: ellipsis;
overflow: hidden;
/*white-space: nowrap;*/
}
.date {
font-size: 16px;
margin-right: 10px;
}
.category {
display: inline-block;
color: #fff;
width: 120px;
font-size: 14px;
text-align: center;
margin-right: 10px;
padding: 2px 10px;
background-color: #0c419a;
}
.news_text a {
color: #333;
}
.news_btn {
text-align: center;
margin-top: 50px;
}
.news_btn a {
color: #0c419a;
}
.btn {
color: #0c419a;
padding: 10px 50px;
background: #fff;
border: 2px solid #0c419a;
border-radius: 50px;
transition: all 0.5s;
}
.btn:hover {
color: #fff;
background: #0c419a;
}
.btn:after {
font-family: 'Font Awesome 5 Free';
content: "\f0da";
font-weight: 900;
padding-left: 10px;
}

@media screen and (max-width: 559px) {
.news_container {
width: 100%;
padding: 0 20px;
}
.news_text a {
display: block;
margin-top: 10px;
text-overflow: ellipsis;
overflow: hidden;
}
}