@charset "UTF-8";
/* ======================================================= */
/* ======================================================= */
.bg_paper {
    padding: 65px 0 110px;
    position: relative;
}
.bg_paper::before {
    content: "";
    background: url("/common/img/paper-top_beige.svg")no-repeat bottom;
    background-size: cover;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -1px;
    z-index: 2;
}
.bg_paper::after {
    content: "";
    background: url("/common/img/paper-bottom_beige.svg")no-repeat top;
    background-size: cover;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

/* ======================================================= */
.inform {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}
.ttl-inform {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    max-width: 330px;
    margin: 0 auto;
    position: relative;
}
.ttl-inform::before{
  content: "";
  background: url("../img/ttl-before.png")no-repeat center;
  background-size: cover;
  width: 65px;
  height: 117px;
  display: inline-block;
    position: absolute;
    left: -70px;
    bottom: 0;

}
.ttl-inform::after{
  content: "";
  background: url("../img/ttl-after.png")no-repeat center;
  background-size: cover;
  width: 67px;
  height: 117px;
  display: inline-block;
    position: absolute;
  right: -70px;
    bottom: 0;
}
.ttl-inform .strong {
    font-size: 4.0rem;
    color: #E4B62E;
}
.strong span {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.img-movie {
    margin: 60px auto;
    text-align: center;
    max-width: 850px;
    width: 100%;
}

.short-movie {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.short-ttl {
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    background: #E4B62E;
    padding: 20px;
}
.ul-short {
    max-width: 94%;
    color: #0183BF;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    margin: 30px auto 35px;
}
.li-short {
    width: 50%;
    max-width: 400px;
}
.li-short span , .li-mvvoice span{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    border: solid 2px;
    border-radius: 20px;
    min-width: 65px;
    height: 23px;
    margin: 0 0 0 10px;
}
/* ======================================================= */
.bg_beige {
    background: #f2eee6;
    padding: 30px 0;
}
.type-box {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.ttl-border {
    font-size: 3.2rem;
    border-bottom: solid 1px;
    color: #0183BF;
    font-weight: bold;
    padding-bottom: 5px;
}
/* ======================================================= */
.ul-mvvoice {
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 32px 20px;
    margin: 30px auto 35px;
    color: #0183BF;
}
.li-mvvoice {
    max-width: 48%;
    width: 100%;
    margin: 0;
}
.li-mvvoice img {
    margin-bottom: 10px;
}
.movie-thumb::after{
  content: "";
  background: url("/common/img/icon_movie.svg")no-repeat center;
  background-size: contain;
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 74px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#guardian .movie-thumb::after{
    content: none;
}
.movie-thumb:hover{
  cursor: pointer;
}
.li-guardvoice {
    width: 30%;
    max-width: 230px;
}
.img-movie a::after {
  height: 148px;
}
.li-guardvoice a.btn_more span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.li-guardvoice a.btn_more {
    max-width: 190px;
    margin: 10px auto 0;
}
/* ======================================================= */
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.sp-spacer {
	display: none;
	width: 1px;
	height: 1px;
}
.box-youTube_flow {
    width: 100%;
    max-width: 384px;
}

/* 
==============================================================================================================================
==============================================================================================================================
以下レスポンシブ
==============================================================================================================================
============================================================================================================================== */
@media screen and (max-width: 1200px) {}
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
.ttl-inform , .short-ttl {
    font-size: 2.0rem;
}
  .ttl-border , .ttl-inform .strong{
    font-size: 2.4rem;
}
.ttl-inform {
    max-width: 240px;
}
.ttl-inform::before , .ttl-inform::after {
    height: 80px;
}
.li-mvvoice {
    max-width: 100%;
    margin: 0;
}
.img-movie a::after {
  height: 74px;
}
.sp-spacer {
  display: block;
  }
.li-short {
    width: 100%;
    max-width: 100%;
}
.type-box {
    padding: 30px 5% 0;
}
.li-guardvoice {
    width: 100%;
    max-width: 491px;
}
}