@charset "utf-8";

/* CSS Document */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}

#natural a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* ie 6 7 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
}

#natural {
    color: #333;
    line-height: 1.8;
    font-size: 1.2rem;
}

/*===========================================================
font
============================================================= */
/* 480～599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
    #natural {
        font-size: 1.4rem;
    }
}

/* 600～959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
    #natural {
        font-size: 1.5rem;
    }
}

/* 960～1279px：PC小
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
    #natural {
        font-size: 1.5rem;
    }
}

/* 1280～：PC大
------------------------------ */
@media screen and (min-width:1280px) {
    #natural {
        font-size: 1.6rem;
    }
}

/*===========================================================
sns
============================================================= */
#natural .sns {
    display: grid;
    display: -ms-grid;
    /* IE */
    width: 100%;
    padding: 5% 3.13%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1%;
    -ms-grid-columns: 1fr 1% 1fr 1% 1fr 1% 1fr;
    /* IE */
}

#natural .sns > li {
    min-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    /* 文字を非表示 */
    text-indent: 100%;
    /* 文字を非表示 */
    white-space: nowrap;
    /* 文字を非表示 */
    -ms-grid-row: 1;
    /* IE */
}

#natural .sns li a {
    display: block;
}

#natural .sns li:hover {
    opacity: 0.8;
    cursor: pointer;
}

#natural .sns li:nth-child(1) {
    background: #1877f2 url("../img/sns_bt_fb.png") no-repeat center;
    -ms-grid-column: 1;
}

/* Facebook */
#natural .sns li:nth-child(2) {
    background: #06c755 url("../img/sns_bt_line.png") no-repeat center;
    -ms-grid-column: 3;
}

/* LINE */
#natural .sns li:nth-child(3) {
    background: #1d9bf0 url("../img/sns_bt_x.png") no-repeat center;
    -ms-grid-column: 5;
}

/* Twitter */
#natural .sns li:nth-child(4) {
    background: #00a4de url("../img/sns_bt_htb.png") no-repeat center;
    -ms-grid-column: 7;
}

/* HatenaBookmark */
@media screen and (max-width:640px) {

    #natural .sns li:nth-child(1),
    #natural .sns li:nth-child(2),
    #natural .sns li:nth-child(3),
    #natural .sns li:nth-child(4) {
        background-size: contain;
    }
}

/* ↑#xxxxには固有のID名を入れてください。この上はID名以外編集しないでください。内容を修正したいときは、新たにこの下に↓指定しなおしてください */
/* OPオリジナルココカラ */
#natural {
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
}

#natural .fr {
    background: #fff;
}

#natural img {
    width: 100%;
    vertical-align: top;
}

/*===========================================================
動き
============================================================= */
/* フェード
---------------------------------*/
/* fadeUp 
#natural .fadeup {
    opacity: 0;
    transform: translate(0, 50%);
    transition: .5s;
}

#natural .fadeup.up {
    transform: translate(0, 0);
    opacity: 1;
}*/

/* p
---------------------------------*/
#natural p {
    padding: 3.13% 4.69%;
    text-align: justify;
}

/* span
---------------------------------*/
#natural span {
    display: block;
    font-size: 90%;
}

/* bt
---------------------------------*/
#natural .bt {
    display: block;
    margin: 1.56% 3.13% 3.13%;
    box-shadow: 0 0.5em 0 #ff806b;
    background-color: #ffa090;
    border-radius: 9999px;
    cursor: pointer;
}

#natural .bt:hover {
    box-shadow: none;
    transform: translateY(0.5em);
}

#natural .bt:active {
    transform: translateY(0.5em);
    box-shadow: none;
}

/* float_bt_natu
---------------------------------*/
#natural #float_bt_natu {
    display: none;
    position: fixed;
    bottom: 0;
    /*background: #fbefde;
    padding: 20px;*/
    z-index: 3;
    width: 100%;
}

#natural #float_bt_natu img {
    margin: 0 auto;
    width: 100%;
}

/* mv
---------------------------------*/
#natural .mv {
    margin: 0;
}

#natural .mv span {
    margin: 0 4.69%;
    padding-left: 1em;
    text-indent: -1em;
}

#natural .mv .span_no {
    padding-left: 0;
    text-indent: 0;
}

/* nv
---------------------------------*/
/*#natural #fr_bt {
    display: flex;;
}

#natural #fr_bt li {
    padding: 0;
    box-sizing: border-box;
}

#natural #fr_bt li img {
    max-width: 100%;
    height: auto;
}

#natural #fr_bt li:nth-child(5),
#natural #fr_bt li:nth-child(6){
    width: 50%;
	float: left;
}*/

/* fr_01
---------------------------------
#natural .fr_01 {
    background: url("../img/fr_01_bg.png") no-repeat top;
    background-size: cover
}*/

/* fr_05
---------------------------------*/
#natural #fr_05 {
	background: url("../img/fr_05_02.png") top no-repeat;
}

#natural #fr_05 .ownly {
    padding: 1.5em;
}

#natural #fr_05 #ownlyUgcWidget_24391_1677042991967{
    margin-bottom: 1.5em;
}


/* bt_animation
---------------------------------*/
#natural .bt_animation {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-height: auto;
}
#natural .bt_animation.floatV {
    -webkit-animation: floatV 2s ease-in-out infinite alternate;
    animation: floatV 2s ease-in-out infinite alternate;
}

@-webkit-keyframes floatV {
    0% {
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 1em, 0);
        transform: translate3d(0, 1em, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
}
@keyframes floatV {
    0% {
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 1em, 0);
        transform: translate3d(0, 1em, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }
}


/*================================
/* 650px～
------------------------------ */
header,
footer {
    background: #fff;
}
