@charset "utf-8";

/* ------------------------------------------------ 1st-view -------------------------------------------------------- */

.icatch {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.icatch img {
    display: block;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(1%);
    }
}
.icatch h2 {
    color: #dc6666;
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 4.0rem;
    letter-spacing: 1.4rem;
    font-weight: 900;
    margin: 0;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:960px) {
    .icatch h2 {
        right: 5%;
        bottom: 5%;
        font-size: 3.4rem;
        letter-spacing: 1.2rem;
    }    
}
@media screen and (max-width:768px) {
    .icatch {
        margin-top: 50px;
    }    
    .icatch h2 {
        right: 5%;
        bottom: 5%;
        font-size: 3.0rem;
        letter-spacing: 1.0rem;
    }    
}
@media screen and (max-width:550px) {
    .icatch {
        margin-top: 50px;
    }    
    .icatch h2 {
        right: 5%;
        bottom: 5%;
        font-size: 2.2rem;
        letter-spacing: 0.6rem;
    }
    @keyframes floating-y {
        0% {
            transform: translateY(-2%);
        }
        100% {
            transform: translateY(2%);
        }
    }
}
@media screen and (max-width:400px) {
    .icatch h2 {
        right: 3%;
        bottom: 8%;
        font-size: 1.8rem;
        letter-spacing: 0.4rem;
    }
}


/* ------------------------------------------------ daily-photo -------------------------------------------------------- */

.line-photo {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.part-photo {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.photo {
    display: block;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.photo img {
    border: 5px solid #fff;
    border-radius: 20px;
}

.photo .yoko {
    max-width: 800px;
}
.photo .tate {
    max-width: 440px;
}
.photo .title-content {
    width: 100%;
    position: absolute;
    text-align: left;
    margin-top: 15px;
    margin-right: 50%;
}
.photo .title-content .photo-title {
    display: inline;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.02rem;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #000;
    padding: 0 10px;
    z-index: 150;
}

@media screen and (max-width:1360px) {
}
@media screen and (max-width:960px) {
    .line-photo {
        padding-top: 50px;
        padding-bottom: 100px;
    }    
    .part-photo {
        width: 80%;
    }
    .photo {
        margin: 50px auto;
    }
    .photo img {
        border: 5px solid #fff;
        border-radius: 20px;
    }    
    .photo .yoko {
        max-width: 800px;
    }
    .photo .tate {
        max-width: 440px;
    }
    .photo .title-content {
        width: 100%;
        margin-top: 15px;
        margin-right: 50%;
    }
    .photo .title-content .photo-title {
        font-size: 1.1rem;
        line-height: 0.6rem;
        padding: 0 10px;
    }
    
}
@media screen and (max-width:768px) {
    .photo .title-content .photo-title {
        font-size: 0.9rem;
        line-height: 0.6rem;
        padding: 0 10px;
    }
}
@media screen and (max-width:550px) {
    .line-photo {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .photo {
        margin: 30px auto;
    }
    .photo img {
        border: 3px solid #fff;
        border-radius: 15px;
    }
    .photo .title-content {
        margin-top: 10px;
    }
    .photo .title-content .photo-title {
        font-size: 0.8rem;
        line-height: 0.4rem;
        padding: 0 6px;
    }
}
@media screen and (max-width:400px) {
    .line-photo {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .photo {
        margin: 20px auto;
    }
    .photo .title-content .photo-title {
        font-size: 0.8rem;
        line-height: 0rem;
        padding: 0 5px;
    }    
}



/* ------------------------------------------------ tabi-photo -------------------------------------------------------- */
.space {
    padding-top: 0px;
    padding-bottom: 150px;
}
.space p {
    color: #dc6666;
    position: relative;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
    line-height: 2.0rem;
    font-weight: 900;
    margin: 0;
}
.space small {
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
}

.hajimete,
.gantan, .snow, .okinawa {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 300px;
    padding-bottom: 0px;
}

.title-left {
    position: absolute;
    top: 1%;
    left: 5%;
    z-index: 2;
    overflow: visible;
}
.title-left img {
    max-width: 500px;
}
.title-right {
    position: absolute;
    top: 1%;
    right: 5%;
    z-index: 2;
    overflow: visible;
}
.title-right img {
    max-width: 500px;
}


.card02 {
    position: relative;
    margin: 0 auto;
}
.swiper {
    overflow: visible;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 10;
    margin: 0 auto;
    margin-bottom: 50px;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: auto;
    max-width: 640px;
    height: auto;
    position: relative;
    transition-property: transform;
    overflow: hidden;
}
.swiper-box{
    height: 100%;
}
.article-image {
    position: relative;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.article-image img {
    border: 5px solid #fff;
    border-radius: 20px;
}

.article-content{
    width:  90%;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 50%;
    z-index: 11;
    color: #fff;
}
.article-content .article-title {
    display: inline;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.02rem;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #000;
    padding: 0 10px;
}
.card02 .swiper-control {
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
    display: block;
}
.card02 .swiper-arrow {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.card02 .swiper-arrow .swiper-button-prev {
    position: relative;
    top: -40px;
    left: -52px;
    width: 30px;
    height: 40px;
    margin-top: 0;
    z-index: 12;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/arrow_left.png) center center no-repeat;
    background-size: contain;
}
.card02 .swiper-arrow .swiper-button-next {
    position: relative;
    top: -40px;
    right: -62px;
    width: 30px;
    height: 40px;
    margin-top: 0;
    z-index: 12;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/arrow_right.png) center center no-repeat;
    background-size: contain;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

@media screen and (max-width:960px) {
    .hajimete,
    .gantan, .snow, .okinawa {
        padding-top: 230px;
        padding-bottom: 0px;
    }    
    .title-left {
        top: 1%;
        left: 5%;
    }
    .title-left img {
        max-width: 400px;
    }
    .title-right {
        top: 1%;
        right: 5%;
    }
    .title-right img {
        max-width: 400px;
    }    
    .swiper-slide {
        max-width: 640px;
    }
    .article-content .article-title {
        font-size: 1.0rem;
        line-height: 0.6rem;
        padding: 0 10px;
    }
    .card02 .swiper-control {
        width: 80%;
        margin-top: 70px;
    }
    .card02 .swiper-arrow .swiper-button-prev {
        top: -35px;
        left: -35px;
        width: 30px;
        height: 40px;
    }
    .card02 .swiper-arrow .swiper-button-next {
        top: -35px;
        right: -40px;
        width: 30px;
        height: 40px;
    }
}

@media screen and (max-width:768px) {
    .space p {
        font-size: 1.6rem;
        letter-spacing: 0.4rem;
        line-height: 1.6rem;
    }
    .space small {
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    }    
    .hajimete,
    .gantan, .snow, .okinawa {
        padding-top: 180px;
        padding-bottom: 0px;
    }    
    .title-left {
        top: -3%;
        left: 5%;
    }
    .title-left img {
        max-width: 350px;
    }
    .title-right {
        top: -3%;
        right: 5%;
    }
    .title-right img {
        max-width: 350px;
    }
    .swiper-slide {
        max-width: 500px;
    }
    .article-content .article-title {
        font-size: 1.0rem;
        line-height: 0.6rem;
        padding: 0 10px;
    }
    .card02 .swiper-control {
        width: 80%;
        margin-top: 60px;
    }
    .card02 .swiper-arrow .swiper-button-prev {
        top: -33px;
        left: -51px;
        width: 30px;
        height: 40px;
    }
    .card02 .swiper-arrow .swiper-button-next {
        top: -33px;
        right: -16px;
        width: 30px;
        height: 40px;
    }
}
@media screen and (max-width:550px) {
    .space {
        padding-bottom: 120px;
    }
    .space p {
        font-size: 1.4rem;
        letter-spacing: 0.3rem;
        line-height: 1.4rem;
    }
    .space small {
        font-size: 0.7rem;
        letter-spacing: 0.1rem;
    }    
    .hajimete,
    .gantan, .snow, .okinawa {
        padding-top: 160px;
        padding-bottom: 0px;
    }    
    .title-left {
        top: -2%;
        left: 3%;
    }
    .title-left img {
        max-width: 300px;
    }
    .title-right {
        top: -2%;
        right: 3%;
    }
    .title-right img {
        max-width: 300px;
    }
    .swiper-slide {
        max-width: 380px; 
    }
    .article-content .article-title {
        font-size: 0.9rem;
        line-height: 0.6rem;
        padding: 0 8px;
    }
    .card02 .swiper-control {
        width: 70%;
        margin-top: 60px;
    }
    .card02 .swiper-arrow .swiper-button-prev {
        top: -33px;
        left: -28px;
        width: 25px;
        height: 35px;
    }
    .card02 .swiper-arrow .swiper-button-next {
        top: -33px;
        right: -36px;
        width: 25px;
        height: 35px;
    }
}

@media screen and (max-width:400px) {
    .space {
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .space p {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
        line-height: 1.2rem;
    }
    .space small {
        font-size: 0.6rem;
        letter-spacing: 0.05rem;
    }    
    .hajimete,
    .gantan, .snow, .okinawa {
        padding-top: 180px;
        padding-bottom: 0px;
    }
    .title-left {
        top: 9%;
        left: 5%;
    }
    .title-left img {
        width: 80%; 
        max-width: 300px;
    }
    .title-right {
        top: 9%;
        right: 5%;
    }
    .title-right img {
        width: 80%; 
        max-width: 300px;
    }
    .swiper {
        margin-bottom: 0px;
    }    
    .swiper-slide {
        max-width: 380px; 
    }
    .swiper-slide .article-image {
        text-align: center;
    }
    .swiper-slide img {
        width: 90%;
    }
    .article-content .article-title {
        font-size: 0.9rem;
        line-height: 0.6rem;
        padding: 0 8px;
    }
    .card02 .swiper-control {
        width: 70%;
        margin-top: 50px;
    }
    .card02 .swiper-arrow .swiper-button-prev {
        top: -33px;
        left: -28px;
        width: 22px;
        height: 32px;
    }
    .card02 .swiper-arrow .swiper-button-next {
        top: -33px;
        right: -16px;
        width: 22px;
        height: 32px;
    }
    .new {
        background-size: 35px;
    }    
}


/* ------------------------------------------------ special-photo -------------------------------------------------------- */
.photo-special {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 100px auto;
}
.photo-spe-each {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.photo-spe-each img{
    max-width: 1280px;
    border-radius: 20px;
    border: 3px solid #fff;
}
@media screen and (max-width:960px) {
    .photo-special {
        margin: 80px auto;
    }    
    .photo-spe-each {
        width: 90%;
        margin-bottom: 20px;
    }
    .photo-spe-each img{
        max-width: 1280px;
        border-radius: 20px;
        border: 3px solid #fff;
    }    
}
@media screen and (max-width:768px) {
    .photo-special {
        margin: 60px auto;
    }    
    .photo-spe-each {
        width: 90%;
        margin-bottom: 15px;
    }
    .photo-spe-each img{
        max-width: 1280px;
        border-radius: 20px;
        border: 2px solid #fff;
    }
}
@media screen and (max-width:550px) {
    .photo-special {
        margin: 40px auto;
    }    
    .photo-spe-each {
        width: 90%;
        margin-bottom: 10px;
    }
    .photo-spe-each img{
        max-width: 1280px;
        border-radius: 10px;
        border: 2px solid #fff;
    }
}
@media screen and (max-width:400px) {
    .photo-special {
        margin: 30px auto;
    }    
    .photo-spe-each {
        width: 90%;
        margin-bottom: 10px;
    }
    .photo-spe-each img{
        max-width: 1280px;
        border-radius: 10px;
        border: 2px solid #fff;
    }
}






/* ------------------------------------------------ animation -------------------------------------------------------- */
.title-left {
    animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x { 
    0% {
      transform: rotateZ(-1deg);
    }
    100% {
      transform: rotateZ(2deg);
    }
}



