@charset "UTF-8";

/* ---reset.css--- */
html {
    color: #000;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

img {
    width: 100%;
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

q:after,
q:before {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}


/*---reset.css END---*/


body {
    /*font-family: 'Hiragino Sans', 'Kosugi', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    font-weight: 700;
    color: #3C4348;


}

.header-text p,
.style_text p,
.pdf_area dd {
    transform: rotate(0.07deg);
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

.red {
    color: #D31638;
}

.wrapper {
    background: #FFF;
}

.top_container {
    background: url(../images/bg_sp.svg) no-repeat left top;
    padding-top: 40px;
}

.top_contents {
    padding: 10px 0 10%;
}

.br-pc,
.text-pc,
.btn_scroll {
    display: none;
}

#pc_navi {
    display: none;
}

/******* header *******/
.logo_phg {
    width: 130px;
}

#header {
    position: relative;
}

#header h1 {
    position: relative;
    top: 60px;
    margin: 0px 6%;
}

#header h2 {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.header-text {
    position: relative;
    z-index: 0;
    padding: 30px 0px 40px;
    top: -20px;
}

.header-text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(5deg);
    transform-origin: top right;

    z-index: -1;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.header-text p {
    margin: 0px 15px;
    color: #3C4348;
    text-align: center;
}

.arrow_theme {
    width: 80%;
    margin: 20px auto;
}

/******* navi #main_navi *******/

#main_navi {
    padding-top: 30px;
}

#main_navi h3.mainnavi_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #C3B79F;
    margin: 0 3% 0%;
}

#main_navi .globalMenu .navi {
    margin: 3% 6% 30% 6%;
}

#main_navi .globalMenu .navi li a {
    display: block;
    color: #3C4348;
    margin-bottom: 10px;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

#main_navi .globalMenu .navi li span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-right: 20px;
    width: 40px;
    display: inline-block;
}


#main_navi {
    position: relative;
    z-index: 0;
    top: -20px;
}

#main_navi::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(10deg);
    transform-origin: top right;

    z-index: -1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #000;
}



/******* navi #navi_area *******/

.sp_navi {
    display: none;
}

.navi li {
    font-size: 16px;
    counter-increment: chapter;
}

.navi li span {
    margin-right: 10px;
}

#navi_area .navi a {
    display: block;
    line-height: 1.8em;
    color: #141428;
}

#navi_area .navi a:hover {
    color: #141428;
}

.navi_title {
    width: 90%;
    margin: 0 0% 5%;
    position: relative;
}

.navi_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 40%;
    /* 位置調整 */
    transform: translate(-50%);
    /* 位置調整 */
    bottom: 0px;
    /* 下線の上下位置調整 */
    width: 85%;
    /* 下線の幅 */
    height: 1px;
    /* 下線の太さ */
    background-color: #C81428;
    /* 下線の色 */
}

.navi-logo {
    margin-bottom: 7%;
    margin-left: 5%;
}

.navi-logo .logo_phg {
    width: 150px;
}


/******* picup *******/

.picup {
    position: relative;
    padding: 10% 3% 10px 3%;
    margin-bottom: 30px;
    z-index: 0;
}

.picup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(10deg);
    transform-origin: top right;

    z-index: -1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #000;
}

.picup h3.picup_title {
    width: 70%;
    margin-bottom: 20px;
}

.picup_area {
    padding: 10px;
    margin: 0px;
}

ul.picup_list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    text-align: center;
}

ul.picup_list > li {
    width: 50%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding: 10px 5px;
    box-sizing: border-box;
}

ul.picup_list > li:nth-last-of-type(1) {
    margin: auto;
}

ul.picup_list .pic img {
    border-radius: 50%;
    width: 90%;
    height: 90%;
}

ul.picup_list h4 {
    font-size: 12px;
    margin: 3% 0 8%;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    color: #E28D1F;
    font-weight: 500;
}

ul.picup_list li:nth-of-type(2n) h4 {
    color: #C81428 !important;
}


ul.picup_list h4 span {
    display: block;
    font-size: 16px;
    line-height: 1.0;
    margin-top: 5px;
    font-weight: 800;
}

ul.picup_link li {
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

ul.picup_link span img {
    width: 30px;
    margin-right: 5px;
}

.v-line img {
    height: 160px;
}

.scroll img {
    height: 15px;
    margin-bottom: 5px;
}

/******* style *******/

.contents {
    padding-bottom: 50px;
}

.style {
    position: relative;
    z-index: 0;
    padding: 5% 0 20%;
    top: -20px
}

.style::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(10deg);
    transform-origin: top right;
    border-top: 2px solid #000;

    z-index: -1;
    width: 100%;
    height: 100%;
}

.style_title {
    position: relative;
    margin-bottom: 10%;
}

.style_title h2 {
    color: #E28D1F;
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: 0.5;
}

.style_title h3 {
    color: #141428;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    bottom: 0px;
    left: 6%;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

#q7 .style_title h3 {
    bottom: -30px;
}

.style h4 {
    font-size: 18px;
    color: #3C4348;
    font-weight: 700;
    padding: 0px 6%;
}

#q7 h4 {
    padding-top: 30px;
}


.style p.pic {
    margin: 10% 25px 10% 25px;
    box-shadow: -25px 25px 0 rgba(195, 183, 159, 0.5);
}

.style_text p {
    font-size: 15px;
    padding: 6%;
    font-weight: 400;
    line-height: 2.0;
}


/******* ボタン *******/
.btn_arrow {
    display: block;
    width: 55%;
    text-align: center;
    margin: 0px auto;
    padding: 30px 0;
}

.btn_arrow:hover {}



/******* magazine-area *******/
.magazine-area {
    position: relative;
    z-index: 0;
    padding: 50px 0px 100px;
}

.magazine-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(5deg);
    transform-origin: top right;
    border-top: 2px solid #000;

    z-index: -1;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.magazine-area div.magazine_title {
    position: relative;
    margin-bottom: 10%;
}

.magazine-area div.magazine_title h3 {
    color: #C81428;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: 0.5;
}

.magazine-area div.magazine_title h4 {
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    bottom: -4%;
    left: 6%;
    white-space: nowrap;
    font-feature-settings: "palt";
    line-height: 18px;
}

.magazine-area div.magazine_title h4 span {
    font-size: 10px;
    display: block;
}

dl.pdf_area {
    max-width: 350px;
    margin: 0px auto;
}

dl.pdf_area dt {
    width: 60%;
    margin: 0 auto 20px;
}

dl.pdf_area dd {
    text-align: center;
    color: #E28D1F;
}

dl.pdf_area dd a {
    font-size: 22px;
    font-weight: 900;
    color: #E28D1F;
}


/******* footer *******/
.page-footer {
    background: url(../images/bg_bottom_sp.svg) no-repeat center bottom;
    padding-bottom: 100px;
    background-size: contain;
}

.page-footer a {
    color: #3C4348;
}

.page-footer p {
    text-align: center;
    font-size: 12px;
    padding: 10% 0px 5px;
}

.footer-copyright {
    text-align: center;
    font-size: 9px;
    padding-bottom: 15%;
}

p.footer-logo .logo_phg {
    width: 100px;
}


/******* ページトップ *******/
.page-top a {
    display: block;
    position: fixed;
    width: 55px;
    bottom: 60px;
    right: 20px;
    padding: 25px 10px;
    background: #3E3E3E;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-family: 'Red Rose', cursive;
}

/*********************** pc *******************************/
@media only screen and (min-width: 641px) {
    body {}

    .wrapper {
        min-width: 1200px;
        margin: 0px auto;
    }

    .top_container {
        background: url(../images/bg.svg) no-repeat center top;
        padding-top: 0px;
        background-size: contain;
    }

    .top_contents {
        padding: 0px;
    }

    #pc_navi {
        display: block;
    }


    /******* header *******/
    #header {
        width: 1200px;
        margin: 0px auto;
        position: relative;
        height: 530px;
    }

    #header h1 {
        position: relative;
        top: 130px;
        margin: 0px 0px 0 90px;
        padding: 0px;
    }

    #header h2 {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 1200px;
        margin: 0px;
    }

    .logo_phg {
        width: 200px;
    }

    .header-text {
        width: 1030px;
        margin: 0 auto;
        padding: 0px;
        top: -150px;
    }

    .header-text::after {
        content: none;
    }

    .header-text p {
        font-size: 20px;
        margin: 0px;
        text-align: left;
    }

    .br-pc,
    .text-pc {
        display: block;
    }

    .br-sp,
    .text-sp {
        display: none !important;
    }

    /******* pc-navi *******/
    #navi_area {
        display: none;
    }

    #pc_navi {
        position: relative;
        z-index: 0;
        padding: 0px 0px 7em;
        top: 20px;
    }

    #pc_navi::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;

        /*四角形を傾けます*/
        transform: skewY(5deg);
        transform-origin: top right;

        z-index: -1;
        width: 100%;
        height: 100%;
        background: #FFF;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    #pc_navi .pcnavi_title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 48px;
        color: #C3B79F;
    }

    .pc_navi_innner {
        width: 1050px;
        margin: 0px auto;
        padding-left: 30px;
        position: relative;
        top: -45px;
    }

    #pc_navi .globalMenu {
        display: flex;
        align-content: space-around;
        margin: 20px 0;
    }

    #pc_navi .navi {
        column-count: 2;
        column-width: 50%;
    }

    #pc_navi .globalMenu .navi li a {
        display: block;
        color: #3C4348;
        font-size: 18px;
        padding-right: 60px;
    }

    #pc_navi .globalMenu .navi li span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 20px;
        margin-right: 20px;
        width: 40px;
        display: inline-block;
    }


    /******* picup *******/

    .picup {
        width: 1050px;
        margin: 0 auto;
        padding: 30px 0px 0;
    }

    .picup::after {
        display: none;
    }

    .picup div.title_area {
        position: relative;
    }

    .picup h3.picup_title {
        width: 600px;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .picup_area {
        overflow: hidden;
        width: 1050px;
        margin: 0px auto;
        padding: 20px 0px 0;
        box-sizing: border-box;
    }

    ul.picup_list > li {
        width: 262px;
        padding: 0px 20px 50px;
        margin: 0;
    }

    ul.picup_list .pic img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    ul.picup_list h4 {
        font-size: 12px;
    }

    ul.picup_list h4 span {
        font-size: 16px;
    }


    /******* style *******/

    .v-line img {
        position: relative;
        z-index: 2;
    }

    .contents {
        margin: 0px auto;
    }

    .style {
        margin: 0px auto 50px;
        position: relative;
        padding: 100px 100px;
        top: 0px
    }

    .style::after {
        /*四角形を傾けます*/
        transform: skewY(5deg);
    }

    .style_inner {
        width: 1000px;
        margin: 0px auto 50px;
    }

    .style_title {
        margin: 0px auto 50px;
    }

    .style_title h2 {
        font-size: 200px;
        margin: 0;
    }

    .style_title h3 {
        font-size: 55px;
        position: absolute;
        bottom: 20px;
        left: 60px;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }

    #q7 .style_title h3 {
        bottom: 20px;
    }

    .style h4 {
        font-size: 36px;
        padding: 0px 0px 50px 60px;
    }

    .style p.pic {
        margin: 0px 0px 0px 25px;
        width: 500px;
        float: left;
    }

    .style_text {
        margin: 0px;
        padding: 0;
    }

    .style_text p {
        float: right;
        width: 420px;
        font-size: 15px;
        padding: 0 0 0px 0px;
        letter-spacing: 1.5px;
    }

    .btn_arrow {
        display: block;
        width: 220px;
        text-align: right;
        margin: 0px -60px 0px auto;
        padding: 80px 0 0px;
        clear: both;
    }

    .btn_arrow:hover {}


    /******* magazine-area *******/
    .magazine-area {
        padding: 100px 0px 250px;
    }

    .magazine-area div.magazine_title {
        position: relative;
        margin-bottom: 50px;
        text-align: center;
    }

    .magazine-area div.magazine_title h3 {
        font-size: 150px;
        margin: 0 auto;
        text-align: center;
    }

    .magazine-area div.magazine_title h4 {
        font-size: 42px;
        font-weight: 900;
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        line-height: 1.2;
    }

    .magazine-area div.magazine_title h4 span {
        font-size: 21px;
        font-weight: normal;
    }

    dl.pdf_area {
        max-width: 600px;
        margin: 0px auto;
    }

    dl.pdf_area dt {
        width: 60%;
        margin: 0 auto 20px;
    }

    dl.pdf_area dd {
        font-size: 16px;
    }

    dl.pdf_area dd a {
        font-size: 28px;
    }

    /******* footer *******/
    .page-footer {
        background: url(../images/bg_bottom.svg) no-repeat center bottom;
        padding-bottom: 150px;
        background-size: contain;
    }


    .footer-copyright {
        font-size: 12px;
        padding-bottom: 80px;
    }

    .page-footer p {
        padding-top: 50px;
    }

}

/*********************** smartphone *******************************/
@media only screen and (max-width: 640px) {

    .sp_navi {
        display: block;
    }

    .sp_navi dl.pdf_area dd {
        color: #141428;
    }

    #navi_area .globalMenu {
        margin: 5% 5% 15%;

    }

    #navi_area .globalMenu .navi li {
        margin-bottom: 5px;
        font-size: 18px;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }

    #navi_area .globalMenu .navi li span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 20px;
        width: 50px;
        display: inline-block;
    }

    .navi a:hover {
        color: #F19725;
    }

    #navi_area dl.pdf_area {
        display: flex;
        max-width: 350px;
        margin: 0px;
        padding-top: 20px;
    }

    #navi_area dl.pdf_area dt {
        width: 70px;
    }

    #navi_area dl.pdf_area dd {
        font-size: 10px;
        color: #141428;
        text-align: left;
    }

    #navi_area dl.pdf_area dd span {
        display: block;
        font-size: 14px;
        white-space: nowrap;
    }

    #navi_area dl.pdf_area dd a {
        font-size: 16px;
        color: #E68815;
        letter-spacing: 1px;
    }


    /******* ナビボタン *******/
    .navToggle {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 60px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        border-radius: 100px;
        background: none;
        padding: 3px;
    }

    .navToggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 9px;
        background: #000;
    }

    .navToggle span:nth-child(1) {
        top: 13px;
    }

    .navToggle span:nth-child(2) {
        top: 23px;
        left: 13px;
    }

    .navToggle span:nth-child(3) {
        top: 33px;
    }

    /* ナビ開いてる時のボタン */
    .navToggle.active {
        top: 12px;
    }

    .navToggle.active span:nth-child(1) {
        top: 19px;
        left: 9px;
        background: #141428;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navToggle.active span:nth-child(2) {
        display: none;
    }

    .navToggle.active span:nth-child(3) {
        top: 19px;
        background: #141428;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #navi_area {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #141428;
        background: #FFF;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        box-sizing: border-box;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #navi_area.active {
        display: block;

    }

    /* ナビスクロール時のボタン */
    .navToggle.fixed {
        width: 62px;
        height: 62px;
        border-radius: 100px;
        background: rgba(0, 0, 0, 0.8);
        top: auto;
        bottom: 20px;
    }

    .navToggle.fixed span {
        background: #FFF;

    }

    .navToggle.fixed span:nth-child(1) {
        top: 23px;
        left: 17px;
    }

    .navToggle.fixed span:nth-child(2) {
        top: 33px;
        left: 23px;
    }

    .navToggle.fixed span:nth-child(3) {
        top: 43px;
        left: 17px;
    }

    /* ナビスクロール時　ナビ開いてる時のボタン */
    .navToggle.fixed.active {
        background: none;
        top: 12px;
        width: 42px;
        height: 42px;
    }

    .navToggle.fixed.active span:nth-child(1) {
        top: 19px;
        left: 9px;
    }

    .navToggle.fixed.active span:nth-child(2) {
        display: none;
    }

    .navToggle.fixed.active span:nth-child(3) {
        top: 19px;
        left: 9px;
    }

    .page-top a {
        display: none;
    }

}
