@charset "utf-8";
/* CSS Document */

/* 初期設定 */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

body {
    margin: 0;
}

.l-contents {
    background-color: #FFF7D6 !important;
}

.l-main,
.l-main * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #403E3D;
    font-style: normal;
	line-height: 1.8125em;
	box-sizing: border-box;
    list-style: none;
}

.l-main {
    overflow: visible !important; 
}

.l-main.\--wide {
    padding: 0 !important;
    border-radius: 0 !important;
}

.l-main strong {
	font-weight: 700;
}

.l-main img {
    vertical-align: bottom;
}

.l-main table {
	border-collapse: collapse;
}

a:hover {
    opacity: 1 !important;
}


.wrap {
    background-color: #fff;
    width: 1160px;
    margin-inline: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.hero {
    text-align: center;
    padding: 30px 0px;
    position: relative;
    width: 100%;
}

.pr {
    position: absolute;
    font-size: 15px;
    right:  10px;
    top: 10px ;
}

.disc {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.credit {
    width: 840px;
    border-top: 1px solid #A09F9E;
    border-bottom: 1px solid #A09F9E;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
}

.h2Title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #0D89E6;
    text-align: center;
    width: 840px;
    line-height: 1.4em;
}

.h2Title::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #FDD632;
    margin-top: 20px;
    border-radius: 20px;
}

.ask {
    color: #0D89E6;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.8125em;
    width: 800px;
}

.ask::before {
    content: "――";
    color: #0D89E6;
}

.ask a {
    font: inherit;
    color: inherit;
}

.ask a:hover {
    text-decoration: underline;
}

.answer {
    width: 800px;
    text-indent: 1em;
    margin-bottom: 1.8125em;
}

.img_01 {
    margin-bottom: 50px;
}

.img_02 {
    margin-bottom: 70px;
    margin-top: 50px;
}

.img_03 {
    margin-top: 50px;
}

.img_04 {
    margin-bottom: 50px;
}

.img_05 {
    margin: 30px 0px 50px;
}

.img_06 {
    margin: 30px 0px 50px;
}

.product {
    width: 1000px;
    border-radius: 70px;
    border: 1px solid #A09F9E;
    overflow: hidden;
    position: relative;
}

.product::before {
    content: "";
    display: block;
    width: 100%;
    height: 460px;
    background-color: #FFF7D6;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product__disc {
    color: #0D89E6;
    font-weight: 700;
    padding: 40px 90px;
    background-color: #FDD632;
    position: relative;
    z-index: 2;
}

.product__disc sup {
    color: inherit;
    font-size: 10px;
    font-weight: inherit;
}

.product__aside {
    font-size: 12px;
    width: 800px;
    margin: 10px auto 0;
    position: relative;
    z-index: 2;
}

.productList {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.product__dl {
    text-align: center;
    margin-top: 30px;
}

.product__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    color: #0D89E6;
}

.product__title span {
    font-size: 25px;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.product__txt {
    font-size: 12px;
}

.productBox {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
}

.productBox::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: #FFF7D6;
    position: absolute;
    left: 0px;
    top: 70px;
}

.img_09 {
    position: relative;
    z-index: 2;
}

.btn {
    background-color: #FFF7D6;
    padding: 55px 0;
    text-align: center;
}

.insta__aside {
    width: 1000px;
    margin: 10px auto 30px;
    text-align: right;
    font-size: 12px;
}

.offer {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 1000px;
    margin: 0 auto 50px;
}