@charset "utf-8";

/*==========================
common
==========================*/

html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family:
    "Noto Sans JP", 
    arial,
    sans-serif;
    color: #172717;
    background-color: #F0F0F0;
    line-height: 1.5;
}

/*==========================
header
==========================*/
.header {
    text-align: center;
    width: 100%;
    position: fixed;
}

.header__topic {
    margin-top: 10px;
    margin-left: 10px;
}

.header__topic a{
    margin-top: 5px;
    font-family: "Chocolate Classical Sans";
    font-size: 2rem;
    color: #4C5032;
    letter-spacing: 7px;
}

/* .nav初期表示 */

.nav {
    display: block;
    width: 100%;
    height: 110vw;
    background-color: #E2D8CC;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
}

.nav__list {
    margin-top: 30px;
    text-align: center;
    background-image: url(../images/hasami.png);
    background-repeat: no-repeat;
    background-size: 40%;
}

.nav__item {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #94424A;
    /* background-image: repeating-linear-gradient(90deg, #b39080, #b39080 20px, transparent 20px, transparent 28px); */
    border-bottom: dashed;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.5px;
    width: 80%;
    margin: 0 auto;
    padding: 20px;

}

.nav__btn {
    position: fixed;
    top: 3%;
    right: 0;
    width: 24px;
    height: 14px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/* nav__btn 閉じる */

.nav__btn__close {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
}

/* header PC */
@media screen and (min-width: 769px) {

.header {
    display: flex;
    position: static;
    background-color: #E8E5E5;
}


.nav__btn {
    display: none;
}

.header__topic {
    margin-top: 30px;
    margin-left: 20px;
}

.header__topic a{
    font-size: 4rem;
    letter-spacing: 7px;
}

.nav__item {
    padding: 30px 20px;
    letter-spacing: 0.45px;
    border-right: 1px solid rgba(210, 209, 209, 0.29);
    border-bottom: none;
}

} /* pc 769px */

/* nav PC */
@media screen and (min-width: 769px) {
    .nav__container {
    margin-left: auto;
    }

    .nav {
    display: flex;
    margin-left: 100px;
    width: 100%;
    height: auto;
    transform: none;
    background-color: #E8E5E5;
    }

    .nav__list {
    display: flex;
    background-image: none;
    }

    .nav__item {
    background-image: none;
    color: #4C5032;
    }

    .nav__btn {
    display: none;
    }

    .nav__btn__close {
    display: none;
    } 
}    

/*==========================
main
==========================*/
.main {
    padding-top: 100px;
}

.main_topic {
    background-image: url(../images/Vector.png), url(../images/top.jpg);
    background-size: contain, cover;
    background-position:  right,left;
    background-repeat: no-repeat ,no-repeat;
}

.mainVisual {
    padding-top: 105px;
    margin-left: 33px;
    font-family: "Shippori Mincho B1";
    font-size: 2.4rem;
    letter-spacing: 0.7px;
    line-height: 1.8;
}

.main_title {
    padding: 0px 10px;
    padding-right: 10px;
    background: #FFFFFF;
}

.main_title2 {
    padding: 0px 20px;
    padding-right: 10px;
    background: #FFFFFF;
}

.main_title3 {
    padding-left: 20px;
    background: #FFFFFF;
}

.main__txt {
    padding-top: 7px;
    padding-bottom: 35px;
    margin-left: 110px;
    font-family: "Shippori Mincho B1";
    color: #FFFFFF;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    line-height: 2;
}

/* main PC */
@media screen and (min-width: 769px) {
    .SpBr {
        display: none;
    }

    .main {
        padding: 0;
    }

    .main_title {
    padding: 0px 30px;
    padding-right: 30px;
    background: #FFFFFF;
    }

    .main_title2 {
        padding: 0px 40px;
        padding-right: 30px;
        background: #FFFFFF;
    }

    .main_title3 {
        padding-left: 40px;
        background: #FFFFFF;
    }

    .mainVisual {
        font-size: 5.8rem;
        letter-spacing: 0.7px;
        line-height: 2;
    }

    .main_topic {
        width: 100%;
        background-position: right 20px , left;
    }

    .main__txt {
        font-size: 1.5rem;
        color: #172717;
    }

    .main_topic__txt {
        width: 450px;
        margin-left: 60%;
    }

    .main_topic {
        background-color: #E2D8CC;
        background-size: auto auto , 970px auto;
    }

    }/* pc 769px */

/*==========================
About
==========================*/

#About {
    background-color:#F8F5F4; }

.about__container {
    text-align: center;
}

.topic {
    padding-top: 64px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    color: #94424A;
    letter-spacing: 0.5px;
}

.topic__sub {
    margin-top: 5px;
    font-family: "fot-udmincho-pr6n";
    font-size: 1.2rem;
    color: #94424A;
    letter-spacing: 1px;
}

.PcBr {
    display: none;
} 

.SpBr {
    display: block;
}

.mainCaption__txt {
    margin-top: 24px;
    margin-left: 41px;
    margin-bottom: 82px;
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: 0.7px;
    line-height: 2;
}

.mainCaption {
    padding-bottom: 5px;
    background-image: url(../images/mishin_sp.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 10% 80%;
}

.consept__visual {
    justify-content: center;
    align-items: center; 
    background-color: #E2D8CC;
    background-image: url(../images/bird_sp.png), url(../images/Group\ 2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.poem {
    padding-top: 40px;
    margin-left: 140px;
    font-family: "Sawarabi Mincho";
    font-size: 1.6rem;
    color: #D9A6A6;
    letter-spacing: 1px;
}

.poem__title {
    background: #FFFFFF;
    line-height: 2.2;
    box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
    padding: 4px 22px 4px 22px;
}

.poem__title :first-child {
    padding: 4px 22px 4px 18px;
}

.poem__txt {
    margin-top: 14px;
    margin-left: 140px;
    font-family: "Sawarabi Mincho";
    font-size: 1.2rem;
    color: #172717;
    letter-spacing: 1.2px;
    line-height: 2;
}

/* About pc */
@media screen and (min-width: 769px) {
    .topic {
        font-size: 3.2rem;
    }

    .topic__sub {
        font-size: 1.5rem;
    }

    .mainCaption__txt {
        font-size: 1.8rem;
        letter-spacing: 1.2px;
        line-height: 2.5;
    }

    .mainCaption {
        background-size: 30%;
        background-position: 15% 40%;
    }

    .SpBr {
        display: none;
    }

    .PcBr {
        display: block;
    }

    .consept__visual {
        padding-bottom: 100px;
        background-image: url(../images/concept_pc.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .poem__container {
        width: 90%;
    }

    .poem {
        padding-top: 120px;
        margin-left: 20%;
        font-size: 3.6rem;
        letter-spacing: 1.5px;
        line-height: 1.5;
    }

    .poem__txt {
        font-size: 1.6rem;
        margin-left: 20%;
    }

    .poem:nth-of-type(2) {
        margin-left: 40%;
    }

    .poem__txt:nth-of-type(2) {
        margin-left: 40%;
    }

    .poem:nth-of-type(3) {
        margin-left: 60%;
    }

    .poem__txt:nth-of-type(3) {
        margin-left: 60%;
    }


} /* } pc 769px */

/*==========================
Process
==========================*/

.process__matepctitle ,.process__pctitle{
    display: none;
}

.topic__pro {
    padding-top: 58px;
    margin-left: 139px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    color: #94424A;
    letter-spacing: 0.5px;
    transform: rotate(-10deg);
}

.topic__sub__pro {
    margin-top: 5px;
    padding-bottom: 20px;
    margin-left: 142px;
    font-family: "fot-udmincho-pr6n";
    font-size: 1.2rem;
    color: #94424A;
    letter-spacing: 1px;
    transform: rotate(-10deg);
}

.process__title {
    margin-top: 21px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.4rem;
    color: #D9A6A6;
    letter-spacing: 0.7px;
    line-height: 2;
}

.process__txt {
    margin-top: 5px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.4rem;
    color: #172717;
    letter-spacing: 0.7px;
    line-height: 2;
}

.pro__title {
    background: #FFFFFF;
    padding: 4px 15px 4px 17px;
}

.process__second {
    margin-left: 32px;
}

.process__top {
    background-image: url(../images/hari_sp.png),url(../images/ito_sp.png);
    background-repeat: no-repeat;
    background-size: 70px 70px,200px 187px;
    background-position: center 10%,center 9%;
}

.img__matecontainer {
    margin-top: 170px;
    display: flex;
    width: 100%;
}

.img__container {
    display: flex;
    width: 100%;
}

.pro__img {
    width: 50%;
}

.pro__logo {
    width: 50%;
}

.process__list {
    margin-top: 18px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.6rem;
    color: #FFFFFF;
}

.pro__label {
    background: #D9A6A6;
    padding: 4px 10px;
}

.section__material {
    margin-top: 58px;
}

.process__kinds {
    margin-top: 45px;
    margin-left: 31px;
}

.process__dedail {
    margin-top: 15px;
    margin-bottom: 45px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.3rem;
    color: #172717;
}

/* Process pc */
@media screen and (min-width: 769px) {

    .process__pctitle {
        display: block;
    }

    .process__top {
        margin-left: 200px;
        padding-bottom: 50px;
    }

    .topic__pro {
        font-size: 3.2rem;
    }

    .topic__sub__pro {
        font-size: 1.5rem;
    }

    .process__top {
        background-size: 120px 120px,530px 510px;
        background-position: left 8% top 11%, left -77%;
    }

    .process__title {
        font-size: 1.6rem;
    }

    .process__txt {
        font-size: 1.6rem;
    }

    .process__second {
        margin-left: 30%;
    }

    .pro__logo {
        display: none;
    }

    .pro__img {
        margin-left: 50px;
        width: auto;
        height: 240px;
    }

    .section__material {
        display: flex;
    }

    .process__pctitle {
        margin-left: 280px;
        font-family: "Chivo Mono";
        font-size: 6.4rem;
        font-weight: bold;
        color: #D9D2D2;
    }

    .section__material ,.section__method, .section__package, .section__standard {
        display: flex;
        padding-top: 100px;
    }

    .process__list {
        font-size: 1.6rem;
    }

    .process__dedail {
        font-size: 1.6rem;
    }

    .pro__txtpc {
        width: 180%;
        margin: 0 auto;
    }

} /* pc 769px */

/*==========================
Items
==========================*/

.Items__title {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4C5032;
}

.items__click {
    margin-left: 10px;
    width: 95px;

}

.Items__container {
    display: flex;
    justify-content: center;
}

/*Items pc*/
@media screen and (min-width: 769px) {

    .Items__title {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .Items__container {
        display: flex;
        margin-top: 60px;
    }

    .items__click {
        width: 140px;
    }

} /* pc 769px */

/*==========================
OnlineShop
==========================*/
.OnlineShop__btn {
    padding-top: 20px;
    margin: auto;
    display: block;
    width: 90px;
}

.article__footer {
    display: none;
}

/* OnlineShop pc */
@media screen and (min-width: 769px) {
    .OnlineShop__btn {
        width: 8%;
        margin-right: 40px;
    }

    .Online {
        margin-bottom: 40px;
    }

} /* pc 769px */

/* footer pc */
@media screen and (min-width: 769px) {
    .article__footer {
        padding: 20px;
        display: block;
        display: flex;
        background-color: #E8E5E5;
        justify-content: space-between;
    }

    .footer__logo a{
    margin-top: 10px;
    margin-left: 20px;
    font-family: "Chocolate Classical Sans";
    font-size: 4rem;
    color: #4C5032;
    letter-spacing: 7px;
    }


    .footerNav__list {
        display: flex;
    }

    .footerNav__item {
        font-family: "fot-tsukubrdgothic-std", sans-serif;
        font-weight: bold;
        font-size: 2rem;
        color: #4C5032;
        padding: 30px 20px;
        text-align: center;
        letter-spacing: 0.45px;
        line-height: 3px;
        border-right: 1px solid rgba(210, 209, 209, 0.29);
    }


} /* pc 769px */