body{
    font-family: "Yu Mincho", "YuMincho";
}

h1 {
    text-align: center;
    padding: 10px 0px;
}

h1 img {
    width: 30%;
}

h2 {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 3px;
}

h3 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 2px;
}

p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.sp{
    display: none;
}

article {
    padding: 80px 0px;
}

#tuib a:first-child {
    width: 25%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

#tuib a:first-child img {
    width: 100%;
}

#tuib a:last-child {
    position: fixed;
    bottom: 0;
    z-index: 10000;
}

#cbd_content {
    width: 100%;
    background-color: #AC140F;
    text-align: center;
    color: white;
}

#cbd_content h3{
    padding: 30px 0px;
}

.flex_content {
    margin: 0 auto;
    width: 60%;
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex_content dd {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.name {
    color: #A9803F;
    font-size: 25px;
    padding-bottom: 30px;
}

.product {
    width: 30%;
    text-align: center;
}

.product p{
    line-height: 25px;
}

.product img {
    width: 40%;
    padding-bottom: 25px;
}
.diteil {
    width: 60%;
}

.diteil div {
    padding-bottom: 50px;
}

.flex_content div a {
    letter-spacing: 2px;
    padding: 10px 70px;
    font-size: 20px;
    background-color: #707070;
    color: white;
    text-decoration: none;
}

#serch {
    width: 100%;
    text-align: center;
    background-image: url(../img/マスクグループ17.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#serch h2 {
    color: #AC140F;
    padding-bottom: 30px;
}

#serch img {
    padding: 50px 0px;
}

#serch div {
    width: 80%;
    padding-top: 30px;
    text-align: right;
}

#serch div p {
    font-size: 12px;
}

#wish {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#wish h2 {
    color: #A9803F;
    padding-bottom: 30px;
}

#wish5 {
    padding: 50px 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#wish5 img {
    width: 80%;
    padding-bottom: 20px;
}

#marula {
    position: relative;
    margin-top: 150px;
    width: 100%;
    height: 1100px;
    background-image: url(../img/グループ4456.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#marula_content{
    position: relative;
    width: 60%;
    height: 100%;
    margin: 0 auto;
    color: white;
}

#marula_content section h3{
    padding-bottom: 30px;
}

#marula_content section p{
    padding-bottom: 20px;
    line-height: 30px;
}

#marula_content section:first-child{
    position: absolute;
    top: 15%;
}
#marula_content section:last-child{
    position: absolute;
    bottom: 1.5%;
}

.marula{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -ms-transform: translate(-50%,-70%);
    width: 400px;
    height: auto;
}

.marula img{
    width: 100%;
    height: auto;
}

#scent {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../img/earrings-jewelry-ear-sexy-blonde-woman-pressed-perfect-blonde-girl-gorgeous-mysterious-look-advertising-jewelry-beautiful-earrings-girl-ear-copy-space.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

#scent div {
    text-align: right;
    width: 70%;
    position: absolute;
    right: 50px;
    bottom: 100px;
    color: white;
}

#scent div h2 {
    padding-bottom: 30px;
}

#scent div p {
    padding-bottom: 30px;
}

#story {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#story h2 {
    color: #A9803F;
    padding-bottom: 30px;
}

#story p {
    text-align: left;
    padding-bottom: 30px;
}

#story img {
    padding-top: 30px;
    width: 50%;
}

#cath {
    width: 100%;
    background-image: url(../img/マスクグループ17.png);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#cath h2{
    color: #A9803F;
    padding-bottom: 50px;
}

#cath p {
    width: 70%;
    margin: 0 auto;
}

#cath #cath_img {
    margin: 50px auto 0px;
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#cath img {
    width: 70%;
    padding: 0px 20px;
}


#waribiki{
    text-align: center;
    margin-bottom: 50px;
}


footer {
    width: 100%;
    background-color: #AC140F;
    padding: 15px 0px;
    color: white;
}

#footer_content img {
    width: 50px;
    padding-left: 15px;
}

#footer_content {
    width: 90%;
    margin: 0 auto;
}

#footer_content #sns {
    text-align: right;
}

#footer_content span{
    font-size: 12px;
}


footer ul{
    max-width: 6em;
}


footer li {
    text-align: center;
    line-height: 25px;
    padding-bottom: 15px;
}

footer a {
    text-decoration: none;
    color: white;
}

#footer_log {
    width: 100%;
    text-align: center;
}

#footer_log img {
    width: 25%;
}