@charset "UTF-8";

.header_logo a {
	color: #fff!important;	
}

.header_change .header_logo a {
	color: #242422!important;	
}

section.mv {
    max-width: 1800px;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

.slick-slider:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: absolute;
}

.slider .slick-slide{
    overflow: hidden;
    height: 100vh;
}

section.banners li a span img {
    width: 16px;
    margin-left: 10px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%);
}

.news_title a img {
    width: 16px;
    margin-left: 5px;
}

img.workation_schedule_table {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.workation_link img {
    width: 16px;
    margin-left: 5px;
}

a.reading_more img {
    width: 16px;
    margin-left: 5px;
}

.mv_inner {
    width: 100%;
    position: relative;
    height: 100vh;
}

.mv_title {
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 40px;
}

.mv_title_en {
	overflow: hidden;
	margin-bottom: 4px;
	height: 90px;
	text-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.mv_title_en span {
    font-size: 9.5rem;
    line-height: 68px;
    color: #fff;
    letter-spacing: -1px;
    display: block;
    font-family: "aileron", sans-serif;
}

.mv_title_jp {
	overflow: hidden;
	height: 50px;
	margin-top: 15px;
}

.mv_title_jp span {
    display: block;
    font-size: 1.8rem;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.25);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 26px;
}

.slider1 {
	background-image: url("../img/home/slider1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}

.slider2 {
	background-image: url("../img/home/slider2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}

.slider3 {
	background-image: url("../img/home/slider3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}

.slider4 {
	background-image: url("../img/home/slider4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}

.news_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.news_title {
    width: 20%;
}

ul.news_list {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

ul.news_list li {
    width: 29%;
}

section.news {
    padding: 88px 0;
    border-top: 0.5px solid #aaa;
}

.news_title h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 35px;
}

.news_title h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.news_title a {
    font-size: 1.3rem;
    display: flex;
    color: #242422;
    font-weight: 400;
    align-items: center;
}

ul.news_list li a {
    color: #242422;
    font-weight: 400;
    display: block;
    font-size: 1.3rem;
    line-height: 22px;
}

ul.news_list li a span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
}

ul.news_list li a span:after {
    width: 40px;
    height: 1px;
    background: #242422;
    position: absolute;
    left: 72px;
    top: 50%;
    display: block;
    content: "";
    margin-top: -0.5px;
}

.workation_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

section.workation {
    padding: 88px 0;
    background: #f5f5f5;
}

.workation_inner h2 {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 35px;
}

.workation_inner h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.workation_large a {
    display: flex;
    justify-content: space-between;
}

.workation_large a:hover .workation_large_thumb img,
.workation_middle_list a:hover .workation_middle_thumb img,
.workation_small_list a:hover .workation_small_thumb img {
	opacity: 1;
	transform: scale(1.02);
}

.workation_large_thumb {
    width: 55%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.workation_large_info {
    width: 40%;
}

.workation_link {
    display: flex;
    font-size: 1.3rem;
    text-align: right;
    color: #242422;
    justify-content: end;
    font-weight: 400;
    align-items: center;
}

h3.workation_title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #242422;
    line-height: 32px;
}

h3.workation_title span {
    padding: 0px 8px;
    font-size: 1.3rem;
    margin-right: 10px;
    background: #242422;
    display: block;
    font-weight: 500;
    width: max-content;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
}

p.workation_cap {
    color: #242422;
    font-size: 1.3rem;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 400;
}

.workation_schedule {
    display: flex;
    align-items: center;
    color: #242422;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.workation_schedule span {
    padding: 0px 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-right: 8px;
}

.workation_area {
    color: #242422;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 15px 0;
}

.workation_large_thumb img, .workation_middle_thumb img, .workation_small_thumb img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

ul.workation_middle_list {
    display: flex;
    margin: 50px 0;
    justify-content: space-between;
}

ul.workation_middle_list li {
    width: 48%;
}

.workation_middle_thumb {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
}

ul.workation_small_list {
    display: flex;
    /* justify-content: space-between; */
}

ul.workation_small_list li {
    width: 22%;
    margin-right: 4%;
}
ul.workation_small_list li:nth-child(4n) {
	margin-right: 0;
}
.workation_small_thumb {
    background: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

span.workation_small_thumb_area {
    background: #fff;
    padding: 0px 6px;
    color: #242222;
    font-weight: 400;
    border-radius: 3px;
    position: absolute;
    font-size: 1.1rem;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.25), 3px 3px 8px rgba(0,0,0,0.2);
    left: 10px;
    top: 10px;
}

.workation_middle_info {
    margin-top: 15px;
}

.workation_middle_schedule {
    font-size: 1.1rem;
    font-weight: 300;
    color: #242422;
    margin-bottom: 5px;
}

.workation_middle_schedule span {
    font-size: 1rem;
    font-weight: 400;
    padding: 4px 8px;
    border: 1px solid;
    border-radius: 3px;
    margin-right: 7px;
}

.workation_middle_area {
    font-size: 1.2rem;
    font-weight: 400;
    color: #242422;
}

h3.workation_middle_title {
    color: #242422;
    font-size: 1.8rem;
    font-weight: 600;
}

h3.workation_small_title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #242422;
    align-items: center;
}

h3.workation_small_title span {
    background: #242422;
    color: #fff;
    padding: 0px 6px;
    display: block;
    font-size: 1.1rem;
    width: max-content;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 3px;
}

.workation_small_info {
    margin-top: 15px;
}

h3.workation_middle_title span {
    padding: 0px 8px;
    background: #242422;
    color: #fff;
    border-radius: 3px;
    font-size: 1.3rem;
    display: block;
    font-weight: 400;
    width: max-content;
}

.reading_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

section.reading {
    padding: 88px 0 0;
}

.reading_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    font-weight: 400;
}

.reading_inner h2 span {
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

ul.reading_contents {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

ul.reading_contents li {
    width: 31%;
    margin-bottom: 35px;
    margin-right: 3.5%;
}
ul.reading_contents li:nth-child(3n) {
	margin-right: 0;
}
ul.reading_contents li a {
    color: #242422;
}

.reading_info h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 25px;
    margin: 15px 0;
}

.reading_tag {
    display: flex;
    margin-top: 20px;
}

.reading_tag span {
    display: block;
    font-size: 1.1rem;
    padding: 0px 7px;
    border: 1px solid;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 5px;
}

ul.reading_contents li a:hover .reading_thumb img {
	opacity: 1;
	transform: scale(1.025);
}

.reading_thumb img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.reading_info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 20px;
}

.reading_date {
    text-align: right;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.reading_thumb {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05), 3px 3px 8px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

a.reading_more {
    display: flex;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 400;
    color: #242222;
    justify-content: end;
    align-items: center;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.menu-trigger span {
	background: #fff!important;
}
	
.header_change .menu-trigger span {
	background: #000!important;
}
	
.mv_title_en span {
    font-size: 4rem;
    letter-spacing: -0.5px;
    line-height: 44px;
}

.mv_title_en {
    height: 44px;
    margin-bottom: 0;
}
	
.mv_title_jp {
    height: 50px;
    margin-top: 20px;
}

.mv_title_jp span {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0;
}

section.mv {
    height: 85vh;
}

.mv_inner {
    height: 85vh;
}

section.news {
    padding: 50px 0;
}

.news_inner {
    display: block;
}

.news_title {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.news_title h2 {
    margin-bottom: 0px;
    font-size: 2rem;
}

.news_title a {
    justify-content: end;
    position: absolute;
    right: 0;
    top: 10px;
}

ul.news_list {
    display: block;
    width: 100%;
}

ul.news_list li {
    width: 100%;
    margin-bottom: 30px;
}

ul.news_list li:last-child {
    margin-bottom: 0;
}

.workation_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.workation_large a {
    display: block;
}

.workation_large_thumb {
    width: 100%;
    margin-bottom: 20px;
}

.workation_large_info {
    width: 100%;
}

.workation_area {
    margin: 10px 0;
    font-size: 1.3rem;
}

h3.workation_title {
    font-size: 1.8rem;
}

h3.workation_title span {
    font-size: 1.3rem;
}

p.workation_cap {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 22px;
}

.workation_link {
    font-size: 1.2rem;
}

ul.workation_middle_list {
    display: block;
    margin: 30px 0;
}

ul.workation_middle_list li {
    width: 100%;
    margin-bottom: 30px;
}

ul.workation_small_list {
    display: block;
}

ul.workation_small_list li {
    width: 100%;
    margin-bottom: 30px;
}

h3.workation_middle_title {
    font-size: 1.5rem;
}

h3.workation_middle_title span {
    font-size: 1.1rem;
}

ul.workation_small_list li:last-child {
    margin-bottom: 0;
}

section.workation {
    padding: 50px 0;
}

img.workation_schedule_table {
    margin-bottom: 50px;
}

section.reading {
    padding: 50px 0 0;
}

ul.reading_contents li {
    width: 100%;
    margin-bottom: 30px;
}

.reading_info h3 {
    margin: 15px 0 10px;
}

ul.reading_contents li:last-child {
    margin-bottom: 0;
}

a.reading_more {
    font-size: 1.2rem;
}

}