@charset "utf-8";
/* 2020.01.15 Kyowa add AWUVとACのLPレスポンシブ用 FILMORからコピペ  */

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 785px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 785px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 785px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 785px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 785px) {
    .hidden-xs {
        display: none !important;
    }
}

/* 2020.01.28 Kyowa add ハンバーガーメニュー対応 style.css から一部コピペ  */
.color_white_fill {
    fill: #ffffff;
}

.color_uv_bk {
    background-color: #807dba;
}

.color_ac_bk {
    background-color: #cfde00;
}

.color_ac_bk_dark {
    background-color: #a6b800;
}

.color_white_bk {
    background-color: #ffffff;
}

/*header*/
.drawer_open {
    overflow: hidden !important;
}

#header_lp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 97;
}

@media screen and (max-width: 785px) {
    #header_lp {
        top: 70px;
        right: 5px;
    }
}

#header_lp .drawer_hamburger {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    position: relative;
    z-index: 99;
    border-radius: 9px;
}

#header_lp .drawer_hamburger svg {
    height: 6px;
    margin: 0 auto;
}

#header_lp .drawer_hamburger .menu {
    width: 25px;
}

#header_lp .drawer_hamburger .close {
    display: none;
    width: 25px;
}

.drawer_open #header_lp .drawer_hamburger .menu {
    display: none;
}

.drawer_open #header_lp .drawer_hamburger .close {
    display: block;
}

.drawer_open #header_lp .drawer_menu .close {
    display: block;
}

#header_lp .drawer_hamburger-icon {
    display: block;
    width: 23px;
    margin: 7px auto 12px;
    position: relative;
}

#header_lp .drawer_hamburger-icon,
#header_lp .drawer_hamburger-icon:before,
#header_lp .drawer_hamburger-icon:after {
    background-color: #ffffff;
    height: 3px;
    border-radius: 10px;
    -webkit-transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#header_lp .drawer_hamburger-icon:before,
#header_lp .drawer_hamburger-icon:after {
    content: "";
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0;
}

#header_lp .drawer_hamburger-icon:after {
    top: 7px;
}

.drawer_open #header_lp .drawer_hamburger-icon {
    background-color: transparent;
}

.drawer_open #header_lp .drawer_hamburger-icon:before,
.drawer_open #header_lp .drawer_hamburger-icon:after {
    top: 0;
}

.drawer_open #header_lp .drawer_hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drawer_open #header_lp .drawer_hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header_lp .drawer_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 98;
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#header_lp .drawer_nav,
#header_lp .drawer_nav a {
    color: #fff
}

#header_lp .drawer_nav svg {
    display: block;
    margin: auto;
    width: 30vw;
    fill: #fff;
}

.drawer_open #header_lp .drawer_nav {
    top: 0
}

#header_lp .drawer_nav {
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

#header_lp .drawer_nav button {
    background-color: transparent;
    width: 100%;
}

#header_lp .drawer_nav .drawer_menu {
    position: relative;
    padding: 100px 0 60px;
}

#header_lp .drawer_nav .drawer_menu .drawer_menu_logo {
    position: absolute;
    margin: 30px auto;
    width: 100%;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text {
    text-align: center;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text li {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text li.ac {
    line-height: 8vh;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text li.uv {
    line-height: 5.5vh;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text li.txt_normal {
    font-size: 14px;
    font-weight: normal;
}

#header_lp .drawer_nav .drawer_menu ul.drawer_menu_text li.txt_border {
    font-size: 18px;
    font-weight: bold;
    margin: 5vw 5vw 0;
    padding: 1vw;
    font-weight: bold;
    color: #ffffff;
    /*文字色*/
    background: transparent;
    border: solid 3px #ffffff;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

#header_lp .drawer_nav .drawer_menu .drawer_menu_bottom {
    margin-top: 40px;
}

#header_lp .drawer_nav .drawer_menu .drawer_menu_bottom img {
    display: inline-block;
    width: 30vw;
}

@media screen and (min-width: 961px) {
    #header .btnBox {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px 0;
      margin-left: auto;
    }
    #header .btnBox_btn {
      background-color: #ec7bab;
      width: 176px;
      height: 32px;
      border: 2px solid #ec7bab;
      border-radius: 20px;
      position: relative;
      z-index: 3;
    }
    #header .btnBox_btn img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }
    #header .btnBox_btn img._off {
      transition: 0.3s;
      opacity: 0;
    }
  }
  @media screen and (min-width: 961px) and (hover: hover) {
    #header .btnBox_btn {
      transition: background-color 0.3s;
    }
    #header .btnBox_btn:hover {
      background-color: #fff;
      opacity: 1;
    }
    #header .btnBox_btn:hover ._on {
      opacity: 1;
    }
    #header .btnBox_btn:hover ._off {
      opacity: 1;
    }
  }

  @media screen and (min-width: 961px) {
    #header .drawer-nav .-new a {
      position: relative;
      padding-right: 34px;
    }
  }
  #header .drawer-nav .-new a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icon_new.svg) center/contain no-repeat;
  }
  @media screen and (min-width: 961px) {
    #header .drawer-nav .-new a::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  }
  @media screen and (max-width: 960px) {
    #header .drawer-nav .-new a::after {
      margin-left: 10px;
    }
  }

@media screen and (max-height: 560px) {
    #header_lp .drawer_nav .drawer_menu .drawer_menu_logo {
        position: static;
    }

    #header_lp .drawer_nav .drawer_menu ul.drawer_menu_text {
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, -0);
        transform: translate(0, 0);
    }
}

/*footer*/
@-webkit-keyframes pagetop {

    20%,
    60% {
        opacity: 1;
    }

    80%,
    100% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
}

@keyframes pagetop {

    20%,
    60% {
        opacity: 1;
    }

    80%,
    100% {
        opacity: 0;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
}

#footer {
    font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #3e3a39;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

#footer.bg {
    position: relative;
}

#footer a {
    text-decoration: none;
}

@media screen and (min-width: 961px) {
    #footer a.tel {
        pointer-events: none;
    }

    #footer a {
        transition: 0.3s;
    }

    #footer a:hover {
        opacity: 0.5;
    }
}

#footer small,
#footer img,
#footer svg {
    display: block;
}

#footer.bg:before {
    content: "";
    background-color: #f5f5f5;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#footer .wrapper {
    max-width: 960px;
    margin: 0 auto;
}

#footer .pagetop {
    display: block;
    width: 30px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 90;
}

#footer .pagetop img {
    height: auto;
    margin: 0 auto;
}

#footer .pagetop .img1 {
    width: 14px;
    opacity: 0;
    -webkit-animation: pagetop 1.5s infinite;
    animation: pagetop 1.5s infinite;
}

#footer .pagetop .img2 {
    width: 100%;
}

@media screen and (max-width: 960px) {
    #footer .pagetop {
        width: 20px;
        margin: 0 auto 25px;
    }

    #footer .pagetop .img1 {
        width: 8px;
    }
}

#footer .products_bottomtxt {
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 1.6;
}

@media screen and (max-width: 960px) {
    #footer .products_bottomtxt {
        padding: 0 25px 35px;
        font-size: 1.7vw;
        word-break: break-all;
    }
}

#footer .bottom_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .bottom_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e86eac url("../img/arrow_01.png") no-repeat left 40px center/8px 16px;
    width: 50%;
    height: 120px;
}

#footer .bottom_nav span {
    display: block;
}

#footer .bottom_nav svg {
    fill: #fff;
}

#footer .bottom_nav .txt {
    margin-left: 10px;
}

#footer .bottom_nav .txt svg {
    height: 13px;
}

#footer .bottom_nav .news .icon svg {
    width: 24px;
    height: 19px;
}

#footer .bottom_nav .news .txt svg {
    width: 54px;
}

#footer .bottom_nav .contact {
    background-color: #e85aac;
}

#footer .bottom_nav .contact .icon svg {
    width: 26px;
    height: 22px;
}

#footer .bottom_nav .contact .txt svg {
    width: 124px;
}

#footer .bottom_nav .pdf {
    background-color: #e35a9b;
}

#footer .bottom_nav .pdf .icon svg {
    width: 26px;
    height: 27px;
}

#footer .bottom_nav .pdf .txt svg {
    width: 190px;
}

@media screen and (max-width: 960px) {
    #footer .bottom_nav a {
        background-position: left 18px center;
        background-size: 4px 8px;
        height: 60px;
    }

    #footer .bottom_nav .txt {
        margin-left: 8px;
    }

    #footer .bottom_nav .txt svg {
        height: 10px;
    }

    #footer .bottom_nav .news .icon svg {
        width: 18px;
        height: 14px;
    }

    #footer .bottom_nav .news .txt svg {
        width: 41px;
    }

    #footer .bottom_nav .contact .icon svg {
        width: 19px;
        height: 16px;
    }

    #footer .bottom_nav .contact .txt svg {
        width: 96px;
    }
}

#footer .footcont {
    background-color: #e87bac;
    padding: 40px 0 20px;
}

#footer .footcont,
#footer .footcont a {
    color: #fff;
}

#footer .footcont svg {
    fill: #fff;
}

#footer .footcont .contbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 50px;
}

#footer .footcont .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footcont .info .logo {
    width: 162px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

#footer .footcont .info .logo a {
    display: block;
}

#footer .footcont .info .logo svg {
    width: 163px;
    height: 60px;
}

#footer .footcont .info .info_txt {
    font-size: 11px;
    line-height: 1.4;
}

#footer .footcont .info .info_txt em {
    display: block;
    font-style: normal;
}

#footer .footcont .info .info_txt .big {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 118%;
    line-height: 1;
}

#footer .footcont .foot_nav {
    font-size: 0;
    line-height: 0;
    margin: 0 0 -10px auto;
}

#footer .footcont .foot_nav a {
    display: inline-block;
    background: url("../img/arrow_02.png") no-repeat left center;
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}

#footer .footcont .foot_nav a.odd {
    margin-right: 10px;
}

#footer .footcont .foot_nav a .under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 961px) {
    #footer .footcont .foot_nav a .under:before {
        content: "";
        background-color: #fff;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        margin: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #footer .footcont .foot_nav a:hover {
        opacity: 1;
    }

    #footer .footcont .foot_nav a:hover .under:before {
        width: 100%;
    }
}

#footer .footcont .foot_nav a svg {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

#footer .footcont .copy {
    font-size: 10px;
    line-height: 1.4;
}

@media screen and (max-width: 960px) {
    #footer .footcont {
        padding: 20px 6.7% 15px;
    }

    #footer .footcont .contbox {
        display: block;
        padding-bottom: 15px;
    }

    #footer .footcont .info {
        display: block;
    }

    #footer .footcont .info .logo {
        width: 120px;
        margin-right: 0;
    }

    #footer .footcont .info .logo svg {
        width: 120px;
        height: 45px;
    }

    #footer .footcont .info .info_txt {
        font-size: 2.5vw;
        margin-left: 8vw;
        text-indent: -8vw;
    }

    #footer .footcont .info .info_txt .big {
        padding: 8px 0 3px;
    }

    #footer .footcont .copy {
        text-align: center;
        font-size: 1.9vw;
    }

    #footer .bottom_nav .pdf .icon svg {
        width: 16px;
        height: 19px;
    }

    #footer .bottom_nav .pdf .txt svg {
        width: 110px;
    }

    #footer .bottom_nav {
        display: block;
    }

    #footer .bottom_nav a {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 961px) {
    .sp {
        display: none !important;
    }
}

/*共通header*/
#header .palt {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.drawer-open {
    overflow: hidden !important
}

.drawer_open {
    overflow: hidden !important
}

#header {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /* transition: 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) */
    transition: .3s;
}

#header *,
#header *::before,
#header *::after {
    box-sizing: border-box;
}

.head_active #header {
    height: 60px;
}

.head_active #header .logo, .head_active #header .pc_nav {
    padding-bottom: 4px;
}

.head_active #header .cartbtn, .head_active #header .drawer-hamburger {
    margin-bottom: 0;
}

.head_active #header .drawer-nav {
    top: 60px;
}

#header.top {
    background-color: transparent;
    box-shadow: none;
    top: -100px
}

#header.top.active {
    top: 0
}

#header:before {
    content: "";
    background: url("../img/head_arrow03.png") no-repeat left top/100% 100%;
    width: 95px;
    height: 70px;
    position: absolute;
    right: 65px;
    bottom: -20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden
}

.drawer-open #header:before {
    bottom: -35px;
    opacity: 1;
    visibility: visible
}

#header svg {
    fill: #ec7bab;;
}

#header .logo {
    padding: 0 0 12px 158px;
    position: relative;
    z-index: 2
}

#header .logo a {
    display: block
}

#header .logo svg {
    width: 132px;
    height: 37px
}

#header .pc_nav {
    width: 37%;
    max-width: 450px;
    height: 100%;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#header .pc_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

#header .pc_nav li a {
    display: block;
    height: 40px;
    color: #ec7bab;
    position: relative;
    overflow: hidden
}

#header .pc_nav li a:before,
#header .pc_nav li a:after {
    content: "";
    background-color: #ec7bab;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s 0.2s;
    opacity: 0
}

#header .pc_nav li a:before {
    left: -8px
}

#header .pc_nav li a:after {
    background-color: #986a76;
    right: -8px
}

#header .pc_nav li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: 0.3s
}

#header .pc_nav li svg {
    height: 11px
}

#header .pc_nav li.wisdom svg {
    width: 63px
}

#header .pc_nav li.concept svg {
    width: 67px
}

#header .pc_nav li.products svg {
    width: 78px
}

#header .pc_nav li .ja {
    opacity: 0
}

@media all and (-ms-high-contrast: none) {
    #header .pc_nav li .ja {
        padding-top: 5px
    }
}

#header .pc_nav li a:hover {
    opacity: 1
}

#header .pc_nav li a:hover:before,
#header .pc_nav li a:hover:after {
    opacity: 1
}

#header .pc_nav li a:hover .svg {
    transform: translateY(-40px);
    opacity: 0
}

#header .pc_nav li a:hover .ja {
    transform: translateY(-40px);
    opacity: 1
}

.wisdom #header .pc_nav li.wisdom a:before,
.wisdom #header .pc_nav li.wisdom a:after,
.concept #header .pc_nav li.concept a:before,
.concept #header .pc_nav li.concept a:after,
.products #header .pc_nav li.products a:before,
.products #header .pc_nav li.products a:after {
    opacity: 1
}

.wisdom #header .pc_nav li.wisdom a .svg,
.concept #header .pc_nav li.concept a .svg,
.products #header .pc_nav li.products a .svg {
    transform: translateY(-40px);
    opacity: 0
}

.wisdom #header .pc_nav li.wisdom a .ja,
.concept #header .pc_nav li.concept a .ja,
.products #header .pc_nav li.products a .ja {
    transform: translateY(-40px);
    opacity: 1
}

#header .cartbtn {
    display: block
}

@media screen and (min-width: 961px) {
    #header .cartbtn {
        background-color: #ec7bab;
        width: 176px;
        height: 32px;
        border: 2px solid #ec7bab;
        border-radius: 20px;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 3;
    }

    #header .cartbtn img {
        transition: 0.3s
    }

    #header .cartbtn .pc {
        display: block;
        width: 176px;
        height: 32px;
        position: absolute;
        top: -2px;
        left: -2px
    }

    #header .cartbtn .on {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    #header .cartbtn:hover {
        opacity: 1;
        background-color: #fff
    }

    #header .cartbtn:hover .off {
        opacity: 0
    }

    #header .cartbtn:hover .on {
        opacity: 1
    }
}

#header .drawer-nav .drawer-spSns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 24px;
    padding: 20px 6.7% 0;
  }
  #header .drawer-nav .drawer-spSns ._yotube img,
  #header .drawer-nav .drawer-spSns ._instagram img {
    width: auto;
    height: 23px;
  }

#header .drawer-hamburger {
    display: block;
    background-color: transparent;
    width: 41px;
    height: 41px;
    padding: 0;
    margin: 0 30px 14px 58px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    position: relative;
    z-index: 3
}

#header .drawer-hamburger svg {
    height: 6px;
    margin: 0 auto
}

#header .drawer-hamburger .menu {
    width: 20px
}

#header .drawer-hamburger .close {
    display: none;
    width: 21px
}

.drawer-open #header .drawer-hamburger .menu {
    display: none
}

.drawer-open #header .drawer-hamburger .close {
    display: block
}

#header .drawer-hamburger-icon {
    display: block;
    width: 23px;
    margin: 7px auto 12px;
    position: relative
}

#header .drawer-hamburger-icon,
#header .drawer-hamburger-icon:before,
#header .drawer-hamburger-icon:after {
    background-color: #ec7bab;
    height: 3px;
    border-radius: 10px;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

#header .drawer-hamburger-icon:before,
#header .drawer-hamburger-icon:after {
    content: "";
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0
}

#header .drawer-hamburger-icon:after {
    top: 7px
}

.drawer-open #header .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open #header .drawer-hamburger-icon:before,
.drawer-open #header .drawer-hamburger-icon:after {
    top: 0
}

.drawer-open #header .drawer-hamburger-icon:before {
    transform: rotate(45deg)
}

.drawer-open #header .drawer-hamburger-icon:after {
    transform: rotate(-45deg)
}

@media screen and (max-width: 960px) {
    #header {
        justify-content: center;
        height: 65px;
        box-shadow: none
    }

    #header.top {
        top: -65px
    }

    #header:before {
        background-image: url("../img/head_arrow03sp.png");
        width: 31px;
        height: 28px;
        right: 53px;
        bottom: -1px
    }

    .drawer-open #header:before {
        bottom: -10px
    }

    #header .logo {
        padding: 0 0 3px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    #header .logo svg {
        width: 106px;
        height: 30px
    }

    .drawer-open #header .logo {
        opacity: 0.5
    }

    #header .cartbtn {
        position: absolute;
        top: 15px;
        right: 63px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    #header .cartbtn svg {
        fill: #ec7bab;
        width: 31px;
        height: 29px
    }

    .drawer-open #header .cartbtn {
        opacity: 0.5
    }

    #header .drawer-hamburger {
        width: 50px;
        height: 50px;
        margin: 0;
        position: absolute;
        top: 7px;
        right: 6px
    }

    #header .drawer-hamburger svg {
        height: 7px
    }

    #header .drawer-hamburger .menu {
        width: 25px
    }

    #header .drawer-hamburger .close {
        width: 26px
    }

    #header .drawer-hamburger-icon {
        width: 25px;
        margin: 10px auto 15px
    }

    #header .drawer-hamburger-icon:before,
    #header .drawer-hamburger-icon:after {
        top: -9px
    }

    #header .drawer-hamburger-icon:after {
        top: 9px
    }
}

#header .drawer-nav {
    background-color: #ec7bab;
    width: 100%;
    height: 0;
    border-top-left-radius: 30px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 101;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    pointer-events: none;
}

.drawer-open #header .drawer-nav {
    height: calc(100% - 100px);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    pointer-events: all;
}


#header .drawer-nav,
#header .drawer-nav a {
    color: #fff
}

@media screen and (min-width: 961px) {
    #header .drawer-nav a:hover {
        opacity: 1
    }
}

#header .drawer-nav svg {
    fill: #fff
}

#header .drawer-nav .drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 700px;
    padding-top: 18px;
    padding-bottom: 120px;
    position: relative;
    transition: 0.5s 0.2s;
    opacity: 0;
    transform: scale(0.9);
}

.drawer-open #header .drawer-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.drawer-open #header .drawer-nav .drawer-inner {
    opacity: 1;
    transform: scale(1)
}

@media screen and (min-width: 961px) {
    #header .drawer-nav .drawer-main {
        width: 606px;
        max-width: 45%;
        position: relative;
        z-index: 2
    }

    #header .drawer-nav .drawer-center {
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 31px;
        line-height: 1.8;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 1
    }

    #header .drawer-nav .drawer-menu {
        height: 495px;
        position: relative;
        z-index: 2
    }

    #header .drawer-nav .drawer-menu > li {
        position: absolute
    }

    #header .drawer-nav .drawer-menu > li:before {
        content: "";
        position: absolute;
        margin: auto;
        z-index: 1
    }

    #header .drawer-nav .drawer-menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 30px;
        border: 2px solid #a86a76;
        position: relative;
        z-index: 2
    }

    #header .drawer-nav .drawer-menu-item .ja {
        display: block;
        position: relative
    }

    #header .drawer-nav .drawer-menu-item .ja img {
        width: 16px;
        height: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    #header .drawer-nav .drawer-menu-item .on {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0
    }

    #header .drawer-nav .drawer-menu-item .svg {
        display: none
    }

    #header .drawer-nav .drawer-menu-item:hover {
        background-color: transparent;
        border-color: #fff
    }

    #header .drawer-nav .drawer-menu-item:hover .off {
        opacity: 0
    }

    #header .drawer-nav .drawer-menu-item:hover .on {
        opacity: 1
    }

    #header .drawer-nav .concept {
        width: 232px;
        left: 0;
        right: 0;
        top: calc(100% - 196px);
        margin: auto;
    }
    #header .drawer-nav .concept:before {
        background: url("../img/nav_concept03.png") no-repeat left top/100% 100%;
        width: 82px;
        height: 120px;
        top: -63px;
        left: 0;
        right: 0;
    }
    #header .drawer-nav .concept .drawer-menu-item {
        width: 100%;
        height: 40px;
    }
    #header .drawer-nav .concept .drawer-menu-item .ja img {
        width: auto;
        height: 16px;
    }
    #header .drawer-nav .concept .dropdown-menu {
        position: relative;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
    }
    #header .drawer-nav .concept .dropdown-menu::before {
        content: "";
        display: block;
        width: 100%;
        height: 23px;
        margin: 42px 0 28px;
        background: url(../img/nav_concept04.png) center/auto no-repeat;
    }
    #header .drawer-nav .concept .dropdown-menu ul {
        display: inline-flex;
        justify-content: space-between;
        gap: 0 40px;
    }
    #header .drawer-nav .concept .dropdown-menu li {
        width: 60px;
        padding-top: 30px;
        position: relative;
    }
    #header .drawer-nav .concept .dropdown-menu li::before {
        content: "";
        background-color: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: calc(50% - 4px);
    }
    #header .drawer-nav .concept .dropdown-menu li:not(:last-child)::after {
        content: "";
        background-color: #fff;
        width: calc(100% + 40px);
        height: 2px;
        position: absolute;
        top: 3px;
        left: 50%;
    }
    #header .drawer-nav .concept .dropdown-menu a {
        display: inline-block;
        position: relative;
    }
    #header .drawer-nav .concept .dropdown-menu a:before {
        content: "";
        background: url("../img/icon_dot.png") no-repeat left top/100% 100%;
        width: 12px;
        height: 4px;
        position: absolute;
        top: -8px;
        left: calc(50% - 6px);
        transition: 0.3s;
        opacity: 0;
    }
    #header .drawer-nav .concept .dropdown-menu a:hover:before {
        opacity: 1;
    }
    #header .drawer-nav .wisdom, #header .drawer-nav .products {
        width: 40px;
        top: 0;
    }
    #header .drawer-nav .wisdom:before, #header .drawer-nav .products:before {
        top: 0;
        bottom: 0;
    }

    #header .drawer-nav .wisdom .drawer-menu-item, #header .drawer-nav .products .drawer-menu-item {
        width: 40px;
        height: 232px;
      }
      #header .drawer-nav .wisdom .dropdown-menu, #header .drawer-nav .products .dropdown-menu {
        width: 230px;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4;
        position: absolute;
      }
      #header .drawer-nav .wisdom .dropdown-menu li, #header .drawer-nav .products .dropdown-menu li {
        position: relative;
      }
      #header .drawer-nav .wisdom .dropdown-menu li::before, #header .drawer-nav .products .dropdown-menu li::before {
        content: "";
        background-color: #fff;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: calc(0.7em - 4px);
      }
      #header .drawer-nav .wisdom .dropdown-menu li:not(:last-child)::after, #header .drawer-nav .products .dropdown-menu li:not(:last-child)::after {
        content: "";
        background-color: #fff;
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0.7em;
      }
      #header .drawer-nav .wisdom .dropdown-menu a, #header .drawer-nav .products .dropdown-menu a {
        display: inline-block;
        position: relative;
      }
      #header .drawer-nav .wisdom .dropdown-menu a:before, #header .drawer-nav .products .dropdown-menu a:before {
        content: "";
        background: url("../img/icon_dot.png") no-repeat left top/100% 100%;
        width: 12px;
        height: 4px;
        position: absolute;
        top: -6px;
        transition: 0.3s;
        opacity: 0;
      }
      #header .drawer-nav .wisdom .dropdown-menu a:hover:before, #header .drawer-nav .products .dropdown-menu a:hover:before {
        opacity: 1;
      }
      #header .drawer-nav .wisdom {
        left: 0;
      }
      #header .drawer-nav .wisdom:before {
        background: url("../img/nav_wisdom03.png") no-repeat left top/100% 100%;
        width: 170px;
        height: 76px;
        right: -63px;
      }
      #header .drawer-nav .wisdom .dropdown-menu {
        text-align: right;
        top: 5px;
        right: 130px;
      }
      #header .drawer-nav .wisdom .dropdown-menu li {
        padding-right: 20px;
      }
      #header .drawer-nav .wisdom .dropdown-menu li:not(:last-child) {
        padding-bottom: 50px;
      }
      #header .drawer-nav .wisdom .dropdown-menu li:not(:last-child)::after {
        right: 3px;
      }
      #header .drawer-nav .wisdom .dropdown-menu li::before {
        right: 0;
      }
      #header .drawer-nav .wisdom .dropdown-menu a::before {
        right: 2px;
      }
      #header .drawer-nav .products {
        right: 0;
      }
      #header .drawer-nav .products:before {
        background: url("../img/nav_products03.png") no-repeat left top/100% 100%;
        width: 170px;
        height: 94px;
        left: -63px;
      }
      #header .drawer-nav .products .dropdown-menu {
        top: -10px;
        left: 130px;
      }
      #header .drawer-nav .products .dropdown-menu li {
        padding-left: 20px;
      }
      #header .drawer-nav .products .dropdown-menu li:not(:last-child) {
        padding-bottom: 20px;
      }
      #header .drawer-nav .products .dropdown-menu li:not(:last-child)::after {
        left: 3px;
      }
      #header .drawer-nav .products .dropdown-menu li::before {
        left: 0;
      }
      #header .drawer-nav .products .dropdown-menu a::before {
        left: 2px;
      }
    }
    #header .drawer-nav .dropdown-menu .mv {
      font-size: 113%;
    }
    #header .drawer-nav .drawer-subnav {
      display: flex;
      align-items: center;
      position: absolute;
      left: 60px;
      bottom: 60px;
      z-index: 3;
    }
    #header .drawer-nav .drawer-subnav li:not(:last-child) {
      margin-right: 25px;
    }
    #header .drawer-nav .drawer-subnav a {
      display: flex;
      align-items: center;
      position: relative;
    }
    #header .drawer-nav .drawer-subnav a span {
      display: block;
    }
    #header .drawer-nav .drawer-subnav a .icon svg {
      height: 19px;
    }
    #header .drawer-nav .drawer-subnav a .txt {
      margin-left: 8px;
      position: relative;
    }
    #header .drawer-nav .drawer-subnav a .txt:before {
      content: "";
      background: url("../img/icon_dot.png") no-repeat left top/100% 100%;
      width: 12px;
      height: 4px;
      position: absolute;
      top: -10px;
      left: 0;
      transition: 0.3s;
      opacity: 0;
    }
    #header .drawer-nav .drawer-subnav a .txt svg {
      height: 11px;
    }
    @media screen and (min-width: 961px) {
      #header .drawer-nav .drawer-subnav a:hover .txt:before {
        opacity: 1;
      }
    }
    #header .drawer-nav .drawer-subnav .news .icon svg {
      width: 24px;
    }
    #header .drawer-nav .drawer-subnav .news .txt svg {
      width: 45px;
    }
    #header .drawer-nav .drawer-subnav .pdf .icon svg {
      width: 24px;
      height: 25px;
    }
    #header .drawer-nav .drawer-subnav .pdf .txt svg {
      width: 130px;
    }
    #header .drawer-nav .drawer-subnav .contact .icon svg {
      width: 23px;
    }
    #header .drawer-nav .drawer-subnav .contact .txt svg {
      width: 104px;
    }
    #header .drawer-nav .drawer-bottomnav {
      font-weight: bold;
      font-size: 11px;
      line-height: 1.4;
    }
    @media screen and (min-width: 961px) {
      #header .drawer-nav .drawer-bottomnav {
        display: flex;
        position: absolute;
        right: 60px;
        bottom: 60px;
        z-index: 3;
      }
    }
    #header .drawer-nav .drawer-bottomnav li:not(:last-child) {
      margin-right: 15px;
    }
    #header .drawer-nav .drawer-bottomnav a {
      display: flex;
      align-items: center;
      background: url("../img/arrow_02.png") no-repeat left center;
      padding-left: 14px;
    }
    #header .drawer-nav .drawer-bottomnav a .under {
      display: flex;
      align-items: center;
      position: relative;
    }
    @media screen and (min-width: 961px) {
      #header .drawer-nav .drawer-bottomnav a .under:before {
        content: "";
        background-color: #fff;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        margin: auto;
        transition: 0.3s;
      }
      #header .drawer-nav .drawer-bottomnav a:hover .under:before {
        width: 100%;
      }
    }
    #header .drawer-nav .drawer-bottomnav svg {
      width: 10px;
      height: 10px;
      margin-left: 5px;
    }
    @media screen and (max-width: 960px) {
      #header .drawer-nav {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        top: 65px;
      }
      .drawer-open #header .drawer-nav {
        height: calc(100% - 65px);
      }
      #header .drawer-nav .drawer-inner {
        display: block;
        height: auto;
        min-height: 100%;
        /*padding: 0 0 50%;*/
        padding: 0 0 50px 0;
      }
      #header .drawer-nav .drawer-menu {
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4;
      }
      #header .drawer-nav .drawer-menu > li {
        border-bottom: 1px solid #fff;
      }
      #header .drawer-nav .drawer-menu-item {
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        padding-left: 6.7%;
      }
      #header .drawer-nav .drawer-menu-item .svg {
        display: block;
        width: 120px;
        margin-left: auto;
        text-align: left;
      }
      #header .drawer-nav .drawer-menu-item svg {
        height: 6px;
      }
      #header .drawer-nav .concept .drawer-menu-item, #header .drawer-nav .wisdom .drawer-menu-item, #header .drawer-nav .products .drawer-menu-item {
        background-color: transparent;
        color: #fff;
        position: relative;
        cursor: pointer;
      }
      #header .drawer-nav .concept .drawer-menu-item .plus, #header .drawer-nav .wisdom .drawer-menu-item .plus, #header .drawer-nav .products .drawer-menu-item .plus {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin: auto;
        transition: 0.3s;
      }
      #header .drawer-nav .concept .drawer-menu-item .plus:before, #header .drawer-nav .concept .drawer-menu-item .plus:after, #header .drawer-nav .wisdom .drawer-menu-item .plus:before, #header .drawer-nav .wisdom .drawer-menu-item .plus:after, #header .drawer-nav .products .drawer-menu-item .plus:before, #header .drawer-nav .products .drawer-menu-item .plus:after {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
      }
      #header .drawer-nav .concept .drawer-menu-item .plus:before, #header .drawer-nav .wisdom .drawer-menu-item .plus:before, #header .drawer-nav .products .drawer-menu-item .plus:before {
        width: 7px;
        height: 1px;
        transition: 0.3s;
      }
      #header .drawer-nav .concept .drawer-menu-item .plus:after, #header .drawer-nav .wisdom .drawer-menu-item .plus:after, #header .drawer-nav .products .drawer-menu-item .plus:after {
        width: 1px;
        height: 7px;
      }
      #header .drawer-nav .concept .drawer-menu-item.open .plus, #header .drawer-nav .wisdom .drawer-menu-item.open .plus, #header .drawer-nav .products .drawer-menu-item.open .plus {
        transform: rotate(90deg);
      }
      #header .drawer-nav .concept .drawer-menu-item.open .plus:before, #header .drawer-nav .wisdom .drawer-menu-item.open .plus:before, #header .drawer-nav .products .drawer-menu-item.open .plus:before {
        opacity: 0;
      }
      #header .drawer-nav .wisdom svg {
        width: 47px;
      }
      #header .drawer-nav .products svg {
        width: 59px;
      }
      #header .drawer-nav .dropdown-menu {
        display: none;
        background-color: #ed95bd;
        border-top: 1px dotted #fff;
        padding-left: 50px;
        font-size: 12px;
        line-height: 1.4;
      }
      #header .drawer-nav .dropdown-menu li {
        border-top: 1px dotted #fff;
      }
      #header .drawer-nav .dropdown-menu ul:first-of-type li:first-child {
        border-top: none;
      }
      #header .drawer-nav .dropdown-menu a {
        display: flex;
        align-items: center;
        background: url("../img/arrow_01.png") no-repeat right 28px center/7px auto;
        height: 50px;
      }
      #header .drawer-nav .drawer-subnav {
        position: static;
        border-bottom: 1px solid #fff;
        display: block;
      }
      #header .drawer-nav .drawer-subnav li.news {
        width: 49%;
        width: 100%;
        border-bottom: 1px solid #fff;
      }
      #header .drawer-nav .drawer-subnav li.contact {
        width: 51%;
        width: 100%;
        border-top: 1px solid #fff;
      }
      #header .drawer-nav .drawer-subnav li:not(:last-child) {
        margin-right: 0;
        border-right: 1px solid #fff;
        border-right: none;
      }
      #header .drawer-nav .drawer-subnav a {
        justify-content: flex-start;
        padding-left: 6.7%;
        height: 50px;
      }
      #header .drawer-nav .drawer-subnav a .txt {
        background: url("../img/arrow_01.png") no-repeat right center/7px auto;
        padding-right: 17px;
      }
      #header .drawer-nav .drawer-bottomnav {
        padding: 20px 6.7% 0;
        font-size: 13px;
      }
      #header .drawer-nav .drawer-bottomnav li:not(:last-child) {
        margin: 0 0 10px;
      }
      #header .drawer-nav .drawer-bottomnav a {
        background-image: url("../img/icon_dot02.png");
        background-size: 3px auto;
        padding-left: 12px;
      }
      #header .drawer-nav .drawer-info {
        width: 100%;
        padding: 0 6.7%;
        /*position: absolute;*/
        margin-top: 20px;
        left: 0;
        bottom: 30px;
      }
      #header .drawer-nav .drawer-info .info_logo svg {
        width: 100px;
        height: 36px;
      }
      #header .drawer-nav .drawer-info .info_txt {
        margin: 8px 0 40px;
        font-size: 2.5vw;
        line-height: 1.4;
      }
      #header .drawer-nav .drawer-info .info_txt .big {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 112.5%;
      }
      #header .drawer-nav .drawer-info .info_txt em {
        margin-left: 8vw;
        text-indent: -8vw;
        display: block;
        font-style: normal;
      }
      #header .drawer-nav .drawer-info .info_copy {
        text-align: center;
        font-size: 1.9vw;
        line-height: 1.4;
      }
    }


#footer .share {
  max-width: 960px;
  margin: 150px auto 80px;
}

#footer .share_ttl {
  margin-bottom: 15px;
  color: #f88aac;
  font-size: 16px;
  font-weight: bold;
}

#footer .share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  list-style: none;
}

#footer .share_copy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #footer .share {
    margin-top: 90px;
    text-align: center;
  }
  #footer .share_ttl {
    font-size: 14px;
  }
  #footer .share ul {
    justify-content: center;
    gap: 0 25px;
  }
  #footer .share ul img {
    width: 44px;
  }
}