@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc: ***rem;
@fs-text-pc: ***rem;
@fs-title-sp: ***rem;
@fs-text-sp: ***rem;
@content-margin-pc: ***px;
@content-margin-tb: ***px;
@content-margin-sp: ***px;
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-self-center {
    -ms-flex-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.flex-self-end {
    -ms-flex-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.flex-self-start {
    -ms-flex-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.br-none br {
    display: none;
}
.text-ry {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-none {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.box-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #2f2f2f;
    text-decoration: none;
}
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
hr {
    overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
small {
    font-size: 80%;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
input {
    border-radius: 0;
}
[type=number] {
    width: auto;
}
[type=search] {
    -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button {
    overflow: visible;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
img {
    border-style: none;
}
progress {
    vertical-align: baseline;
}
svg:not(:root) {
    overflow: hidden;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute!important;
        clip: rect(0 0 0 0)!important;
    }
}
[aria-busy=true] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,Arial,'游ゴシック','游ゴシック体',YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 1.4rem;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.animated {
    opacity: 0;
}
@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
        transform: translateY(5%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
        transform: translateY(5%);
        opacity: 0;
    }
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #f197a3;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
}
.icon {
    display: inline-block;
    width: 1em;
    height: auto;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
header#global-header {
    width: 100%;
}
header#global-header div.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
header#global-header div.inner figure.logo {
    display: none;
    float: left;
    width: 50px;
    margin: 0 40px 0 0;
    vertical-align: middle;
}
header#global-header div.inner figure.logo a {
    display: inline-block;
}
header#global-header div.inner figure.logo a .icon-logo-mark {
    width: 50px;
    height: 32px;
    fill: #fff;
}
header#global-header div.inner figure.logo a:hover {
    opacity: 0.8;
}
header#global-header div.inner a.sp-menu {
    display: none;
}
header#global-header div.inner nav.global-nav {
    float: left;
    display: inline-block;
    vertical-align: middle;
}
header#global-header div.inner nav.global-nav ul.menu-list {
    list-style-type: none;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu {
    display: inline-block;
    margin: 0 40px 0 0;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu a:hover {
    opacity: 0.8;
}
header#global-header div.inner aside.registration {
    float: right;
    display: inline-block;
}
header#global-header div.inner aside.registration a {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}
header#global-header div.inner aside.registration a:hover {
    opacity: 0.8;
}
header#global-header div.inner aside.registration a .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
header#global-header div.inner aside.registration a span {
    display: inline-block;
    vertical-align: middle;
}
header#global-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    z-index: 9999;
}
header#global-header.fixed div.inner {
    padding: 15px 20px 0;
}
header#global-header.fixed div.inner figure.logo {
    display: inline-block;
}
header#global-header.fixed div.inner nav.global-nav {
    padding: 7px 0 0;
}
header#global-header.fixed div.inner nav.global-nav ul.menu-list li.menu a {
    color: #000;
}
header#global-header.fixed div.inner aside.registration {
    padding: 7px 0 0;
}
header#global-header.fixed div.inner aside.registration a {
    color: #000;
}
footer#global-footer {
    padding: 60px 0 127px;
    background-image: url("../../img/common/footer-bottom.gif");
    background-size: 190px 127px;
    background-position: bottom;
    background-repeat: repeat-x;
}
footer#global-footer .logo {
    width: 146px;
    margin: 0 auto 40px;
}
footer#global-footer .logo a {
    display: block;
    width: 100%;
}
footer#global-footer .logo a:hover {
    opacity: 0.7;
}
footer#global-footer .logo a svg {
    display: block;
    width: 100%;
}
footer#global-footer .menu-list {
    text-align: center;
}
footer#global-footer .menu-list .menu {
    display: inline;
    padding: 0 20px;
    font-weight: 700;
}
footer#global-footer .menu-list .menu a {
    text-decoration: none;
    color: #000;
}
footer#global-footer .copy {
    padding: 60px 20px 50px;
    font-size: 1.2rem;
    text-align: center;
}
div.key {
    width: 100%;
    height: 800px;
    margin: 0 0 120px;
    padding: 60px 0 0;
    position: relative;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
div.key.swiper-container {
    overflow: visible;
}
div.key h1.logo {
    height: 65px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -14%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
div.key h1.logo .icon-logo-type {
    width: 500px;
    fill: #fff;
}
div.key address.address {
    background-color: #f197a3;
    padding: 30px 50px;
    position: absolute;
    right: 80px;
    bottom: -80px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    font-size: 1.2rem;
    line-height: 2em;
    color: #fff;
    letter-spacing: 0.2em;
    z-index: 0;
}
div.key div.swiper-wrapper {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
div.key div.swiper-wrapper div.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
div.sub-key {
    width: 100%;
    height: 600px;
    margin: 0 0 60px;
    padding: 60px 0 0;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    z-index: 9999;
    background-position: center;
    background-size: cover;
}
div.sub-key h1.title {
    display: inline-block;
    height: 65px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 4rem;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
section.section h2.title {
    font-weight: 700;
    font-size: 4.5rem;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
    line-height: 1em;
}
section.section span.line {
    display: block;
    width: 50px;
    height: 5px;
    margin: 0 0 30px;
    line-height: 1em;
    background-color: #000;
}
section.section p.text {
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-ideograph;
}
div.sub-key {
    height: 300px;
    margin: 0 0 20px;
}
header#global-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    z-index: 9999;
}
header#global-header div.inner {
    padding: 10px 10px 8px;
    position: relative;
}
header#global-header div.inner figure.logo {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}
header#global-header div.inner a.sp-menu {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #000;
    cursor: pointer;
}
header#global-header div.inner a.sp-menu span.close {
    display: none;
}
header#global-header div.inner a.sp-menu.active span.open {
    display: none;
}
header#global-header div.inner a.sp-menu.active span.close {
    display: inline-block;
}
header#global-header div.inner nav.global-nav {
    display: none;
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
}
header#global-header div.inner nav.global-nav ul.menu-list {
    list-style-type: none;
    overflow: hidden;
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 5px;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
}
header#global-header div.inner nav.global-nav ul.menu-list li.menu a:hover {
    opacity: 0.8;
}
header#global-header div.inner aside.registration {
    display: none;
    float: none;
    text-align: center;
    padding: 0;
}
header#global-header div.inner aside.registration a {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
}
header#global-header div.inner aside.registration a:hover {
    opacity: 0.8;
}
header#global-header div.inner aside.registration a .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
header#global-header div.inner aside.registration a span {
    display: inline-block;
    vertical-align: middle;
}
header#global-header.fixed {
    height: auto;
}
header#global-header.fixed div.inner {
    padding: 10px 10px 8px;
    position: relative;
}
header#global-header.fixed div.inner nav.global-nav {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
}
header#global-header.fixed div.inner aside.registration {
    padding: 0!important !important;
}
footer#global-footer .logo {
    margin: 0 auto 10px;
}
footer#global-footer .menu-list .menu {
    display: block;
    padding: 0;
    margin: 0 0 20px;
}
footer#global-footer .copy {
    padding: 10px 20px 50px;
    font-size: 1.2rem;
    text-align: center;
}
div.key {
    height: 400px;
    margin: 0 0 120px;
    padding: 20px 0 0;
}
div.key h1.logo .icon-logo-type {
    width: 90%;
}
div.key address.address {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -80px;
}
div.key div.swiper-wrapper {
    width: 100%;
    height: 400px;
}
section h2.title {
    font-size: 2.5rem;
    margin: 0 0 10px;
}
section span.line {
    width: 25px;
    height: 2px;
    margin: 0 0 10px;
}
section p.text {
    font-size: 1.3rem;
    line-height: 1.8em;
}
main#home-view section.intro {
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
main#home-view section.intro h2.title {
    color: #f197a3;
    font-size: 9.4rem;
    text-align: center;
    margin: 0;
    line-height: 0.7em;
}
main#home-view section.intro .bg {
    position: relative;
    box-sizing: border-box;
    background-image: url("../../img/home/intro-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
main#home-view section.intro .bg::before {
    content: "";
    display: block;
    padding-top: 50%;
}
main#home-view section.intro .bg .line {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -25px;
    background-color: #fff;
}
main#home-view section.intro .bg .text {
    position: absolute;
    top: 80px;
    width: 100%;
    color: #fff;
    text-align: center;
}
main#home-view section.sweets {
    min-height: 280px;
    position: relative;
    padding: 0 20px;
    margin-top: -50px;
    padding-top: 50px;
    background-color: #f197a3;
    overflow: visible;
}
main#home-view section.sweets div.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
main#home-view section.sweets div.inner h2.title {
    box-sizing: border-box;
    color: #fff;
}
main#home-view section.sweets div.inner .line {
    box-sizing: border-box;
    background-color: #fff;
}
main#home-view section.sweets div.inner .text {
    width: 51%;
    padding-bottom: 40px;
    box-sizing: border-box;
    color: #fff;
}
main#home-view section.sweets .pic {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 48%;
    max-width: 680px;
}
main#home-view section.sweets .pic img {
    width: 100%;
}
main#home-view section.topic_banner {
		margin: 10px auto;
}
main#home-view section.topic_banner img {
		width: 100%;
		height: auto;
}
main#home-view section.xmasinfo ul.imagelist li img {
		width: 100%;
		height: auto;
}
main#home-view section.shop {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px 0;
    overflow: hidden;
}
main#home-view section.shop .list {
    padding: 0 0 250px;
    box-sizing: border-box;
    overflow: hidden;
    list-style-type: none;
}
main#home-view section.shop .list .item {
    position: relative;
    width: 49%;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    overflow: visible;
}
main#home-view section.shop .list .item:nth-child(2n) {
    margin: 0;
}
main#home-view section.shop .list .item .thumb {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
main#home-view section.shop .list .item .thumb img {
    display: block;
    width: 100%;
}
main#home-view section.shop .list .item a {
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 20px;
    padding: 30px 50px;
    box-sizing: border-box;
    border: 4px solid #f197a3;
    background-color: #f197a3;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
main#home-view section.shop .list .item a:hover {
    background-color: #fff;
}
main#home-view section.shop .list .item a:hover .price,
main#home-view section.shop .list .item a:hover .title {
    color: #f197a3;
}
main#home-view section.shop .list .item a:hover span {
    color: #f197a3;
    left: 10px;
}
main#home-view section.shop .list .item a .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
}
main#home-view section.shop .list .item a .price {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 700;
}
main#home-view section.shop .list .item a span {
    position: relative;
    left: 0;
    font-size: 1.2rem;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
main#home-view section.chef {
    position: relative;
    overflow: hidden;
    background-color: #f197a3;
}
main#home-view section.chef div.inner {
    width: 100%;
    overflow: hidden;
}
main#home-view section.chef div.inner .pic {
    width: 42%;
    float: left;
}
main#home-view section.chef div.inner .pic img {
    display: block;
    width: 100%;
}
main#home-view section.chef div.inner .text-area {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 51%;
    padding-right: 80px;
    box-sizing: border-box;
    float: right;
}
main#home-view section.chef div.inner .text-area .title {
    color: #fff;
}
main#home-view section.chef div.inner .text-area .title span {
    font-size: 2.5rem;
    font-weight: 400;
}
main#home-view section.chef div.inner .text-area .line {
    background-color: #fff;
}
main#home-view section.chef div.inner .text-area .text {
    color: #fff;
}
main#home-view section.chef .main-title {
    position: absolute;
    bottom: 0;
    left: 80px;
    color: #fff;
    font-weight: 700;
    font-size: 9.4rem;
    letter-spacing: 0.1em;
    line-height: 0.7em;
}
main#home-view section.map {
    margin-top: -50px;
    padding-top: 50px;
}
main#home-view section.map .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
main#home-view section.map .inner .text-area {
    width: 35%;
    float: left;
}
main#home-view section.map .inner .goole-map {
    width: 54%;
    float: right;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
main#home-view section.map .inner .goole-map iframe {
    width: 100%;
    height: 350px;
}
main#home-view section.map .pic {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
main#home-view section.map .pic img {
    display: block;
    width: 100%;
}
main#home-view section.intro h2.title {
    font-size: 3rem;
}
main#home-view section.intro .bg {
    height: 400px;
    padding-top: 40px;
    background-size: cover;
}
main#home-view section.intro .bg::before {
    display: none;
}
main#home-view section.intro .bg .line {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 30px;
}
main#home-view section.intro .bg .text {
    position: relative;
    top: auto;
    width: 95%;
    margin: 0 auto;
    text-align: justify;
}
main#home-view section.intro .bg .text br {
    display: none;
}
main#home-view section.sweets {
    text-align: center;
    min-height: auto;
    width: 100%;
    padding-bottom: 100px;
}
main#home-view section.sweets img { width: 100%; }
main#home-view section.sweets div.inner h2.title {
    padding-left: 10px;
}
main#home-view section.sweets div.inner .line {
    margin: 0 auto 20px;
}
main#home-view section.sweets div.inner .text {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}
main#home-view section.sweets .pic {
    top: auto;
    right: 0;
    bottom: -100px;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    max-width: none;
    overflow: hidden;
}
main#home-view section.sweets .pic img {
    float: right;
    width: 387px;
}
main#home-view section.shop {
    text-align: center;
}
main#home-view section.shop .line {
    margin: 0 auto 20px;
}
main#home-view section.shop .list {
    padding: 0 0 140px;
    margin: 0 auto;
    overflow: visible;
}
main#home-view section.shop .list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 140px;
    float: none;
}
main#home-view section.shop .list .item a {
    display: block;
    width: 100%;
    bottom: -90px;
    left: 5px;
    padding: 15px 10px;
}
main#home-view section.shop .list .item a .title {
    font-size: 1.3rem;
}
main#home-view section.shop .list .item a .price {
    font-size: 1.3rem;
}
main#home-view section.chef div.inner .pic {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: none;
}
main#home-view section.chef div.inner .text-area {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 95%;
    padding-right: 0;
    float: none;
    margin: 0 auto;
    padding: 35px 0;
}
main#home-view section.chef div.inner .text-area .title {
    color: #fff;
}
main#home-view section.chef .main-title {
    display: none;
}
main#home-view section.map .inner .text-area {
    width: 95%;
    float: none;
    margin: 0 auto 30px;
}
main#home-view section.map .inner .goole-map {
    width: 95%;
    float: none;
    margin: 0 auto;
}
main#home-view section.map .inner .goole-map iframe {
    height: 300px;
}
main#home-view section.map .pic {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
main#home-view section.map .pic img {
    display: block;
    width: 100%;
}
main#home-view section.map .pc__dis--in{
    display: none;
}
main#home-view section.map .sp__dis--in{
    display: inline;
}