html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 2px;
    background: #fff;
	border-left: solid 0px #8fbc92;
}

::-webkit-scrollbar-thumb{
	background: #ecc656;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #ecc656;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
        font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
}


/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Roboto", sans-serif;
*/







@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}


body {
    color: #212121;
background: linear-gradient(
  to bottom,
  #c99a1f 0%,
  #c99a1f 30%,
  #ecc656 55%,
  #c99a1f 80%,
  #9c6a00 100%
);
	font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.4;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
}

header {
    padding: 3rem 6rem;
}h1#header_logo {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.4rem;
}div#mv {
    width: 100%;
    height: 50rem;
    overflow: hidden;
}div#mv img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
}


section#content_section {
    padding: 16rem 0;
}


h2.adoremiel_h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.4rem;
    line-height: 2;
    font-size: 1.8rem;
    margin-bottom:10rem;
}

ul.honey {
    margin: 0 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}ul.honey li {
    width: 24rem;
}.honey_img {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        border: solid 5px rgb(255 255 255 / 34%);
}.honey_img img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

p.honey_p {
    text-align: center;
    margin-top: 2rem;
    color: #fff;
    letter-spacing: 0.2rem;
}p.honey_p small {
    display: block;
    font-size: 1.6rem;
}



div#ad_center_img {
    margin: 14rem 0 0rem;
    height: 40rem;
    overflow: hidden;
}div#ad_center_img img {
    height: 40rem;
    object-fit: cover;
}.about_ad {
    background: #fff;
    padding: 10rem 10rem;
    text-align: center;
    line-height: 2;
}h2.about_h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    margin-bottom: 4rem;
}



}