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

* { font-size: inherit;line-height: inherit;margin:0;padding:0; }
*,::before,::after { box-sizing:inherit; }
::before,::after { text-decoration:inherit;vertical-align:inherit; }
h1,h2,h3,h4,h5,h6 { font-family:inherit;font-size:100%;font-weight:normal; }
address,em,i { font-style:normal; }
table { border-collapse:collapse;border-spacing:0; }
th { font-weight:normal;text-align:left; }
legend { display:none; }
img,fieldset { border:0; }
ul, ol { list-style-type:none; }
article,aside,dialog,figure,figcaption,footer,header,hgroup,nav,section,main { display:block; }
html { background-color:transparent;overflow-y:scroll; }
input,textarea { outline:none; }
input,select { vertical-align:middle; }
object,embed { vertical-align:top; }
img { background:transparent;border-style:none;font-size:0;line-height:0;vertical-align:top; }
a { background-color:transparent;-webkit-text-decoration-skip:none;vertical-align:baseline; }
a:active,a:hover { outline:none;outline-width:0; }
b,strong { font-weight:700;vertical-align:baseline; }
span,em,i { vertical-align:baseline; }
small { font-size: 80%;vertical-align:baseline; }
button,input,select,textarea { color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;outline:none; }
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
table { border-collapse:collapse;border-spacing:0; }
textarea { resize: vertical; }
.clearfix:after { clear:both;content:'';display:block;height:0; }
.clear { clear:both; }
.none { display:none; }
:root { box-sizing:border-box;text-rendering:optimizeLegibility;}
::-webkit-input-placeholder {
    color: #d9c08c;
}
:-ms-input-placeholder {
    color: #d9c08c;
}
::-ms-input-placeholder {
    color: #d9c08c;
}
::-moz-placeholder {
    color: #d9c08c;
}
::placeholder {
    color: #d9c08c;
}
html {
    background-color: #FFF;
}
body {
    background-color: #B4821C;
    color: #000;
    font-family: 'Kosugi', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    height: 100%;
    letter-spacing: .03em;
    line-height: 2;
    opacity: 0;
    text-rendering: auto;
    word-wrap: break-word;
}
body.is-load {
    opacity: 1;
    transition: opacity .85s cubic-bezier(.645, .045, .355, 1) .5s
}
a {
    color: #B4821C;
    outline: none;
    text-decoration: none;
    transition: all .4s;
}
a:hover {
    opacity: .6;
}
::-moz-selection {
    background-color: #9A9B9B;
    color: #FFF;
    text-shadow: none
}
::selection {
    background-color: #9A9B9B;
    color: #FFF;
    text-shadow: none
}
img {
    height: auto;
    max-width: 100%;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}

[data-animation="before"] {
    opacity: 0;
    visibility: hidden;
}

[data-animation="after"] {
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes flash {
    0%,100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}
@keyframes flash {
    0%,100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

.en01 {
    font-family: 'Josefin Sans', sans-serif;
}
.en02 {
    font-family: 'Josefin Sans', 'Kosugi', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}


.wrapper {
    background-color: #FFF;
    min-height: 100vh;
    position: relative;
}
.g-hd {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 84px;
    justify-content: space-between;
    left: 0;
    padding-right: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.g-hd::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 84px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-out;
    width: 100%;
}
.fixed.g-hd::after,
.page-contact .g-hd::after {
    opacity: 1;
}
.g-logo {
    position: relative;
    z-index: 2;
}
.g-logo a {
    display: block;
    margin: 0 auto;
    max-width: 215px;
    opacity: 1;
    padding: 11px 40px 0;
    transition: all .4s;
}
.g-logo a:hover {
    opacity: .7;
}
.sp-logo {
    display: none;
}
.g-nav {
    position: relative;
    z-index: 2;
}
.g-menu-wrap {
    display: flex;
}
.g-nav ul {
    display: flex;
    justify-content: center;
}
.g-nav .sns-menu {
    margin-left: 32px;
    position: relative;
    top: -1px;
}
.g-nav .g-menu {
    position: relative;
    top: 1px;
}
.g-nav .g-menu > li {
    padding: 0 13px 0 12px;
}
.g-nav .g-menu > li > a {
    color: #FFF;
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .06em;
    line-height: 1;
    padding: 5px 0;
    position: relative;
}
.g-nav .g-menu > li > a:hover {
    opacity: 1;
}
.g-nav .g-menu > li > a::after {
    background-color: #FFF;
    bottom: 3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .3s ease-out;
    width: 100%;
}
.fixed .g-nav .g-menu > li > a::after,
.page-contact .g-nav .g-menu > li > a::after {
    background-color: #B4821C;
}
.g-nav .g-menu > li > a:hover::after {
    transform: scaleX(1);
}
.g-nav .sns-menu > li {
    padding: 0 2px;
}
.g-nav .sns-menu > li > a {
    color: #FFF;
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    /* font-weight: 600; */
    font-weight: 300;
    line-height: 1;
    padding: 0 5px;
}
.g-nav .sns-menu > li > a .icon-facebook,
.g-nav .sns-menu > li > a .icon-twitter {
    font-size: .9em;
}
.g-nav .g-menu > li.nav-onlineshop {
    margin-left: 5px;
    padding: 0 9px 0 16px;
    position: relative;
}
.g-nav .g-menu > li.nav-onlineshop::before {
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}
.g-nav .g-menu > li.nav-onlineshop::before {
    background-color: #B4821C;
}
.home .g-nav .g-menu > li.nav-onlineshop::before {
    background-color: #FFF;
}

.btn-spmenu {
    display: none;
}
.g-logo svg {
    fill: #FFF;
}
.fixed .g-nav ul > li > a,
.nothome .g-nav ul > li > a {
    color: #B4821C;
}
.home .fixed .g-nav .g-menu > li.nav-onlineshop::before {
    background-color: #d4b87d;
}
.fixed .g-logo svg,
.nothome .g-logo svg {
    fill: #B4821C;
}


.btn-spmenu {
    cursor: pointer;
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
    width: 62px;
    z-index: 100;
}
.btn-spmenu span,
.btn-spmenu::before,
.btn-spmenu::after {
    background-color: #B4821C;
    bottom: 0;
    color: #B4821C;
    content: '';
    display: block;
    height: 2px;
    left: 19px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 0;
    transform-origin: center center;
}
.home .btn-spmenu span,
.home .btn-spmenu::before,
.home .btn-spmenu::after {
    background-color: #FFF;
    color: #FFF;
}
.home .fixed .btn-spmenu span,
.home .fixed .btn-spmenu::before,
.home .fixed .btn-spmenu::after {
    background-color: #B4821C;
    color: #B4821C;
}
.home.menu-open .btn-spmenu span,
.home.menu-open .btn-spmenu::before,
.home.menu-open .btn-spmenu::after {
    background-color: #B4821C;
    color: #B4821C;
}
.btn-spmenu::before {
    bottom: 18px;
    transform: rotate(0deg);
    transition: transform .2s ease-out 0s, bottom .2s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
}
.btn-spmenu span {
    opacity: 1;
    transition: opacity 0s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
}
.btn-spmenu::after {
    transform: rotate(0deg);
    top: 18px;
    transition: transform .2s ease-out 0s, top .2s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
}
.btn-spmenu.active::before {
    bottom: 0;
    transition: bottom .2s ease-out 0s, transform .2s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
    transform: rotate(45deg);
}
.btn-spmenu.active span {
    opacity: 0;
    transition: opacity 0s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
}
.btn-spmenu.active::after {
    top: 0;
    transition: top .2s ease-out 0s, transform .2s ease-out .2s, color .2s ease-out .2s, background .2s ease-out .2s;
    transform: rotate(-45deg);
}


.top-visual {
    background-color: #FFF;
    /* height: calc(100vw * 720 / 1280); */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    z-index: 2;
}
.top-visual .slides {
    height: inherit;
}
.top-visual .swiper-slide {
    background-position: center center;
    background-size: cover;
    transition-timing-function: ease-in-out;
}
.slide01 {
    background-image: url(/img/home/slide01@2x.jpg)
}
.slide02 {
    background-image: url(/img/home/slide02@2x.jpg)
}
.slide03 {
    background-image: url(/img/home/slide03@2x.jpg)
}
.slide04 {
    background-image: url(/img/home/slide04@2x.jpg)
}
.slide05 {
    background-image: url(/img/home/slide05@2x.jpg)
}
.top-visual .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 33px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}
.top-visual .swiper-pagination-bullet {
    background-color: #F0F0F0;
    border-radius: 0;
    height: 10px;
    opacity: .5;
    width: 10px;
}
.top-visual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.top-visual .swiper-pagination-bullet-active {
    opacity: 1;
}
.btn-scroll {
    -webkit-animation: flash 2.5s linear infinite;
            animation: flash 2.5s linear infinite;
    bottom: 26px;
    color: #FFF;
    cursor: pointer;
    font-size: 0.625rem;
    /* font-weight: 600; */
    font-weight: 300;
    left: 54px;
    line-height: 1;
    padding: 5px 5px 26px 5px;
    position: absolute;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    z-index: 99;
}
.btn-scroll span {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    bottom: 5px;
    display: block;
    height: 8px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 8px;
}
.btn-top {
    bottom: 56px;
    color: #B4821C;
    cursor: pointer;
    font-size: 0.625rem;
    /* font-weight: 600; */
    font-weight: 300;
    left: 54px;
    opacity: 0;
    pointer-events: none;
    line-height: 1;
    padding: 26px 5px 5px 5px;
    position: fixed;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    z-index: 99;
}
.scrolled .btn-top {
    opacity: 1;
    pointer-events: all;
}
.btn-top span {
    border-top: 1px solid #B4821C;
    border-left: 1px solid #B4821C;
    display: block;
    height: 8px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(45deg);
    width: 8px;
}
.main-copy-wrap {
    bottom: 64px;
    padding: 0 100px;
    position: absolute;
    left: 0;
    letter-spacing: .03em;
    max-width: 1600px;
    margin: auto;
    right: 0;
    z-index: 100;
}
.main-copy {
    align-items: center;
    background-color: rgba(255,255,255,.68);
    color: #B4821C;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    height: 131px;
    justify-content: center;
    width: 501px;
}
.main-copy > p {
    padding-left: 40px;
    width: 100%;
}
.u-inner {
    margin: 0 auto;
    max-width: 1600px;
}
.home-block00 {
    padding: 120px 0 49px;
}
.important-box {
    border: 2px solid #B4821C;
    margin: 0 auto;
    max-width: 800px;
    padding: 64px 218px 45px;
}
.important-hdr {
    color: #B4821C;
    font-size: 1.3125rem;
    margin-bottom: 25px;
    text-align: center;
}
.important-txt {
    color: #B4821C;
    font-size: 0.875rem;
    text-align: justify;
}
.important-date {
    color: #B4821C;
    font-size: 0.875rem;
    margin-top: 22px;
    text-align: right;
}
.important-signature {
    color: #B4821C;
    font-size: 0.875rem;
    text-align: right;
}
.home-block01 {
    background-color: #caa75f;
    padding-bottom: calc((100vw * 208 / 1280) + 73px);
    position: relative;
}

.shapes {
    bottom: 0;
    left: 0;
    /* position: fixed; */
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.shape {
    left: 50%;
    position: absolute;
}
.shapes00 svg {
    fill: #f3ebdc;
}
.shapes01 svg {
    fill: #dac28f;
}
.shapes02 svg {
    fill: #f3ebdc;
}
.shapes03 svg {
    fill: #dac28f;
}
.shapes04 svg {
    fill: #f3ebdc;
}
.shapes-contact svg {
    fill: #f3ebdc;
}
.shapes-news svg {
    fill: #f3ebdc;
}
.shapes00 .shape01 {
    margin-left: -499px;
    top: 8.7%;
}
.shapes00 .shape02 {
    margin-left: 15px;
    top: 12%;
}
.shapes00 .shape02 svg {
    transform: rotate(45deg);
    stroke: #f3ebdc;
    stroke-width: 2px;
}
.shapes00 .shape03 {
    margin-left: 398px;
    top: 9%;
}
.shapes00 .shape03 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes00 .shape04 {
    margin-left: 307px;
    top: 12%;
}
.shapes00 .shape05 {
    margin-left: -668px;
    top: 13%;
}
.shapes00 .shape05 svg {
    transform: rotate(-90deg);
    stroke: #f3ebdc;
    stroke-width: 2px;
    /* stroke: #FFF; */
    /* stroke-width: 3px; */
}
.shapes01 .shape01 {
    margin-left: -718px;
    top: 5.5%;
}
.shapes01 .shape02 {
    margin-left: -373px;
    top: 11%;
}
.shapes01 .shape03 {
    margin-left: 224px;
    top: 16%;
}
.shapes01 .shape04 {
    margin-left: -270px;
    top: 28%;
}
.shapes01 .shape05 {
    margin-left: 174px;
    top: 23.5%;
}
.shapes01 .shape06 {
    margin-left: 404px;
    top: 18%;
}
.shapes01 .shape06 svg {
    transform: rotate(-60deg);
    stroke: #dac28f;
    stroke-width: 2px;
}
.shapes01 .shape07 {
    margin-left: -796px;
    top: 21.5%;
}
.shapes01 .shape07 svg {
    transform: rotate(60deg);
}
.shapes01 .shape08 {
    margin-left: 536px;
    top: 35.5%;
}
.shapes01 .shape08 svg {
    transform: rotate(-45deg);
    stroke: #dac28f;
    stroke-width: 2px;
}
.shapes01 .shape09 {
    margin-left: -718px;
    top: 45%;
}
.shapes01 .shape10 {
    margin-left: 486px;
    top: 50%;
}
.shapes01 .shape11 {
    margin-left: -710px;
    top: 57.5%;
}
.shapes01 .shape12 {
    margin-left: 486px;
    top: 68.5%;
}
.shapes01 .shape13 {
    margin-left: -778px;
    top: 80%;
}
.shapes01 .shape13 svg {
    transform: rotate(-45deg);
    stroke: #dac28f;
    stroke-width: 2px;
}
.shapes01 .shape14 {
    margin-left: 553px;
    top: 77%;
}
.shapes01 .shape15 {
    margin-left: -710px;
    top: 89%;
}
.shapes01 .shape16 {
    margin-left: -563px;
    top: 110%;
}
.shapes01 .shape17 {
    margin-left: -36px;
    top: 112.5%;
}
.shapes01 .shape17 svg {
    stroke: #dac28f;
    stroke-width: 2px;
}
.shapes01 .shape18 {
    margin-left: 337px;
    top: 111%;
}
.shapes01 .shape18 svg {
    transform: rotate(-90deg);
    stroke: #caa75f;
    stroke-width: 3px;
}
.shapes02 .shape01 {
    margin-left: -648px;
    top: 12.5%;
}
.shapes02 .shape01 svg {
    transform: rotate(60deg);
}
.shapes02 .shape02 {
    margin-left: 462px;
    top: 39%;
}
.shapes02 .shape02 svg {
    transform: rotate(-60deg);
    stroke: #f3ebdc;
    stroke-width: 2px;
}
.shapes02 .shape03 {
    margin-left: -514px;
    top: 52%;
}
.shapes02 .shape04 {
    margin-left: 298px;
    top: 45%;
}
.shapes02 .shape05 {
    margin-left: -696px;
    top: 61%;
}
.shapes02 .shape06 {
    margin-left: 270px;
    top: 63%;
}
.shapes02 .shape06 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes02 .shape07 {
    margin-left: 300px;
    top: 81%;
}
.shapes02 .shape07 svg {
    stroke: #f3ebdc;
    stroke-width: 4px;
}
.shapes02 .shape08 {
    margin-left: 6px;
    top: 97%;
}
.shapes02 .shape08 svg {
    transform: rotate(45deg);
    stroke: #f3ebdc;
    stroke-width: 3px;
}
.shapes02 .shape09 {
    margin-left: -662px;
    top: 95%;
}
.shapes02 .shape09 svg {
    transform: rotate(-30deg);
    stroke: #f3ebdc;
    stroke-width: 3px;
}
.shapes02 .shape10 {
    margin-left: 277px;
    top: 116%;
}
.shapes02 .shape11 {
    margin-left: -128px;
    top: 125%;
}
.shapes02 .shape12 {
    margin-left: 75px;
    top: 109%;
}
.shapes02 .shape13 {
    margin-left: -760px;
    top: 113%;
}
.shapes02 .shape13 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes02 .shape14 {
    margin-left: 426px;
    top: 150%;
}
.shapes02 .shape14 svg {
    transform: rotate(-90deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes03 .shape01 {
    margin-left: 592px;
    top: 50.5%;
}
.shapes03 .shape02 {
    margin-left: -718px;
    top: 122.5%;
}
.shapes03 .shape03 {
    margin-left: -618px;
    top: 184%;
}
.shapes03 .shape04 {
    margin-left: 313px;
    top: 110.5%;
}
.shapes03 .shape04 svg {
    stroke: #dac28f;
    stroke-width: 2px;
}
.shapes03 .shape05 {
    margin-left: 572px;
    top: 115.5%;
}
.shapes03 .shape05 svg {
    transform: rotate(45deg);
    stroke: #caa75f;
    stroke-width: 3px;
}
.shapes03 .shape06 {
    margin-left: -680px;
    top: 116.5%;
}
.shapes03 .shape07 {
    margin-left: 448px;
    top: 248.5%;
}
.shapes03 .shape07 svg {
    transform: rotate(-90deg);
    stroke: #caa75f;
    stroke-width: 3px;
}
.shapes04 .shape01 {
    margin-left: -499px;
    top: 98.5%;
}
.shapes04 .shape02 {
    margin-left: 15px;
    top: 182.5%;
}
.shapes04 .shape02 svg {
    transform: rotate(45deg);
    stroke: #f3ebdc;
    stroke-width: 2px;
}
.shapes04 .shape03 {
    margin-left: 398px;
    top: 400.5%;
}
.shapes04 .shape03 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes04 .shape04 {
    margin-left: 307px;
    top: 241.5%;
}
.shapes04 .shape05 {
    margin-left: -668px;
    top: 438.5%;
}
.shapes04 .shape05 svg {
    transform: rotate(-90deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes-contact .shape01 {
    margin-left: -650px;
    top: 15%;
}
.shapes-contact .shape01 svg {
    transform: rotate(150deg);
}
.shapes-contact .shape02 {
    margin-left: 490px;
    top: 26%;
}
.shapes-contact .shape02 svg {
    transform: rotate(-45deg);
}
.shapes-contact .shape03 {
    margin-left: -530px;
    top: 58%;
}
.shapes-contact .shape04 {
    margin-left: 310px;
    top: 44%;
}
.shapes-contact .shape05 {
    margin-left: -720px;
    top: 80%;
}
.shapes-contact .shape06 {
    margin-left: 340px;
    top: 80%;
}
.shapes-contact .shape06 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes-contact .shape07 {
    margin-left: -240px;
    top: 91%;
}
.shapes-contact .shape07 svg {
    transform: rotate(45deg);
}



.home-blank01 {
    background-color: #FFF;
    height: 134px;
    position: relative;
}
.home-blank01 svg {
    fill:#FFF;
    height: calc(100vw * 208 / 1280);
    left: 0;
    position: absolute;
    top: 134px;
    width: 100vw;
}
.home-blank02 {
    height: calc(100vw * 208 / 1280);
    position: relative;
    top: 1px;
}
.home-blank02 svg {
    fill:#FFF;
    height: calc(100vw * 208 / 1280);
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}
.home-sec {
    display: flex;
    position: relative;
}
.home-sec .anchor {
    left: 0;
    position: absolute;
}
.home-news .anchor {
    top: 0;
}
.home-concept .anchor {
    top: -32px;
}
.home-point .anchor {
    top: -54px;
}
.home-products .anchor {
    top: -10px;
}
.home-shop .anchor {
    top: -4px;
}
.home-contact .anchor {
    top: -24px;
}
.sec-ttl {
    align-items: center;
    display: flex;
    font-size: 3rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .055em;
    padding-right: 10px;
    width: 140px;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
}
.sec-content {
    padding-right: 140px;
    width: calc(100% - 140px);
}
.home-news {
    padding: 150px 0 103px;
}
.home-news .sec-ttl {
    color: #B4821C;
}
.home-news-lists {
    border-bottom: 1px solid #B4821C;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 42px;
}
.home-news-box {
    max-width: 240px;
}
.home-news-box + .home-news-box {
    margin-left: 40px;
}
.home-news-box time {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    padding: 4px 0;
    margin-top: 16px;
}
.home-news-box .ttl {
    font-size: 0.875rem;
}
.btn-home-news {
    display: flex;
    justify-content: center;
    margin-top: 49px;
}

.home-concept {
    padding: 75px 0;
}
.home-concept .sec-ttl {
    color: #FFF;
}
.home-concept .pic01-wrap {
    display: flex;
    margin-bottom: 70px;
    margin-top: -136px;
    justify-content: flex-end;
    position: relative;
    right: -140px;
    width: 100%;
}
.home-concept .pic01 {
    width: 92.4%;
}
.home-concept .lead01 {
    color: #FFF;
    font-size: 1.3125rem;
    line-height: 1.43;
    margin-bottom: 24px;
}
.home-concept .txt {
    color: #FFF;
    font-size: 0.875rem;
    max-width: 607px;
}

.home-point {
    /* margin-bottom: 74px; */
    padding: 60px 0;
}
.home-point .sec-ttl {
    color: #FFF;
    margin-top: -6px;
}
.point-box-wrap {
    background-color: #FFF;
    padding: 117px 20px 142px;
}
.point-box-wrap ol {
    margin: 0 auto;
    max-width: 800px;
}
.point-box {
    display: flex;
    justify-content: space-between;
}
.point-box:nth-child(2n) {
    flex-direction: row-reverse;
}
.point-box .pic-col {
    position: relative;
    width: 45%;
}
.point-box .txt-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 47.5%;
}
.point-box .bg {
    position: absolute;
}
.point-box.point01 .bg {
    right: -57px;
    top: -13px;
    width: 85%;
}
.point-box.point02 .bg {
    left: -37px;
    top: 40px;
    width: 69.2%;
}
.point-box.point03 .bg {
    right: -29px;
    top: 130px;
    width: 72.63%;
}
.point-box.point04 .bg {
    left: -54px;
    top: 46px;
    width: 50%;
}
.point-box.point05 .bg {
    right: -53px;
    top: 107px;
    width: 76.84%;
}
.point-box .box-head {
    align-items: center;
    display: flex;
    margin-bottom: 18px;
}
.point-box:nth-child(2n) .box-head {
    flex-direction: row-reverse;
}


.point-box .num {
    color: #DC5000;
    font-size: 4.3125rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    white-space: nowrap;
}
.point-box .box-ttl {
    color: #DC5000;
    font-size: 1.3125rem;
    line-height: 1.43;
    margin-left: 20px;
    padding-bottom: 12px;
}
.point-box:nth-child(2n) .box-ttl {
    margin-left: 0;
    margin-right: 20px;
}
.point-box:nth-child(2n) .num {
    max-width: 78px;
}


.point-box .txt {
    color: #B4821C;
    font-size: 0.875rem;
}
.point01 .txt-col {
    padding-bottom: 60px;
}
.point02 .txt-col {
    padding-bottom: 10px;
}
.point03 .txt-col {
    padding-bottom: 44px;
}
.point04 .txt-col {
    padding-top: 26px;
}
.point05 .txt-col {
    padding-top: 40px;
}


.home-block02 {
    overflow: hidden;
    position: relative;
    /* margin-top: -100px; */
    margin-top: calc(-100vw * 208 / 1280);
}
.home-products {
    padding: 92px 0 0;
}
.home-products .sec-ttl {
    color: #B4821C;
    padding-left: 8px;
    padding-right: 0;
}
.products-category-sec {
    padding-left: 47px;
}
.products-category-sec + .products-category-sec {
    margin-top: 52px;
}
.category-hdr {
    color: #DC5000;
    font-size: 2.25rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 4px;
}
.product-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 100px 0 53px;
}
.product-box {
    color: #B4821C;
    margin: 51px 0;
    width: 45%;
}
.product-box .pic {
    margin-bottom: 40px;
}
.product-box .ttl {
    font-size: 1.5rem;
    margin-bottom: 12px;
}
.product-box .ttl small {
    font-size: 0.875rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
}
.product-box .desc {
    font-size: 0.75rem;
    line-height: 2.33;
    margin-bottom: 21px;
    padding-bottom: 23px;
    position: relative;
}
.product-box .desc::after {
    background-color: #B4821C;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    left: 1px;
    position: absolute;
    width: 24px;
}
.product-box .detail {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.625rem;
    line-height: 1.6;
    margin-bottom: 7px;
}
.product-box .detail dt {
    margin-bottom: 7px;
    width: 80px;
}
.product-box .detail dt::after {
    content: "：";
}
.product-box .detail dd {
    margin-bottom: 7px;
    width: calc(100% - 80px);
}
.product-box .price {
    font-size: 1rem;
    letter-spacing: .07em;
    line-height: 1;
}
.product-box .price b {
    font-size: 1.875rem;
    /* font-weight: 600; */
    font-weight: 300;
    margin-right: 9px;
    position: relative;
    top: 3px;
}
.product-box .price small {
    font-size: 0.75rem;
}
.home-block03 {
    background-color: #caa75f;
    padding-bottom: 39px;
    position: relative;
}
.home-block03 .u-inner {
    position: relative;
    top: -207px;
}
/* .home-blank03 {
    background-color: #FFF;
    height: 29px;
    position: relative;
}
.home-blank03 svg {
    fill:#FFF;
    height: calc(100vw * 208 / 1280);
    left: 0;
    position: absolute;
    top: 29px;
    width: 100vw;
} */
.home-blank03 {
    height: calc(100vw * 208 / 1280);
    margin-top: 27px;
    position: relative;
    top: 1px;
}
.home-blank03 svg {
    fill:#caa75f;
    height: calc(100vw * 208 / 1280);
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}
.home-shop {
    padding: 86px 0 0;
}
.home-shop .sec-ttl {
    color: #FFF;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 12px;
}
.shop-wrap {
    margin-bottom: 60px;
    padding: 0 96px 0 102px;
}
.shop-slides {
    margin-bottom: 59px;
    max-width: 800px;
    position: relative;
}

.shop-slides.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: auto;
    position: absolute;
    right: -26px;
    top: auto;
    width: 10px;
}
.shop-slides .swiper-pagination-bullet {
    background-color: #F0F0F0;
    border-radius: 0;
    height: 10px;
    opacity: .5;
    width: 10px;
}
.shop-slides.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
}
.shop-slides .swiper-pagination-bullet-active {
    opacity: 1;
}
.info-box {
    color: #FFF;
    display: flex;
}
.info-box.shop-info .info-head {
    width: 376px;
}
.info-box.shop-info .info-content {
    width: calc(100% - 376px);
}
.info-box.shop-info .info-content .btn-wrap {
    margin-top: 12px;
}
.info-box.shop-info .info-content .btn {
    color: #FFF;
    font-size: 0.75rem;
    padding-left: 55px;
    position: relative;
}
.info-box.shop-info .info-content .btn i {
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.info-box.shop-info .info-content .btn i::before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 40px;
}
.info-box.shop-info .info-content .btn i::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 8px;
    left: 37px;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 1px;
}
.info-head .ttl-en {
    font-size: 1.625rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 7px;
}
.info-head .ttl-jp {
    font-size: 0.75rem;
}
.shop-info dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 2.17;
}
.shop-info dt {
    font-size: 0.75rem;
    letter-spacing: .05em;
    width: 56px;
}
.shop-info dd {
    font-size: 0.75rem;
    width: calc(100% - 56px);
}
.access-wrap {
    padding: 0 96px 0 102px;
}
.access-map {
    margin-bottom: 58px;
    position: relative;
}
.access-map::before {
    content: "";
    display: block;
    padding-top: 41.875%;
}
.access-map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.access-map .u-btn-wrap {
    display: none;
}
.info-box.access-info .info-head {
    width: 142px;
}
.info-box.access-info .info-content {
    width: calc(100% - 142px);
}
.access-info dl {
    line-height: 2.33;
    position: relative;
    top: -8px;
}
.access-info dd ~ dt {
    margin-top: 27px;
}
.access-info dt,
.access-info dd {
    font-size: 0.75rem;
}
.home-block04 {
    overflow: hidden;
    position: relative;
    margin-top: calc(-100vw * 208 / 1280);
    padding-bottom: 240px;
}
.home-block04 .u-inner {
    margin-top: -19px;
}
.home-contact .sec-ttl {
    color: #B4821C;
    padding-left: 8px;
    padding-right: 0;
}
.home-contact-wrap {
    padding-top:  40px;
    margin-left: 102px;
    max-width: 610px;
}
.home-contact-wrap dl {
    color: #B4821C;
    font-size: 0.75rem;
    line-height: 2.33;
    margin-bottom: 30px;
}
.home-contact-wrap dd + dt {
    margin-top: 28px;
}
.btn-tel {
    margin-bottom: 20px;
}
.u-btn01 {
    color: #B4821C;
    pointer-events: none;
}
.u-btn01 span {
    font-size: 0.75rem;
    /* font-weight: 600; */
    font-weight: 300;
    position: relative;
    top: -2px;
}
.u-btn01 b {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-left: 23px;
}
.u-btn02 {
    align-items: center;
    background-color: #caa75f;
    color: #FFF;
    display: flex;
    /* font-weight: 600; */
    font-weight: 300;
    height: 44px;
    justify-content: center;
    width: 200px;
    padding-top: 3px;
}
.u-btn04 {
    align-items: center;
    background-color: #caa75f;
    border:1px solid #FFF;
    color: #FFF;
    display: flex;
    /* font-weight: 600; */
    font-weight: 300;
    height: 44px;
    justify-content: center;
    width: 200px;
    padding-top: 3px;
}
.g-ft {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.ft-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
.copyright-txt {
    color: #B4821C;
    font-size: 0.75rem;
    /* font-weight: 600; */
    font-weight: 300;
    letter-spacing: .05em;
    margin-top: 6px;
    padding: 4px 0;
}

.contact-block {
    padding: 150px 0;
}
.contact-sec {
    display: flex;
    position: relative;
}
.contact-sec .sec-ttl {
    color: #B4821C;
}
.contact-wrap {
    font-size: 0.875rem;
    padding: 0 98px 91px 102px;
}
.form_nameWrap {
    display: flex;
    position: relative;
}
.form_addressWrap {
    display: flex;
    position: relative;
}
textarea, [type="tel"], [type="email"], [type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #B4821C;
    border-radius: 0;
    box-sizing: border-box;
    color: #B4821C;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 22px;
    padding: 13px 15px;
    vertical-align: top;
    width: 100%;
}
textarea:focus, [type="tel"]:focus, [type="email"]:focus, [type="text"]:focus {
    color: #B4821C;
}
.form_clist {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.form_clist li + li {
    margin-left: 50px;
}
.u-rdoLbl {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.u-rdoLbl > [type="radio"] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
}
.u-rdoLbl > i {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    margin-right: 12px;
    transition-duration: .3s;
    transition-property: border-width, color;
    box-sizing: border-box;
    border: 1px solid #9A9B9B;
}
.u-rdoLbl > b {
    display: block;
    font-weight: normal;
}
.u-hiddenSVG {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
.u-rdoLbl > [type="radio"]:checked + i {
    border-width: 9px;
}
.form_nameWrap [type="text"] {
    max-width: 260px;
}
.form_nameWrap [type="text"]:nth-child(n+2) {
    margin-left: 30px;
}
.form_addressWrap [name="postcode2"] {
    max-width: 260px;
}
.form_addressWrap [name="address1_2"] {
    margin-left: 30px;
}
.form_inputWrap {
    position: relative;
}
.form_inputWrap + .form_inputWrap {
    margin-top: 30px;
}
.form_submit {
    margin-top: 80px;
}
.form_submit button {
    background-color: #B4821C;
    color: #FFF;
    cursor: pointer;
}
textarea.error,
[type="tel"].error,
[type="email"].error,
[type="text"].error {
    border: 1px solid #AA0000;
}
label.error[for="email"], label.error[for="email2"], label.error[for="tel"], label.error[for="tel2"], label.error[for="message"], label.error[for="address2_2"] {
    bottom: 1px;
    left: 1px;
    right: 1px;
    top: 1px;
}
label.error[for="sei"], label.error[for="sei2"] {
    bottom: 1px;
    left: 1px;
    top: 1px;
    width: 258px;
}
label.error[for="mei"], label.error[for="mei2"] {
    bottom: 1px;
    left: 291px;
    top: 1px;
    width: 258px;
}
label.error[for="postcode2"] {
    bottom: 1px;
    left: 1px;
    top: 1px;
    width: 258px;
}
label.error[for="address1_2"] {
    bottom: 1px;
    left: 291px;
    top: 1px;
    width: 548px;
}
label.error {
    background-color: #FFF;
    color: #AA0000;
    font-size: inherit;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute;
}
.confirm-content-wrap {
    padding-top: 46px;
}
.confirm-ttl {
    color: #B4821C;
    margin-bottom: 56px;
}
.confirm .confirm-list {
    margin: 0 auto 86px;
}
.confirm-list dl {
    color: #B4821C;
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}
.confirm-list dl:first-child {
    margin-top: 8px;
}
.confirm-list dt {
    width: 120px;
}
.confirm-list dd {
    width: calc(100% - 157px);
}
.confirm .form-content-wrap {
    display: none;
}
.confirm-content-wrap {
    display: none;
}
.confirm {
    margin: 0 auto;
    max-width: 644px;
}
.confirm .confirm-content-wrap {
    display: block;
}
.complete .confirm-content-wrap {
    display: none;
}
.complete .form_submit {
    display: none;
}
.thanks-ttl {
    color: #B4821C;
    margin-bottom: 56px;
}
.thanks-message {
    color: #B4821C;
    line-height: 2;
    padding-top: 46px;
    text-align: center;
}
.thanks-message p + p {
    margin-top: 28px;
}
.u-btn03 {
    -webkit-appearance: none;
    -moz-appearance: none;
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    font-size: 0.875rem;
    height: 40px;
    justify-content: center;
    letter-spacing: 1em;
    opacity: 1;
    text-indent: 1em;
    transition: all .4s ease-out;
    width: 200px;
}
.u-btn03:hover {
    opacity: .6;
}

.news-block {
    padding: 150px 0;
}
.news-sec {
    display: flex;
    position: relative;
}
.news-sec .sec-ttl {
    color: #B4821C;
}
.news-wrap {
    font-size: 0.875rem;
    padding: 0 98px 91px 102px;
}
.shapes-news .shape01 {
    margin-left: -650px;
    top: 15%;
}
.shapes-news .shape01 svg {
    transform: rotate(150deg);
}
.shapes-news .shape02 {
    margin-left: 490px;
    top: 26%;
}
.shapes-news .shape02 svg {
    transform: rotate(-45deg);
}
.shapes-news .shape03 {
    margin-left: -530px;
    top: 58%;
}
.shapes-news .shape04 {
    margin-left: 310px;
    top: 44%;
}
.shapes-news .shape05 {
    margin-left: -720px;
    top: 80%;
}
.shapes-news .shape06 {
    margin-left: 340px;
    top: 80%;
}
.shapes-news .shape06 svg {
    transform: rotate(45deg);
    stroke: #FFF;
    stroke-width: 3px;
}
.shapes-news .shape07 {
    margin-left: -240px;
    top: 91%;
}
.shapes-news .shape07 svg {
    transform: rotate(45deg);
}
.news-archive {
    display: flex;
    flex-wrap: wrap;
}
.news-box {
    margin-bottom: 43px;
    max-width: 240px;
}
.news-box:nth-child(3n),
.news-box:nth-child(3n+2) {
    margin-left: 40px;
}
.news-box time {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1;
    padding: 4px 0;
    margin-top: 16px;
}
.entry-header .main-pic {
    margin-bottom: 10px;
}
.entry-header .entry-meta {
    line-height: 1;
    padding-top: 70px;
}
.entry-header time {
    color: #DC5000;
    font-size: 1.5rem;
}
.entry-header .entry-ttl {
    color: #DC5000;
    font-size: 1.3125rem;
}
.entry-body {
    border-bottom: 1px solid #B4821C;
    color: #B4821C;
    padding: 42px 0 98px;
}
.single-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding: 6px 0;
}
.single-nav-link span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.3;
}
.single-nav-next > *,
.single-nav-prev > * {
    align-items: center;
    display: flex;
}
.single-nav-link > a {
    margin-top: 9px;
    opacity: 1;
    transition: all .4s ease-out;
}
.single-nav-link > p {
    margin-top: 9px;
}
.single-nav-link > a:hover {
    opacity: .6;
}
.single-nav-next.disable > *,
.single-nav-prev.disable > * {
    opacity: .3;
    pointer-events: none;
}
.single-nav-next > *::before,
.single-nav-prev > *::after {
    border-top: 1px solid #B4821C;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: 1px;
    width: 14px;
}
.single-nav-next > *::before {
    border-left: 1px solid #B4821C;
    margin-left: 3px;
    margin-right: 4px;
    transform: rotate(-45deg);
}
.single-nav-prev > *::after {
    border-right: 1px solid #B4821C;
    margin-left: 4px;
    margin-right: 3px;
    transform: rotate(45deg);
}
.single-nav-all {
    font-size: 1.3125rem;
}
