@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2? family= Noto+Serif+JP & family= Unica+One & display=swap');

body {
    font-size: 16px;
    line-height: 2.5em;
    color: #202020;
    font-family: 'Noto+Serif','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Roman','Times New Roman',sans-serif;
    letter-spacing: 0.1rem;
    background: #dddddd;
}
a {text-decoration: none;font: #252525;}
img {width: 100%;}

section {
    width: 100%;
    overflow: hidden;
}
section + section {
    padding: 50px 0;
}
.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}
h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #BF9B23;
}
h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #BF9B23;
    border-bottom: 1px solid #BF9B23;
}
p {letter-spacing: 0.05rem;}
header {
    width: 100%;
    height: 700px;
    position: relative;
    margin: 0 0 30px;
    background-image: url(../images/main_visual.jpg);
    background-size: cover;
    background-position: center center;
}
header .logo {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #cba34d;
}
header .logo img {
    width: 80%;
    margin: 10% 10%;
}

.textbox_r {
    width: 58%;
    float: right;
    margin: 20px 1%;
}
.imgbox_l {
    width: 35%;
    margin: 0 5% 0 0%;
}
.imgbox_l img {
    width: 100%;
}

.summary {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.summary li {
    width: 40%;
    margin: 20px 5%;
    color: #fff;
}

.item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item li {
    width: 45%;
    margin: 10px auto 50px;
    padding: 10px;
    background: #ffffff;
}
.item li img {
    width: 40%;
    object-fit: cover;
    float: left;
}
.item li .textbox_item {
    width: 60%;
    float: left;
}
.item li h3 {
    margin: 10px 0 0;
    font-size: 16px;
    color: #555;
    border-bottom: none;
}
.item li .price {
    width: 100%;
    margin: 5px auto 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8rem;
    color: #BF9B23;
}
.item li .price dt {
    width: 40%;
    font-weight: 600;
}
.item li .price dd {
    width: 40%;
    margin: 0 10% 0 0;
    font-weight: 600;
}
.item li .price dd span {
    font-size: 14px;
    font-weight: 600;
}
.item li .textbox_item p {
    font-size: 13px;
    line-height: 1.5rem;
    margin: 0 0 10px;
}
.btn_normal a {
    width: 300px;
    display: block;
    margin: 30px auto;
    background: #BF9B23;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s;
}
.btn_normal a:hover {
    background: #d6a811;
    transition: all 0.3s;
}
.bnr_insta {
    width: 90%;
    max-width: 600px;
    margin: 10px auto 40px;
}
.bnr_insta img {
    width: 100%;
}
.bnr_insta a:hover {
    opacity: 0.7;
}
.manufacture {
    width: 80%;
}
.manufacture {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.manufacture h3 {
    font-size: 14px;
    line-height: 1.8rem;
    text-align: center;
    border: 1px solid #BF9B23;
    color: #BF9B23;
}
.manufacture p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
}

.company {
    width: 80%;
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8rem;
}
.company dt {
    width: 100px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #BF9B23;
    color: #BF9B23;
    font-weight: 600;
}
.company dd {
    width: calc( 100% - 120px);
    margin: 10px 0 10px 20px;
}

footer {
    width: 100%;
    padding: 40px 0 0;
    background: #cba34d;
}
footer .logo {
    width: 130px;
    margin: 0 auto 20px;
}
footer .copy {
    font-size: 13px;
    text-align: center;
}

.pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 20px;
}
.pagetop img {
    width: 100%;
    height: 100%;
}
.pagetop:hover {
    opacity: 0.8;
}
.bg_black {background: #141210;}


/* タブレット向け
================================================*/
@media screen and (max-width:1279px) {
body {
    line-height: 2em;
}
.wrapper {
    width: 100%;
    max-width: 1260px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
header {
    height: 600px;
}

.textbox_r {
    width: 70%;
    max-width: 800px;
    float: none;
    margin: 20px auto;
}
.imgbox_l {
    width: 50%;
    max-width: 600px;
    margin: 0 auto 0;
}

.summary {
    width: 95%;
}

.item {
    width: 90%;
    margin: 10px auto;
}
.item li img {
    width: 50%;
    margin: 0 25%;
    object-fit: cover;
    float: left;
}
.item li .textbox_item {
    width: 100%;
    float: left;
}
.item li .textbox_item h3 {
    text-align: center;
}
.item li .price {
    width: 90%;
    min-width: 350px;
    margin: 10px 5%;
    font-size: 15px;
}
.item li .price dt {
    width: 45%;
}
.item li .price dd {
    width: 50%;
    margin: 0 5% 0 0;
}
.item li .price dd span {
    font-size: 13px;
}
.item li .textbox_item p {
    font-size: 13px;
    line-height: 1.5rem;
}

}

/* スマートフォン
================================================*/
@media screen and (max-width:768px) {

body {
    font-size: 15px;
    line-height: 2em;
}
section + section {
    padding: 20px 0;
}
a {text-decoration: none;}
.wrapper {
    width: 98%;
    margin: 0 auto;
}
h2 {
    font-size: 21px;
}
h3 {
    font-size: 16px;
}
header {
    width: 100%;
    height: 600px;
    background-image: url(../images/main_visual_sp.jpg);
}
header .logo {
    width: 80px;
    height: 60px;
}

.textbox_r {
    width: 90%;
    max-width: 600px;
}
.imgbox_l {
    width: 60%;
    max-width: 400px;
    margin: 0 auto 0;
}

.summary li {
    width: 90%;
    margin: 20px 5%;
}

.item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item li {
    width: 95%;
    margin: 10px 2.5% 50px;
}
.item li img {
    width: 80%;
    margin: 0 10%;
    object-fit: cover;
}
.item li .price dt {
    width: 40%;
    font-weight: 600;
}
.item li .price dd {
    width: 55%;
    margin: 0 5% 0 0;
}
.item li .price dd span {
    font-size: 13px;
}
.btn_normal a {
    width: 90%;
    min-width: 250px;
}
.manufacture {
    width: 100%;
    margin: 50px auto 0;
}
.manufacture {
    width: 90%;
    margin: 0 5% 25px;
}

.company {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8rem;
}
.company dt {
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1.3rem;
    background: #cba34d;
}
.company dd {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
}

footer {
    width: 100%;
    padding: 40px 0 0;
    background: #cba34d;
}
footer .logo {
    width: 120px;
}
footer .copy {
    font-size: 12px;
}


}