/*     ==========================================================================
  Font: ;
  ========================================================================== */

/* ==========================================================================
  Foundation
  ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{


    overflow: hidden;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

main
{
    display: block;
}

html
{


    overflow: auto;
}



.l-page
{



    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

.l-page img
{
    display: block;

    /* width: 100%; */
    width: 100%;
    height: auto;
}

.l-page
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;

    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}


/* Windows */

@font-face
{
    font-family: YuGothicM;
    font-weight: normal;

    src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face
{
    font-family: YuGothicM;
    font-weight: bold;

    src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}



.l-page
{


    color: #000;
}

/* ==========================================================================
  Layout
  ========================================================================== */

.l-main
{
    position: relative;
}

/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

/* 1056とフルイドの調整*/
.c-width-control{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


.c-width-control .c-links,
.c-width-control .mod-heading{
    width: calc(100% - 30px);
}



.c-lower__title
{
    font-size: 2.0rem;

    margin: 25px 16px;
    padding: 3px 1.4rem;

    letter-spacing: 0;

    border-left: 5px solid #3f2c29;
}

.c-lower__desc
{

    line-height: 1.5;

    margin: 0 auto;

    color: #422600;
}

.c-lower .c-innercontents
{
    padding-top: 8px;
    padding-bottom: 1.5rem;

    background: url(../images/bg_paper.png);
}

.c-lower .c-links
{
    width: 95%;
    margin: 0 auto;
}

.c-lower .c-links a
{
    display: block;
}

.c-lower .c-links a:nth-of-type(1)
{
    margin-bottom: 15px;
}

.c-lower .c-links .c-link
{
    width: 100%;
}

.c-lower .c-links .c-link__img
{
    width: 60px;
}

.c-lower .c-links .c-link__txt
{
    font-family: 'Noto Serif JP', serif;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    text-align: center;
}

.c-lower .c-links .c-link__txt :nth-of-type(2)
{
    display: inline-block;

    margin-top: 10px;
}

.c-lower .c-links .c-link__arow
{
    width: 6px;
}

.c-lower .c-footerOfmain__isimg
{
    padding: 30px 10px 0px;
}

.c-lower .c-footerOfmain__isimg p
{

    font-size: .8rem;
    color: #999;
    margin-block-start: 0em;
    margin-block-end: 0em;
}



.c-pnkz
{
    font-size: 1.2rem;

    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 10px 10px;

    letter-spacing: 0;

    border-top: solid 1px #ececec;
}

.c-pnkz__chain
{
    margin: 0 6px;
}

/* Project
  ----------------------------------------------------------------- */


.p-what-keyvisual
{
    position: relative;

    height: 220px;
    margin-bottom: 158px;
    padding-top: 140px;

    background-image: url(../images/kvw.png);
    background-repeat: no-repeat;
    background-position: center -35px;
    background-size: 126%;
}

.p-what-keyvisual__title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    line-height: 1.5;

    position: relative;
    z-index: 2;

    display: -ms-flexbox;

    display: flex;

    width: 92%;
    height: 150px;
    margin: 0 auto;
    padding-top: 0;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;

    -ms-flex-align: center;

        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-what-keyvisual__title img
{
    width: 345px;
}

.p-what-keyvisual__desc
{
    position: relative;
    z-index: 0;
    top: -80px;
    width: 83%;

    padding-top: calc(80px + 5px);
}

.p-what-secondaryvisual
{
    margin-bottom: 32px;
}

.p-what-secondaryvisual__desc
{


    padding: 14px;

    text-align: center;
}

.p-what-point__logo
{
    width: 46%;
    margin: 0 auto;
}

.p-what-point__title
{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;

    margin: 40px 0 30px;

    text-align: center;

    color: #422600;
}

.p-what-point__item
{
    margin-bottom: 20px;
}

.p-what-point__desc
{
    padding: 0px 0;

}

.p-what-scene
{
    width: 92%;
    margin: 0 auto;
}

.p-what-menu .p-what-point__desc
{


    width: 92%;
}

.p-what-link__text span:nth-of-type(2)
{
    font-size: 1.7rem;
    font-weight: 600;
}








/* Utility: ;
  ----------------------------------------------------------------- */

/*
@debug 23px + 53px;
.hello{
    color: #f0f;
    font-size: 98px;
}
*/

/* plugin
  ----------------------------------------------------------------- */

@media screen and (min-width: 376px)
{     
    
    .p-what-keyvisual
    {
        background-position: 0 -55px;
        background-size: cover;
    }
}

@media screen and (min-width: 600px)
{
    .br-control
    {
        display: none;
    }

    .c-lower
    {
        background-image: url(../images/bg_paper.png);
        background-repeat: no-repeat;
        background-position: 0 480px;
        background-size: cover;

    }



    .c-lower .c-innercontents
    {
        max-width: 1056px;
        margin: 0 auto;
        padding-top: 0;

    }

    .c-lower .c-links
    {
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-top: 20px;

        -ms-flex-pack: justify;

            justify-content: space-between;
    }

    .c-lower .c-links .c-link
    {
        width: 514px;
    }

    .c-lower .c-links .c-link__img
    {
        width: 98px;
    }

    .c-lower .c-links .c-link__txt
    {
        width: calc(100% - 8px - 98px);
    }

    .c-lower .c-links .c-link__arow
    {
        width: 8px;
    }

    .c-lower .c-footerOfmain
    {
        margin-top: 24px;

        background: #fff;
    }

    .c-lower .c-footerOfmain__isimg
    {
        max-width: 1056px;
        margin: 0 auto;

    }


    .c-pnkz
    {
        position: static;

        max-width: 1056px;
        margin: 0 auto;
        padding: 1.4rem 4px;
    }

    .p-what-keyvisual
    {
        height: 382px;
        margin-bottom: 168px;
        padding-top: 258px;

        background-position: 0 -60px;
        background-size: cover;


    }

    .p-what-keyvisual__title
    {
        font-size: 2.8rem;
       margin-top: 35px;

        height: 200px;
        display: flex;
        justify-content: center
    }

    .p-what-keyvisual__desc
    {


        padding-top: 125px;

        text-align: center;



    }

    .p-what-secondaryvisual{
        padding-top: 70px;
        padding-bottom: 0px;

    }



    .p-what-secondaryvisual__image img{
        width: auto;
        margin: 0 auto;
    }

    .p-what-secondaryvisual__desc
    {


        margin-bottom: 70px;
        padding: 16px;
    }

    .p-what-point__logo
    {
        width: 25%;
        margin-top: 55px;
        margin-bottom: 50px;
    }

    .p-what-point__title
    {

        font-size: 24px;
        margin-bottom: 0;
    }

    .p-what-point__item
    {
        width: 332px;
    }

    .p-what-point__img
    {
        display: -ms-flexbox;
        display: flex;

        height: 228px;

        -ms-flex-pack: center;

            justify-content: center;
        -ms-flex-align: end;
            align-items: flex-end;
    }

    .p-what-point__desc
    {
        margin: 0;
        line-height: 2;
    }

    .p-what-scene
    {
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-bottom: 30px;

        -ms-flex-pack: justify;

            justify-content: space-between;
    }

    .p-what-menu
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: 20px;

        -ms-flex-pack: justify;

            justify-content: space-between;
    }

    .p-what-menu .p-what-point__item
    {
        width: 513px;
    }

    .p-what-menu .p-what-point__img
    {
        margin-bottom: 16px;
    }

    .p-what-menu .p-what-point__desc
    {

        line-height: 2;

        width: 100%;
    }

    .p-what-link__text
    {
        font-size: 1.8vw;
    }

    .c-lower .c-footerOfmain__isimg p{
        font-size: .8rem;
        padding: 0;
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
}

@media screen and (min-width: 738px)
{
    .c-lower .c-links a:nth-of-type(1)
    {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-what-keyvisual__title img
    {
        width: 514px;
    }

    /* hi 追加 */
    .c-width-control.mod-wrap {
        width: 100%;
    }
    /* ここまで hi 追加 */

    .c-width-control .c-innercontents,
    .c-width-control .p-xmas__attention,
    .c-width-control .c-links,
    .c-width-control .mod-heading{
    width: 1056px;
    min-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    }

    .party{
        width: 309px;
        margin: 1rem auto;
    }

}

@media screen and (min-width: 777px)
{
    .p-what-link__text span:nth-of-type(2)
    {
        font-size: 2rem;
    }
}

@media screen and (min-width: 847px)
{
    .p-what-keyvisual
    {
        background-position: 0 -150px;
    }
}

@media screen and (min-width: 867px)
{
    .p-what-scene
    {
        margin-bottom: 0;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 874px)
{
    .p-what-link__text
    {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 935px)
{
    .p-what-point__title
    {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 968px)
{
    .c-lower__title
    {
        margin-left: auto;
    }

    .c-lower .c-innercontents
    {
        padding-right: 0;
        padding-left: 0;
    }

    .p-what-menu
    {
        margin-top: 70px;
    }
}

@media screen and (min-width: 1089px)
{
    .p-what-keyvisual
    {
        margin-bottom: 158px;

    }
}
