/* 基本スタイル */
body {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    color: #1F1F1F;
    background-color: #fff7e3;
}

a {
    transition: .3s all;
}

a:hover,
a:active {
    opacity: 0.6;
}

.container {
    width: 100%;
}

.cont00 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.cont01 {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.cont02 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

footer {
    padding: 0;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    body {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}

/*------------タブレットのみ------------*/
@media screen and (min-width: 768px) and (max-width: 1279px) {

    .cont01,
    .cont00 {
        max-width: 700px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .cont02 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */


/*
-----------------------------------------------
ヘッダー
----------------------------------------------- */
main {
    margin-top: 120px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 999;
}

.header_wpr {
    height: 100%;
}

h1 {
    max-width: 200px;
    width: 100%;
    padding: 0;
    transition: .3s all;
}

.scrl_menu {
    transition: .3s all;
}

.scrl_menu.act {
    background-color: rgba(255, 247, 227, 0.9);
    height: 80px;
}

.scrl_menu.act h1 {
    max-width: 160px;
}

.pcmenu li {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
}

.pcmenu li:not(:last-child) {
    margin-right: 30px;
}

.pcmenu span {
    display: block;
    background-color: #fff;
    padding: 2px 12px;
    margin: 2px 0;
    color: #6a3906;
    font-size: 1.9rem;
}

.hdr_fixed_sns {
    position: fixed;
    right: 0;
    top: 60%;
    width: 44px;
    background-color: rgba(255, 247, 227, 0.9);
    border-radius: 10px 0 0 10px;
    padding: 14px 6px 16px 10px;
}

.hdr_fixed_sns li {
    text-align: center;
}

.hdr_fixed_sns li:not(:last-child) {
    margin-bottom: 16px;
}

.spmenu ul li {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.spmenu ul li span {
    color: #6a3906;
    display: block;
    font-size: 2rem;
    margin-left: -4px;
}

.spmenu_inner_btm_box {
    margin-top: 20px;
}

.spmenu_inner_btm_box .spmenu_hdr_sns {
    width: 40px;
    margin-right: 60px;
}

.spmenu_inner_btm_box .hdr_illlust {
    width: 160px;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    main {
        margin-top: 100px;
    }

    header {
        height: 100px;
    }

    h1 {
        width: 180px;
    }

    h1 span {
        font-size: 1.2rem;
    }
}

/*------------スマホのみ ------------*/
@media screen and (max-width: 767px) {

    header {
        height: 80px;
    }

    h1 {
        width: 140px;
    }

}

/*
-----------------------------------------------
section#top
----------------------------------------------- */
#top_slider {
    width: 100%;
    height: 100%;
    position: relative;
}
#top_slider video{
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: relative;
}


/*------------タブレット------------*/
@media screen and (max-width: 1279px) {
    #top_slider video{
        height: 600px;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {

    #top_slider video{
        height: 400px;
    }

}

/*
-----------------------------------------------
共通ツール
----------------------------------------------- */
section {
    position: relative;
}

.h2_01 {
    font-size: 1.4rem;
    text-align: center;
    width: fit-content;
    line-height: 2.6rem;
    margin-bottom: 60px;
}

.h2_01 span {
    display: block;
    font-size: 3rem;
    line-height: 4.6rem;
    position: relative;
    margin-bottom: 4px;
}

.h2_01 span:after {
    position: absolute;
    content: "";
    background-image: url("../img/underline.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 200px;
    height: 8px;
}

.h3_01 {
    font-size: 2.2rem;
    padding: 6px 20px;
    width: fit-content;
    line-height: 2.6rem;
    margin-bottom: 40px;
    background-color: #fff;
}

.bg-wrapper {
    position: relative;
    width: 100%;
    height: 40vh;
    /*範囲外の背景画像を隠す*/
    clip-path: inset(0);
}

.fw01,
.fw02 {
    /*背景画像の位置を固定する*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fw01 {
    background-image: url("../img/pic_fullwide01.jpg");
}

.fw02 {
    background-image: url("../img/pic_fullwide02.jpg");
}

.fullwide_pic img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.top_box_text {
    line-height: 3.6rem;
}

.cont00 .top_box_text {
    width: 40%;
}

.cont01 .top_box_text {
    width: 60%;
}

.top_box_pic {
    width: 100%;
}

.top_box_pic.sponly {
    margin-bottom: 20px;
}

.ml-40 {
    margin-left: -40px;
}

.mr-40 {
    margin-right: -40px;
}

.bg_or {
    background-color: #eddbb4;
    padding: 60px 0;
}

.bg_gr {
    background-color: #087f4f;
}

.box01,
.box02 {
    display: flex;
}

.inbox01 {
    width: 100%;
    border: 1px solid #1F1F1F;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 20px;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.gr01_wrap {
    display: flex;
    overflow: hidden;
}

.gr01_ul {
    display: flex;
    list-style: none;
    padding: 0
}

.gr01_ul_left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.gr01_li {
    width: calc(100vw / 5);
}

.gr01_li>img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    .mt160 {
        margin-top: 100px;
    }

    .mb160 {
        margin-top: 100px;
    }

    .ml-40 {
        margin-left: 0;
    }

    .mr-40 {
        margin-right: 0;
    }

    .h2_01 span:after {
        width: 160px;
    }

    .h2_01 {
        margin-left: auto;
        margin-right: auto;
    }

    .h2_01 span {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .top_box_text {
        line-height: 3.4rem;
    }

    .cont00 .top_box_text {
        width: 100%;
    }

    .cont01 .top_box_text {
        width: 100%;
    }

    .gr01_li {
        width: calc(100vw / 4);
    }

    .bg-wrapper {
        height: 30vh;
    }

    .box01,
    .box02 {
        flex-direction: column;
    }

    .box01 .top_box_text {
        order: -1;
    }

    .box01 .box01_text,
    .box02 .box02_text {
        margin-top: 20px;
    }

    .box02 .top_box_text {
        order: 1;
    }

    .top_box_pic.mr40 {
        margin-right: 0;
    }

    .top_box_text.mr40 {
        margin-right: 0;
    }

    .box02 .top_box_pic {
        order: 2;
    }

    .box02 .box02_text {
        order: 3;
    }

    .h3_01 {
        font-size: 1.7rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .mt160 {
        margin-top: 80px;
    }

    .mb160 {
        margin-top: 80px;
    }

    .bg-wrapper {
        height: 26vh;
    }

    .inbox01 {
        padding: 20px;
    }

    .gr01_li {
        width: calc(100vw / 3);
    }
}

/*
-----------------------------------------------
section#about
----------------------------------------------- */
#about .top_box_text {
    font-size: 1.8rem;
}

.top_about_right {
    max-width: 380px;
    margin-left: 40px;
    margin-top: 60px;
}

.illust_kabu {
    width: 140px;
    position: absolute;
    left: -15%;
    top: -20%;
}

.illust_ninjin {
    width: 160px;
    position: absolute;
    right: -20%;
    bottom: -22%;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    #about .top_box_text {
        font-size: 1.6rem;
    }

    .top_about_right {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .illust_kabu {
        width: 120px;
        left: -5%;
        top: -10%;
    }

    .illust_ninjin {
        width: 140px;
        right: 0;
        bottom: -12%;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .top_about_right {
        max-width: 240px;
    }

    .illust_kabu {
        width: 100px;
        left: -5%;
        top: -18%;
    }

    .illust_ninjin {
        width: 120px;
        right: -10%;
        bottom: -19%;
    }
}

/*
-----------------------------------------------
section#product
----------------------------------------------- */
#product .cont01 {
    position: relative;
    z-index: 2;
}

.illust_green {
    width: 120px;
    position: absolute;
    right: -10%;
    bottom: -10%;
}

.illust_ebiimo {
    width: 110px;
    position: absolute;
    left: -7%;
    bottom: -25%;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    .illust_green {
        width: 120px;
        right: -10%;
    }

    .illust_ebiimo {
        width: 80px;
        bottom: -20%;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .illust_ebiimo {
        width: 60px;
        left: 4%;
        bottom: -24%;
    }

    .illust_green {
        width: 80px;
        position: absolute;
        right: 3%;
        bottom: -14%;
    }
}

/*
-----------------------------------------------
section#project
----------------------------------------------- */
.illust_green02 {
    width: 120px;
    position: absolute;
    left: -5%;
    top: 5%;
}

.ilust_kids {
    width: 280px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
}

#project h2 {
    margin-left: 20%;
}

.project_gr {
    max-width: 280px;
    width: 32%;
}

.project_gr img {
    border-radius: 20px;
    object-fit: cover;
}

.link01 p {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    padding-right: 40px;
}

.link01 .arrow {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #1F1F1F;
    border-radius: 50%;
    top: 8px;
    right: -10px;
}

.link01 .arrow::before,
.link01 .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: all .3s;
}

.link01 .arrow::before {
    width: 14px;
    height: 1px;
    left: calc((34px - 14px) / 2 - 2px);
    background: #1F1F1F;
}

.link01 .arrow::after {
    width: 8px;
    height: 8px;
    left: calc((34px - 14px) / 2 + 4px);
    border-top: 1px solid #1F1F1F;
    border-right: 1px solid #1F1F1F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link01:hover .arrow::before {
    width: 16px;
    left: calc((34px - 16px) / 2 - 2px);
}

.link01:hover .arrow::after {
    left: calc((34px - 14px) / 2 + 5px);
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    #project h2 {
        margin-left: auto;
    }

    #project .top_box_text {
        margin-top: 20px;
    }

    .illust_green02 {
        width: 120px;
        position: absolute;
        left: 0;
        top: -60px;
    }

    .project_gr img {
        border-radius: 20px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .pj_top_box_pic {
        margin-bottom: 40px;
    }

    .illust_green02 {
        width: 80px;
        position: absolute;
        left: 0;
        top: -60px;
    }
    .ilust_kids {
        width: 240px;
    }
}

/*
-----------------------------------------------
section#stores
----------------------------------------------- */
.stores_box {
    position: relative;
}

.text_here {
    position: absolute;
    top: -10%;
    right: -10%;
    transform: rotate(20deg);
    color: #393939;
    font-size: 1.8rem;
}

.stores_box dl {
    display: flex;
    margin-top: 20px;
    letter-spacing: 0;
}

.stores_box dl dt {
    width: 10em;
    font-weight: 600;
}

.stores_box dl dd {
    width: calc(100% - 10em);
    font-size: 1.4rem;
}

.illust_ninjin02 {
    width: 140px;
    position: absolute;
    right: -14%;
    bottom: -20%;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {
    .stores_box dl {
        display: block;
        margin-top: 20px;
    }

    .stores_box dl dt {
        width: 100%;
    }

    .stores_box dl dd {
        width: 100%;
    }

    .illust_ninjin02 {
        width: 100px;
        right: 0;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .text_here {
        top: -12%;
        right: 0;
        transform: rotate(14deg);
        font-size: 1.4rem;
        margin-top: 40px;
    }

    .illust_ninjin02 {
        width: 80px;
        bottom: -14%;
    }
}

/*
-----------------------------------------------
section#access
----------------------------------------------- */
.access_left {
    width: 30%;
    margin-right: 40px;
}

.textlogo_okamotonouen,
.illust_okamotonouen {
    max-width: 250px;
}

.textlogo_okamotonouen {
    margin-bottom: 20px;
}
.access_box {
    display: flex;
}

.access_right {
    width: 60%;
}

.g-map {
    height: 360px;
    margin-top: 10px;
}

.g-map iframe {
    width: 100%;
    height: 100%;
}

/*------------タブレットとスマホ------------*/
@media (max-width: 1279px) {}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .access_left {
        width: 100%;
    }
    .textlogo_okamotonouen,
    .illust_okamotonouen {
        max-width: 190px;
        margin-right: auto;
        margin-left: auto;
    }

    .textlogo_okamotonouen {
        min-width: 180px;
    }

    .illust_okamotonouen {
        margin-bottom: 20px;
    }
    
    .access_box {
        display: block;
    }

    .access_right {
        width: 100%;
        text-align: center;
    }

    .g-map {
        height: 240px;
    }
}

/*
-----------------------------------------------
footer
----------------------------------------------- */
footer {
    color: #fff;
}

.ftr_wpr {
    position: relative;
    padding-top: 200px;
    padding-bottom: 20px;
}

.ftr_sns_ul {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ftr_sns_ul li {
    width: 40px;
}

.ftr_sns_ul li:not(:last-child) {
    margin-right: 30px;
}

.ftr_logo {
    width: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ftr_copy {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-align: right;
    margin-right: 20px;
}

/*------------タブレットのみ------------*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .ftr_sns_ul {
        left: 40px;
    }

    .ftr_logo {
        width: 220px;
    }
}

/*------------スマホ ------------*/
@media screen and (max-width: 767px) {
    .ftr_wpr {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .ftr_sns_ul {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        justify-content: center;
    }

    .ftr_logo {
        width: 220px;
        position: relative;
        margin-top: 60px;
        margin-bottom: 30px;
        left: 50%;
        top: 0;
        transform: translateY(0) translateX(-50%);
    }

    .ftr_copy {
        font-size: 1rem;
        text-align: center;
        margin-right: 0;
    }
}