@charset "UTF-8";


/******************************************************************************
*
* [共通]開始アニメーションン
*
******************************************************************************/

html.stop {
    overflow: hidden;
}

/*---------------------
* ロード
---------------------*/

#load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
}

#load .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0;
}

#load .bg.bg1 {
    background-image: url(../images/load/bg1.jpg);
    background-position: center;
}

#load .bg.bg2 {
    background-image: url(../images/load/bg2.jpg);
    background-position: center;
}

#load .inner {
    width: 94%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}

#skip {
    width: 150px;
    border: solid 1px #333;
    color: #333;
    padding: 6px 0;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    opacity: 0.3;
}



/******************************************************************************
*
* [共通]FV
*
******************************************************************************/

.fv_area {
    position: relative;
    z-index: 10;
}

/*---------------------
* トップバー
---------------------*/

.fv_area .topbar {
    background: #000;
    padding: 15px 0;
    position: relative;
}

.fv_area .topbar .txt {
    width: 85%;
    max-width: 500px;
    margin: auto;
}

.fv_area .topbar .logo {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}


/*---------------------
* メイン
---------------------*/

.fv_area .main_area {
    position: relative;
    padding: 40px 0 30px;
}

.fv_area .main_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    mix-blend-mode: multiply;
    z-index: 4;
}

.fv_area .main_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.fv_area .main_area .wrap {
    position: relative;
    z-index: 6;
}

/*配置*/

.fv_area .main_area .main {
    width: 95%;
    margin: auto;
}

.fv_area .main_area .btn {
    width: 600px;
    margin: 20px auto 0;
}

.fv_area .main_area .btn aside {
    width: 70%;
    margin: 10px auto 0;
}

.fv_area .main_area .txt {
    width: 110px;
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 6;
}

.fv_area .main_area .scroll {
    width: 17px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 6;
}

/*装飾*/

.fv_area .underline {
    padding-top: 60px;
    background: #000;
}


/******************************************************************************
*
* [共通]特典
*
******************************************************************************/

#gift {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
}

#gift .lead {
    width: 65%;
    margin: auto;
}

#gift .list {
    width: 85%;
    margin: 60px auto 0;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}


/******************************************************************************
*
* [共通]STEP
*
******************************************************************************/

#step .lead {
    width: 60%;
    margin: 0 auto 60px;
}

#step .list {
    width: 85%;
    margin: auto;
}

#step aside {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    color: #999;
}


/******************************************************************************
*
* [共通]詳細
*
******************************************************************************/

#about .lead {
    width: 85%;
    margin: auto;
}

#about p.tc {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin: 100px 0;
}

#about .box {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
}

#about .box .rc {
    width: 52%;
}

#about .box .lc {
    width: 44%;
}


/******************************************************************************
*
* [共通]スタイル
*
******************************************************************************/

#style {
    background: #f6f5f1;
    padding-top: 40px;
}

#style .en {
    width: 60%;
    max-width: 600px;
    margin: 0 auto 40px;
}

/*---------------------
* リスト
---------------------*/

#style .box dl {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 150px;
}

#style .box dl::before {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#style .box dl dt,
#style .box dl dd {
    position: relative;
    z-index: 2;
}

#style .box dl dt {
    width: 46%;
    position: relative;
    top: -12px;
}

#style .box dl dd {
    width: 50%;
}

#style .box dl dt .pattern {
    width: 95%;
}

#style .box dl dt .arrow {
    width: 140px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#style .box dl dt .ava {
    width: 65%;
}

/*差分*/

#style .box dl:nth-child(even) {
    flex-flow: row-reverse;
}

#style .box dl:nth-child(odd) dt .pattern {
    margin-left: auto;
}

#style .box dl:nth-child(odd) dt .arrow {
    margin-left: auto;
}

#style .box dl:nth-child(odd) dt .ava {
    margin-left: auto;
}



/******************************************************************************
*
* [共通]技術
*
******************************************************************************/

#technique {
    background-color: #fff;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 120vw;
}

/*---------------------
* リスト
---------------------*/

#technique .list {
    display: flex;
    justify-content: space-between;
}

#technique .list dl {
    background: #f2f2f2;
    width: 31%;
    padding: 30px;
}

#technique .list dl dt h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#technique .list dl dt .i {
    width: 110px;
    margin: 30px auto;
}

#technique .list dl dd {
    font-size: 13px;
    color: #333;
}

/*---------------------
* 完成
---------------------*/

#technique .comp h2 {
    width: 70%;
    max-width: 550px;
    margin: 0 auto 30px;
}

#technique .comp .mov {
    width: 90%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: auto;
    position: relative;
}

#technique .comp .mov::after {
    content: "";
    display: block;
    width: 110%;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: linear-gradient(45deg, rgba(172, 154, 90, 1) 0%, rgba(119, 90, 48, 1) 100%);
    z-index: 2;
}

#technique .comp .mov iframe {
    z-index: 3;
}

#technique .line {
    margin: 60px auto;
}


/******************************************************************************
*
* [共通]理由
*
******************************************************************************/

#reason .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reason .box .lc {
    width: 46%;
}

#reason .box .rc {
    width: 51%;
}

#reason .box .lc .lead {
    width: 75%;
    margin-bottom: 50px;
}


/******************************************************************************
*
* [共通]クリエイター
*
******************************************************************************/

#creator {
    background-image: url(../images/bg5.jpg);
    background-size: 100vw;
}

#creator .lead {
    width: 60%;
    margin: 0 auto 80px;
}

/*通常コンテナ*/

#creator .c_list.l2 {
    margin-top: 150px;
}

#creator .c_list ul.normal {
    display: flex;
    padding: 0 20px;
}

#creator .c_list ul.normal > li {
    width: 22%;
    margin-right: 20px;
}

#creator .c_list ul.normal > li:last-child {
    margin-right: 0;
}

/*スライダーコンテナ*/

#creator .c_list {
    position: relative;
}

#creator .c_list h3 {
    width: 450px;
    margin-bottom: 20px;
    position: relative;
    left: 20px;
}

#creator .c_list .slick-slide {
    padding: 0 10px;
}

#creator .c_list .name {
    font-size: 18px;
    font-style: italic;
    color: #666;
    margin-top: 2px;
}

/*スライダー設定*/

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    margin: 0;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #6166a3;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    position: absolute;
    top: 40%;
    z-index: 2;
    opacity: 0.9
}

.prev-arrow {
    left: 15px;
}

.next-arrow {
    right: 15px;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}




/******************************************************************************
*
* [共通]プラン
*
******************************************************************************/

#plan {
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-position: center;
}

#plan .lead {
    width: 250px;
    margin: 0 auto 60px;
}

#plan .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#plan .list ul li {
    width: 31%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-right: 3.5%;
}

#plan .list ul li:nth-child(3),
#plan .list ul li:last-child {
    margin-right: 0;
}


#plan .list ul li:nth-child(n+4) {
    margin-top: 30px;
}


/******************************************************************************
*
* [共通]撮影地
*
******************************************************************************/

#location {
    background-color: #fff;
    /*background-image: url(../images/location/map.jpg);
    background-size: 1000px;
    background-position: center top 120px;
    background-repeat: no-repeat;*/
}

#location .map {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px;
}


/*---------------------
* リスト
---------------------*/

#location .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#location .list dl {
    width: 31%;
    background: rgba(242, 242, 242, 0.7);
    padding: 30px;
}

#location .list dl:nth-child(n+4) {
    margin-top: 30px;
}

#location .list dl dt {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

#location .list dl dt span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

#location .list dl dd ul li {
    font-size: 15px;
    padding: 5px 0 5px 18px;
    background-image: url(../images/location/icon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left top 12px;
    border-top: dotted 1px #ccc;
}

#location .list dl dd ul li:last-child {
    border-bottom: dotted 1px #ccc;
}

/*---------------------
* サンプル
---------------------*/

#location .sample {
    margin-top: 100px;
}

#location .sample .place:nth-child(n+2) {
    margin-top: 100px;
}

#location .sample .place h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

/*ボックス*/

#location .sample .place .box {
    padding: 30px 50px;
    border: solid 1px #ccc;
    position: relative;
    height: 420px;
    overflow: hidden;
}

#location .sample .place .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

#location .sample .place .box.on {
    height: auto;
    padding-bottom: 100px;
}

#location .sample .place .box.on::before {
    opacity: 0;
}

/*各内容*/

#location .sample .place .box dl:nth-child(n+2) {
    margin-top: 60px;
}

#location .sample .place .box dl dt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

#location .sample .place .box dl dd ul {
    display: flex;
    flex-wrap: wrap;
}

#location .sample .place .box dl dd ul li {
    width: 23%;
    margin-right: 2.6%;
}

#location .sample .place .box dl dd ul li:nth-child(4n) {
    margin-right: 0;
}

#location .sample .place .box dl dd ul li:nth-child(n+5) {
    margin-top: 15px;
}

/*ボタン*/

#location .sample .place .p_btn {
    width: 250px;
    background: #ac9a5a;
    text-align: center;
    margin: 30px auto 0;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

#location .sample .place .p_btn span::before {
    content: 'MORE';
}

#location .sample .place .p_btn.off span::before {
    content: 'CLOSE';
}

#location .sample .place .p_btn::before {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: solid 1px #fff;
}


/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

#flow {
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

/*---------------------
* リスト
---------------------*/

#flow .list dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#flow .list dl:last-child {
    margin-bottom: 0;
}

#flow .list dl dt {
    width: 300px;
}

#flow .list dl dd {
    width: 60%;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    position: relative;
}

#flow .list dl dd:before {
    content: "";
    display: block;
    width: 1px;
    height: 105%;
    height: -webkit-calc(100% + 10px);
    height: calc(100% + 10px);
    background: #424242;
    position: absolute;
    left: 14px;
    bottom: -35px;
    z-index: 1;
}

#flow .list dl:last-child dd::before {
    content: none;
}

/*見出し*/

#flow .list dl dd h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

#flow .list dl dd h3 i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #424242;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

#flow .list dl dd h3 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

/*テキスト*/

#flow .list dl dd p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 50px;
    margin-top: 15px;
}

#flow .list dl dd p small {
    display: block;
    color: #999;
}






/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/


/*1400px以下*/

@media only screen and (max-width: 1400px) {}

/*960px以下*/

@media only screen and (max-width: 960px) {}

/*644px以下*/

@media only screen and (max-width: 644px) {

    #skip {
        width: 100px;
        padding: 6px 0;
        font-size: 12px;
        top: 10px;
        right: 10px;
    }

    #load .bg.bg1 {
        background-image: url(../images/load/bg1_sp.jpg);
    }

    #load .bg.bg2 {
        background-image: url(../images/load/bg2_sp.jpg);
    }

    /*---------------------
    * [共通]FV
    ---------------------*/

    /*トップバー*/

    .fv_area .topbar {
        padding: 10px 0;
    }

    .fv_area .topbar .logo {
        display: none;
    }

    /*メイン*/

    .fv_area .main_area {
        padding: 20px 0 30px;
    }

    .fv_area .main_area::after {
        height: 100px;
    }

    /*配置*/

    .fv_area .main_area .main {
        width: 100%;
    }

    .fv_area .main_area .btn {
        width: 90%;
        margin: 15px auto 0;
    }

    .fv_area .main_area .btn aside {
        width: 85%;
        margin: 5px auto 0;
    }

    .fv_area .main_area .txt {
        display: none;
    }

    .fv_area .main_area .scroll {
        width: 12px;
        bottom: 10px;
        right: 10px;
    }

    .fv_area .underline {
        padding-top: 35px;
    }

    /*---------------------
    * [共通]特典
    ---------------------*/

    #gift {
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-position: center;
    }

    #gift .lead {
        width: 92%;
    }

    #gift .list {
        width: 100%;
        margin: 30px auto 0;
    }

    /*---------------------
    * [共通]STEP
    ---------------------*/

    #step .lead {
        width: 80%;
        margin: 0 auto 30px;
    }

    #step .list {
        width: 100%;
    }

    #step aside {
        font-size: 10px;
        margin-top: 10px;
    }

    /*---------------------
    * [共通]詳細
    ---------------------*/

    #about .lead {
        width: 95%;
        margin: 50px auto;
    }

    #about p.tc {
        font-size: 14px;
        margin: 50px 0;
    }

    #about .box {
        display: block;
    }

    #about .box .rc {
        width: 100%;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #about .box .lc {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 30px;
    }

    /*---------------------
    * [共通]スタイル
    ---------------------*/

    #style {
        padding-top: 30px;
    }

    #style .en {
        margin: 0 auto 40px;
    }

    /*リスト*/

    #style .box dl {
        display: block;
        margin-top: 30px;
    }

    #style .box dl::before {
        height: 79%;
    }

    #style .box dl dt {
        width: 100%;
        top: 0;
        padding: 20px;
        position: relative;
    }

    #style .box dl dd {
        width: 100%;
    }

    #style .box dl dt .pattern {
        width: 100%;
    }

    #style .box dl dt .arrow {
        width: 32px;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    #style .box dl dt .ava {
        width: 70%;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        margin-top: 20px;
    }

    /*差分*/

    #style .box dl:nth-child(even) dt .arrow {
        left: inherit;
        right: 20px;
    }

    /*---------------------
    * [共通]技術
    ---------------------*/

    #technique {
        background-image: url(../images/bg2.jpg);
        background-size: 140vw;
        padding-bottom: 50px;
    }

    /*リスト*/

    #technique .list {
        display: block;
    }

    #technique .list dl {
        width: 90%;
        margin: auto;
        padding: 30px;
    }

    #technique .list dl:nth-child(n+2) {
        margin-top: 20px;
    }

    #technique .list dl dt h3 {
        font-size: 16px;
    }

    #technique .list dl dt .i {
        width: 100px;
    }

    #technique .list dl dd {
        font-size: 12px;
    }

    #technique .line {
        height: 30px;
        margin: 50px auto;
    }

    /*完成*/

    #technique .comp .mov {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    #technique .comp .mov::after {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        height: 85%;
    }

    /*---------------------
    * [共通]理由
    ---------------------*/

    #reason {
        padding-bottom: 40px;
    }

    #reason .box {
        display: block;
    }

    #reason .box .lc {
        width: 98%;
        margin: auto;
    }

    #reason .box .rc {
        width: 80%;
        margin: 30px auto 0;
    }

    #reason .box .lc .lead {
        width: 72%;
        margin-bottom: 30px;
    }

    /*---------------------
    * [共通]クリエイター
    ---------------------*/

    #creator {
        padding: 50px 0;
    }

    #creator .lead {
        width: 90%;
        margin: 0 auto 50px;
    }

    /*通常コンテナ*/

    #creator .c_list.l2 {
        margin-top: 100px;
    }

    #creator .c_list ul.normal {
        display: block;
        padding: 0;
    }

    #creator .c_list ul.normal > li {
        width: 100%;
        margin-right: 0;
    }

    /*スライダーコンテナ*/

    #creator .c_list h3 {
        width: 55%;
        margin-bottom: 15px;
        left: 12px;
    }

    #creator .c_list .slick-slide {
        padding: 0 6px;
    }

    #creator .c_list .name {
        font-size: 14px;
    }

    /*スライダー設定*/

    .slick-dots {
        bottom: -35px;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .prev-arrow,
    .next-arrow {
        width: 36px;
        height: 36px;
        top: 40%;
    }

    .prev-arrow {
        left: 5px;
    }

    .next-arrow {
        right: 5px;
    }

    .prev-arrow::before,
    .next-arrow::before {
        width: 7px;
        height: 7px;
        border-right-width: 1px;
        border-top-width: 1px;
        right: 5px
    }

    /*---------------------
    * [共通]プラン
    ---------------------*/

    #plan .lead {
        width: 130px;
        margin: 0 auto 30px;
    }

    #plan .list ul li {
        width: 48%;
        margin-right: 4%;
    }

    #plan .list ul li:nth-child(3) {
        margin-right: 4%;
    }

    #plan .list ul li:nth-child(even) {
        margin-right: 0;
    }

    #plan .list ul li:nth-child(n+3) {
        margin-top: 20px;
    }

    /*---------------------
    * [共通]撮影地
    ---------------------*/

    #location {
        background-size: 150vw;
        background-position: center top 100px;
    }

    #location .map {
        margin: 0 auto 30px;
    }

    /*リスト*/

    #location .list dl {
        width: 48%;
        padding: 15px;
    }

    #location .list dl:nth-child(n+3) {
        margin-top: 20px;
    }

    #location .list dl dt {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #location .list dl dt span {
        font-size: 10px;
    }

    #location .list dl dd ul li {
        font-size: 11px;
        padding: 5px 0 5px 15px;
        background-size: 10px;
        background-position: left top 9px;
    }

    /*サンプル*/

    #location .sample {
        margin-top: 60px;
    }

    #location .sample .place:nth-child(n+2) {
        margin-top: 40px;
    }

    #location .sample .place h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #location .sample .place .box {
        padding: 15px 20px;
        height: 300px;
    }

    #location .sample .place .box::before {
        height: 150px;
    }

    #location .sample .place .box.on {
        padding-bottom: 80px;
    }

    #location .sample .place .box dl:nth-child(n+2) {
        margin-top: 35px;
    }

    #location .sample .place .box dl dt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #location .sample .place .box dl dd ul li {
        width: 31%;
        margin-right: 3.5%;
    }

    #location .sample .place .box dl dd ul li:nth-child(4n) {
        margin-right: 3.5%;
    }

    #location .sample .place .box dl dd ul li:nth-child(3n) {
        margin-right: 0;
    }

    #location .sample .place .box dl dd ul li:nth-child(n+4) {
        margin-top: 10px;
    }

    /*ボタン*/

    #location .sample .place .p_btn {
        width: 130px;
        margin: 15px auto 0;
        padding: 10px 0;
        font-size: 12px;
    }

    #location .sample .place .p_btn::before {
        width: 20px;
    }

    /*---------------------
    * [共通]流れ
    ---------------------*/

    #flow {
        background-image: url(../images/bg4_sp.jpg);
        background-size: cover;
        background-position: center;
    }

    /*リスト*/

    #flow .list dl dt {
        width: 110px;
    }

    #flow .list dl dd {
        width: 40%;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    #flow .list dl dd:before {
        left: 12px;
        bottom: -35px;
    }

    /*見出し*/

    #flow .list dl dd h3 i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    #flow .list dl dd h3 span {
        font-size: 16px;
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        position: relative;
        top: 2px;
    }

    /*テキスト*/

    #flow .list dl dd p {
        font-size: 12px;
        line-height: 1.6;
        padding-left: 32px;
        margin-top: 10px;
    }

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
