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: 10rem;
    background: #fff;
	border-left: solid 0px #e7cccc;
}

::-webkit-scrollbar-thumb{
	background: #6dae90;
	border-radius: 10rem;
	box-shadow: inset 0 0 0 1px #fff;
}

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


/* font
font-family: "Noto Serif JP", serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "M PLUS Rounded 1c", sans-serif;
*/


.-disnone {
    display: none;
}


:root{
  /* =========================
     LINE
     ========================= */
  --line-green: #06C755;
  --line-green-dark: #04B14B;
  --line-green-soft: rgba(6, 199, 85, .12);

  /* =========================
     Instagram
     ========================= */
  --insta-1: #F58529;
  --insta-2: #DD2A7B;
  --insta-3: #8134AF;
  --insta-4: #515BD4;

  --insta-grad: linear-gradient(
    45deg,
    var(--insta-1),
    var(--insta-2),
    var(--insta-3),
    var(--insta-4)
  );
  /* =========================
     Mail
     ========================= */
  --mail-navy: #1F3A8A;
  --mail-navy-dark: #172554;
  --mail-soft: rgba(31, 58, 138, .12);
}


.--shop {
        text-align: center;
        line-height: 3;
        font-weight: bold;
}span.order_shop a {
		display: block;
        padding: 0.2rem 2.5rem;
        border: solid 1px;
        border-radius: 10rem;
        text-decoration: none;
        color: #666;
        width: 100%;
        margin: 0.5rem 0;
}span.order_shop {
    display: block;
}

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




section#recommend {
    background: #fff;
    padding: 2rem 4rem;
}h2.recommend_h2 {
    font-weight: bold;
}ul.recommend_ul {
    margin: 2rem 0;
}ul.recommend_ul li strong {
    display: block;
}ul.recommend_ul li {
    padding: 1rem 0;
}section#voice {
    background: #fff;
    padding: 0 4rem 4rem;
}h2.voice_h2 {
    font-weight: bold;
}p.voice_p {
    font-weight: 500;
    margin-top: 0.5rem;
}dt {
    font-weight: 500;
    font-size: 1.2rem;
}dd {
    margin-left: 0;
    margin: 1rem 0 1rem;
}p.voice_p {
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}


.btn{
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}

/* LINE */
.btn-line{
  background: var(--line-green);
        color: #fff;
        display: block;
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
}
.btn-line:hover{
  background: var(--line-green-dark);
}

/* Instagram */
.btn-insta{
  background: var(--insta-grad);
        color: #fff;
        display: block;
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
}

/* Mail */
.btn-mail{
  background: var(--mail-navy);
        color: #fff;
        display: block;
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
}
.btn-mail:hover{
  background: var(--mail-navy-dark);
}


/* =========================
   BADGE（薄背景タイプ）
   ========================= */

.badge-mail{
  background: var(--mail-soft);
  color: var(--mail-navy);
  border: 1px solid rgba(31, 58, 138, .3);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
}



p.open_p {
}span.open_span {
        width: 9rem;
    margin: 0px 1rem;
    text-align: center;
}a.title_a {
	font-size: 1rem;
    display: block;
    margin-top: 1rem;
    background: #fff;
    border-radius: 10rem;
    padding: 0.2rem 0rem;
    text-decoration: none;
    color: #4272ff;
    font-weight: bold;
}img.open_img {
    width: 5rem;
    margin: 0 auto;
}    p.open_p {
        display: none;
    }p.open_p.--left_space {
        margin-top: 2rem;
        display: block;
}


:root {
  font-size: 1vw;
}


body {
    color: #212121;
    background: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
}


div#wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4vh 4rem;
}div#pc_left {
        width: 28rem;
        margin: 9vh 5rem 0;
        position: sticky;
        top: 10vh;
}b.center {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    margin-top: -1.5rem;
    background: #fff;
    border-radius: 10rem;
    padding: 0.8rem 0;
    color: #7f9195;
}div#pc_right {
    width: 48rem;
}header {
        background: #ffffff;
        padding: 2rem;
        position: relative;
        height: 5rem;
}p.pc_left {
        font-family: "Noto Serif JP", serif;
        margin: 3vh 0;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.2rem;
}span.pc_left_span {
        font-size: 1.3rem;
        background: #fff;
        border-radius: 10rem;
        padding: 0.3rem 2.4rem;
        margin-right: 1rem;
}div#header_logo {
    position: absolute;
    top: 1.5rem;
    background-image: url(https://colorlist.mira-inc.jp/img/logo.png);
    width: 11rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}h1#header_h1 {
    text-indent: 100rem;
}


div#gnav {
        width: 3rem;
        height: 2.5rem;
        margin: 1rem;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0.2rem;
        right: 2rem;
}#gnav span{
    display: inline-block;
    transition: all .4s;
}div#gnav span:nth-of-type(1) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(2) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(3) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}#gnav.active span:nth-of-type(1) {
        background: #a0e3c5 !important;
        transform: translateY(0.4rem) rotate(-30deg);
}#gnav.active span:nth-of-type(2) {
        display: none;
}#gnav.active span:nth-of-type(3) {
        width: 3rem;
        background: #a0e3c5 !important;
        transform: translateY(-0.18rem) rotate(30deg);
}
nav#header_nav {
pointer-events: none; 
transition: opacity 360ms ease, visibility 360ms ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.panelactive {
	pointer-events: auto!important;
    opacity: 1!important;
    display: block !important;
    background: rgb(255 255 255 / 94%);
    height: 100vh;
    z-index: 99;
}


ul.header_nav_ul {
        padding: 10vh 4rem;
}ul.header_nav_ul li a {
        text-decoration: none;
        color: #62a788;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: block;
        position: relative;
        letter-spacing: 0.1rem
}ul.header_nav_ul li a:after {
        content:"\002192";
        position:absolute;
        right: 0rem;
}a.shop_bt {
		border-radius: 10rem;
        background: #d58585;
        padding: 1.5rem 2rem;
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.1rem;
        position: relative;
        font-weight: 500;
        font-size: 1.4rem;
}a.shop_bt:after {
        content:"\002192";
        position:absolute;
        right: 2rem;
}li.ul_image_content_bt_space {
        background: #fff;
        padding: 6rem 2rem;
}.ul_image_content_img {
    position: relative;
}

div#spec_space {
    background: #ffffff;
        padding: 0rem 4rem 4rem;
}ul.spec_ul li {
		font-family: "M PLUS Rounded 1c", sans-serif;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem 0 1.3rem;
        border-bottom: 1px solid #eeee;
}span.spec_ul_span {
        font-weight: 600;
        width: 12rem;
        letter-spacing: 0.2rem;
        margin-right: 2rem;
}p.spec_name {
    width: 22rem;
}.precautions {
    color: #535353;
    margin-top: 4rem;
    padding: 1.5rem;
    background: #f7f2f2;
}h3.precautions_h3 {
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}ul.precautions_ul li {
        position: relative;
        padding: 0.5rem 0 0.5rem 2rem;
}ul.precautions_ul li:before {
    content: "●";
    position: absolute;
    left: 0rem;
}

p.icon_p.--yukirin {
    bottom: 5rem;
}p.icon_p.--yukirin span {
    width: 6rem !important;
}svg#x_svg {
    width: 3rem;
}

p.icon_p {
        position: absolute;
        bottom: 16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
}span.icon_span {
		text-align: center;
        display: block;
        width: 11rem;
        font-weight: bold;
        font-size: 1.1rem;
}span.icon_span img {
        width: 4rem;
        margin: 0 auto;
}span.icon_span a {
		text-decoration: none;
        color: #e58d8d;
}footer {
    text-align: center;
    margin-top: 4rem;
    letter-spacing: 0.1rem;
    color: #fff;
}

.company {
    margin-top: 4rem;
}



}






@media screen and (max-width: 969px){

b.center {
    text-align: center;
    display: block;
}
section#recommend {
    background: #fff;
    padding: 2rem 2rem;
}h2.recommend_h2 {
	font-weight: bold;
        font-size: 1.4rem;
}ul.recommend_ul {
    margin: 1rem 0;
}ul.recommend_ul li strong {
        display: block;
        margin-bottom: 0.5rem;
}ul.recommend_ul li {
        padding: 1rem 0;
        font-size: 1.1rem;
}section#voice {
    background: #fff;
    padding: 0 2rem 4rem;
}h2.voice_h2 {
	font-weight: bold;
        font-size: 1.4rem;
}p.voice_p {
    font-weight: 500;
    margin-top: 0.5rem;
}dt {
        font-size: 1.1rem;
        font-weight: bold;
}dd {
        font-size: 1.1rem;
    margin-left: 0;
    margin: 1rem 0 1rem;
}p.voice_p {
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}


.btn{
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}

/* LINE */
.btn-line{
  background: var(--line-green);
        color: #fff;
        display: block;
        padding: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
}
.btn-line:hover{
  background: var(--line-green-dark);
}

/* Instagram */
.btn-insta{
  background: var(--insta-grad);
        color: #fff;
        display: block;
        padding: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
}

/* Mail */
.btn-mail{
  background: var(--mail-navy);
        color: #fff;
        display: block;
        padding: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
}
.btn-mail:hover{
  background: var(--mail-navy-dark);
}


/* =========================
   BADGE（薄背景タイプ）
   ========================= */

.badge-mail{
  background: var(--mail-soft);
  color: var(--mail-navy);
  border: 1px solid rgba(31, 58, 138, .3);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
}


p.open_p {
        margin: 0 2rem;
        padding: 2rem 0;
}span.open_span {
        margin: 1rem 0.5rem;
        text-align: center;
        display: block;
}a.title_a {
	font-size: 0.7rem;
    display: block;
    margin-top: 1rem;
    background: #fff;
    border-radius: 10rem;
    padding: 0.2rem 0rem;
    text-decoration: none;
    color: #4272ff;
    font-weight: bold;
}img.open_img {
    width: 5rem;
    margin: 0 auto;
}




:root {
  font-size: 3.24vw;
}


body {
    color: #212121;
    background: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
}


div#wrapper {
}div#pc_left {
    display: none;
}div#pc_right {
}header {
        background: #fff;
        padding: 1rem;
        position: relative;
        height: 4.9rem;
}div#header_logo {
        position: absolute;
        top: 1.5rem;
    background-image: url(https://colorlist.mira-inc.jp/img/logo.png);
        width: 9rem;
        height: 2rem;
        left: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
}h1#header_h1 {
    text-indent: 100rem;
}


div#gnav {
        width: 3rem;
        height: 2.5rem;
        margin: 1rem;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0.2rem;
        right: 1rem;
}#gnav span{
    display: inline-block;
    transition: all .4s;
}div#gnav span:nth-of-type(1) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(2) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}div#gnav span:nth-of-type(3) {
        width: 3rem;
        height: 2px;
        background: #a0e3c5;
        display: block;
        margin: 0.5rem;
}#gnav.active span:nth-of-type(1) {
        background: #a0e3c5 !important;
        transform: translateY(0.4rem) rotate(-30deg);
}#gnav.active span:nth-of-type(2) {
        display: none;
}#gnav.active span:nth-of-type(3) {
        width: 3rem;
        background: #a0e3c5 !important;
        transform: translateY(-0.18rem) rotate(30deg);
}
nav#header_nav {
pointer-events: none; 
transition: opacity 360ms ease, visibility 360ms ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.panelactive {
pointer-events: auto!important;
    opacity: 1!important;
    display: block !important;
    background: rgb(255 255 255 / 94%);
    height: 100vh;
    z-index: 99;
}


ul.header_nav_ul {
        padding: 10rem 3rem;
}ul.header_nav_ul li a {
        text-decoration: none;
        color: #62a788;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: block;
        position: relative;
        letter-spacing: 0.1rem
}ul.header_nav_ul li a:after {
        content:"\002192";
        position:absolute;
        right: 0rem;
}a.shop_bt {
		border-radius: 10rem;
        background: #d58585;
        padding: 1.5rem 2rem;
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.1rem;
        position: relative;
        font-weight: 500;
        font-size: 1rem;
}a.shop_bt:after {
        content:"\002192";
        position:absolute;
        right: 2rem;
}li.ul_image_content_bt_space {
        background: #fff;
        padding: 6rem 2rem;
}.ul_image_content_img {
    position: relative;
}p.pc_left {
        font-family: "Noto Serif JP", serif;
        margin: 3vh 0;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.2rem;
}span.pc_left_span {
        font-size: 1rem;
        background: #fff;
        border-radius: 10rem;
        padding: 0.3rem 1.4rem;
        margin-right: 1rem;
}

div#spec_space {
    background: #ffffff;
    padding: 2rem;
}ul.spec_ul li {
        font-size: 1rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem 0 1.3rem;
        border-bottom: 1px solid #eeee;
}span.spec_ul_span {
        font-weight: 600;
        width: 14rem;
        letter-spacing: 0.1rem;
        margin-right: 2rem;
        font-size: 0.95rem;
}p.spec_name {
    width: 26rem;
}.precautions {
    color: #535353;
    margin-top: 4rem;
    padding: 1.5rem;
    background: #f7f2f2;
}h3.precautions_h3 {
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}ul.precautions_ul li {
        position: relative;
        padding: 0.5rem 0 0.5rem 2rem;
        font-size: 1rem;
}ul.precautions_ul li:before {
    content: "●";
    position: absolute;
    left: 0rem;
}

p.icon_p.--yukirin {
    bottom: 2rem;
}p.icon_p.--yukirin span {
        width: 3rem !important;
        margin: 0 0.5rem;
}svg#x_svg {
    width: 2.2rem;
}
p.icon_p.--yukirin .icon_span img {
        width: 3.2rem !important;
}

p.icon_p {
        position: absolute;
        bottom: 9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
}span.icon_span {
		text-align: center;
        display: block;
        width: 11rem;
        font-weight: bold;
        font-size: 1rem;
}span.icon_span img {
        width: 3.4rem;
        margin: 0 auto;
}span.icon_span a {
		text-decoration: none;
        color: #e58d8d;
}footer {
        text-align: center;
        margin-top: 2rem;
        letter-spacing: 0.1rem;
        color: #fff;
        margin-bottom: 2rem;
        font-size: 1rem;
}

.company {
    margin-top: 4rem;
}



}