@charset "utf-8";
.swiper-container {
	z-index: 9990;
	max-width: 1600px;
}

.swiper-container img {
	width: 100%;
}
#instagram_box {
    overflow-x: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#twitter_box {
    overflow-x: hidden;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.area_top_catch {
    background-image: -webkit-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(243,243,243,1.00) 0%,rgba(255,255,255,1.00) 100%);
    padding-top: 1px;
    padding-bottom: 1px;
}
.catch_left_box {
    width: 50%;
    float: left;
}
.catch_left_box img {
    width: 100%;
}

.catch_right_box {
    width: 45%;
    float: right;
}
.catch_button {
    width: 12em;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.catch_button a:link,.catch_button a:visited {
    text-decoration: none;
    line-height: 100%;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 0.2em;
    font-size: 90%;
}
.catch_button a:hover,.catch_button a:active {
    opacity: 0.5;
}




@media screen and (max-width: 768px) {
.catch_left_box {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.catch_left_box div {
    overflow-y: hidden;
    height: 300px;
}
.catch_right_box {
    width: 100%;
    float: none;
    margin-top: 20px;
}
}
