@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Ubuntu:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

html {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-size: 16px;
    color: #4f4044;
    /*line-height: 2.2;*/
    /*以下坂田追加*/
    line-height: 1.8;
    letter-spacing: 0.11em;
    background-color: #f9f6f2;
}

/* 関川追記 */
@media (max-width: 1024px) {

    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500 {
        width: 92%;
        max-width: 768px;
    }
}

/* END */

h2,
h3,
h4,
h5 {
    line-height: 1.8;
}

.meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", sans-serif;
}

.hiragino {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
        "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.goshic {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", sans-serif;
}

.kiwi3 {
    font-family: "Kiwi Maru", serif;
    font-weight: 300;
}

.kiwi4 {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
}

.kiwi5 {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
}

.ubu3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}

.ubu4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.color01 {
    color: #f9f6f2;
}

.color02 {
    color: #524640;
}

.color03 {
    color: #b2415d;
}

.color04 {
    color: #fff;
}

.bg01 {
    background-color: #f9f6f2;
}

.bg02 {
    background-color: #b2415d;
}

.area100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .area100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 599px) {
    .area100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.area50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-small {
    padding-top: 40px;
}

.pb-small {
    padding-bottom: 40px;
}

.pt-big {
    padding-top: 80px;
}

.pb-big {
    padding-bottom: 80px;
}

.mt-small {
    margin-top: 40px;
}

.mb-small {
    margin-bottom: 40px;
}

.mt-big {
    margin-top: 80px;
}

.mb-big {
    margin-bottom: 80px;
}

.mt-ss {
    margin-top: 30px;
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anker-b a {
    display: block;
}

.txt2 {
    /*line-height: 2;*/
    /*以下坂田追加*/
    line-height: 1.75;
}

.txt26 {
    line-height: 2.6;
}

.txt23 {
    line-height: 2.3;
}

.img100 img {
    width: 100%;
}

.rowr2n .picbox:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row2n .picbox:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row2n .picbox:nth-of-type(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rowr2n .picbox:not(:last-child) {
    margin-bottom: 60px;
}

.row2n .picbox:not(:last-child) {
    margin-bottom: 60px;
}

.store-map iframe {
    -webkit-filter: sepia(30%);
    filter: sepia(30%);
}

@media (max-width: 1024px) {
    .pt-small {
        padding-top: 30px;
    }

    .mt-small {
        margin-top: 30px;
    }

    .rowr2n .picbox:not(:last-child) {
        margin-bottom: 40px;
    }

    .row2n .picbox:not(:last-child) {
        margin-bottom: 40px;
    }

    .mt-big {
        margin-top: 60px;
    }

    .mb-big {
        margin-bottom: 60px;
    }

    .mt-ss {
        margin-top: 20px;
    }

    .mb-small {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .wrapper main .left100 {
        width: 100%;
        margin-bottom: 20px;
    }

    .wrapper main .right100 {
        width: 100%;
    }

    .mt-small {
        margin-top: 20px;
    }

    .mt-big {
        margin-top: 50px;
    }

    .mb-big {
        margin-bottom: 40px;
    }

    .mt-ss {
        margin-top: 15px;
    }

    .mb-small {
        margin-bottom: 20px;
    }
}

/* Round Corners */
.btn01 a {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #b2415d;
    text-align: center;
    background-color: #fff;
    /* border: 1px solid #b2415d; */
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;

    /*  -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: border-radius;
   transition-property: border-radius;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0); */
}

.btn01 .border-top {
    width: 0;
    height: 0;
    border-top: 1px solid #b2415d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.btn01.mv .border-top {
    width: 100%;
}

.btn01 .border-right {
    width: 0;
    height: 0;
    border-right: 1px solid #b2415d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
}

.btn01.mv .border-right {
    height: 100%;
}

.btn01 .border-bottom {
    width: 0;
    height: 0;
    border-bottom: 1px solid #b2415d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn01.mv .border-bottom {
    width: 100%;
}

.btn01 .border-left {
    width: 0;
    height: 0;
    border-left: 1px solid #b2415d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn01.mv .border-left {
    height: 100%;
}

/* .btn01 a:before {
    content: "\f054";
    display: inline-block;
    margin-right: 10px;
    font-family: fontawesome;
    color: #b2415d;
} */
.btn01 a:after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    font-family: fontawesome;
    color: #b2415d;
}

/* .btn01 a:hover,
.btn01 a:focus,
.btn01 a:active {
    border-radius: 24.5px;
} */

.btn01 {
    margin-top: 20px;
    text-align: center;
}

.btn01 i,
.btn02 i {
    display: inline-block;
    margin-right: 10px;
}

.btn02 {
    text-align: right;
}

.btn02 div {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    text-align: center;
}

.btn-sp-only {
    display: none;
}

@media (max-width: 599px) {
    .btn-sp-only {
        display: block;
    }
}

/* arrow-mark */
.arrow-mark {
    position: relative;
}

.arrow-icon {
    position: absolute !important;
    bottom: 8px;
    right: 8px;
    z-index: 1;
}

.arrow-icon-inner {
    padding: 5px 30px;
    color: white;
    letter-spacing: 1px;
    background-color: #b2415d;
    position: relative;
}

.arrow-icon-inner::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.arrow-mark:hover .arrow-icon-inner::after {
    right: 5px;
}

@media (max-width: 1024px) {
    .arrow-icon-inner {
        padding: 5px 25px;
        font-size: 14px;
    }

    .arrow-icon-inner::after {
        right: 3px;
    }

    .arrow-mark:hover .arrow-icon-inner::after {
        right: 3px;
    }
}

@media (max-width: 599px) {
    .arrow-icon-inner {
        padding: 3px 15px;
        font-size: 10px;
    }
}

/* index */
.gnav .toggle span.n {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: inherit;
    line-height: 160%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.g-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1px;
}

.g-item {
    width: 15%;
}

.g-item>a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    color: #524640;
    text-align: center;
    border-bottom: 2px solid #959491;
}

.pull-box {
    position: relative;
}

.accordionbox {
    width: 100%;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    z-index: 10;
}

.a-list {
    padding: 0 10px;
}

.a-list .a-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.a-item a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: none;
    transition: none;
}

.g-item.pull:hover .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.g-item.pull:hover>a {
    border-bottom: 2px solid #b2415d;
}

.gnav.fixed {
    width: 100%;
    background-color: rgba(249, 246, 242, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.fix-item {
    display: none;
}

.gnav.fixed .fix-item {
    display: block;
}

.pc-none {
    display: none;
}

.g-item.pointer-none>a {
    pointer-events: none;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

@media (max-width: 1024px) {
    .area50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb-big {
        padding-bottom: 60px;
    }

    .overlay:after {
        opacity: 0.5;
        z-index: 240;
    }

    .gnav .toggle {
        width: 38px;
        height: 38px;
        display: block !important;
        margin: 2px;
        opacity: 0.8;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed !important;
        top: 15px;
        right: 25px;
        z-index: 999;
    }

    .gnav .toggle span.n {
        display: block;
        text-indent: 9999px;
    }

    .gnav .toggle .icon-bar {
        width: 40px;
        height: 2px;
        display: block;
        margin-left: -11px;
        border-bottom: 2px solid #323232;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        position: absolute;
        position: relative;
        left: 50%;
    }

    .toggle .icon-bar:nth-child(1) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .gnav.action .toggle .icon-bar:nth-child(1) {
        width: 40px;
        margin-left: -14.25px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        top: 0;
    }

    .gnav .toggle .icon-bar:nth-child(2) {
        width: 32px;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        top: 12px;
    }

    .toggle.active .icon-bar:nth-child(2) {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    .gnav .toggle .icon-bar:nth-child(3) {
        width: 24px;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        top: 24px;
    }

    .toggle.active .icon-bar:nth-child(3) {
        width: 40px;
        margin-left: -15.5px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .gnav .gnavinn {
        width: 90%;
        max-width: 400px;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    .gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    .g-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px 150px 20px;
    }

    .g-item {
        width: 100%;
    }

    .g-item>a {
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid #959491;
    }

    .pc-none {
        display: block;
    }

    .sp-logo {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .sp-logo img {
        width: 80px;
    }

    .gnav .g-list .g-item.action .accordionbox {
        visibility: visible;
        background-color: #eee;
        opacity: 1;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .g-item.pull:hover .accordionbox {
        visibility: hidden;
        opacity: 0;
    }

    .g-item.pull:hover>a {
        border-bottom: 1px solid #f9f6f2;
    }

    .g-item.pull>a {
        pointer-events: none;
    }
}

@media (max-width: 599px) {
    .sp-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sp-logo img {
        width: 70px;
    }
}

.top-image {
    margin-bottom: 40px;
    position: relative;
}

.top-image.sp-slider {
    display: none;
}

[data-element-id] .top-image.sp-slider {
    display: block;
}

.index h1 {
    width: 100%;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.index h1 a {
    width: 78px;
}

.index h1 img {
    width: 100%;
}

.top-head {
    width: 118px;
    height: 72%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 25%;
}

.top-head-wrap {
    height: 100%;
    padding: 25px 15px;
    position: relative;
}

.border01 {
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.border02 {
    width: 1px;
    height: 50px;
    background-color: #000;
    -webkit-box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.border03 {
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.border04 {
    width: 1px;
    height: 50px;
    background-color: #000;
    -webkit-box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    box-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-head h2 {
    height: 100%;
    min-height: 352px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 25px;
    line-height: 2;
    text-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff,
        -2px -2px 5px #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.top-image-wrapper {
    padding-top: 45%;
    position: relative;
}

.top-image-wrapper>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-image-wrapper {
    padding-top: 114%;
    position: relative;
}

.sp-image-wrapper>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .sp-slider {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .top-image.sp-slider {
    position: relative;
}

[data-element-id] .top-image.sp-slider:after {
    content: "1170*️1330px推奨";
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #b2415d;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

[data-element-id] .top-image.pc-slider {
    position: relative;
}

[data-element-id] .top-image.pc-slider:after {
    content: "1900*820px推奨";
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #b2415d;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-image .uk-slidenav-position {
    height: 100%;
}

.top-image .uk-slidenav-position * {
    height: 100% !important;
}

/* .top-image li > div {
  position: relative;
  display: block;
  width: 100%;
}
.top-image li > div:after {
  content: "";
  display: block;
  padding-top: 45%;
} */
.top-image li img {
    /* position: absolute;
  top: 0;
  left: 0; */
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*タブのスタイル*/
/* .tab_item {
  width: 70px;
  border-bottom: 2px solid #b2415d;
  background-color: #d9d9d9;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right .tab-item {
  background-color: #b2415d;
  color: #fff;
}
.tab_item:hover {
  opacity: 0.75;
} */

.tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #b2415d;
}

.tab-wrap .tab {
    width: 50%;
    font-size: 18px;
    color: #565656;
    text-align: center;
    background-color: #d9d9d9;
}

.tab-wrap .tab.active {
    color: #fff;
    background-color: #b2415d;
}

.tab-wrap.js .tab {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

.tab_content.show {
    display: block;
}

/*選択されているタブのコンテンツのみを表示*/
/* #all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
} */

/*選択されているタブのスタイルを変える*/
/* .tabs input:checked + .tab_item {
  background-color: #b2415d;
  color: #fff;
} */

.top-media-slider .slick-slide {
    margin: 0 40px;
}

.top-blog-list li {
    margin: 10px 0;
}

.index01 .btn01 {
    margin-bottom: 5px;
    text-align: right;
}

.index01 .btn01 a {
    width: 180px;
    padding: 6px 0;
}

.top-blog-list {
    padding: 15px;
    background: #fff;
}

.index02 img {
    width: 100%;
}

.index-media .right {
    padding-top: 30px;
}

.index-media .date {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #b2415d;
}

.index-media .ttl {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    color: #b2415d;
    border-bottom: 4px solid #b2415d;
}

.index-media .content {
    font-size: 18px;
    line-height: 2.3;
}

.top-media-slider .slick-list {
    overflow: visible;
}

.index-media .slick-prev:before {
    content: "＜";
}

.index-media .slick-next:before {
    content: "＞";
}

.index-media .slick-prev:before,
.index-media .slick-next:before {
    font-size: 30px;
    color: #b2415d;
}

.index-media .slick-prev {
    left: -18px;
    z-index: 20;
}

.index-media .slick-next {
    right: -8px;
    z-index: 20;
}

.index-trouble a {
    position: relative;
}

.index-trouble .text-wrap {
    width: 70%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.index-trouble .btn06 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}

.index-trouble .btn-text {
    padding: 5px 30px;
    color: #b2415d;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.index-trouble .trouble-text {
    font-size: 24px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
        0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
        0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
        0 0 2px #fff, 0 0 2px #fff;
}

.index-trouble .title {
    font-size: 36px;
    color: white;
    text-shadow: 1px 1px 10px #999;
}

.index-trouble .text02 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 10px #999;
    position: relative;
}

.index-trouble .text02:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: -20px;
    left: 50%;
}

.heightLine-topmenu {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.heading01 {
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #b2415d;
    text-align: left;
    position: relative;
}

.heading01 .title01 {
    display: inline-block;
    margin-left: 45px;
    padding: 10px 25px;
    position: relative;
}

.heading01:before {
    content: "";
    width: 3px;
    height: 0;
    background-color: #b2415d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    top: 0;
    left: 45px;
}

.fead-heading01.mv:before {
    height: 100%;
}

[data-element-id] .fead-heading01:before {
    height: 100%;
}

.heading01 .chapter {
    font-size: 12px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
}

.fead-heading01 .title01 {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

[data-element-id] .fead-heading01 .title01 {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fead-heading01.mv .title01 {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fead-heading01 .chapter {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

[data-element-id] .fead-heading01 .chapter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fead-heading01.mv .chapter {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.index03 {
    background-color: #fff;
}

.index04 li>a {
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    position: relative;
}

.index04 li img {
    opacity: 0.9;
}

.index04 .wrap {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
}

.index04 li a:hover .wrap {
    top: 0;
    left: 0;
}

.index04 .inner80 {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index04 .text {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 40%;
    left: 50%;
}

.index04 .btn02 {
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    right: 0;
}


.heading02 {
    margin-bottom: 20px;
    padding: 8px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.index04 .heading02 {
    font-size: 24px;
}

.best-menu-ttl {
    margin-bottom: 50px;
    color: #b2415d;
    text-align: center;
}

.best-menu-ttl .sub {
    display: block;
    font-size: 22px;
}

.best-menu-ttl .ttl {
    display: block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: bold;
    font-size: 64px;
    line-height: 1.2;
}

.best-menu-ttl .ttl img {
    display: inline-block;
    margin-right: 30px;
}

.top-best-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-best-menu li {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-best-menu li .pic {
    width: 52%;
    border: 1px solid #333;
}

.top-best-menu li .tbox {
    width: 45%;
}

.top-best-menu li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 60px;
}

.top-best-menu .ttl-box i {
    font-size: 22px;
    color: #fff;
}

.top-best-menu .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}

.top-best-menu li:nth-of-type(1) .icon {
    width: 90px;
    height: 90px;
}

.top-best-menu li:nth-of-type(1) i {
    font-size: 42px;
}

.top-best-menu li:nth-of-type(1) .icon {
    background-color: #d2aa2e;
}

.top-best-menu li:nth-of-type(2) .icon {
    background-color: #909090;
}

.top-best-menu li:nth-of-type(3) .icon {
    background-color: #a27862;
}

.top-best-menu .ttl-box .num {
    margin-left: 10px;
    font-size: 30px;
}

.top-best-menu li:nth-of-type(1) .num {
    margin-left: 15px;
    font-size: 50px;
}

.top-best-menu li:nth-of-type(1) .num {
    color: #d2aa2e;
}

.top-best-menu li:nth-of-type(2) .num {
    color: #909090;
}

.top-best-menu li:nth-of-type(3) .num {
    color: #a27862;
}

.top-best-menu .ttl {
    margin-top: 3%;
    margin-bottom: 6%;
    font-size: 20px;
}

.top-best-menu li:nth-of-type(1) .ttl {
    font-size: 30px;
}

.top-best-menu .btn01 {
    text-align: left;
}

.top-best-menu li:nth-of-type(n+2) .ttl+.text {
    font-size: 14px;
    line-height: 1.5;
}

.index-best-menu {
    background-color: #fff;
}

.index05 .heading02 {
    margin-top: 20px;
    text-align: left;
}

.index0502 ul li:last-of-type {
    display: none;
}

.index0502 .ttl {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #a5495e;
    text-align: center;
}

.article-num {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

.index0502 .name {
    margin-top: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: bold;
    font-size: 18px;
    color: #a5495e;
}

.index06 .pic img {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-1400 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.index07 .ttlbox * {
    line-height: 1;
}

.index07 .cap {
    margin-top: 20px;
}

[data-element-id] #instafeed a {
    pointer-events: none;
}


.foot h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.foot-nav ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.foot-nav a {
    display: block;
    color: #fff;
    line-height: 1.2;
}

.foot-nav li {
    margin-bottom: 10px;
}

.br599b br {
    display: none;
}

.br599n br {
    display: block;
}

.insta-box h3 i {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .top-head h2 {
        min-height: auto;
        /* font-size: calc(100vw * 22 / 1024); */
        font-size: 16px;
    }

    .top-head {
        width: 11%;
        height: 74%;
    }

    .top-head-wrap {
        padding: 15% 5%;
    }

    .border01 {
        width: 40%;
        right: -5%;
    }

    .border02 {
        height: 10%;
        right: -5%;
    }

    .border03 {
        width: 40%;
    }

    .border04 {
        height: 10%;
    }

    .index h1 a {
        width: 10%;
    }

    .heading01 {
        margin-bottom: 25px;
        font-size: 36px;
    }

    .index-trouble .trouble-text {
        font-size: 18px;
    }

    .index-trouble .btn-text {
        padding: 5px 20px;
    }

    .btn01 a {
        width: 280px;
        padding: 8px 0;
    }


    .heading02 {
        margin-bottom: 15px;
        padding: 6px 0;
        font-size: 17px;
    }

    .index04 .heading02 {
        font-size: 20px;
    }

    .best-menu-ttl .sub {
        font-size: 18px;
    }

    .best-menu-ttl .ttl {
        font-size: 42px;
    }

    .best-menu-ttl .ttl img {
        width: 60px;
        margin-right: 15px;
    }

    .top-best-menu li:not(:nth-of-type(1)) .pic {
        width: 100%;
    }

    .top-best-menu li:not(:nth-of-type(1)) .tbox {
        width: 100%;
        margin-top: 15px;
    }

    .top-best-menu .icon {
        width: 40px;
        height: 40px;
    }

    .top-best-menu .ttl-box i {
        font-size: 18px;
    }

    .top-best-menu .ttl-box .num {
        font-size: 24px;
    }

    .top-best-menu li:nth-of-type(1) .icon {
        width: 60px;
        height: 60px;
    }

    .top-best-menu li:nth-of-type(1) i {
        font-size: 30px;
    }

    .top-best-menu li:nth-of-type(1) .num {
        margin-left: 12px;
        font-size: 36px;
    }

    .top-best-menu li:nth-of-type(1) .ttl {
        font-size: 22px;
    }

    .top-best-menu .btn01 a {
        width: 100%;
    }

    .index0502 ul li:last-of-type {
        display: block;
    }

    .index0502 .ttl {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .index0502 .name {
        font-size: 16px;
    }

    .foot h3 {
        font-size: 18px;
    }

    .foot-nav a {
        font-size: 13px;
    }

    .index-media .date {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .index-media .ttl {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 3px solid #b2415d;
    }

    .index-media .content {
        font-size: 16px;
    }

    .index-trouble .title {
        font-size: 30px;
    }

    .index-trouble .text02 {
        margin-top: 30px;
        font-size: 14px;
    }

    .index-trouble .text02:before {
        top: -15px;
    }
}

@media (max-width: 599px) {
    .top-image.sp-slider {
        display: block;
    }

    .top-image.pc-slider {
        display: none;
    }

    .index-trouble .text-wrap {
        width: 90%;
    }

    .index07 .cap {
        margin-top: 15px;
    }

    .top-best-menu li .pic {
        width: 100%;
    }

    .top-best-menu li .tbox {
        width: 100%;
        margin-top: 15px;
    }

    .top-best-menu li {
        width: 100%;
        margin-bottom: 30px;
    }

    .best-menu-ttl .ttl img {
        margin: 0 auto;
    }

    .best-menu-ttl .ttl {
        font-size: 32px;
    }

    .best-menu-ttl .sub {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .best-menu-ttl {
        margin-bottom: 40px;
    }

    .index05 .heading02 {
        margin-top: 10px;
    }

    .heightLine-topmenu {
        height: auto !important;
    }

    .index05 .text {
        font-size: 13px;
    }

    .insta-box .inner-1400 {
        width: 90%;
    }

    .article-num {
        margin-left: 10px;
        font-size: 14px;
    }

    footer {
        padding-bottom: 57px;
    }


    .index-media .right {
        padding-top: 20px;
    }

    .index-media .date {
        font-size: 12px;
    }

    .index-media .ttl {
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-size: 14px;
        border-bottom: 2px solid #b2415d;
    }

    .index-media .content {
        font-size: 12px;
    }

    .index04 li .wrap {
        /* top: 20%; */
        /* height: 60%; */
        top: 0;
        left: 0;
    }


    .index04 .text {
        display: none;
    }

    .index04 .inner80 {
        width: 100%;
    }

    .index04 .btn02 {
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-30%, 150%);
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

    .index0502 .ttl {
        margin-bottom: 0;
        font-size: 14px;
    }

    .index0502 .name {
        font-size: 12px;
        text-align: left;
    }



    .btn02 div {
        display: block;
    }

    .foot-nav ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .tab-wrap .tab {
        width: 72px;
        font-size: 16px;
    }

    .top-image li>div:after {
        padding-top: 60%;
    }

    .top-head {
        width: 60px;
        height: 86%;
        right: 20%;
    }

    .top-head h2 {
        /* font-size: calc(100vw * 18 / 599); */
        font-size: 15px;
        /* height: 230px; */
    }

    .btn01 a {
        width: 240px;
        padding: 6px 0;
    }

    .index01 .btn01 a {
        width: 150px;
        padding: 4px 0;
        font-size: 13px;
    }

    .btn01 a:hover,
    .btn01 a:focus,
    .btn01 a:active {
        border-radius: 17.5px;
    }

    .area50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .heading01 {
        font-size: 30px;
    }

    .heading02 {
        margin-bottom: 10px;
    }

    .br599b br {
        display: block;
    }

    .index h1 a {
        width: 15%;
    }

    .top-image {
        margin-bottom: 20px;
    }

    .index-trouble .title {
        font-size: 16px;
    }

    .index04 li>a {
        border-radius: 10px;
    }

    .index-trouble .text02 {
        margin-top: 12px;
        font-size: 10px;
    }

    .index-trouble .text02:before {
        width: 15px;
        top: -6px;
    }
}

.modal-over.active .modal-wrap {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* about */

.under-image {
    position: relative;
}

.under-ttl {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.under-ttl h2 {
    font-size: 40px;
    color: #b2415d;
    line-height: 1.3;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff;
}

.head-left {
    padding-top: 30px;
}

.under-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.head-left {
    position: relative;
}

.head-left:before {
    content: "";
    width: 40%;
    height: 65%;
    background-color: #b2415d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.under .gnavinn .inner {
    width: 100%;
}

.under .g-item>a {
    font-size: 13px;
}

.under .g-item.g-small>a {
    margin-left: -5%;
    margin-right: -5%;
}

.under .g-item {
    width: 15%;
}

.under .a-item a {
    font-size: 12px;
}

.bread-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bread-box li {
    color: #b2415d;
}

.bread-box li:not(:last-child) {
    margin-right: 20px;
    white-space: nowrap;
}

.bread-box .arrow {
    color: inherit;
    position: relative;
}

.bread-box .arrow:after {
    content: "\f054";
    display: inline-block;
    margin-left: 20px;
    font-family: fontawesome;
    font-size: 12px;
}




.about01 {
    max-width: 700px;
    margin-bottom: -40px;
    padding: 60px 40px 60px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.about01:before {
    content: "";
    width: 18px;
    height: 40px;
    /* background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/02about/about17.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    left: 40px;
}

.about02 {
    margin-bottom: -30px;
    border-left: 1px solid #000;
    position: relative;
    z-index: 1;
}

.about03 {
    position: relative;
}

.about03 .pic {
    width: 30%;
    min-width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.h100 {
    height: 100%;
}

.heading03 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #b2415d;
}

.about03:after {
    content: "";
    background: rgb(242, 243, 245);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(242, 243, 245, 1)),
            color-stop(60%, rgba(242, 243, 245, 1)),
            color-stop(85%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg,
            rgba(242, 243, 245, 1) 0%,
            rgba(242, 243, 245, 1) 60%,
            rgba(255, 255, 255, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f3f5", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.heading04 {
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
}

.heading04 .ttl {
    display: inline-block;
    font-size: 32px;
    color: #b2415d;
    position: relative;
}

.heading04 .sub {
    /* top: -88%;
  left: -38%; */
    width: 171px;
    height: 38px;
    display: block;
    font-size: 16px;
    color: #4f4044;
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: -75%;
    left: -15%;
}

[data-element-id] .heading04 .sub {
    -webkit-transform: none;
    transform: none;
    position: static;
}

.heading04 .sub:before {
    content: "";
    width: 124px;
    height: 180px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/sub.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 36px;
    left: 86px;
}

.heading04 .sub.big:before {
    width: 175px;
    top: 42px;
}

[data-element-id] .heading04 .sub:before {
    top: 103px;
    left: auto;
    z-index: -1;
}

[data-element-id] .heading04 .sub.big:before {
    top: 109px;
}

/* .heading04 .bg {
  position: relative;
} */
.fead-rotate.mv {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
}

/* .heading04 .bg:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 38px;
  left: -2px;
  background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/sub.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 124px;
  height: 62px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}  */
.heading04 .text {
    width: 180px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .heading04 .text {
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

/* .heading04 .sub {
  position: absolute;
  top: -47px;
  left: -35px;
  width: 180px;
  height: 50px;
  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;
  font-size: 16px;
  line-height: 1.2;
  color: #4f4044;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ttl.balloon {
  position: relative;
}
.ttl.balloon:before {
  content: "";
  position: absolute;
  top: -36px;
  left: -38px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/sub.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 124px;
  height: 84px;
} */


.about04 {
    position: relative;
}

.about04:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(249, 250, 254);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(249, 250, 254, 1)),
            color-stop(40%, rgba(249, 250, 254, 1)),
            color-stop(55%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg,
            rgba(249, 250, 254, 1) 0%,
            rgba(249, 250, 254, 1) 40%,
            rgba(255, 255, 255, 0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9fafe", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
}

.about04 .left {
    position: relative;
    z-index: 1;
}

.about04 .sub {
    font-size: 18px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.about04 .ttl {
    margin-right: 10px;
    font-size: 36px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.heading05 {
    width: 300px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #b2415d;
    position: relative;
}

.heading05:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #b2415d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heading06 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
}

.about06 .picbox:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about06 .picbox:not(:last-child) {
    margin-bottom: 50px;
}

.about07 .left .ttl,
.yomo01 .left .text {
    max-height: 350px;
}

.about07 .left,
.yomo01 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about07 .ttl {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.heading07 {
    margin-bottom: 50px;
    text-align: left;
}

.heading07 .ttl {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 32px;
    color: #b2415d;
}

.heading07 .sub {
    display: inline-block;
    padding-left: 45px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.heading07 .sub:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.about08 {
    padding: 30px 70px 30px 20px;
    color: #fff;
    background: #b2415d;
    position: relative;
}

.about08:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 25px;
}

.about09 .heading04 .bg:before,
.about14 .heading04 .bg:before {
    width: 158px;
    height: 72px;
    left: 58px;
}

.about09 {
    position: relative;
}

.about09:after {
    content: "";
    width: 400px;
    height: 163px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/02about/about18.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: absolute;
    top: 100px;
    right: -50px;
    z-index: -1;
}

.about10 .heading07 {
    margin-bottom: 5px;
}

.heading08 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #b2415d;
    line-height: 1.8;
    text-align: center;
}

.about12:after {
    content: none;
}

.about12 {
    background: #f9fafe;
}

.about12 .name {
    padding-top: 10px;
    font-size: 36px;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.about12 .en {
    color: #b2415d;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media (max-width: 1024px) {
    .heading04 {
        margin-bottom: 50px;
    }

    .under .g-item {
        width: 100%;
    }

    .under .g-item.g-small>a {
        margin-left: 0;
        margin-right: 0;
    }

    .a-item a {
        padding: 8px 0;
        font-size: 12px;
    }

    .a-list {
        padding: 0 8px;
    }

    .under-ttl h2 {
        font-size: 32px;
    }

    .under-logo {
        width: 100px;
    }

    .about01 {
        max-width: 550px;
        margin-bottom: -30px;
        padding: 50px 40px 50px 40px;
    }

    .about03 .pic {
        width: 50%;
        min-width: auto;
        height: auto;
        margin: auto;
        bottom: auto;
        left: 0;
        right: 0;
    }

    html {
        font-size: 14px;
    }

    .about01:before {
        width: 13px;
        height: 40px;
    }

    .heading03 {
        margin-top: 70px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
        background: rgba(252, 252, 252, 0.5);
    }

    .heading04 .ttl {
        font-size: 28px;
    }

    .heading04 .sub {
        font-size: 15px;
    }

    /* .heading04 .bg:before {
    width: 110px;
    height: 55px;
  } */
    .heading04 .sub:before {
        width: 112px;
    }

    .heading04 .sub.big:before {
        width: 160px;
    }

    .about14 .heading04 .sub {
        top: -140%;
        left: -3%;
    }

    .about04 .sub {
        font-size: 16px;
    }

    .about04 .ttl {
        margin-right: 5px;
        font-size: 32px;
    }

    .heading05 {
        padding-bottom: 15px;
        font-size: 22px;
    }

    .heading05:after {
        width: 40px;
        height: 3px;
    }

    .heading06 {
        margin-bottom: 13px;
        font-size: 20px;
    }

    .about07 .ttl {
        font-size: 18px;
    }

    .heading07 .ttl {
        margin-bottom: 8px;
        font-size: 28px;
    }

    .heading07 .sub {
        padding-left: 40px;
        font-size: 18px;
    }

    .heading07 .sub:before {
        width: 33px;
    }

    .about06 .picbox:not(:last-child) {
        margin-bottom: 50px;
    }

    .about08 {
        padding: 20px 60px 20px 15px;
    }

    .about09:after {
        width: 350px;
        height: 144px;
    }

    .heading08 {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .about12 .name {
        font-size: 30px;
    }

    .about03:after {
        display: none;
    }

    .mobile-filter {
        padding-top: 1px;
        position: relative;
    }

    .mobile-filter:after {
        content: "";
        background: rgb(242, 243, 245);
        background: -webkit-gradient(linear,
                left top, right top,
                from(rgba(242, 243, 245, 1)),
                color-stop(60%, rgba(242, 243, 245, 1)),
                color-stop(85%, rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg,
                rgba(242, 243, 245, 1) 0%,
                rgba(242, 243, 245, 1) 60%,
                rgba(255, 255, 255, 0) 85%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f3f5", endColorstr="#ffffff", GradientType=1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .mobile-filter .text {
        padding: 10px;
    }

    .about03 .inner {
        padding-top: 60%;
    }

    .about09:after {
        top: 7px;
    }

    .about03 .heading03 {
        margin-top: 0;
    }

    .pt-big {
        padding-top: 60px;
    }
}

@media (max-width: 599px) {
    .detail .bread-box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .br599n br {
        display: none;
    }

    .g-list .g-item>a {
        padding: 8px;
        font-size: 16px;
    }

    .under-logo {
        width: 60px;
    }

    .under-ttl {
        width: 100%;
        left: 25%;
    }

    .under-ttl h2 {
        font-size: 24px;
    }

    .bread-box .arrow:after {
        margin-left: 10px;
        font-size: 12px;
    }

    .bread-box .arrow a {
        font-size: 12px;
    }

    .bread-box li {
        font-size: 12px;
    }

    .bread-box li:not(:last-child) {
        margin-right: 10px;
    }


    .about01 {
        margin-bottom: -10px;
        padding: 30px 10px 20px 10px;
    }

    .about01:before {
        width: 9px;
        height: 33px;
        top: 2px;
        left: 15px;
    }

    .about03 .inner {
        padding-top: 70%;
    }

    .about03 .pic {
        width: 65%;
    }

    .about03 .pic img {
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
    }

    .about04 .ttl {
        margin-right: 3px;
        font-size: 24px;
    }

    .about04 .sub {
        font-size: 12px;
    }

    .heading05 {
        padding-bottom: 12px;
        font-size: 18px;
    }

    .heading04 .ttl {
        font-size: 22px;
    }

    .about14 .heading04 .ttl {
        font-size: 20px;
    }

    /* .heading04 .bg:before {
    top: 31px;
    left: 33px;
  } */
    .heading04 .sub:before {
        width: 100px;
    }

    .heading04 .sub.big:before {
        width: 128px;
    }

    .heading04 .sub {
        font-size: 14px;
        /*top: -192%;
        left: 11%;*/
        /*以下坂田追加*/
        top: -102%;
        left: -3%;
    }

    .about09 .heading04 .sub {
        font-size: 12px;
        top: -192%;
        left: 11%;
    }

    /* .about09 .heading04 .bg:before,
  .about14 .heading04 .bg:before {
    width: 130px;
    height: 72px;
    left: 47px;
  } */
    .heading04 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .heading06 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .about06 .picbox .right {
        padding-top: 0;
    }

    .about06box {
        padding-top: 60px;
    }

    .about07 .ttl {
        margin-bottom: 10px;
        line-height: 1.3;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .heading07 .ttl {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .heading07 .sub {
        padding-left: 35px;
        font-size: 14px;
    }

    .heading07 .sub:before {
        width: 27px;
    }

    .heading07 {
        margin-bottom: 30px;
    }

    .about08 {
        padding: 15px 40px 15px 10px;
    }

    .pt-big {
        padding-top: 40px;
    }

    .heading08 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .about10 .heading07 {
        margin-bottom: 30px;
    }

    .about12 .h100 {
        height: 300px;
    }

    .about12 .left {
        width: 90%;
        min-height: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .about12 .left .up-w-70\% {
        white-space: nowrap;
    }

    .about12 .left .text {
        margin-bottom: 10px;
    }

    .about12 .name {
        font-size: 24px;
    }

    .about12 .en {
        font-size: 12px;
    }

    .pb-big {
        padding-bottom: 40px;
    }

    .about14 .heading04 {
        margin-top: 70px;
    }

    .about14 .heading04 .sub {
        font-size: 12px;
        top: -60px;
        left: 21%;
    }
}

.fead-mv02 {
    opacity: 0;
}

.fead-mv02.mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

[data-element-id] .fead-mv02 {
    opacity: 1;
}

/* yomogi */

.yomo01 .left {
    width: 25%;
}

.yomo01 .right {
    width: 70%;
}

.yomo01 .left .text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-size: 28px;
    line-height: 1.4;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.yomo02 .left {
    width: 55%;
}

.yomo02 .right {
    width: 40%;
}

/* .yomo02box .heading04 .bg:before {
  left: 42px;
  width: 158px;
  height: 79px;
} */
.yomo02box .heading04 .sub {
    top: -104%;
    left: -6%;
}

.yomo02box .heading04 .sub:before {
    width: 146px;
}

.picbox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yomo03 .picbox02:not(:last-child) {
    margin-bottom: 7%;
}

.picbox02 .left {
    width: 40%;
}

.picbox02 .right {
    width: 55%;
}

.yomo03 .picbox02:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.heading09 {
    margin-bottom: 5%;
    font-size: 22px;
}

.yomo04 .left {
    width: 15%;
}

.yomo04 .right {
    width: 85%;
}

.heading10 {
    margin-bottom: 4%;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
    position: relative;
}

.heading10 .border {
    width: 50px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

/* .kitai-box {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
} */
.kitai {
    padding: 10px 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.kitai dl {
    margin-bottom: 25px;
    border-radius: 10px;
    background: #b2415d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.kitai dt {
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.kitai dd {
    display: none;
    padding: 0 30px 45px;
}

.kitai .pic {
    margin-bottom: 15px;
}

.kitai dt:after {
    content: "\f078";
    font-family: fontawesome;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.kitai dl.is-parent {
    border: 1px solid #b2415d;
    background: inherit;
}

.kitai dl.is-parent dt {
    color: inherit;
}

.kitai dl.is-parent dt:after {
    color: #b2415d;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.yomo06 .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
}

.yomo06 .pic img {
    max-width: 90%;
}

.yomo06 li {
    position: relative;
}

.yomo06 li:not(:last-child):after {
    content: "";
    width: 17px;
    height: 36px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/right02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 30%;
    right: 0;
}

.yomo05box .heading04 .bg:before,
.about05box .heading04 .bg:before {
    top: 26px;
}

.yomo07 li:not(:last-child) {
    margin-bottom: 60px;
}

.yomo07 .left {
    width: 65%;
}

.yomo07 .right {
    width: 30%;
}

.yomo07 ul li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.yomo07 .text {
    position: relative;
}

/* .yomo07 .text:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
} */
.yomo07 .text .num {
    content: "";
    width: 88px;
    height: 88px;
    font-family: "Varela Round", sans-serif;
    font-size: 120px;
    color: #d59ca8;
    line-height: 1;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*以下坂田追加*/
    opacity: 0.2;
    position: absolute;
    top: -30px;
    right: 60px;
    z-index: -1;
}

.yomo07 ul li:nth-of-type(1) .text:after {
    width: 22px;
    height: 88px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/one.png);
}

.yomo07 ul li:nth-of-type(2) .text:after {
    width: 58px;
    height: 89px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/two.png);
}

.yomo07 ul li:nth-of-type(3) .text:after {
    width: 60px;
    height: 90px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/three.png);
}

.yomo07 ul li:nth-of-type(4) .text:after {
    width: 60px;
    height: 89px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/four.png);
}

.yomo07 ul li:nth-of-type(5) .text:after {
    width: 55px;
    height: 88px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/five.png);
}

.yomo07 ul li:nth-of-type(6) .text:after {
    width: 56px;
    height: 89px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/six.png);
}

.yomo09 .right {
    padding-top: 25px;
}

.yomo09 .left {
    padding-top: 10px;
}

.yomo09 .item .wrap {
    padding: 30px;
    border: 1px solid #b2415d;
}

.yomo09 .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yomo09 .item li {
    margin-right: 5px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    border-radius: 1000px;
    background: #b2415d;
}

.yomo08box .heading08 {
    margin-bottom: 25px;
}

.heightLine-yomo0901 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.border05 {
    width: 2px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    background: #b2415d;
}

.yomo10 .picbox1 .left {
    width: 45%;
}

.yomo10 .picbox1 .right {
    width: 50%;
}

.yomo10 .picbox2 .left {
    width: 55%;
}

.yomo10 .picbox2 .right {
    width: 40%;
}

.yomo09box {
    background: #b2415d;
}

.yomo11 {
    background: #fff;
}

.yomo11 .js-toggle:after {
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/plus.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.yomo11 li {
    border: 1px solid #b2415d;
}

.yomo11 li:not(:last-child) {
    margin-bottom: 30px;
}

.yomo11 .js-toggle {
    padding: 15px 30px 15px 20px;
    font-size: 22px;
    color: #b2415d;
    cursor: pointer;
    position: relative;
}

.yomo11 .text {
    display: none;
    padding: 15px 20px 30px;
}

.yomo11 .is-parent .js-toggle:after {
    width: 17px;
    height: 2px;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/minus.png);
}

.br1024n br {
    display: block;
}

@media (max-width: 1024px) {
    .yomo01 .left .text {
        font-size: 24px;
    }

    .heading09 {
        font-size: 20px;
    }

    .kitai {
        padding: 0;
    }

    .heading10 {
        font-size: 18px;
    }

    .kitai dt:after {
        right: 10px;
    }

    .yomo09 .item li {
        margin-bottom: 3px;
        margin-right: 3px;
        font-size: 13px;
    }

    .yomo11 .js-toggle {
        padding: 12px 25px 12px 15px;
        font-size: 18px;
    }

    .yomo11 .text {
        padding: 12px 15px 25px;
    }



    .yomo02 .heading07 .sub {
        font-size: 16px;
    }

    .yomo02box .heading04 .sub {
        top: -164%;
        left: 8%;
    }

    .yomo02box .heading04 .sub:before {
        width: 135px;
    }

    .br1024n br {
        display: none;
    }

    .kitai dt {
        padding: 12px 25px 12px 20px;
        font-size: 13px;
    }

    .kitai dd {
        padding: 0 20px 30px;
    }

    .yomo06 li:not(:last-child):after {
        width: 12px;
        height: 24px;
    }

    .yomo07 .left {
        width: 55%;
    }

    .yomo07 .right {
        width: 40%;
    }

    .yomo09 .item .wrap {
        padding: 20px 15px;
    }

    .border05 {
        height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .yomo01 .left {
        width: 100%;
    }

    .yomo01 .left .text {
        margin-bottom: 15px;
        font-size: 18px;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .yomo01 .right {
        width: 100%;
    }

    .yomo02 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .yomo02 .right {
        width: 100%;
    }

    .yomo02box .heading04 .sub {
        top: -110%;
        left: 22%;
    }

    .yomo02box .heading04 {
        margin-top: 60px;
    }

    .yomo02box .heading04 .sub:before {
        width: 125px;
    }

    .yomo08 .inner700 {
        width: 100%;
    }

    .picbox02 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .picbox02 .right {
        width: 100%;
    }

    .yomo06 li:nth-of-type(2n):after {
        content: none;
    }

    /*   .kitai-box {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
} */
    .kitai dl {
        margin-bottom: 15px;
    }

    .yomo07 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .yomo07 .right {
        width: 100%;
    }

    .heightLine-yomo0901 {
        height: auto !important;
    }

    .heightLine-yomo0902 {
        height: auto !important;
        margin-bottom: 15px;
    }

    .yomo08box .inner700 {
        width: 100%;
    }

    .yomo09 .right>div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .yomo09 .right {
        padding-top: 0;
    }

    .yomo10 .picbox1 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .yomo10 .picbox1 .right {
        width: 100%;
    }

    .border05 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .yomo10 .picbox2 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .yomo10 .picbox2 .right {
        width: 100%;
    }

    .yomo11 li:not(:last-child) {
        margin-bottom: 15px;
    }

    .yomo11 .js-toggle {
        padding: 8px 20px 8px 10px;
        font-size: 14px;
    }

    .yomo11 .js-toggle:after {
        right: 8px;
    }

    .yomo11 .text {
        padding: 8px 10px 20px;
    }

    .yomo11 .is-parent .js-toggle:after {
        width: 11px;
        height: 2px;
    }

    .online07 .inner500 {
        width: 100%;
    }

    .form-box .inner700 {
        width: 100%;
    }
}

/* germa */

.germa01 .picbox:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.germa01 .picbox:not(:last-child) {
    margin-bottom: 60px;
}

.germa02 {
    letter-spacing: 1px;
}

.germa02 li .wrap {
    padding: 8px 10px;
    color: #fff;
    border-radius: 10px;
    background: #b2415d;
}

.heading11 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #b2415d;
    line-height: 1.4;
}

.germa04 .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.germa04 .right img {
    max-width: 70%;
}

.germa04 .left img {
    height: 100%;
}

@media (max-width: 1024px) {
    .heading11 {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .germa02 li .wrap {
        padding: 7px 9px;
    }

    .heading11 {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .germa02 li .wrap {
        padding: 5px 7px;
        font-size: 13px;
    }
}

/* service */

.course-list li {
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #b2415d;
    background: #fff;
}

.heading12 {
    margin-bottom: 30px;
}

.heading12 .ttl {
    display: inline-block;
    font-size: 32px;
    color: #b2415d;
}

.heading12 .sub {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    color: #b2415d;
}

.course-list li:nth-of-type(2n) .picbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.course-list li:not(:last-child) {
    margin-bottom: 40px;
}

.option-list .wrap {
    padding: 20px 20px;
    border: 1px solid #b2415d;
    background: #fff;
    position: relative;
}

.option-list .wrap:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #b2415d;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.heading13 {
    margin-bottom: 15px;
}

.heading13 .ttl {
    display: block;
    font-size: 24px;
    text-align: center;
}

.heading13 .sub {
    display: block;
    font-size: 14px;
    text-align: center;
}

.heading14 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}

.option-list .text {
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .heading12 .ttl {
        font-size: 28px;
    }

    .heading12 .sub {
        margin-left: 10px;
        font-size: 14px;
    }

    .heading12 {
        margin-bottom: 20px;
    }

    .heading13 .ttl {
        font-size: 22px;
    }

    .heading13 .sub {
        font-size: 12px;
    }

    .heading13 {
        margin-bottom: 10px;
    }

    .heading14 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .option-list .wrap {
        padding: 15px 15px;
    }

    .course-list li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .heading12 .ttl {
        margin-right: 0;
        font-size: 19px;
    }

    .heading12 .sub {
        display: block;
        margin-left: 0;
        font-size: 13px;
    }

    .heading12 {
        margin-bottom: 15px;
    }


    .heightLine-menu0201 {
        height: auto !important;
    }

    .heightLine-menu0202 {
        height: auto !important;
    }

    .option-list .wrap {
        padding: 20px 15px 40px;
    }

    .menu02box .inner700 {
        width: 100%;
    }
}

/* voice */

.voice-list .left {
    width: 30%;
}

.voice-list .right {
    width: 65%;
}

.heading15 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 24px;
    color: #b2415d;
    border-bottom: 2px solid #b2415d;
}

.voice-list .greet {
    margin-bottom: 50px;
}

.voice-list li:not(:last-child) {
    margin-bottom: 50px;
}

.pager {
    padding-top: 40px;
}

.pager li {
    margin-right: 10px;
}

.pager a {
    width: 45px;
    height: 45px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b2415d;
    border: 1px solid #b2415d;
    border-radius: 8px;
}

.pager .now a {
    color: #fff;
    background: #b2415d;
}

.pager .prev a:after {
    content: "\f053";
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
}

.pager .next a:after {
    content: "\f054";
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .voice-list .greet {
        margin-bottom: 20px;
    }

    .heading15 {
        margin-bottom: 15px;
        padding-bottom: 6px;
        font-size: 20px;
    }

    .pager a {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 599px) {
    .voice-list .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .voice-list .right {
        width: 100%;
    }

    .heading15 {
        margin-bottom: 10px;
        padding-bottom: 4px;
        font-size: 18px;
    }

    .heading15.small {
        font-size: 14px;
        border-bottom: 1px solid #b2415d;
    }

    .heading15.letter0 {
        letter-spacing: 0;
    }


    .pager a {
        width: 35px;
        height: 35px;
    }

    .pager li {
        margin-right: 7px;
    }

    .pager {
        padding-top: 30px;
    }
}

/* report */

.heading04 .small {
    font-size: 20px;
}

.report01box .heading04 .bg:before {
    top: 30px;
}

.report01box .heading04 .sub:before {
    width: 155px;
    top: 29px;
    left: 81px;
}

.report01 .left {
    width: calc(100% * 2 / 3);
}

.report01 .right {
    width: calc(100% * 1 / 3);
}

.report02 li {
    width: 45%;
}

.btn03 {
    margin: 20px 0 10px;
}

.btn03 a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    background: #b2415d;
}

.report03box {
    background: #fff;
}

@media (max-width: 1024px) {
    .heading04 .small {
        font-size: 18px;
    }

    .btn03 {
        margin: 15px 0 7px;
    }

    .btn03 a {
        padding: 12px 0;
    }
}

@media (max-width: 599px) {
    .report01box .heading04 .sub {
        top: -47px;
    }

    .report01box .heading04 .sub:before {
        width: 130px;
        top: 26px;
    }

    .heading04 .small {
        font-size: 16px;
    }

    .pt-small {
        padding-top: 20px;
    }

    .report02 li {
        width: 100%;
        margin-bottom: 30px;
    }

    .heightLine-report02 {
        height: auto !important;
    }

    .btn03 {
        margin: 10px 0 5px;
    }

    .btn03 a {
        padding: 8px 0;
        font-size: 13px;
    }

    .report03 .right100 .img100 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* report */

.heading16 {
    margin-bottom: 5px;
    padding-bottom: 8px;
    color: #b2415d;
    border-bottom: 1px solid #b2415d;
}

.btn04 {
    width: 480px;
    margin: 20px auto;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    background: #b2415d;
}

.flow03 {
    padding: 20px 40px;
    border: 1px dotted;
}

.flow04 .pic {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.flow04 .text {
    margin-top: 30px;
}

.flow06 .ttl {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 1024px) {
    .btn04 {
        width: 400px;
        margin: 15px auto;
        padding: 10px 0;
    }

    .flow04 .text {
        margin-top: 20px;
    }

    .flow06 .ttl {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .btn04 {
        width: 100%;
    }

    .flow06 .ttl {
        font-size: 16px;
    }
}

/* hiesyou */

.hie03box .heading04 .sub {
    font-size: 32px;
}

.hie03box .heading04 .bg:before {
    top: 37px;
    left: 31px;
}

.hie03box .heading04 .sub {
    top: -46px;
    left: 97px;
}

.hie04 .left .text {
    font-size: 24px;
}

.hie05box {
    background: #b2415d;
}

.hie05 {
    background: #fff;
}

.heading17 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid;
}

@media (max-width: 1024px) {
    .flow03 {
        padding: 15px 20px;
    }

    .hie03box .heading04 .sub {
        font-size: 28px;
    }

    .hie04 .left .text {
        font-size: 22px;
    }

    .heading17 {
        margin-top: 8px;
        margin-bottom: 4px;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .germa01 .picbox:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (max-width: 599px) {
    .hie03box .heading04 .sub {
        font-size: 24px;
    }

    .hie03box .heading04 .bg:before {
        top: 33px;
        left: 27px;
    }

    .heading09 {
        margin-bottom: 3%;
        font-size: 18px;
    }

    .germa01 .picbox:not(:last-child) {
        margin-bottom: 20px;
    }

    .heading17 {
        padding-bottom: 5px;
    }

    .flow03 {
        padding: 10px 15px;
    }
}

/* ninkatsu */

.heading18 {
    margin-bottom: 10px;
    padding-left: 4em;
    font-weight: 600;
    text-indent: -4em;
}

.heading19 {
    font-size: 24px;
    color: #b2415d;
    line-height: 1.6;
    text-align: center;
}

.hie06 .heading18 {
    padding-left: 1em;
    text-indent: -1em;
}

@media (max-width: 1024px) {
    .heading19 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .heading19 {
        font-size: 16px;
    }
}

/* gekkei */

.heading21 {
    margin-bottom: 60px;
}

.heading21 .ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 32px;
    color: #b2415d;
    text-align: center;
}

.heading21 .sub {
    display: block;
    text-align: center;
}

.gekkei01 .kitai dl {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .heading21 .ttl {
        font-size: 28px;
    }

    .heading21 {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .heading21 {
        margin-bottom: 30px;
    }

    .heading21 .ttl {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .gekkei02box .picbox:not(:last-child) {
        margin-bottom: 60px;
    }

    .gekkei02box .picbox .left100 {
        margin-bottom: 10px;
    }
}

/* online */

.online01 .text {
    width: 700px;
    padding: 50px 60px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 1;
}

[data-element-id] .online01 .text {
    position: absolute !important;
}

.list01 li {
    margin-bottom: 10px;
    padding-left: 1em;
    letter-spacing: 2px;
    text-indent: -1em;
}

.heading22 {
    margin-bottom: 30px;
    font-size: 24px;
}

.heading23 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #b2415d;
}

.heading24 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.heading24:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.heading25 {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
}

.heading25:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #b2415d;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.online06 .picbox:not(:last-child) {
    margin-bottom: 0;
}

.list03 li {
    width: 18%;
    margin: 1%;
}

.list03 li .wrap {
    overflow: hidden;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background: #b2415d;
    position: relative;
}

.list03 li .wrap:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.list03 li span {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.heading26 {
    margin-bottom: 10px;
    font-size: 24px;
}

.online10 .list03 .wrap {
    font-size: 22px;
}

.heading27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: #b2415d;
    text-align: center;
}

.online11 .text {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .online01 .text {
        width: 80%;
        padding: 30px 40px;
        bottom: -30px;
    }

    .list01 {
        margin: 10px 0;
    }

    .list01 li {
        margin-bottom: 0;
    }

    .heading22 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .heading23 {
        font-size: 22px;
    }

    .heading24 {
        margin-bottom: 20px;
        padding-bottom: 8px;
        font-size: 20px;
    }

    .heading25 {
        height: 40px;
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 20px;
    }

    .list03 li .wrap {
        font-size: 12px;
    }

    .online06 .list03 {
        margin-top: 10px;
    }

    .heading26 {
        font-size: 20px;
    }

    .online10 .list03 .wrap {
        font-size: 16px;
    }

    .heading27 {
        font-size: 20px;
    }

    .online06 .left100 {
        padding: 20px 0;
    }
}

@media (max-width: 599px) {
    .online01 .up-ofi-60:after {
        padding-top: 100%;
    }

    .online01 .text {
        width: 90%;
        min-height: 70%;
        margin: auto;
        padding: 20px 10px;
        font-size: 12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
    }

    .heading22 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .online02 .img100 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .order-box .heading19 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-box .right100 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-box .left100 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }

    .order-box .right100 .img100 {
        width: 100%;
    }

    .heading23 {
        font-size: 18px;
    }

    .heading24 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .heading25 {
        margin-bottom: 15px;
        /* padding-left: 15px; */
        font-size: 18px;
    }

    .online06 .left100 {
        padding: 20px 0 0;
    }

    .heading26 {
        font-size: 18px;
    }

    .list03 li {
        max-width: 80px;
    }

    .wrapper main .online07 .left100,
    .wrapper main .online07 .right100 {
        width: 48%;
    }

    .online10 .list03 li {
        width: 30%;
        max-width: 127px;
    }

    .online10 .list03 .wrap {
        font-size: 14px;
    }

    .heading27 {
        font-size: 18px;
    }

    .online06 .picbox:not(:last-child) {
        margin-bottom: 60px;
    }

    .wrapper .online08 .left100,
    .wrapper .online11 .left100 {
        margin-bottom: 50px;
    }

    .online11 .inner800 {
        width: 100%;
    }

    .uk-modal-caption {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        bottom: 0;
    }

    .lightbox-item-sp-none {
        display: none;
    }
}

/* coupon */

#coupon_print {
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: #b2415d;
}

@media (max-width: 1024px) {
    #coupon_print {
        width: 380px;
        padding: 12px 0;
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    #coupon_print {
        width: 100%;
        padding: 10px 0;
        font-size: 18px;
    }

    .online02box .inner {
        position: relative;
    }

    .years3 .inner .years3-img {
        width: 30%;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        position: absolute;
        top: 15px;
        left: -2%;
        z-index: 1;
    }

    .years3 .inner .years3-img .img100 {
        width: 100%;
    }

    .online01box {
        padding-bottom: 80px;
    }
}

/* contact */

.contact01 .dt_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 10px;
}

.contact01 h4 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
}

.contact01 .tel {
    font-size: 18px;
}

.contact01 ul .dd_wrap {
    background: #b2415d;
}

.contact01 ul .日本橋本店 .dd_wrap {
    background: #b2415d;
}

.contact01 ul .新宿店 .dd_wrap {
    background: #62855c;
}

.contact01 ul .池袋店 .dd_wrap {
    background: #49617a;
}

.contact01 ul .渋谷店 .dd_wrap {
    background: #8e7440;
}

.contact01 .dd_wrap {
    display: block;
    padding: 15px 20px;
}

.arr-r:before {
    content: "\f061";
    margin-right: 10px;
    padding: 4px 15px;
    font-family: fontawesome;
    font-size: 18px;
    color: #b2415d;
    line-height: 1;
    border-radius: 5px;
    background-color: #fff;
}

.日本橋店 .arr-r:before {
    color: #b2415d;
}

.新宿店 .arr-r:before {
    color: #62855c;
}

.池袋店 .arr-r:before {
    color: #49617a;
}

.渋谷店 .arr-r:before {
    color: #8e7440;
}

.contact01 .shop {
    font-size: 24px;
    color: #fff;
}

.contact01 .shop-logo {
    margin-top: 10px;
    text-align: center;
}

.contact01 .shop-logo img {
    width: 58px;
}

.contact01 .add {
    margin-top: 10px;
    padding-left: 3em;
    font-weight: 500;
    text-indent: -3em;
}

.contact-form dl {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: 400;
    font-size: 18px;
    color: #b2415d;
}

.contact-form dt {
    padding: 5px 0;
}

.contact-form dd {
    padding: 5px 0 20px;
    border-bottom: 1px solid;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 10px;
    font-size: 16px;
    border: none;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
}

.contact-form select {
    width: 45%;
}

.submit-wrapper {
    margin-top: 120px;
    color: #fff;
    text-align: center;
}

.link01 {
    width: 450px;
    display: block;
    display: block;
    padding: 15px 0;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: #b2415d;
    position: relative;
}

.submit-wrapper .link01 {
    position: relative;
}

.link01.arr-r:before {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
}

.contact-form select {
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/submit.png);
    background-size: 11px 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.link01 {
    width: 300px;
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    button.link01 {
        width: 45%;
    }

    .arr-r:before {
        padding: 4px 12px;
        font-size: 14px;
    }

    .link01.arr-r:before {
        left: 15px;
    }

    .contact01 .shop {
        font-size: 16px;
    }

    .contact01 .dd_wrap {
        padding: 10px 5px 10px 10px;
    }

    .contact01 h4 {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .contact01 .tel {
        font-size: 16px;
    }

    .contact01 .shop-logo img {
        width: 50px;
    }

    .contact-form dd {
        padding: 3px 0 15px;
    }

    .submit-wrapper {
        margin-top: 80px;
    }

    .link01 {
        width: 380px;
        padding: 12px 0;
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    button.link01 {
        width: 40%;
        padding-left: 50px;
    }

    .contact01box .heading21 .sub {
        text-align: left;
    }

    .contact-form select {
        width: 100%;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        font-size: 14px;
    }

    .contact-form label {
        font-size: 16px;
    }

    .contact-form dl {
        margin-bottom: 10px;
    }

    .link01 {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        border-radius: 5px;
    }

    .submit-wrapper {
        margin-top: 40px;
    }
}

/* member */

.anker-link a {
    display: block;
    padding: 5px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #b2415d;
}

.heading28 {
    margin-bottom: 30px;
}

.heading28 .ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #b2415d;
}

.heading28 .sub {
    display: block;
    padding-left: 50px;
    font-weight: 500;
    position: relative;
}

.heading28 .sub:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.list04 li {
    padding-left: 2em;
    text-indent: -2em;
}

.mail-btn {
    padding: 8px 25px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background: #b2415d;
}

.mail-wrapper {
    color: #fff;
}

@media (max-width: 1024px) {
    .anker-link a {
        font-size: 18px;
    }

    .heading28 .ttl {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .heading28 .sub {
        padding-left: 40px;
    }

    .heading28 {
        margin-bottom: 20px;
    }

    .mail-btn {
        padding: 8px 20px;
        font-size: 18px;
        border-radius: 8px;
    }

    .heading28 .sub:before {
        width: 30px;
    }
}

@media (max-width: 599px) {
    .wrapper main .left100 {
        padding-top: 0;
    }

    .heading28 .ttl {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .mail-btn {
        padding: 5px 15px;
        font-size: 16px;
        border-radius: 5px;
    }

    .anker-link a {
        font-size: 16px;
    }
}

/* media */

.media01 {
    padding: 20px 0;
    text-align: center;
    background: #fff;
}

.media01 img {
    width: 350px;
}

.date01 {
    margin-bottom: 10px;
    padding-left: 50px;
    font-weight: 600;
    position: relative;
}

.date01:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.media-list .pic {
    padding: 15px 0;
    background: #fff;
}

.media-list .pic-wrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.media-list a {
    display: block;
}

.media-list .ttl {
    color: #b2415d;
}

.media-list .date01 {
    margin-top: 15px;
}

.media-list li:nth-of-type(1) {
    width: 100%;
}

.media-list li:nth-of-type(1) .pic-wrap {
    width: 35%;
}

.media-list li:nth-of-type(1) .pic {
    padding: 20px 0;
}

.media-list li:nth-of-type(1) .ttl {
    font-size: 24px;
}

.pager01 li a {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #b2415d;
    text-align: center;
}

.pager01 a {
    display: block;
    padding: 10px;
}

.pager01 .arr-r:before {
    margin: 0;
    color: #fff;
    background: #b2415d;
}

.arr-r.back:before {
    content: "\f060";
}

@media (max-width: 1024px) {
    .media01 img {
        width: 280px;
    }

    .date01 {
        margin-bottom: 5px;
        padding-left: 40px;
    }

    .media-list .date01 {
        margin-top: 10px;
    }

    .date01:before {
        width: 30px;
    }

    .pager01 li a {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .media01 img {
        width: 200px;
    }

    .media01 {
        padding: 15px 0;
    }

    .media-list li:nth-of-type(1) .pic-wrap {
        width: 70%;
    }

    .media-list li:nth-of-type(1) .ttl {
        font-size: 14px;
    }
}

.pager01 a {
    padding: 8px;
}

/* media_detail */

.media02 .arrow02:before {
    content: "\f060";
}

.heading29 {
    margin-bottom: 10px;
}

.heading29 .logo {
    width: 60px;
    margin-right: 20px;
}

.heading29 img {
    width: 100%;
}

.heading29 .ttl {
    font-size: 24px;
    color: #b2415d;
}

.store-list a {
    display: block;
}

.heading30 {
    margin-bottom: 10px;
    padding-left: 50px;
    color: #b2415d;
    position: relative;
}

.heading30:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #b2415d;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.store-list dl:not(:last-child) {
    margin-bottom: 15px;
}

.store-list .tel {
    font-weight: 500;
    font-size: 24px;
}

.store-list li:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid;
}

.store-list .btn01 {
    margin-top: 50px;
}

.store-list .btn01 a {
    margin: 0 auto;
}

.store-list li .store-map::after {
    padding-top: 70%;
}

@media (max-width: 1024px) {
    .heading29 .logo {
        width: 50px;
        margin-right: 15px;
    }

    .heading29 .ttl {
        font-size: 20px;
    }

    .heading30 {
        margin-bottom: 5px;
        padding-left: 40px;
    }

    .store-list dl:not(:last-child) {
        margin-bottom: 10px;
    }

    .store-list .tel {
        font-size: 20px;
    }

    .store-list li:not(:last-child) {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .store-list li:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .store-list .btn01 {
        margin-top: 20px;
    }
}

/* store-detail */

.store-detail01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.store-detail01 .heading29 {
    margin-bottom: 40px;
}

.store-slider li {
    height: auto;
}

.store-detail01 .tel {
    font-weight: 500;
    font-size: 24px;
}

.store-slider .slick-prev:before,
.store-slider .slick-next:before {
    font-family: fontawesome;
    font-size: 50px;
    color: #b2415d;
}

.store-slider .slick-next:before {
    content: "\f054";
}

.store-slider .slick-prev:before {
    content: "\f053";
}

.store-slider .slick-prev,
.store-slider .slick-next {
    width: auto;
    height: auto;
    z-index: 3;
}

.store-slider .slick-prev {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: -35px;
}

.store-slider .slick-next {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: -35px;
}

.store-detail01 .heading29 .ttl {
    font-size: 36px;
}

.store-map-detail::after {
    padding-top: 40%;
}

.store-detail03 .heading30 {
    font-weight: 400;
    font-size: 24px;
}

.store-detail03-inner+.store-detail03-inner {
    margin-top: 50px;
}

@media (max-width: 1024px) {

    .store-slider .slick-prev:before,
    .store-slider .slick-next:before {
        font-size: 35px;
    }

    .store-slider .slick-next {
        right: -20px;
    }

    .store-slider .slick-prev {
        left: -20px;
    }

    .store-detail01 .tel {
        font-size: 22px;
    }

    .store-detail03 .heading30 {
        font-size: 22px;
    }

    .store-detail01 .heading29 .ttl {
        font-size: 30px;
    }

    .store-detail02 .heading23 {
        font-size: 18px;
    }

    .store-map-detail::after {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {

    .store-slider .slick-prev:before,
    .store-slider .slick-next:before {
        font-size: 20px;
    }

    .store-slider .slick-next {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 5px;
    }

    .store-slider .slick-prev:before,
    .store-slider .slick-next:before {
        color: #fff;
    }

    .store-slider .slick-prev {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 5px;
    }

    .store-detail01 {
        width: 100%;
    }

    .store-detail01 .add .mb-big {
        margin-bottom: 20px;
    }

    .heading30:before {
        width: 30px;
    }

    .store-detail03 .heading30 {
        font-size: 18px;
    }

    .store-detail01 .heading29 {
        margin-bottom: 20px;
    }

    .store-detail01 .heading29 .ttl {
        font-size: 24px;
    }

    .store-map-detail::after {
        padding-top: 80%;
    }
}

/* news */

.news-list li {
    min-height: 215px;
    margin-bottom: 40px;
    padding: 30px 30px;
    background: #fff;
}

.news01box .heading30 {
    margin-left: -55px;
    font-weight: 500;
    color: inherit;
}

.news-list .cat {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid;
}

.news-list .ttl {
    font-size: 18px;
}

.news-list .ttl a {
    display: block;
}

.news-category .heading24 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #b2415d;
}

.news-category .wrap {
    color: #fff;
    background: #b2415d;
}

.news-category a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1024px) {
    .news-list li {
        min-height: 175px;
        margin-bottom: 25px;
        padding: 20px 20px;
    }

    .heading30:before {
        width: 30px;
    }

    .news01box .heading30 {
        margin-left: -25px;
    }

    .news-list .cat {
        margin-bottom: 15px;
    }

    .news-list .ttl {
        font-size: 16px;
    }

    .news-category a {
        padding: 6px;
    }
}

@media (max-width: 599px) {
    .news-list li {
        min-height: 147px;
        margin-bottom: 20px;
        padding: 15px 15px;
    }

    .news-list .cat {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .wrapper .news01box .left100 {
        margin-bottom: 40px;
    }

    .news-list .ttl {
        font-size: 14px;
    }

    .onlinestore .news-category li,
    .ec .news-category li,
    .ec-detail .news-category li {
        width: auto;
        min-width: 33.333%;
    }
}

/* news-detail */

.news-detail01 {
    padding: 30px 30px 60px;
    background: #fff;
}

.news-detail01 .ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #b2415d;
    text-align: center;
    border-bottom: 1px solid #b2415d;
}

.news-detail01 .cat {
    margin-bottom: 40px;
    font-weight: 500;
    text-align: center;
}

.news01box .link01 {
    width: 270px;
}

.news01box .link01 {
    padding: 15px 0 15px 20px;
}

@media (max-width: 1024px) {
    .news-detail01 .ttl {
        margin-bottom: 12px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .news-detail01 .cat {
        margin-bottom: 30px;
    }

    .news-detail01 {
        padding: 20px 20px 50px;
    }

    .news01box .link01 {
        padding: 12px 0 12px 15px;
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .news-detail01 {
        padding: 15px 10px 30px;
    }

    .news01box .link01 {
        width: 100%;
        padding: 10px 0 10px 15px;
        font-size: 16px;
    }
}

/* blog */

.recommend .date {
    margin-top: 5px;
}

.recommend .cat {
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}

.recommend a {
    display: block;
}

.hinoki01 .heading27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* qa */

.qa01box .yomo11 {
    background: inherit;
}

.qa01box .yomo11 .js-toggle {
    color: #fff;
    background: #b2415d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.qa01box .yomo11 .js-toggle:after {
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/plus_white.png);
}

.qa01box .yomo11 .is-parent .js-toggle {
    color: #b2415d;
    background: inherit;
}

.qa01box .yomo11 .is-parent .js-toggle:after {
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/minus.png);
}

.qa01box .yomo11 .js-toggle {
    padding: 7px 30px 7px 20px;
}

.qa01box .yomo11 li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 599px) {
    .qa01box .yomo11 .js-toggle {
        padding: 7px 20px 7px 10px;
    }

    .qa01box .yomo11 li:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* yomogicha */

.yomogicha .online09 .heading26 {
    font-size: 18px;
}

.cha02box .heading30:before {
    width: 60px;
    background: #4f4044;
}

.cha02box .heading30 {
    padding-left: 70px;
}

.colona .list01 li {
    padding: 5px 0 5px 1em;
    line-height: 2.3;
}

.tsuki03 .pic {
    width: 60%;
    margin-left: auto;
}

.tsuki03 {
    position: relative;
}

.text01 {
    padding: 30px;
    background: #fff;
}

.tsuki03 .text01 {
    width: 600px;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.tsuki04 {
    position: relative;
}

.tsuki04 .pic {
    width: 60%;
    margin-right: auto;
}

.tsuki04 .text01 {
    width: 600px;
    margin: -100px 0 0 auto;
    position: relative;
    z-index: 1;
}

.heading31 {
    display: inline-block;
    margin-bottom: 40px;
    margin-left: -40px;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: relative;
}

.heading31:before {
    content: "";
    width: 195px;
    height: 60px;
    display: block;
    background-image: url(/import/tenant_2/153.126.144.23/html_rakuzaya2/images/common27.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.heading31 .ttl {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #b2415d;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 25%;
    left: 50%;
}

.tsuki06 {
    position: relative;
}

.tsuki06 .left100 {
    position: relative;
    z-index: 0;
}

.tsuki06 .right100 {
    padding: 15px 20px 40px 0;
    position: relative;
    z-index: 2;
}

.tsuki06 .sub {
    margin-bottom: 15px;
    font-size: 18px;
    color: #b2415d;
}

.tsuki06 .text {
    max-width: 570px;
    font-size: 14px;
}

.tsuki06:after {
    content: "";
    width: 80%;
    height: 100%;
    background: rgb(242, 243, 245);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(242, 243, 245, 0)),
            color-stop(25%, rgba(242, 243, 245, 1)),
            to(rgba(242, 243, 245, 1)));
    background: linear-gradient(90deg,
            rgba(242, 243, 245, 0) 0%,
            rgba(242, 243, 245, 1) 25%,
            rgba(242, 243, 245, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.heading32 {
    margin-bottom: 60px;
    font-size: 24px;
    color: #b2415d;
    text-align: center;
}

@media (max-width: 1024px) {
    .text01 {
        padding: 20px;
    }

    .tsuki06 .sub {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .heading31 .ttl {
        font-size: 18px;
    }

    .heading31:before {
        width: 160px;
        height: 50px;
    }

    .heading31 .ttl {
        font-size: 17px;
    }

    .heading31 {
        margin-bottom: 30px;
        margin-left: -30px;
    }

    .tsuki03 .text01 {
        max-width: 80%;
        bottom: -150px;
    }

    .tsuki03 {
        margin-bottom: 130px;
    }

    .tsuki04 .text01 {
        max-width: 80%;
        margin: -60px 0 0 auto;
    }

    .tsuki03 .pic {
        width: 70%;
    }

    .tsuki04 .pic {
        width: 80%;
    }
}

@media (max-width: 599px) {
    .tsuki03 .text01 {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        position: static;
    }

    .tsuki03 .pic {
        width: 100%;
    }

    .tsuki03 {
        margin-bottom: 0;
    }

    .tsuki04 .pic {
        width: 100%;
    }

    .tsuki04 .text01 {
        max-width: 100%;
        margin: 15px 0 0;
    }

    .text01 {
        padding: 10px;
    }

    .tsuki06:after {
        content: none;
    }

    .tsuki06 .right100 {
        padding: 0 10px 10px;
    }

    .heading31 {
        margin-left: -18px;
    }
}

/* business */

.business .tsuki04 .text01 {
    width: 700px;
}

.business01 .pic {
    position: relative;
    z-index: 0;
}

.business01 .text01 {
    margin: -30px 30px 0;
    position: relative;
    z-index: 1;
}

.business03 {
    position: relative;
}

.business03 .right {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.business03 .pic {
    width: 40%;
    margin-left: auto;
}

.business03 .left {
    position: relative;
    z-index: 0;
}

.business03 .text {
    width: 55%;
}

@media (max-width: 599px) {
    .business01 .text01 {
        width: 100%;
        margin: 15px 0 0;
    }

    .business03 .right {
        height: auto;
        margin-bottom: 15px;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .business03 .pic {
        width: 100%;
    }

    .business03 .text {
        width: 100%;
    }
}

/* counseling */

.counseling-list input[type="checkbox"] {
    width: auto;
    margin-right: 7px;
}

.counseling-list input[type="radio"] {
    width: auto;
    margin-right: 7px;
}

.counseling-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.counseling-list .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counseling-list .yes-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-align: center;
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counseling-list .ttl {
    width: calc(100% - 120px);
    padding-left: 1em;
    line-height: 1.2;
    text-indent: -1em;
}

.counseling-list .check-box {
    width: 105px;
}

.confirmation .counseling-list .ttl+div {
    width: 105px;
}

.counseling textarea {
    height: 200px;
}

.counseling .submit-wrapper {
    margin-top: 40px;
}

.counseling-list label {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
}

.counseling.confirmation .counseling-list .check-box {
    display: none;
}

@media (max-width: 1024px) {
    .counseling-list .check-box {
        width: 100px;
    }

    .confirmation .counseling-list .ttl+div {
        width: 100px;
    }

    .counseling-list .ttl {
        width: calc(100% - 115px);
    }
}

@media (max-width: 599px) {
    .counseling-list input[type="checkbox"] {
        margin-right: 5px;
    }

    .counseling-list .check-box {
        width: 100px;
    }

    .confirmation .counseling-list .ttl+div {
        width: 50px;
    }

    .counseling-list .ttl {
        width: calc(100% - 100px);
    }

    .counseling-list .yes-no {
        white-space: nowrap;
    }

    .heading21 .sub {
        text-align: center;
    }

    .counseling-list label {
        font-size: 12px;
    }
}

/* ec */

.search-box h3 {
    margin-bottom: 10px;
}

.search-box input {
    padding: 5px;
    border: none;
}

.search-box button {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    background: #b2415d;
}

.product-list .ttl {
    margin-bottom: 10px;
    color: #b2415d;
    text-align: center;
}

.if .product-list .ttl {
    font-size: 24px;
    line-height: 1.6;
}

.if .product-list .number {
    display: none;
}

.product-list .pic {
    margin-bottom: 15px;
}

.product-list .name-box {
    margin: 5px 0;
    color: #b2415d;
}

.product-list .price {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
}

.ec .price-box .label {
    display: block;
}

.product-list a {
    display: block;
}

.search-box input {
    width: calc(100% - 60px);
}

.ec .pic.dummy {
    position: relative;
}

.ec .pic.dummy:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/upload/tenant_2/6ead6030167b4235426121d1c7691e82.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


.iframe-search .pic {
    margin-bottom: 0;
}

.iframe-search .view-more {
    margin-bottom: 10px;
    padding: 2% 0;
    color: #fff;
    text-align: center;
    background-color: #b2415d;
}


.iframe-search .pic.dummy {
    position: relative;
}

.iframe-search .pic.dummy:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/upload/tenant_2/6ead6030167b4235426121d1c7691e82.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.product-detail .pic.dummy {
    position: relative;
}

.product-detail .pic.dummy:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/upload/tenant_2/6ead6030167b4235426121d1c7691e82.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


@media (max-width: 1024px) {
    .search-box button {
        font-size: 13px;
    }

    .search-box input {
        width: calc(100% - 55px);
    }

    .product-list .price {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .product-list .price-box .label {
        display: block;
    }

    .product-list .price {
        margin-left: 0;
        margin-right: 5px;
        font-size: 18px;
    }

    .if .product-list .ttl {
        font-size: 3.2vw;
    }

    .product-list .name-box .label {
        display: block;
        line-height: 1.2;
    }

    .product-list .pic {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .iframe-search .view-more {
        margin-left: auto;
        margin-right: auto;
    }

    .heightLine-name {
        height: auto !important;
    }
}

/* ec_detail */

.product-detail .pic {
    margin-bottom: 15px;
}

.product-detail .cat span {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 14px;
    color: #b2415d;
    border: 1px solid #b2415d;
}

.product-detail .name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #b2415d;
}

.product-detail .number {
    font-size: 14px;
}

.product-detail+.caption {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.product-detail+.caption img {
    display: block;
    margin: 10px 0 20px;
}

.product01box .link01 {
    width: 270px;
}

.product-detail .cartjs_cart_in input {
    padding: 25px 5px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #b2415d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product-detail .cartjs_buy input:hover {
    opacity: 0.6;
}

.product-detail .cartjs_buy input {
    width: auto !important;
    padding: 25px 5px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: none !important;
    border: none !important;
    border-radius: 5px !important;
    background-image: none !important;
    background-color: #b2415d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;

    -webkit-appearance: none;
}



.product-detail .cartjs_cart_in input:hover {
    opacity: 0.6;
}

.product-detail .cartjs_product_table {
    padding-top: 25px;
}

.product-detail .cartjs_box table {
    width: 100% !important;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.product-detail .cartjs_box table th {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #ddd !important;
}

.product-detail .cartjs_box table td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.product-detail .cartjs_box table td select {
    width: 100% !important;
}

@media (max-width: 1024px) {
    .product-detail .cat span {
        padding: 0px 7px;
        font-size: 12px;
    }

    .product-detail .name {
        margin-top: 8px;
        margin-bottom: 3px;
        font-size: 18px;
    }

    .product-detail .caption {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .product-detail .number {
        font-size: 13px;
    }
}

@media (max-width: 599px) {
    .product01box .link01 {
        width: 100%;
    }

    .wrapper .product01box .left100 {
        margin-bottom: 50px;
    }

    .product-detail+.caption {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.totop {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 100;
}

.totop a {
    width: 135px;
    height: 150px;
    display: block;
}

.totop img {
    width: 100%;
}

.sidebanar {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
}

.sidebanar .banar-box {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    border-radius: 5px 0 0 5px;
    background: rgba(178, 65, 93, 0.7);
}

.sidebanar .banar-box.ab-test {
    background: rgba(98, 133, 92, 0.7);
}

.sidebanar .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.sidebanar a {
    display: block;
}

.sidebanar a .ttl .bnr-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 7px;
}

.sidebanar a .ttl .bnr-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shop-list-btn {
    display: none;
}


@media (max-width: 1024px) {
    .sidebanar .banar-box {
        width: 60px;
        padding: 20px 0;
    }

    .sidebanar .ttl {
        min-height: auto;
        font-size: 18px;
    }

    .sidebanar a .ttl .bnr-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }

    .sidebanar {
        top: 150px;
    }

    .totop a {
        width: 120px;
        height: 130px;
    }
}

@media (max-width: 599px) {
    .totop {
        bottom: 65px;
        right: 10px;
    }

    .totop a {
        width: 80px;
        height: 90px;
    }

    .sidebanar {
        width: 48%;
        position: static;
    }

    .sidebanar .banar-box {
        width: auto;
        padding: 10px 0;
        border-radius: 5px;
        background: #b2415d;
    }

    .sidebanar .ttl {
        font-size: 14px;
        text-align: center;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .sidebanar a .ttl .bnr-icon {
        width: 25px;
        height: 25px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .sp-banar {
        width: 100%;
        padding: 7px 10px;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .sp-banar .sp-banar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .shop-list-btn {
        width: 48%;
        display: block;
    }

    .shop-list-btn a {
        display: block;
        padding: 10px 0;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        background: #62855c;
    }
}

/* ec iframe */

.iframe01 iframe {
    width: 100%;
    min-height: 500px;
}

.iframe02 iframe {
    width: 100%;
    min-height: 400px;
}

.iframe-search {
    font-size: 16px;
}

.iframe-search .product-list .price {
    font-size: 24px;
}

.iframe-search .search-box {
    display: none;
}

.iframe-search .product-list .price-box .label {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .iframe01 iframe {
        min-height: 360px;
    }

    .iframe02 iframe {
        min-height: 360px;
    }
}

@media (max-width: 599px) {
    .iframe01 iframe {
        min-height: 360px;
    }

    .onlinestore .iframe01 iframe {
        min-height: 200px;
    }

    .iframe02 iframe {
        min-height: 280px;
    }

    .onlinestore .iframe02 iframe {
        min-height: 280px;
    }

    .iframe-search .product-list .pic {
        margin-bottom: 0;
    }

    .ec .product-list {
        font-size: 13px;
    }

    [class*="heightLine-ifttl"] {
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .iframe-search .product-list .price {
        font-size: 22px;
    }

    .iframe-search {
        font-size: 14px;
    }

    .iframe-search .product-list .pic {
        margin-bottom: 0;
    }
}

@media (max-width: 250px) {
    .iframe-search .product-list .price-box .label {
        display: block;
    }

    .iframe-search .product-list .price {
        margin-right: 2px;
        font-size: 18px;
    }

    .iframe-search {
        font-size: 13px;
    }
}

/* 吹き出し */


/* lightbox */
.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* Loading背景画面設定　*/
#splash {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    /*fixedで全面に固定*/
    position: fixed;
    z-index: 999;
}

/* Loading画像中央配置　*/
#splash_text {
    width: 100%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #eacacc;
    -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    bottom: 0;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}


.g-item .pull-icon {
    display: inline-block;
    color: rgb(178, 65, 93);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;

    caret-color: rgb(178, 65, 93);
}

.g-item.pull:hover .pull-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.law-table table {
    width: 100%;
}

.law-table th {
    width: 25%;
    padding: 15px;
    text-align: left;
    border-right: 1px solid #999;
    background-color: #fbeff2;
}

.law-table td {
    width: 75%;
    padding: 15px;
    background-color: #fff;
}

.law-table table {
    border: 1px solid #999;
}

.law-table table tr:not(:first-child) {
    border-top: 1px solid #999;
}

@media only screen and (max-width: 1024px) {
    .g-item.pull:hover .pull-icon {
        -webkit-transform: none;
        transform: none;
    }

    .g-item.pull.action .pull-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 599px) {
    .law-table th {
        width: 40%;
        padding: 10px;
    }

    .law-table td {
        width: 60%;
        padding: 10px;
    }

    .law-table {
        font-size: 12px;
    }
}

/* 見たまま編集 */

[data-element-id] .sidebanar {
    width: 48%;
    position: static;
}

[data-element-id] .sidebanar .banar-box {
    width: auto;
    padding: 10px 0;
    border-radius: 5px;
    background: #b2415d;
}

[data-element-id] .sidebanar .ttl {
    font-size: 14px;
    text-align: center;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

[data-element-id] .sp-banar {
    width: 360px;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.3);
    position: static;
}

[data-element-id] .sp-banar .sp-banar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-element-id] .shop-list-btn {
    width: 48%;
    display: block;
}

[data-element-id] .shop-list-btn a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #62855c;
}

[data-element-id] .g-item.pull .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] .gnav {
    margin-bottom: 100px;
}

[data-element-id] .tab_content {
    display: block;
}

[data-element-id] .totop {
    position: absolute;
}

[data-element-id] .under .gnav {
    margin-bottom: 136px;
}

/* [data-element-id] .heading04 .sub {
  position: static;
} */
[data-element-id] .kitai dd {
    display: block;
}

[data-element-id] .kitai dl {
    border: 1px solid #b2415d;
    background: inherit;
}

[data-element-id] .yomo11 .text {
    display: block;
}

[data-element-id] .kitai dl dt {
    color: inherit;
}

[data-element-id] .list03 li span {
    position: absolute !important;
}

[data-element-id] .store-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .store-slider li {
    width: 33.333%;
}

[data-element-id] .index07 .logo img {
    height: auto;
}

[data-element-id] .g-list .pc-none {
    display: block;
    border: 2px solid #62855c;
}

[data-element-id] .gnavinn {
    margin-top: 20px;
}

[data-element-id] .fix-item {
    display: block;
}

[data-element-id] .g-list {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .yomo07 .text .num {
    position: static !important;
}

[data-element-id] .product-list iframe {
    position: relative;
    z-index: -1;
}

[data-element-id] .product-list li {
    border: 1.5px solid #ccc;
    position: relative;
}

[data-element-id] .product-list li:after {
    content: "見出しと品番のみ編集可";
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    background: #b2415d;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 0;
    left: 50%;
}

[data-element-id] .product-list.-new li:after {
    display: none;
}

[data-element-id] .if .product-list .number {
    display: block;
}

@media (max-width: 599px) {
    .owner {
        width: 100% !important;
        min-width: 100% !important;
        bottom: 87% !important;
    }
}

[data-element-id] #splash {
    display: none;
}

[data-element-id] .btn-sp-only {
    display: block;
}

.you_box h3,
.you_box h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 26px;
    color: #b2415b;
    text-align: center;
}

.you_t {
    width: 60%;
    /* height: 350px; */
    margin: 0 auto 50px;
}

.you_t iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {

    .you_box h3,
    .you_box h4 {
        font-size: 24px;
    }

    /*   .you_t {
  height: 250px;
} */
}

@media (max-width: 599px) {

    .you_box h3,
    .you_box h4 {
        font-size: 18px;
    }

    .you_box h3 span,
    .you_box h4 span {
        display: inline-block;
    }

    .you_t {
        width: 100%;
    }
}

/*youtubeの大きさをpadding-topで決める*/
.you_box .you_t {
    overflow: hidden;
    position: relative;
}

.you_box .you_t:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.you_box iframe {
    width: 100%;
    max-width: initial;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index04.yomogi-cha li {
    display: block;
    overflow: hidden;
    position: relative;
}

.index04.yomogi-cha li .yomogi-img {
    border-radius: 20px;
    background: #000;
}

.index04.yomogi-cha li .yomogi-img img {
    border-radius: 20px;
}

/* 2023/10/25 */
.btn-flat {
    width: 80%;
    max-width: 300px;
    overflow: hidden;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 0;
    border-radius: 10px;
}

.btn-flat a {
    display: block;
    padding: 0.5rem 1rem;
    background: #fff;
    position: relative;
}

.btn-flat a:hover {
    color: #fff;
    opacity: 1;
}

.btn-flat a span {
    position: relative;
    z-index: 3;
}

.btn-flat a:before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #b2415d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    transform: translateX(-80%) translateY(-25px);
    position: absolute;
    top: 0;
    left: 0;
}

.btn-flat a:hover:before {
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    transform: translateX(-1%) translateY(-175px);
}

.product-filtering {
    height: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

[data-element-id] .product-filtering {
    height: auto;
    display: block;
    visibility: visible;
    padding: 2em 1em 1em;
    border: 2px solid green;
    opacity: 1;
    position: relative;
}

[data-element-id] .product-filtering::before {
    content: "jsフィルタリング用（カラーミーカテゴリと同じテキストをセットしてください）";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .product-list.-new li:nth-of-type(n+4) {
    display: none;
}


.donyu-img{
  display: flex;
  justify-content: space-between;
}

.donyu-img h3{
  width: 48%;
}

.donyu-left{
  width: 39%;
}

.donyu-right{
  width: 59%;
}

.donyu-right h3{
  font-size: 20px !important;
}



@media (max-width: 599px) {
.donyu-box{
  display: block;
}

.donyu-left {
    width: 100%;
}

.donyu-right {
    width: 100%;
    margin-top: 13px;
}
}
