@charset "utf-8";
/* CSS Document */

/* ¾É cmn_style.css */
.header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: auto;
  }
  .header {
    display: flex;
    padding: 0 0 0 10px;
    height: 55px;
  }
  .header img {
    max-height: 45px;
    width: auto;
  }
}

.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.contents-movie a {
    display: block;
}
.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.bold{
  font-weight: bold;
}
.center{
    text-align: center;
}
/* ==================================================== */
.fade{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade.scrollin{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade_list.scrollin li{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li:nth-child(1){
    transition-delay: 0ms;
}
.fade_list li:nth-child(2){
    transition-delay: 150ms;
}
.fade_list li:nth-child(3){
    transition-delay: 300ms;
}
.fade_list li:nth-child(4){
    transition-delay: 450ms;
}
.fade_list li:nth-child(5){
    transition-delay: 600ms;
}
.fade_list li:nth-child(5){
    transition-delay: 750ms;
}
/* ==================================================== */
.main {
}
.bg-square {
    background: url(/homecoming_day/img/main_bg.png)repeat;
    padding-bottom: 50px;
}
.bg-white {
    background: #fff;
    padding: 50px 0 40px;
}
.bg-gray {
    background: #F0F0F0;
    padding: 50px 0 40px;
}
.main-visual {
	background: url("/homecoming_day/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 82px 0;
	color: #fff;
}
.main-title {
    margin: 0 auto;
    max-width: 1020px;
    position: relative;
    text-align: center;
}
.main-title img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.title_merin {
    position: absolute;
    bottom: -50px;
    right: -20px;
}
.bg_top{
    background: #fff url("../img/contents01_bg.png") top center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
/* ==================================================== */
.intro-text {
    padding: 30px;
    font-size: 125%;
    font-weight: bold;
    color: #0D3D17;
    /*background: url("/homecoming_day/img/intro_bg.png")no-repeat center;*/
    
}

/* ==================================================== */

.h3-anchor {
    font-weight: bold;
    font-size: 157%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 auto 15px;
}
.h3-anchor:before, .h3-anchor:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #91B123;
}
.h3-anchor:before {
    margin-right: 1rem;
}
.h3-anchor:after {
    margin-left: 1rem;
}
.anchor-li img {
    margin: 0 -15px 0 15px;
}
.anchor-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px 0px 20px;
    position: relative;
    z-index: 2;
}
.anchor-li {
    position: relative;
}
.anchor-li {
    background: #009441;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 30%;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 113%;
    font-weight: bold;
}
.second-ul .anchor-li {
    width: 23%;
}
.cover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anchor-li:hover,.hu-button:hover {
    opacity: 0.6;
}
/* ==================================================== */

.card-contents{
    background: #fff;
    position: relative;
    padding: 50px 5%;
    margin: 80px auto 0;
}
.card-midahi {
    position: absolute;
    top: -20px;
    left: 5%;
    background: transparent linear-gradient(
90deg, #009441 0%, #91B123 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 190%;
    text-decoration: underline;
}
.card-inner {
    margin: 20px auto 0;
    max-width: 850px;
}
.h4-midashi{
    background: #009441;
    color: #fff;
    font-size: 157%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 50px 0 0;
}
.card-text{
    margin: 25px 0 0;
}
/* ==================================================== */

.vr {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 60px;
}
.vr_box{
    padding: 30px 50px 0;
    box-sizing: border-box;
    position: relative;
    background: #FFE9E9;
    z-index: 1;
}
.vr-title {
    font-size: 248%;
    font-weight: bold;
    color: #FF3333;
    text-align: center;
}
.angle {
    position: relative;
    left: 25px;
}
.bg-white .vr-inner .movie-comment {
    background: #fff;
}
.vr .contents-movie{
    margin-top: 30px;
}
.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    margin-top: 20px;
}
.movie-list.flex_center {
    justify-content: center;
    max-width: 676px;
    margin: 20px auto 0;
}
.movie-comment {
    padding: 15px;
    box-sizing: border-box;
    background: #EFEFEF;
    text-align: center;
}
.m-midashi {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    margin: 0 auto 10px;
}
.contents-movie {
    margin: 10px 0 10px;
}
/* ==================================================== */
.merin-point {
    width: 45%;
    position: relative;
}
.hukidashi {
    background: url(/homecoming_day/img/hukidashi.png)no-repeat;
    padding: 37px 30px;
    height: 250px;
}
.hu-text {
    font-size: 113%;
    margin: 0.5em 0;
    max-width: 230px;
}
.hu-button {
    background: rgb(255 255 255 / 70%);
    padding: 8px 20px;
    border-radius: 30px;
    color: #009441;
    font-weight: bold;
    max-width: 145px;
    display: flex;
    align-items: center;
    position: relative;
}
.button-arrow {
    position: relative;
    right: -15px;
}
.merin-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hu-button {
    background: rgb(255 255 255 / 70%);
    padding: 8px 20px 8px 10px;
    border-radius: 30px;
    color: #009441;
    font-weight: bold;
    max-width: 165px;
    display: flex;
    align-items: center;
    position: relative;
}




/* ==================================================== */
.h5-midashi {
    color: #009441;
    font-weight: bold;
    text-align: center;
    font-size: 113%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 50px 0 0;
    border: solid 2px #009441;
}
.ta_kojin {
    max-width: 700px;
    margin: 30px auto;
    border-bottom: solid 1px #EFEFEF;
}
.ta_kojin  a {
    text-decoration: underline;
}
.ta_kojin th {
    background: #AFE3CF;
    text-align: center;
    height: 54px;
    box-sizing: border-box;
    border-right: 1px solid #EFEFEF;
}
.ta_kojin td {
    text-align: center;
    padding: 15px 10px;
    }
.ta_kojin td:last-child {
    border-right: none;
}
tr:nth-child(odd) td{
    background: #EFEFEF;
    border-right: 1px solid #fff;
}
tr:nth-child(even) td {
    border-right: 1px solid #EFEFEF;
}
/* ==================================================== */
.dl-theme {
    max-width: 700px;
    margin: 30px auto;
}
.dl-theme dt {
    color: #009441;
    font-weight: bold;
    font-size: 113%;
}
.con-movie_flex {
    display: flex;
    align-items: inherit;
    text-align: left;
}
.con-movie_flex .m-midashi{
    text-align: left;
}
.con-movie_flex .movie-comment {
    text-align: left;
}
/* ==================================================== */
.card-link {
    text-align: center;
    margin: 20px auto 0;
}
a.img-tab {
    color: #009441;
    font-weight: bold;
    font-size: 113%;
    margin: 0 0 1em 0;
    display: block;
}
.card-text_top {
    margin: 110px 0 0;
}
a.img-tab:after {
    content: url(/homecoming_day/img/icon_tab.png);
    width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
}


/* ==================================================== */
/* ==================================================== */
/* ==================================================== */

/*¥Ü¥Ã¥¯¥¹*/

/*¥Ü¥Ã¥¯¥¹ÄÚ*/
/* ==================================================== */
/* 700px¤è¤êÐ¡¤µ¤¤ˆöºÏ */
@media screen and ( max-width: 700px ){
.pc_block{
  display: none;
}
.sp_block{
  display: block;
}
  .main-title img.pc_block {
    display: none;
}
  .main-title img.sp_block {
    display: block;
}
.main-visual {
    width: 100%;
    padding: 50px 5% 100px;
    color: #fff;
    background-position-x: left;
}
.title_merin {
    position: absolute;
    bottom: -80px;
    right: -10px;
    width: 139px;
    }
/* ==================================================== */
.anchor-li {
    justify-content: space-around;
}
.vr-inner {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
}
.vr .movie-list {
    flex-direction: column;
    align-items: center;
}
.vr_box {
    padding: 30px 5%;
}
.vr_box .contents-movie{
    background: #fff;
}
.movie-comment {
    padding: 15px 12px;
}
.intro_text {
    max-width: 90%;
    margin: 60px auto 0;
}
.introduction.movie-list {
    justify-content: flex-start;
}
.contents-movie.harf {
    width: 47%;
    margin: 1.5%;
    max-width: 160px;
}
.contents-movie.full {
    width: 100%;
    max-width: 100%;
    display: flex;
}
.flex-movie {
    flex-direction: column-reverse;
    align-items: center;
}
/* ==================================================== */
.anchor-li img {
    margin: 0;
}
.intro-text {
    padding: 30px 10px;
    font-size: initial;
}
.second-ul .anchor-li {
    width: 48%;
    font-size: inherit;
}
.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.merin-point {
    width: 100%;
    position: relative;
    margin: 20px auto 0;
}
.con-movie_flex {
    flex-wrap: wrap;
}
.table-box {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.ta_kojin {
    width: 620px;
}
.merin-img {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 50%;
}
}