@charset "UTF-8";

:root{
    --topColor:#2b2a2a;
    --textColor:#000;
    --btnColor:#72521a;
    --shadowColor:#c3b073;
    --hoverColor: #3f2c11;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 10px;
}
body,footer{
    font-size: 1.6em;
    line-height: 1.5;
    font-family: "Kiwi Maru", serif;
    color: var(--textColor);
}
body {
    background-image: url(../image/gbPc.jpg);
}

.eng {
    font-family: "Comfortaa", sans-serif;
}
img{
    max-width: 100%;
} 
a{ text-decoration: none;
}
main {padding: 0 5em;}

h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
    margin-bottom: 1em;
}
h4 {
    font-weight: normal;
}
p {
    line-height: 2em;
    text-align: justify;
}

/* headerーーーーーーーーーーーーーーーーーーー */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    padding: 1.5em 0;
    background-image:linear-gradient(0deg,transparent,#fff,80% ,#fff) ;
    transition: 0.5s;
}
header .nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
header .logo img{
    width: 10em;
}
header ul{
    display: flex;
    gap: 1em;
    font-size: 1.5em;
    list-style: none;
}
header ul li a{
    color: var(--textColor);
}
header ul li a:hover{
    color: var(--btnColor);
}
#Hbg,
#Hbg+label {
    display: none;
}

/* mainーーーーーーーーーーーーーーーーーーー */
#CONCEPT {
    background: url(../image/topBgConcept.jpg) no-repeat center bottom/cover;
    width: calc(100% + 10em);
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5em;
    margin-left: -5em;
    position: relative;
}
#CONCEPT h1 {
    font-family: "Dancing Script", cursive;
    color: #fff;
    font-size: 6em;
    position: absolute;
    top: 35%;
    left: 65%;
    text-shadow:
    1px 1px 2px var(--textColor),
    0 0 1em var(--topColor),
    0 0 0.2em var(--topColor);
}

.conceptMain {
    margin: 2em 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.conceptMain .catch{
    width: 60%;
    max-width: 600px;
}
.conceptMain h2 {
    margin-bottom: 1em;
}
.conceptMain p {
    margin-top: 2em;
}
.photo1 {
	position: relative;
	max-width: 430px;
	width: 100%;
    margin-left: auto;
}
.conceptMain .image {
    order: -1;
    width: 38%;
}
.photo img {
	display: block;
}
.photo1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--shadowColor);
	top: -10px;
	left: -10px;
	z-index: -1;
}
/* main2ーーーーーーーーーーーーーーーーーーー */

.conceptSub .commitment {
    margin: 5em 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

/* main3ーーーーーーーーーーーーーーーーーーー */
.conceptSub .commitment h2 {
    margin-bottom: 1em;
    text-align: center;
}
.conceptSub .commitment p {
    line-height: 2em;
    margin-top: 2em;
}
.conceptSub img {
    width: 90%;
}
/* -------------------------------------------- */
.conceptSub .commitment1 p:first-of-type {
    display: flex;
    margin-bottom: 0;
}
.conceptSub .commitment1 p:last-of-type {
    margin-top: 0;
}
.conceptSub .commitment .commitment1 {
    text-align: left;
}

.conceptSub .commitment .fuwafuwa {
    display: block;
    -webkit-animation: fuwafuwa 4s infinite linear alternate;
    animation: fuwafuwa 4s infinite linear alternate;
}
    
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform: translate(0, 0) rotate(-5deg);}
    50% {-webkit-transform: translate(0, -5px) rotate(0deg);}
    100% {-webkit-transform: translate(0, 0)rotate(5deg);}
}
    
@keyframes fuwafuwa {
    0% {transform: translate(0, 0) rotate(-5deg);}
    50% {transform: translate(0, -5px) rotate(0deg);}
    100% {transform: translate(0, 0)rotate(5deg);}
}
/* -------------------------------------------- */

/* main4ーーーーーーーーーーーーーーーーーーー */
.conceptSub .egg {
    border: solid 1px;
    border-color: var(--shadowColor);
    border-radius: 9999px;
    box-shadow:  0 .25em .5em #0003;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3em;
    margin-top: 4em;
}
.conceptSub .image {
    order: -1;
    width: 35%;
}
.conceptSub .catch {
    width: 60%;
}
/* main5ーーーーーーーーーーーーーーーーーーー */
.conceptSub .flour {
    border: solid 1px;
    border-color: var(--shadowColor);
    border-radius: 9999px;
    box-shadow:  0 .25em .5em #0003;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3em;
    margin-top: 4em;
}
.conceptSub .flour .image {
    order: 1;
}

/* main6ーーーーーーーーーーーーーーーーーーー */
.conceptSub .sugar {
    border: solid 1px;
    border-color: var(--shadowColor);
    border-radius: 9999px;
    box-shadow:  0 .25em .5em #0003;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3em 5em;
    margin-top: 4em;
}

/* main7ーーーーーーーーーーーーーーーーーーー */
.conceptSub {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.conceptSub .commitment2 {
    text-align: left;
}
.conceptSub .commitment2 h3 {
    margin-bottom: 2em;
    font-size: 1.25em;
}
.conceptSub .material {
    margin: 4em 7em 0 7em;
}
/* main8ーーーーーーーーーーーーーーーーーーー */
.conceptSub .pastryChef {
    margin: 4em 7em 0 7em;
}
/* main9ーーーーーーーーーーーーーーーーーーー */
.Profile {
    margin-top: 6em;
    margin-bottom: 6em;
}
.Profile h2 {
    text-align: center;
    font-size: 2em;
    margin: 0 2em;
}
.innerTitle{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.innerTitle::before{
    content: '';
    display: inline-block;
    background: url(../image/line.png) no-repeat;
    flex-grow: 1;
    background-position: center;
}
.innerTitle::after{
    content: '';
    display: inline-block;
    background: url(../image/line.png) no-repeat;
    flex-grow: 1;
    background-position: center;
}
.Profile .ProfileMaintext {
    display: flex;
    width: 100%;
    position: relative;
}
.Profile .rinko {
    width: 30%;
    z-index: 99;
    position: absolute;
    bottom: 0;
}
.Profile .ProfileMaintext .Maintext {
    width: 70%;
    margin-left: 25%;
    padding: 4em 6em 2em 6em;
    border: solid 2px;
    border-color: var(--shadowColor);
    border-right: solid 20px #111035;
    border-radius: 0;
    margin-top: 6em;
    margin-bottom: 6em;
    position: relative;
}
.Profile .ProfileMaintext .Maintext h4 {
    margin-top: -.75em;
}

.Profile .ProfileMaintext .Maintext table {
    margin-top: 3em;
}
.Profile .ProfileMaintext .Maintext table th,
.Profile .ProfileMaintext .Maintext table td {
    padding-bottom: 2em;
    text-align: justify;
}
.Profile .ProfileMaintext .Maintext table th {
    width: 20%;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.Profile .ProfileMaintext .Maintext p {
    background-image: url(../image/award.png);     /* 背景色指定 */
    background-size: cover;
    width:  25%;
    aspect-ratio: 512/657;
    padding:  5.5% 0 0 0;
    position: absolute;
    right:  -9%;
    top: -2em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25vw;
}

.Maintext {
	position: relative;
	width: 100%;
}
.MaintextRinko {
	display: block;
}
.MaintextRinko::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    border: solid #fff;
	top: 15px;
	left: -20px;
	z-index: -1;
}

/* footerーーーーーーーーーーーーーーーーーーー */
footer .logo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
footer .logo img{
    width: 10em;
}
footer .footerLink{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1em;
    align-items: center;
    border-top: 1px solid var(--hoverColor);
}
footer .footerLink ul{
    list-style: none;
    width: 270px;
    display: flex;
    justify-content: space-between;
    gap:1.25em;
    }
footer .footerLink ul li{
    display: block;
    width: 80px;
    font-size: .6em;
}
footer .footerLink ul li a{
    color: #000;
}
.footer small{
    display: block;
    background-color: var(--btnColor);
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    font-size: .5em;
}

/* 960px以下ーーーーーーーーーーーーーーーーーーー */
@media (max-width: 960px) {
    body {
        background-image: url(../image/gbSp.jpg);
    }
    #Hbg+label {
        display: flex;
        align-items: center;
        width: 3em;
        aspect-ratio: 4/3;
        position: absolute;
        top: 2.25em;
        right: 1em;
    }
    #Hbg+label span,
    #Hbg+label::before,
    #Hbg+label::after{
        content: "";
        display: block;
        background: var(--textColor);
        width: 100%;
        height: 4px;
        transition: .5s;
    }
    #Hbg+label::before,
    #Hbg+label::after{
    position: absolute;
    }
    #Hbg+label::before{
        top: 0;
    }
    #Hbg+label::after{
        bottom: 0;
    }
    #Hbg:checked+label span {
        background: transparent;
        /* opacity: 0; (上と同じで透明にする指定)*/
    }
    #Hbg:checked+label::before{
        top: calc(50% - 2px);
        rotate: 45deg;
    }
    #Hbg:checked+label::after{
        bottom: calc(50% - 2px);
        rotate: -45deg;
    }
    body>header div nav ul {
        gap: 1.25em;
        font-size: 2em;
        padding: 1.5em 0;
        background: var(--hoverColor);
        opacity: .7;
        flex-flow: column;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 80%;
        left: 100%;
        transition: .5s;
    }
    body>header div nav ul li a {
        color: #fff;
    }
    #Hbg:checked~ul {
        left: 0;
    }

main {
    padding: 0 5%;
}
#CONCEPT {
    background: url(../image/topBgConcept_S.jpg) no-repeat center bottom/cover;
}
#CONCEPT h1 {
    right: 15%;
    left: auto;
}
.conceptSub .catch h3 {
    width: 100%;
    padding: 0 1em;
}
.conceptMain {
    flex-flow: column;
}
.conceptMain .catch{
    width: 90%;
    margin-top: 2em;
}
.conceptMain .image {
    order: -1;
    width: 80%;
}
.conceptSub .commitment p {
    margin: 2em 1em;
}

.conceptSub .catch h3 {
    padding: 0;
}
/* main4ーーーーーーーーーーーーーーーーーーー */
.conceptSub .egg {
    border-radius: 50px;
    flex-flow: column;
    padding: 1em;
}
.conceptSub .image {
    order: -1;
    width: 100%;
    text-align: center;
}
.conceptSub .catch {
    width: 90%;
    margin: 2em;
    text-align: center;
}
.conceptSub .catch h3,.conceptSub .catch p {
    display: inline-block;
    text-align: left;
}

/* main5ーーーーーーーーーーーーーーーーーーー */
.conceptSub .flour {
    border-radius: 50px;
    flex-flow: column;
    padding: 1em;
}
.conceptSub .flour .image {
    order: -1;
}

/* main6ーーーーーーーーーーーーーーーーーーー */
.conceptSub .sugar {
    border-radius: 50px;
    flex-flow: column;
    padding: 1em;
}
/* main7ーーーーーーーーーーーーーーーーーーー */
.conceptSub .material {
    margin: 4em 2em 0 2em;
}
/* main8ーーーーーーーーーーーーーーーーーーー */
.conceptSub .pastryChef {
    margin: 4em 2em 0 2em;
}
/* main9ーーーーーーーーーーーーーーーーーーー */
.Profile {
    margin-bottom: 2em;
}
.Profile .ProfileMaintext {
    flex-flow: column;
    width: 100%;
    position: initial;
}
.Profile .rinko {
    width: 100%;
    position: initial;
    bottom: auto;
    text-align: center;
}
.Profile .rinko img {
    width: 60%;
}
.Profile .ProfileMaintext .Maintext {
    width: calc(100% + 20px);
    margin-left: auto;
    padding: 4em 1em 2em 1em;
    margin-top: 1em;
    margin-bottom: 3em;
}
.Profile .ProfileMaintext .Maintext table th {
    width: 25%;
}
.Profile .ProfileMaintext .Maintext p {
    width:  25%;
    padding:  7% 0 0 0;
    right:  -3%;
    top: -2em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5vw;
}
.MaintextRinko::after {
	top: 10px;
	left: -15px;
	z-index: -1;
}
footer .footerLink{
    max-width: 1000px;
    padding-top: 0.5em;
}
footer .logo img{
    width: 5em;
}
footer .footerLink ul{
    width: 120px;
    gap:1.5em 1em;
    }
footer .footerLink ul li{
    width: 50px;
    font-size: .4em;
}
}
/***430px〜600px以下***/
@media (max-width: 600px) {
.conceptSub .commitment1 p:first-of-type {
    flex-flow: column;
}
}
/***375px〜430px以下***/
@media (max-width: 430px) {
    .Profile .ProfileMaintext .Maintext p {
        right:  -1%;
    }
    .Profile .ProfileMaintext .Maintext {
        border-right: solid 10px #111035;
    }
    footer .footerLink{
        max-width: 500px;
        padding-top: 0.2em;
    }
    footer .logo img{
        width: 3em;
    }
    footer .footerLink ul{
        justify-content: center;
        gap:0em 0.5em;
        }
    footer .footerLink ul li{
        width: 50px;
        font-size: .3em;
        text-align: center;
    }
    footer ul li img{
        height: 3em;
    }
}