@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Quicksand:wght@700&display=swap');

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

 [class^="ico-"]:before, [class*=" ico-"]:before { display: inline-block; font-family: "icon"; font-size: 120%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1em; margin-left: .2em; margin-right: .2em; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-right:before { content: '\e801'; }
.ico-pagetop:before { content: '\e802'; }
.ico-angle-left:before { content: '\f104'; }
.ico-angle-right:before { content: '\f105'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }

body { background-color: #fff; }
.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1280px; }
.l-page { color: #666; font-family: 'Noto Sans JP', sans-serif; font-size: 16px; line-height: 1.6; text-align: center; width: 100%; }
.l-page * { -ms-box-sizing: border-box; box-sizing: border-box; }
.l-page h1 { font-size: 18px; font-weight: bold; line-height: 1; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page a { color: #f95757; }
.l-page a, .l-page a img { transition: all .4s ease; }
.l-page em { font-family: "Quicksand", sans-serif; font-weight: 700; }
.l-page img { display: block; margin: 0 auto; width: 100%; }
.l-page .c-bg__pink { background-color: #fff0f0; }
.l-page .c-bg__yellow { background-color: #fffef0; }
.l-page .c-box { border-radius: .75em; position: relative; }
.l-page .c-box__white { background-color: #fff; box-shadow: 0 0 .5em 0 rgba(0,0,0,.1); }
.l-page .c-btn { align-items: center; background-color: #f95757; border-radius: 100vh; display: flex; justify-content: center; margin-left: auto; margin-right: auto; max-width: 600px; position: relative; width: 100%; }
.l-page .c-btn span { color: #fff; font-weight: 700; }
.l-page .c-btn span::after { content: "\f105"; display: inline-flex; font-family: "icon"; font-size: 1.25em; padding-left: .5em; transition: all .4s ease; }
.l-page .c-inner { margin: 0 auto; max-width: 1280px; }
.l-page .c-note { font-size: .9375em; margin-top: 1.5em; }
.l-page .c-note li { margin-left: 1.25em; text-indent: -1.25em; }
.l-page .c-note > li + li { padding-top: .5em; }
.l-page .c-note > li::before { content: "※"; }
.l-page .c-sec__head-ico { margin-bottom: .5em; }
.l-page .c-sec__title span { color: #f95757; font-weight: 700; }
.l-page .c-title { font-weight: 700; }

.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }

.l-mv { background: #fffef0 no-repeat 50% 50% / cover; position: relative; }

.l-contents { width: 100%; }
.sec-features__intro .c-btn + p { margin-top: 1em; }
.sec-features__item { background-color: #fff0f0; }
img.sec-features__item-ico { left: 50%; position: absolute; top: 0; transform: translate(-50%, -75%); }
.sec-features__title { display: inline-block; position: relative; }
.sec-features__title span { color: #f95757; font-weight: 700; }
.sec-features__title .c-baloon {
    align-items: center;
    background-color: #f95757;
    border-radius: 100vh;
    color: #fff100;
    display: flex;
    font-size: 1.25em;
    font-weight: bold;
    height: 2em;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(60%, -100%) rotate(10deg);
    width: 8em;
}
.sec-features__title .c-baloon:after{
    border:  solid transparent;
    border-bottom-width: .375em;
    border-left-width: .375em;
    border-right-width: .375em;
    border-top-color: #f95757;
    border-top-width: .375em;
    content: "";
    height: 0;
    margin-left:  -.375em;
    position: absolute;
    top: 99%;
    left: 50%;
    width: 0;
}
.sec-features__pic { background-color: #fffef0; border-radius: .75em; margin: 1em auto 2em; overflow: hidden; }
.sec-features__txt { display: none; text-align: left; }
.sec-features__txt .c-title { color: #f95757; font-weight: 700; }
.sec-features__txt .c-list { margin-top: 1em; }
.sec-features__txt .c-list li { display: list-item; font-size: 1.125em; list-style: disc; list-style-position: outside; }
.sec-features__txt .c-list li + li { padding-top: .5em; }
.sec-features .c-trigger { align-items: center; background-color: #fff; border: 2px solid #f95757; border-radius: 100vh; color: #f95757; display: inline-flex; font-weight: 700; height: 2.6667em; justify-content: center; padding: 0 1.5em; transition: background-color .4s ease; }
.sec-features .c-trigger::after { content: "\f107"; display: inline-block; font-family: "icon"; transition: all .4s ease; }
.sec-features .c-trigger.is-close::after { transform: rotate(180deg); }
.sec-features .c-trigger span { padding: 0 .5em; }
.sec-term__table table { border: 1px solid #f95757; border-collapse: separate; border-spacing: 0; width: 100%; }
.sec-term__table th, .sec-term__table td { padding: 1em; text-align: center; }
.sec-term__table th { background-color: #f95757; border-bottom: 1px solid #fff; color: #fff; font-weight: 700; }
.sec-term__table td { background-color: #fff; border-bottom: 1px solid #f95757; border-left: 1px solid #f95757; transition: background-color .4s ease; }
.sec-term__table tr:last-child th { border: none; }
.sec-term__table tr:last-child td { border-bottom: none; }
.sec-term__table .c-head { background-color: #fffef0; color: #f95757; font-weight: 700; }
.sec-term__table tr:hover td:not(.c-head) { background-color: #fffab2; }
.sec-term__note { background-color: #fff; border-radius: .75em; margin-top: 2.5em; }
.sec-term__note .c-title { color: #f95757; }
.sec-term__note .c-note li { text-align: left; }
.sec-special__item .c-box__heading { color: #f95757; padding-bottom: .75em; position: relative; }
.sec-special__item .c-box__heading::after { background-color: #f95757; bottom: 0; content: ""; display: block; height: .25em; left: 50%; position: absolute; transform: translateX(-50%); width: 4em; }
.sec-special__item .c-box__heading em, .sec-special__item .c-title { font-size: 1.5em; }
.sec-special__item .c-title, .sec-special__item p, .sec-special__item img { margin-top: 1em; }
.sec-special__item p { margin-top: 1em; text-align: left; }

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.25vw; margin: 0; }
  .l-mv { aspect-ratio: 72 / 25; }
}
@media screen and (min-width:768px){
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; text-align: left; }
  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
  .breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
  .breadcrumb-upper__item::before { color: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
  .l-page a:hover { text-decoration: none; }
  .l-page .c-box { padding: 2.5em 2.25em; }
  .l-page .c-btn { height: 6em; margin-top: 1.75em; }
  .l-page .c-btn span { font-size: 1.75em; }
  .l-page .c-btn:hover { background-color: #e40000; }
  .l-page .c-btn:hover span::after { transform: translateX(.5em); }
  .l-page .c-col__two .c-box { width: calc(50% - 1.25em); }
  .l-page .c-col__three .c-box { width: calc(calc(100% - 5em) / 3); }
  .l-page .c-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .l-page .c-inner { width: 94%; }
  .l-page .c-sec { padding: 5em 0; }
  .l-page .c-sec__head { padding-bottom: 3em; }
  .l-page .c-sec__head-ico { width: 4.625em; }
  .l-page .c-sec__title span { font-size: 2.5em; }
  .l-page .c-title { white-space: nowrap; }
  .l-mv { align-items: center; background-image: url(../img/bg_mv_pc.png); display: flex; justify-content: center; max-height: 500px; }
  .l-mv__cont { align-items: center; display: flex; justify-content: center; max-width: 1280px; width: 94%; }
  .l-mv__title { width: 42.25em; }
  .l-mv__pic { margin-left: -1.5em; padding: .5em 2.75em; position: relative; width: 39.25em; }
  .l-mv__pic::after { aspect-ratio: 37 / 28; background: url(../img/bg_mv_cake_after.png) no-repeat 50% 50% / cover; content: ""; display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }
  .l-mv__mask { mask-image: url(../img/mask_mv_cake.png); mask-size: 100%; }
  .sec-features__list { align-items: flex-start; margin-top: 7.5em; }
  img.sec-features__item-ico { width: 5.25em; }
  .sec-features__title span { font-size: 2.25em; }
  .sec-features__txt { padding-bottom: 2em; }
  .sec-features__txt .c-title { font-size: 1.5em; }
  .sec-features__txt .c-list li { margin-left: 1em; }
  .sec-features .c-trigger { cursor: pointer; font-size: 1.5em; }
  .sec-features .c-trigger:hover { background-color: #fffef0; }
  .sec-term.c-sec { padding-top: 3.375em; }
  .sec-term .c-sec__head { background: url(../img/ico_garland_left.png) no-repeat 0 0, url(../img/ico_garland_right.png) no-repeat 100% 0; background-size: 8em auto; display: inline-block; padding: 1.625em 10.25em 3em; }
  .sec-term__table table { border-radius: .75em; overflow: hidden; }
  .sec-term__note { padding: 2em 3em; }
  .sec-term__note .c-title { font-size: 1.5em; }
  .sec-entry__item .c-title { font-size: 1.3125em; }
  .sec-special__list { margin-bottom: 4em; }
  .sp-item { display: none; }
}

@media screen and (max-width:767px){
  #JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }
  .breadcrumb-upper { background-color: #fff; border-top: 1px solid #d7d7d7; display: flex; flex-wrap: nowrap; font-size: 10px; line-height: 3rem; overflow: hidden; position: relative; }
  .breadcrumb-upper__fix { box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); position: relative; transition: box-shadow .3s; width: 7em; z-index: 3; }
  .breadcrumb-upper__fix a { padding-left: .5rem; }
  .breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
  .breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { display: block; background-color: #fff; text-align: center; position: relative; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; position: absolute; top: -.5rem; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
  .js-btn-page-top { bottom: 20px; right: 20px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-page { font-size: 3.2vw; padding: 20px 0 0; }
  .l-page h1 { margin-bottom: 20px; padding: 0 1%; }
  .l-page .c-box { padding: 2em 1.5em; }
  .l-page .c-box__white + .c-box__white { margin-top: 2em; }
  .l-page .c-btn { height: 4.5em; margin-top: 2em; }
  .l-page .c-btn + .c-btn { margin-top: 1em; }
  .l-page .c-btn span { font-size: 1.25em; }
  .l-page .c-btn::after { font-size: 1.125em; }
  .l-page .c-inner { width: 89%; }
  .l-page .c-sec { padding: 2.5em 0; }
  .l-page .c-sec__head { padding-bottom: 2em; }
  .l-page .c-sec__head-ico { width: 3.5em; }
  .l-page .c-sec__title span { font-size: 1.5em; }
  .l-page .c-txt__large { font-size: 1.125em; }
  .l-mv { aspect-ratio: 1 / 1; background-image: url(../img/bg_mv_sp.jpg); overflow: hidden; }
  .l-mv__title { margin: 0 auto; width: 94%; }
  .l-mv__pic { display: none; }
  .sec-features__item { margin-top: 5.5em; }
  img.sec-features__item-ico { width: 4em; }
  .sec-features__title span { font-size: 1.75em; }
  .sec-features .c-trigger span { font-size: 1.25em; }
  .sec-features__txt { padding-bottom: 1.5em; }
  .sec-features__txt .c-title { font-size: 1.25em; }
  .sec-features__txt .c-list li { margin-left: 1.5em; }
  .sec-term__table { border-radius: .75em 0 0 .75em; overflow-x: scroll; width: 100%; }
  .sec-term__table table { border-radius: .75em; }
  .sec-term__table th, .sec-term__table td { white-space: nowrap; width: 100%; }
  .sec-term__table th { left:0; position: sticky; top:0; }
  .sec-term__table tr:first-child > td:last-child { border-radius: 0 .75em 0 0; }
  .sec-term__table tr:last-child > td:last-child { border-radius: 0 0 .75em 0; }
  .sec-term__note { padding: 2em; }
  .pc-item { display: none; }
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
