/* CSS Document */
/* ==================================================

	icon

 ================================================== */
@font-face {
    font-family: 'icon';
    src: url('/moage/fonts/icon.eot?z9136r');
    src: url('/moage/fonts/icon.eot?z9136r#iefix') format('embedded-opentype'),
        url('/moage/fonts/icon.ttf?z9136r') format('truetype'),
        url('/moage/fonts/icon.woff?z9136r') format('woff'),
        url('/moage/fonts/icon.svg?z9136r#icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "icoset";
    src: url(/kekkonuchiiwai/fonts/icoset.ttf) format("truetype"), url(/kekkonuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'defico';
    src: url("/cmn/css/fonts/icoset.eot");
    src: url("/cmn/css/fonts/icoset.eot#iefix") format("embedded-opentype"), url("/cmn/css/fonts/icoset.ttf") format("truetype"), url("/cmn/css/fonts/icoset.woff") format("woff"), url("/cmn/css/fonts/icoset.svg#icoset") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-point_shine:before {
    content: "\e906";
}

.icon-catalog:before {
    content: "\e902";
}

.icon-shop:before {
    content: "\e903";
}

.icon-chevron-down:before {
    content: "\e904";
}

.icon-chevron-left:before {
    content: "\e900";
}

.icon-chevron-right:before {
    content: "\e901";
}

.icon-controller-record:before {
    content: "\e905";
}

/* ==================================================

	common

 ================================================== */
body {
    counter-reset: point_number;
}

/*
	section
================================ */
#moage section {
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .2rem;
}

#moage section .inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

/*
	text
================================ */
#moage .serif {
    font-family: 'Noto Serif JP', serif;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {

    /*
		section
	================================ */
    #moage section {
        padding: 100px 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

/* ==========================================
	1024~(PC)
========================================== */
@media screen and (min-width:1024px) {

    /*
		section
	================================ */
    #moage section .inner {
        width: 100%;
    }
}




/* ========================================

	.main_visual

 ======================================== */
#moage .main_visual {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    min-height: 400px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

/*
	h1
================================ */
#moage .main_visual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-shadow: 0 0 12px #383838;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-align: center;
    z-index: 1;
}

/* span -------------------- */
#moage .main_visual h1 span {
    display: block;
}

/* img -------------------- */
#moage .main_visual h1 img {
    display: block;
    width: 90%;
    max-width: 180px;
    margin: 0 auto 20px;
}

/*
	.bg_img
================================ */
#moage .main_visual .bg_img {
    margin: 0 auto;
    background-size: auto 100%;
    background-position: top center;
    -webkit-filter: blur(2px) brightness(68%);
    filter: blur(2px) brightness(68%);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

#moage .main_visual .bg_img:hover {
    -webkit-filter: blur(0px) brightness(95%);
    filter: blur(0px) brightness(95%);
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {
    #moage .main_visual {
        height: 800px;
        min-height: 600px;
    }

    /*
		h1
	================================ */
    #moage .main_visual h1 {
        font-size: 4.4rem;
        letter-spacing: 1rem;
        line-height: 1.8;
    }

    /* span -------------------- */
    #moage .main_visual h1 span {
        display: inline-block;
        margin-right: 16px;
    }

    #moage .main_visual h1 span:last-child {
        display: block;
    }

    /* img -------------------- */
    #moage .main_visual h1 img {
        max-width: 230px;
        margin: 0 auto 30px;
    }
}

.top-attention {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 0 5px #383838;
}


/* ========================================

	.greeting_area

 ======================================== */
#moage .greeting_area {
    padding-bottom: 0;
}

/*
	.lead
================================ */
#moage .greeting_area .lead {
    padding: 0 1rem;
    color: #383838;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .1rem;
}

.spMode #moage .greeting_area .lead br {
    display: none;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {

    /*
		.lead
	================================ */
    #moage .greeting_area .lead {
        font-size: 2rem;
        text-align: center;
    }
}



/* ========================================

	.cataloggift_area

 ======================================== */
/*
	h2
================================ */
#moage .cataloggift_area h2 {
    position: relative;
    margin: 14px 0 35px;
    padding: 15px 10px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 10px;
    border-top-color: rgba(142, 113, 28, .2);
    border-bottom-color: rgba(142, 113, 28, .2);
    background-color: rgba(142, 113, 28, .2);
    background-image: url(/moage/images/cataloggift_h2_bg.png);
    background-repeat: repeat;
}

/* before,after -------------------- */
#moage .cataloggift_area h2:before,
#moage .cataloggift_area h2:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(142, 113, 28, .2);
}

/* before ------------ */
#moage .cataloggift_area h2:before {
    top: 0;
    margin-top: -8px;
}

/* after ------------ */
#moage .cataloggift_area h2:after {
    bottom: 0;
    margin-bottom: -8px;
}

/* span -------------------- */
#moage .cataloggift_area h2 .ttl {
    display: block;
    margin: 5px 0;
    font-size: 2.4rem;
}

/*
	.lead
================================ */
#moage .cataloggift_area .lead {
    font-size: 1.4rem;
}

/*
	h3
================================ */
#moage .cataloggift_area h3 {
    margin: 30px 0 15px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-top: 2px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #8e711c;
}

/* span -------------------- */
#moage .cataloggift_area h3 .ttl_wrap {
    display: block;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #8e711c;
}

#moage .cataloggift_area h3 .ttl_wrap span {
    color: #8e711c;
}

/*
	.boxAbout
================================ */
#moage .cataloggift_area .boxAbout {
    position: relative;
}

/* .featureList -------------------- */
#moage .cataloggift_area .featureList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 350px;
    left: 20px;
    width: 100%;
    padding: 5px 10px 10px 10px;
    background-color: #f5f4ee;
}

/* li ------------ */
#moage .cataloggift_area .featureList li {
    width: 49%;
}

#moage .cataloggift_area .featureList li:nth-of-type(n + 3) {
    margin-top: 5px;
}

/*
	.boxLineupIntro
================================ */
#moage .cataloggift_area .boxLineupIntro {
    margin-top: 30px;
    padding: 15px 15px 30% 15px;
    background-color: #f9f5ed;
    background-image: url(/moage/images/bg_lineup_intro.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

/* h4 -------------------- */
#moage .cataloggift_area .boxLineupIntro h4 {
    margin-bottom: 15px;
    text-align: center;
}

/*
	.boxCatalog
================================ */
#moage .cataloggift_area .boxCatalog {
    display: table;
    width: 100%;
    margin-top: -1px;
    padding: 15px 0;
    table-layout: fixed;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    border-top: 1px solid #9c947c;
    border-bottom: 1px solid #9c947c;
}

#moage .cataloggift_area .boxCatalog:nth-of-type(1) {
    margin-top: 30px;
}

/* .pic -------------------- */
#moage .cataloggift_area .boxCatalog .pic {
    display: table-cell;
    width: 100px;
}

#moage .cataloggift_area .boxCatalog .pic img {
    width: 100%;
    -webkit-box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
    box-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
}

/* .box_inner -------------------- */
#moage .cataloggift_area .boxCatalog .box_inner {
    display: table-cell;
    padding-left: 20px;
    padding-left: 50px;
    vertical-align: middle;
}

/* .catch ------------ */
#moage .cataloggift_area .boxCatalog .catch {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
}

/* .cellenage ------------ */
#moage .cataloggift_area .boxCatalog.cellenage .catch {
    background-color: #a2c0cb;
}

#moage .cataloggift_area .boxCatalog.cellenage:hover {
    background-color: rgba(162, 192, 203, 0.10);
}

/* .hapiage ------------ */
#moage .cataloggift_area .boxCatalog.hapiage .catch {
    background-color: #deb44e;
}

#moage .cataloggift_area .boxCatalog.hapiage:hover {
    background-color: rgba(222, 180, 78, 0.10);
}

/* .amorage ------------ */
#moage .cataloggift_area .boxCatalog.amorage .catch {
    background-color: #deb4c2;
}

#moage .cataloggift_area .boxCatalog.amorage:hover {
    background-color: rgba(222, 180, 194, 0.10);
}

/* .rafinage ------------ */
#moage .cataloggift_area .boxCatalog.rafinage .catch {
    background-color: #9680b1;
}

#moage .cataloggift_area .boxCatalog.rafinage:hover {
    background-color: rgba(150, 128, 177, 0.10);
}

/* .elegage ------------ */
#moage .cataloggift_area .boxCatalog.elegage .catch {
    background-color: #cb7f68;
}

#moage .cataloggift_area .boxCatalog.elegage:hover {
    background-color: rgba(203, 127, 104, 0.10);
}

/* .gracage ------------ */
#moage .cataloggift_area .boxCatalog.gracage .catch {
    background-color: #8f4947;
}

#moage .cataloggift_area .boxCatalog.gracage:hover {
    background-color: rgba(143, 73, 71, 0.10);
}

/* .ideage ------------ */
#moage .cataloggift_area .boxCatalog.ideage .catch {
    background-color: #b2763a;
}

#moage .cataloggift_area .boxCatalog.ideage:hover {
    background-color: rgba(178, 118, 58, 0.10);
}

/* .pleage ------------ */
#moage .cataloggift_area .boxCatalog.pleage .catch {
    background-color: #32643f;
}

#moage .cataloggift_area .boxCatalog.pleage:hover {
    background-color: rgba(50, 100, 63, 0.10);
}

/* .luxage ------------ */
#moage .cataloggift_area .boxCatalog.luxage .catch {
    background-color: #114179;
}

#moage .cataloggift_area .boxCatalog.luxage:hover {
    background-color: rgba(17, 65, 121, 0.10);
}

/* .fabulage ------------ */
#moage .cataloggift_area .boxCatalog.fabulage .catch {
    background-color: #270b21;
}

#moage .cataloggift_area .boxCatalog.fabulage:hover {
    background-color: rgba(39, 11, 33, 0.10);
}

/* .cardgift ------------ */
#moage .cataloggift_area .boxCatalog.cardgift:hover {
    background-color: rgba(199, 167, 70, 0.10);
}

/* .name ------------ */
#moage .cataloggift_area .boxCatalog .name {
    font-size: 1.6rem;
    margin: 5px 0 10px;
}

#moage .cataloggift_area .boxCatalog .name span {
    display: block;
    font-size: 2rem;
}

/* .price ------------ */
#moage .cataloggift_area .boxCatalog .price {
    font-size: 1.2rem;
}

/* .detail ------------ */
#moage .cataloggift_area .boxCatalog .detail {
    font-size: 1.2rem;
    margin-top: 5px;
}

/* .btns ------------ */
#moage .cataloggift_area .boxCatalog .btns {
    overflow: hidden;
    margin: 15px -5px 0;
    margin-left: -145px;
    text-align: center;
}

/* li ----- */
#moage .cataloggift_area .boxCatalog .btns li {
    display: inline-block;
    width: 70%;
    padding: 0 5px;
    vertical-align: top;
}

/* a ----- */
#moage .cataloggift_area .boxCatalog .btns a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 10px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    background-color: #db5f7c;
}

#moage .cataloggift_area .boxCatalog .btns li a:hover {
    background-color: rgba(219, 95, 124, .7);
}

#moage .cataloggift_area .boxCatalog .btns li a:before {
    font-family: 'icon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    content: "\e901";
    text-decoration: none;
    text-transform: none;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* span */
#moage .cataloggift_area .boxCatalog .btns li a>span {
    display: table;
    width: 100%;
    height: 100%;
}

#moage .cataloggift_area .boxCatalog .btns li a>span>span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {

    /*
		h2
	================================ */
    #moage .cataloggift_area h2 {
        font-size: 2rem;
    }

    /* span -------------------- */
    #moage .cataloggift_area h2 .ttl {
        font-size: 3.6rem;
    }

    /*
		.lead
	================================ */
    #moage .cataloggift_area .lead {
        font-size: 1.6rem;
    }

    /*
		h3
	================================ */
    #moage .cataloggift_area h3 {
        margin: 50px 0 20px;
        font-size: 2.4rem;
    }

    /*
		.boxAbout
	================================ */
    /* .featureList -------------------- */
    #moage .cataloggift_area .featureList {
        position: absolute;
        left: 80px;
        width: 430px;
        background: none;
    }

    /*
		.boxLineupIntro
	================================ */
    #moage .cataloggift_area .boxLineupIntro {
        padding: 20px 35px 140px;
        -webkit-background-size: 460px 124px;
        background-size: 460px 124px;
    }

    /*
		.boxLineupIntro
	================================ */
    #moage .cataloggift_area .boxCatalog {
        display: table;
        width: 100%;
        margin-top: -1px;
        padding: 15px 25px 15px 55px;
        table-layout: fixed;
        -webkit-transition: background .3s ease-out;
        transition: background .3s ease-out;
        border-top: 1px solid #9c947c;
        border-bottom: 1px solid #9c947c;
    }

    /* .pic -------------------- */
    #moage .cataloggift_area .boxCatalog .pic {
        width: 140px;
    }

    /* .box_inner -------------------- */
    #moage .cataloggift_area .boxCatalog .box_inner {
        padding-left: 50px;
    }

    /* .name ------------ */
    #moage .cataloggift_area .boxCatalog .name {
        font-size: 1.8rem;
        margin: 10px 0;
    }

    #moage .cataloggift_area .boxCatalog .name span {
        display: inline-block;
        margin-right: 10px;
        font-size: 3.6rem;
        line-height: 1.2;
    }

    /* .price ------------ */
    #moage .cataloggift_area .boxCatalog .price {
        font-size: 1.6rem;
    }

    #moage .cataloggift_area .boxCatalog .price span {
        font-size: 2.6rem;
    }

    /* .detail ------------ */
    #moage .cataloggift_area .boxCatalog .detail {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    /* .btns ------------ */
    #moage .cataloggift_area .boxCatalog .btns {
        margin: 15px -5px 0;
    }

    /* li ----- */
    #moage .cataloggift_area .boxCatalog .btns li {
        width: 50%;
    }
}



/* ========================================

	.voice_area

 ======================================== */
#moage .voice_area {
    width: 100%;
    margin-top: 40px;
    padding: 20px 10px;
    background-color: #f8f5f0;
}

/*
	h2
================================ */
#moage .voice_area h2 {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    border-top-color: inherit;
    border-bottom-color: inherit;
    background-color: inherit;
    background-image: none;
}

#moage .voice_area h2::before,
#moage .voice_area h2::after {
    display: none;
}

/*
	h3
================================ */
#moage .voice_area h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #94813c;
    border-top-width: 0;
    border-top-style: inherit;
    border-top-color: inherit;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width:768px) {
    #moage .voice_area {
        padding: 25px 35px;
    }
}

.link-bnr {
    max-width: 1000px;
    padding: 0 3%;
    margin: 30px auto;
}