@charset "UTF-8";
/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a:link, a:visited, a:active, a:hover {
    outline: none;
}
a#scroll-to-top {
	display: none!important;
}
/**
 * micro clearfix
 */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.clear {
    clear: both;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    line-height: 1.8;
    color: #173A52;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
html.noscroll, html.noscroll body {
    position: fixed;
}
.an {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif!important;
    font-weight: 700;
}
.an_serif {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 600;
}
.jp {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #173A52;
}
.nowrap {
    white-space: nowrap;
}

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

@media only screen and (min-width:375px) {
.sp_s {
    display: none !important;
}
}

@media only screen and (max-width:810px) {
body {
    font-size: 1.2rem;
}
.pc {
    display: none !important;
}
}
/**
 * common
 */
 .stock_nav contents{
 	display:table;
 }
.inner, .inner_np {
    position: relative;
    box-sizing: border-box;
    max-width: 1600px;
    margin: auto;

}

.inner {
	 padding: 0 60px;

}


@media only screen and (max-width:810px) {
.inner  {
    padding: 0 25px;

}

.subtext {
flex-direction: column;
    display: inline-flex;
}
.subtext:last-child {
flex-direction: column-reverse;
}
}
/* .btn */
.btn_more {
    display: block;
    padding: 20px 0;
    border-top: solid 1px rgba(173, 216, 231, 1);
    text-align: center;
    background: rgba(241,220,86,0);
    transition: background 0.2s ease-in;
}
.btn_more:hover {
    background: rgba(241,220,86,1);
}
.btn_more span span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.btn_more b {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    overflow: hidden;
}
.btn_more b::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0.png) no-repeat center center;
    background-size: contain;
    content: '';
}
.btn_more:hover b::after {
    animation: hoverElem 0.5s ease-in-out;
}

.red {
  color: #f00;
}
#red {
  color: #f00;
  border: 3px red solid;
  background-color: #ffeeee;
  padding: 15px;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media only screen and (max-width:810px) {
.btn_more {
    padding: 10px 0;
}
.btn_more span span {
    padding-right: 15px;
}
.btn_more b {
    width: 10px;
    height: 8px;
}
}
.view_more {
    position: relative;
    z-index: 1;
}
.view_more a {
    position: absolute;
    top: 30px;
    right: 0;
}
.view_more a span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 80px;
}
.view_more a span i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    background: none;
    transform: none;
}
.view_more a span i::before {
    display: block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 1px;
    background: #173A52;
    content: '';
    transition: width 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.view_more a:hover span i::before {
    transition: width 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 40px;
}
.view_more a span b {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    overflow: hidden;
}
.view_more a span b::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0.png) no-repeat center center;
    background-size: contain;
    content: '';
}
.view_more a:hover b::after {
    animation: hoverElem 0.5s ease-in-out;
}
.view_more a[target="_blank"] span b {
    width: 13px;
    height: 11px;
    background: url(/images/common/icon_blank.png) no-repeat 0 center;
    background-size: contain;
}
.view_more a[target="_blank"] span b::after {
    display: none;
}

@media only screen and (max-width:810px) {
.view_more {
    position: relative;
}
.view_more a {
    position: absolute;
    top: 13px;
    right: 0;
}
.view_more a span {
    display: inline-block;
    padding: 0 15px 0 30px;
}
.view_more a span i {
    width: 25px;
}
.view_more a span i::before {
    width: 25px;
}
.view_more a:hover span i::before {
    width: 10px;
}
.view_more a span b {
    width: 10px;
    height: 7px;
}
.view_more a[target="_blank"] span {
    padding: 0 10px 0 30px;
}
.view_more a[target="_blank"] span b {
    width: 8px;
    height: 7px;
}
}
.btn_prev, .btn_next {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    cursor: pointer;
}
.btn_prev::before, .btn_next::before {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #fff;
    content: '';
    transition: all 0.2s ease-in;
}
.btn_prev:hover::before, .btn_next:hover::before {
    transform: scale(1.1);
    background-color: #f5da44;
}
.btn_prev::after, .btn_next::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 9px;
    height: 14px;
    background: url(/images/common/icon_arrow1.png) no-repeat center center;
    background-size: contain;
    content: '';
}
.btn_prev::after {
    left: -2px;
}
.btn_next::after {
    left: 2px;
    transform: rotate(-180deg);
}

@media only screen and (max-width:810px) {
.btn_prev, .btn_next {
    width: 35px;
    height: 35px;
}
.btn_prev::after, .btn_next::after {
    width: 8px;
    height: 12px;
}
}
.pagetop a, .btn_link a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 8px;
    overflow: hidden;
}
.pagetop a::before, .btn_link a::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #173A52;
    content: '';
}
.pagetop a b, .btn_link a b {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    overflow: hidden;
}
.pagetop a b::after, .btn_link a b::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0.png) no-repeat center center;
    background-size: contain;
    content: '';
}
.pagetop a b {
    transform: rotate(-90deg);
}
.stock_nav .btn_link a b {
    transform: rotate(90deg);
}
.anchor_nav .btn_link a b {
    transform: rotate(90deg);
}
.pagetop a:hover b::after, .btn_link a:hover b::after {
    animation: hoverElem 0.5s ease-in-out;
}
.pagetop a:hover::before, .btn_link a:hover::before {
    animation: hoverElem 0.5s cubic-bezier(0.645, 0.045, 0.175, 1);
}

.reserve-btn {
position: fixed;
top: 32%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 0;
width: 55px;
z-index: 9;
}
.reserve-btn .reserve-btn__access {
display: none;
}
@media only screen and (max-width: 960px) {
.reserve-btn {
top: inherit;
bottom: 0;
transform: none;
-webkit-transform: none;
right: 0;
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.reserve-btn a:hover img {
opacity: 1;
}
.reserve-btn .reserve-btn__table {
background-color: #fff;
border-top: 3px solid #173A52;
border-right: 3px solid #173A52;
width: 43%;
}
.reserve-btn .reserve-btn__table a {
display: block;
padding: 5px 10px;
text-align: center;
}
.reserve-btn .reserve-btn__table a img {
height: 50px;
}
.reserve-btn .reserve-btn__bbq {
background-color: #fff;
border-top: 3px solid #173A52;
border-right: 3px solid #173A52;
width: 43%;
}
.reserve-btn .reserve-btn__bbq a {
display: block;
padding: 5px 10px;
text-align: center;
}
.reserve-btn .reserve-btn__bbq a img {
height: 50px;
}
.reserve-btn .reserve-btn__access {
background-color: #173A52;
border-top: 1px solid #173A52;
display: block;
width: 14%;
}
.reserve-btn .reserve-btn__access a {
display: block;
padding: 5px;
text-align: center;
}
.reserve-btn .reserve-btn__access a img {
height: 50px;
}
}

/* .btn_rect */
.btn_rect {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 22px 60px 22px 40px;
    font-size: 1.4rem;
    transition: all 0.2s ease-in;
}
.btn_rect b {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    overflow: hidden;
}
.btn_rect b::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0.png) no-repeat center center;
    background-size: contain;
    content: '';
}
.btn_rect:hover {
    background-color: #f5da44;
}
.btn_rect:hover b::after {
    animation: hoverElem 0.5s ease-in-out;
}

@media only screen and (max-width:810px) {
.btn_rect {
    padding: 12px 40px 12px 20px;
    font-size: 1.2rem;
}
.btn_rect b {
    right: 20px;
    width: 10px;
    height: 7px;
}
}
 @keyframes hoverElem {
 0% {
transform: translate3D(0, 0, 0);
}
 49% {
transform: translate3D(100%, 0, 0);
visibility:hidden;
}
 50% {
transform: translate3D(-100%, 0, 0);
visibility:hidden;
}
 52% {
visibility: visible;
}
 100% {
transform: translate3D(0, 0, 0);
}
}
/* .anime */
.ani_txt {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    overflow: hidden;
}
.ani_txt span {
    visibility: hidden;
    transition: visibility 0s 0.5s
}
.on .ani_txt span {
    visibility: visible;
}
.ani_txt::after, .ani_txt i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
    background: #f5da44;
    content: '';
    transform: translate3D(-120%, 0, 0);
}
.on .ani_txt::after, .ani_txt.on i {
    transition: transform 1.2s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    transform: translate3D(100%, 0, 0);
}
.ani_slideup {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ani_slideup.on {
    opacity: 1;
    transform: translateY(0);
}
.ani_fade {
    opacity: 0;
    transition: opacity 0.8s;
}
.ani_fade.on {
    opacity: 1;
}
/**
 * #container
 */
#container {
    position: relative;
    background-color: #FFFCEF;
    padding: 160px 0;
    overflow: hidden;
}
.contents {
    border-top: solid 1px rgba(239, 242, 255, 1);
    position: relative;
}
.contents h2 {
    position: relative;
    padding-top: 1.2em;
    margin-top: -1px;
    margin-bottom: 2em;
    overflow: hidden;
}
.contents h2::before, .contents h2::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    content: '';
}
.contents h2::before {
    width: 50px;
    background: #f5da44;
}
.contents h2::after {
    width: 15px;
    background: #173A52;
}
.contents h2 em {
    position: relative;
    font-size: 3rem;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 1;
}
.contents h2 em::after {
    position: absolute;
    display: block;
    right: 0;
    top: 0.2em;
    width: 1px;
    height: 0.7em;
    background: rgba(0,0,0,1);
    content: '';
}
.contents h2 span {
    font-size: 1.2rem;
}
.contents h2 > em, .contents h2 > span {
    position: relative;
    top: 1.5em;
}
.contents h2.on > em {
    transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
}
.contents h2.on > span {
    transition: top 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
}
/**
 * .contents
 */
.contents .read {
    margin-top: -0.4em;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.5s, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contents .read.on {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width:810px) {
#container {
    padding: 120px 0;
}
.contents h2::before {
    width: 25px;
}
.contents h2::after {
    width: 10px;
}
.contents h2 em {
    font-size: 24px;
    margin-right: 10px;
    padding-right: 10px;
}
.contents h2 span {
    font-size: 1rem;
}
}
/**
 * .lines
 */
.lines {
    box-sizing: border-box;
    position: absolute;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lines::before, .lines::after {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    background: rgba(239, 242, 255, 1);
    content: '';
}
.lines::before {
    left: 60px;
}
.lines::after {
    right: 60px;
}
.lines div, .lines div::before, .lines div::after {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-left: solid 1px rgba(239, 242, 255, 1);
    border-right: solid 1px rgba(239, 242, 255, 1);
    content: '';
}
.lines .div3 {
    width: 33.3%;
}
.lines .div3::before, .lines .div3::after {
    display: none;
}
.lines .div4::before {
    position: absolute;
    margin: 0;
    left: 25%;
    right: auto;
    width: 25%;
}
.lines .div4::after {
    position: absolute;
    margin: 0;
    left: auto;
    right: 25%;
    width: 25%;
    border-left: none;
}
.lines .div5 {
    width: 0;
    border-left: none;
}
.lines .div5::before, .lines .div5::after {
    display: none;
}
.lines.shop .div6::before {
    position: absolute;
    margin: 0;
    left: 33.3%;
    right: auto;
    width: 33.3%;
}
.lines.shop .div6::after {
    position: absolute;
    margin: 0;
    left: auto;
    right: 33.3%;
    width: 33.3%;
}
.lines.shop div, .lines.shop div::before, .lines.shop div::after {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: calc(100% - 250px);
    height: 100%;
    top: 0;
    left: 250px;
    right: inherit!important;
    margin: 0!important;
    border-left: solid 1px rgba(239, 242, 255, 1);
    border-right: none;
    content: '';
}
.lines.shop::before, .lines.shop::after {
    content: none;
}

@media only screen and (max-width:810px) {
.lines::before {
    left: 25px;
}
.lines::after {
    right: 25px;
}
.lines.shop div, .lines.shop div::before, .lines.shop div::after {
    display: none;
}
.lines.shop div, .lines.shop div::before, .lines.shop div::after {
    display: none;
}
.lines .div3,.lines .div5 {
    display: none;
}
}
/**
 * header
 */
header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    z-index: 1000;
    transition: padding 0.3s ease-out;
}
header .bg {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/common/bg_1.png);
    border-bottom: solid 6px #173A52;
    transition: opacity 0.15s ease-out;
}
header h2 {
    position: relative;
    float: left;
    transition: width 0.3s ease-out;
}
header h2 img {
    transition: opacity 0.3s ease-out;
}
header h2 img.white {
    opacity: 0;
}
header h2 img.color {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
header nav {
    position: relative;
    float: right;
}
header nav .inner {
    max-width: none;
    padding: 0;
}
header nav .gnav li {
    float: left;
    margin-top: 10px;
    padding-right: 26px;
    line-height: 1;
}
header nav .gnav li a, header nav .gnav li span {
    position: relative;
    display: block;
    color: #173A52;
    vertical-align: middle;
    white-space: nowrap;
    transition: color 0.3s ease-out;
}
header nav .gnav li a b, header nav .gnav li span b {
    display: inline-block;
    padding: 0 3px 2px 3px;
    overflow: hidden;
}
header nav .gnav li a b::before, header nav .gnav li span b::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(245,218,68,0.7);
    content: '';
    transform: translate3D(-102%, 0, 0);
    z-index: 0;
}
header nav .gnav li a b dfn, header nav .gnav li span b dfn {
    position: relative;
}
header nav .gnav li a.over > b::before, header nav .gnav li span.over > b::before {
    animation: overElem 0.25s cubic-bezier(0.645, 0.045, 0.175, 1) forwards;
}
header nav .gnav li a.out > b::before, header nav .gnav li span.out > b::before {
    animation: outElem 0.25s cubic-bezier(0.645, 0.045, 0.175, 1) forwards;
}
header nav .gnav li.act > a > b::before, header nav .gnav li.act > span > b::before {
    animation: none !important;
    transform: translate3D(0, 0, 0) !important;
}
@keyframes outElem {
 0% {
transform: translate3D(0, 0, 0);
}
 100% {
transform: translate3D(102%, 0, 0);
}
}
@keyframes overElem {
 0% {
transform: translate3D(-102%, 0, 0);
visibility: visible;
}
 100% {
transform: translate3D(0, 0, 0);
}
}
header nav .gnav li a b, header nav .gnav li span b {
    position: relative;
}
header nav .gnav li span b a {
    padding: 0;
}
header nav .gnav li.seg {
    position: relative;
    padding: 0 26px;
}
header nav .gnav li.seg:last-child {
    padding-right: 0;
}
header nav .gnav li.seg::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 16px;
    background: rgba(0,0,0,0.50);
    content: '';
    transition: background 0.3s ease-out;
}
header nav .gnav li img {
    transition: opacity 0.3s ease-out;
}
header nav .gnav li.insta a:hover {
    opacity: 0.5;
}
header nav .gnav .pull ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 1.8em;
    transform: translateX(-50%);
    border: solid 5px #173A52;
    background: #fff;
    padding: 15px 0;
}
header nav .gnav .pull ul::before {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    background: transparent;
}
header nav .gnav .pull ul::after {
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    width: 0;
    height: 0;
    margin: auto;
    border-bottom: 10px solid #173A52;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
}
header nav .gnav .pull li {
    float: none;
    margin: 0;
    padding: 8px 20px;
}
header nav .gnav .pull li a {
    display: block;
    color: #173A52;
    line-height: 1;
}
header nav .gnav .pull li a.en {
    font-size: 115%;
}
header nav .gnav .pull li a:hover {
    color: #666;
}
header nav .gnav .pull li a b::before {
    display: none;
}
/* .min */
header.min {
    padding: 22px 50px;
}
header.min .bg {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.2s;
}
header.min h2 {
    width: 105px;
}
header.min h2 img.white {
    opacity: 0;
}
header.min h2 img.color {
    opacity: 1;
}
header.min nav .gnav li a, header.min nav .gnav li span {
    color: #173A52;
}
header.min nav .gnav li a b::before, header.min nav .gnav li span b::before {
    background-color: #f2db56;
}
header.min nav .gnav li.seg::before {
    background: rgba(0,0,0,0.50);
}
header.min nav .gnav li img.white {
    opacity: 0;
}
header.min nav .gnav li img.color {
    opacity: 1;
}

@media only screen and (max-width:1100px) {
header {
    padding: 50px 25px;
}
header nav .gnav li {
    padding-right: 10px;
    font-size: 1.4rem;
}
header nav .gnav li.seg {
    padding: 0 10px;
}
}

@media only screen and (max-width:810px) {
header {
    padding: 25px;
}
header .bg {
    border-bottom: solid 4px #173A52;
}
header h2 {
    width: 90px;
    z-index: 2000;
}
header nav {
    display: none;
    position: fixed;
    top: 1px;
    left: 0;
    width: 100%;
    height: 101%;
    z-index: 1000;
    overflow: scroll;
}
header #navbg {
    position: fixed;
    width: 100%;
    height: 100%;
}
header #navbg div {
    position: relative;
    width: 100%;
    height: 21%;
    transform: translateY(-2px);
    overflow: hidden;
}
header #navbg div span {
    display: block;
    width: 100%;
    height: 104%;
    background: #173A52;
    content: '';
}
header nav .inner {
    padding: 25px 0;
}
header nav .lines::before, header nav .lines::after {
    background: #2e4d63;
}
header nav .gnav {
    padding-top: 40px;
}
header nav .gnav li, header nav .gnav li.seg {
    position: relative;
    float: none;
    margin-top: 0;
    padding: 0 25px;
    overflow: hidden;
}
header nav .gnav li::after {
    display: block;
    position: absolute;
    left: -25px;
    bottom: 12px;
    width: 200%;
    height: 1px;
    background: #2e4d63;
    content: '';
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
header.open nav .gnav li::before, header.open nav .gnav li::after {
    opacity: 1;
    transition: opacity 0.5s ease-in 2s !important;
}
header nav .gnav li a, header nav .gnav li span {
    position: relative;
    display: block;
    font-size: 2.5rem;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
header nav .gnav li a b::before, header nav .gnav li span b::before {
    display: none;
}
header nav .gnav li a i, header nav .gnav li span i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 10px;
    overflow: hidden;
}
header nav .gnav li a i::after, header nav .gnav li span i::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0_w.png) no-repeat center center;
    background-size: contain;
    content: '';
}
header nav .gnav li a:hover i::after, header nav .gnav li span:hover i::after {
    animation: hoverElem 0.5s ease-in-out;
}
header nav .gnav li.act a, header nav .gnav li.act span {
    color: #f2db56;
}
header nav .gnav li a b, header nav .gnav li span b {
    padding: 0;
}
header nav .gnav li a b dfn, header nav .gnav li span b dfn {
    line-height: 1;
}
header nav .gnav li.act a i::after, header nav .gnav li.act span i::after {
    display: none;
}

/*
header nav .gnav li.seg {
    margin-top: 13px;
    padding-top: 13px;
}
*/

header nav .gnav li.seg::before {
    top: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: 1px;
    background: #666 !important;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}



header.open nav .gnav li.seg::before {
    opacity: 1;
    transition: opacity 0.5s ease-in 0.6s;
}
header nav .gnav li img {
    transition: opacity 0.3s ease-out;
}
header nav .cnav {
    position: relative;
    margin-top: 15px;
    padding: 0 25px;
    overflow: hidden;
}
header nav .cnav::before, header nav .cnav::after {
    display: block;
    position: absolute;
    left: -25px;
    top: 2px;
    width: 200%;
    height: 1px;
    background: #2e4d63;
    content: '';
}
header nav .cnav::after {
    top: auto;
    bottom: 7px;
}
header nav .cnav li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
header nav .cnav li a {
    position: relative;
    color: #fff;
    padding-left: 15px;
}
header nav .cnav li a::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 6px;
    background: url(/images/common/icon_arrow1_w.png) no-repeat left center;
    background-size: contain;
    transform: rotate(180deg);
    content: '';
}
header nav .sns {
    margin-top: 20px;
    padding: 0 25px;
    color: #fff;
}
header nav .sns li {
    float: left;
    margin-right: 20px;
}
header nav .sns h3 {
    position: relative;
    padding-right: 40px;
}
header nav .sns h3::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 1px;
    background: #fff;
    content: '';
}
header nav .copy {
    clear: both;
    padding: 20px 25px 0 25px;
    color: #fff;
    font-size: 1rem;
}
#btn_menu {
    position: fixed;
    width: 32px;
    height: 32px;
    top: 23px;
    right: 25px;
    z-index: 2000;
}
#btn_menu div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
}
#btn_menu div:nth-child(1) {
    top: 4px;
}
#btn_menu div:nth-child(2) {
    top: 14px;
    transform: rotate(180deg);
}
#btn_menu div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173A52;
    content: '';
    transform: background 0.5s;
}
#btn_menu:hover div::before {
    animation: hoverElem 0.5s cubic-bezier(0.645, 0.045, 0.175, 1);
}
/* .min */
header.min {
    padding: 25px;
}
header.min h2 {
    width: 70px;
}
header.open h2 img.white, header.min.open h2 img.white {
    opacity: 1;
}
header.open h2 img.color, header.min.open h2 img.color {
    opacity: 0;
}
header.min nav li a, header.min nav li span {
    color: #fff !important;
}
header.min nav li.act a, header.min nav li.act span {
    color: #f2db56 !important;
}
header.min #btn_menu div::before {
    background: #173A52;
}
header.open #btn_menu div::before, header.min.open #btn_menu div::before {
    background: #fff;
}
}
/**
 * footer
 */
footer {
    position: relative;
    background: #fff;
    border-top: solid 6px #173A52;
    padding: 120px 0 80px 0;
    overflow: hidden;
}
  footer .bg {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/common/bg_1.png);
    transition: opacity 0.15s ease-out;
}
footer nav, footer .cop {
    margin: 0 -15px;
    position: relative
}
footer nav > *, footer .cop > * {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}
footer h2.rentacar_link{
    position: absolute;
    left:120px;
    top:15px;
}
footer h3 {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
footer .cnav {
    margin-top: -0.25em;
}
footer .cnav li {
    margin-bottom: 0.2em;
}
footer .cnav li a {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    padding-left: 12px;
}
footer .cnav li a:hover {
    opacity: 0.7;
}
footer .cnav li a::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 9px;
    background: url(/images/common/icon_arrow1.png) no-repeat center center;
    background-size: contain;
    transform: rotate(-180deg);
    content: '';
}
 /*ここから.detail追加*/
footer .detail h3 {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 1.5em;

}
footer .detail h3::after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #173A52;
    content: '';
}
footer .detail ul {
    font-size: 1.3rem;
    font-weight: bold;
}
footer .detail ul li {
    margin: 0 0 0.2em;
}
footer .detail .btn_link {
    margin-top: 20px;
}
footer .detail .btn_link a {
    width: 250px;
}
/**
 * footer #shops
 */
footer #shops {
    border-bottom: solid 1px rgba(239, 242, 255, 1);
    margin-top:80px;
}
footer #shops .carousel_inner {
    padding: 10px 0;
    margin: -10px 0;
}
footer #shops .carousel_inner ol {
    margin: 0 -15px;
    font-size: 0;
}
footer #shops .carousel_inner li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    font-size: 1.6rem;
}
footer #shops .carousel_inner li a {
    display: block;
    position: relative;
    overflow: visible;
}
/* footer #shops .carousel_inner li .img { */
/*     overflow: hidden; */
/*     opacity: 0; */
/*     transform: translateY(30px); */
/*     transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); */
/* } */
footer #shops .carousel_inner li.on .img {
    opacity: 1;
    transform: translateY(0);
}
footer #shops li .img img {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer #shops .carousel_inner li a:hover .img img {
    transform: scale(1.05);
}
footer #shops .carousel_inner li .new {
    display: inline-block;
    position: absolute;
    background: #f00;
    padding: 0 8px;
    font-size: 1.2rem;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    margin: -10px 0 0;/*opacity:0;
	transform:translateY(-50%) scale(0.7);
	transition:opacity 0.3s 0.6s, transform 0.3s 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);*/
}
footer #shops .carousel_inner li.new.on a::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
footer #shops figure {
  position: relative;
}
footer #shops figure::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #173A52 url(/images/common/icon_arrow1_w.png) no-repeat 50% 50%;
    background-size: auto;
  background-size: 5px auto;
  transform: rotate(180deg);
  content: '';
  transition: background 0.1s ease-in;
}
footer .sns h3 {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 1.5em;
}
footer .sns h3::after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #173A52;
    content: '';
}
footer .sns li {
    float: left;
    margin-right: 15px;
}
footer .sns li a:hover {
    opacity: 0.6;
}
footer .cop {
    margin-top: 30px;
}
footer .copy {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #999;
}
footer .pagetop {
position: absolute;
/*     top: 120px; */
/*     right: 300px; */
	top: 650px;
	right: 50px;
    width: 200px;
}
.pagetop a::after {
    transform: rotate(-90deg);
}

@media only screen and (max-width:810px) {
footer {
    border-top: none;
    margin-top: -1px;
    padding: 20px 0 0 0;
    margin-bottom: 60px;
}
/* footer nav { */
/*     display: none; */
/* } */
footer nav > *, footer .cop > * {
	width: 100%;
}
footer .detail {
/* 	border-top: solid 1px rgba(239, 242, 255, 1); */
	margin-bottom: 20px;
}
footer .cnav {
/* 	border-top: solid 1px rgba(239, 242, 255, 1); */
	margin-bottom: 20px;
}
footer .sns {
/* 	border-top: solid 1px rgba(239, 242, 255, 1); */
	margin-bottom: 20px;
}
footer #shops {
/*     border-bottom: solid 1px rgba(239, 242, 255, 1); */
    margin-top:40px;
}
footer #shops .view_more {
    top: 0.6em;
}
footer #shops .carousel_inner ol {
    position: relative;
    margin: 0 -15px;
    padding-bottom: 25px;
}
footer #shops .carousel_inner li {
    box-sizing: border-box;
    float: left;
    width: calc(100vw);
    padding: 20px 15px;
}
footer #shops .carousel_inner li.new a::before {
    padding: 0 8px;
    font-size: 0.9rem;
}
footer #shops figure::after {
  right: 20px;
}
footer .cop > * {
    float: none;
    width: auto;
    padding: 0;
}
footer .cop {
    margin: 30px 0 0 0;
}
footer .cop h2 {
    bottom: 0;
    width: 80px;
    margin-left: -25px;
}
footer h2.rentacar_link{
    width:110px;
    left:90px;
    top:12px;
    }
footer .copy {
    position: absolute;
    display: inline-block;
    bottom: 12px;
/*     right: 0; */
    font-size: 0.9rem;
    color: #173A52;
}
footer .pagetop {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 10px;
}
.pagetop a::after {
    transform: rotate(-90deg);
}
}
/* .breadcrumbs */
.breadcrumbs {
    float: right;
}
.breadcrumbs li {
    position: relative;
    float: left;
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 1;
}
.breadcrumbs li::before {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 15px;
    top: -2px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px rgba(0,0,0,1);
    border-right: solid 2px rgba(0,0,0,1);
    transform: rotate(45deg);
    content: '';
}
.breadcrumbs li:first-child::before {
    display: none;
}
.breadcrumbs li a, .breadcrumbs li span {
    position: relative;
    display: inline-block;
    padding: 2px 3px 1px 3px;
    overflow: hidden;
}
.breadcrumbs li a::before, .breadcrumbs li span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(245,218,68,1);
    content: '';
    z-index: 0;
}
.breadcrumbs li a::before {
    transform: translate3D(-102%, 0, 0);
}
.breadcrumbs li a b, .breadcrumbs li span b {
    position: relative;
}
.breadcrumbs li a.over::before, .breadcrumbs li span.over::before {
    animation: overElem 0.25s cubic-bezier(0.645, 0.045, 0.175, 1) forwards;
}
.breadcrumbs li a.out::before, .breadcrumbs li span.out::before {
    animation: outElem 0.25s cubic-bezier(0.645, 0.045, 0.175, 1) forwards;
}

@media only screen and (max-width:810px) {
	.breadcrumbs {
    float: right;
 max-width: 100%;
}
.breadcrumbs li {
    padding-left: 20px;
    font-size: 1.1rem;
}
.breadcrumbs li::before {
    width: 3px;
    height: 3px;
    left: 6px;
    border-top: solid 1.5px rgba(0,0,0,1);
    border-right: solid 1.5px rgba(0,0,0,1);
}
.breadcrumbs li a::before, .breadcrumbs li span::before {
    height: 7px;
}
}
/* .view_more */
.view_more .ani_txt span {
    transition-delay: 0.9s;
}
.view_more .ani_txt::after {
    transition-delay: 0.4s;
}
/* .carousel */
.carousel_inner {
    position: relative;
    overflow: hidden;
}
/* .pageing */
.pageing {
    display: block;
    padding: 30px 0;
    border-top: solid 1px rgba(173, 216, 231, 1);
    text-align: center;
}
.pageing ol {
    float: left;
}
.pageing ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background: #173A52;
    vertical-align: middle;
}
.pageing ol li.act {
    margin-top: -1px;
    width: 10px;
    height: 10px;
    background: #f5da44;
}
.pageing .btns {
    float: right;
}

@media only screen and (max-width:810px) {
.pageing {
    padding: 15px 0;
}
.pageing ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background: #173A52;
    vertical-align: middle;
}
.pageing ol li.act {
    margin-top: -1px;
    width: 10px;
    height: 10px;
    background: #f5da44;
}
.pageing .btns {
    float: right;
}
}
/**
 * #stocklist
 */
#stocklist {
    margin-top: 160px;
}
#stocklist .carousel_inner ul {
    position: relative;
    margin: 0 -10px;
    padding-bottom: 30px;
}
#stocklist .carousel_inner li {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#stocklist .carousel_inner li:nth-child(2) {
    transition-delay: 0.1s;
}
#stocklist .carousel_inner li:nth-child(3) {
    transition-delay: 0.2s;
}
#stocklist .carousel_inner li:nth-child(4) {
    transition-delay: 0.3s;
}
#stocklist .carousel_inner li:nth-child(5) {
    transition-delay: 0.4s;
}
#stocklist .carousel_inner li:nth-child(6) {
    transition-delay: 0.5s;
}
#stocklist .carousel_inner ul.on li {
    opacity: 1;
    transform: translateY(0);
}
#stocklist .carousel_inner li .img {
    position: relative;
    overflow: hidden;
}
#stocklist .carousel_inner li .img img {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#stocklist .carousel_inner li a:hover .img img {
    transform: scale(1.05);
}
#stocklist .carousel_inner li p {
    margin-top: 0.6em;
    font-weight: bold;
}

@media only screen and (max-width:810px) {
#stocklist {
    margin-top: 80px;
}
#stocklist .view_more {
    top: 2em;
}
#stocklist .carousel_inner ul {
    margin: 0 -8px;
    padding-bottom: 15px;
}
#stocklist .carousel_inner li {
    padding: 0 8px;
}
#stocklist .carousel_inner li p {
    font-size: 1.2rem;
}
}
/**
 * #video_modal
 */
#video_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 20000;
}
#video_modal .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 88vw;
    height: 50vw;
    max-height: 80%;
    background: #173A52;
    text-align: center;
}
#video_modal .inner video {
    width: 100%;
    height: 100%;
}
#video_modal .btn_close {
    position: absolute;
    top: -40px;
    right: -42px;
}

@media only screen and (max-width:810px) {
#video_modal .btn_close {
    position: absolute;
    top: -50px;
    right: 0px;
}
}
.btn_close {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.btn_close div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
}
.btn_close div:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}
.btn_close div:nth-child(2) {
    top: 7px;
    transform: rotate(-225deg);
}
.btn_close div::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    transform: background 0.5s;
}
.btn_close:hover div::before {
    animation: hoverElem 0.5s cubic-bezier(0.645, 0.045, 0.175, 1);
}
/*
** pagination
*/
.pagination {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(239, 242, 255, 1);
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}

.pagination ol li{
    font-size: 2rem;
    margin: 0 30px 0 0;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 100px;
}
.pagination ol li.btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.pagination ol li.num b{
    position: relative;
	z-index:2;
}
.pagination ol li.btn_prev {
    margin: 0 50px 0 0;
}
.pagination ol li.btn_next {
    margin: 0 0 0 20px;
}
.pagination ol li.num.act b::before, .pagination ol li.num b:hover::before {
position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 10px;
    background-color: rgba(245,218,68,0.7);
    content: '';
    transform: translate3D(-102%, 0, 0);
    z-index: -1;
}
.pagination ol li.btn_prev a::before, .pagination ol li.btn_next a::before {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    /*background: #fff;*/
    content: '';
    transition: all 0.2s ease-in;
}
.pagination ol li.btn_prev:hover::before, .pagination ol li.btn_next:hover::before {
    transform: inherit;
    background: #FFF;
    cursor: inherit
}
.pagination ol li.btn_prev a:hover::before, .btn_next a:hover::before {
    transform: scale(1.1);
    background-color: #f5da44;
}

@media only screen and (max-width:810px) {
.pagination ol {
    width: 100%;
}
.pagination ol li.btn_prev {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination ol li.btn_next {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination ol li.num:nth-last-of-type {
    margin: 0;
}
}
.mgt80_160_360 {
margin-top: 60px;
}
.mgt60_120 {
margin-top: 120px;
}
@media only screen and (max-width:1280px) {
.mgt80_160_360 {
	margin-top: 160px;
}
}
@media only screen and (max-width:810px) {
.mgt80_160_360 {
	margin-top: 40px;
}
.mgt60_120 {
margin-top: 60px;
}
}
.mgt10 {
margin-top: 10px;
}
.mgt20 {
margin-top: 20px;
}
.mgt40 {
margin-top: 40px;
}
.mgb20 {
margin-bottom: 20px;
}
.mgb40 {
margin-bottom: 40px;
}
.mgb80 {
margin-bottom: 80px;
}
.mgb160 {
margin-bottom: 160px;
}
.mgl1 {
margin-left: 1em;
}
.marker-yellow,
.marker_yellow {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 0, 0.6)));
background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 60%);
}
.marker-red,
.marker_red {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 0, 0, 0.25)));
background: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.25) 60%);
}
.marker-blue,
.marker_blue {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(20, 140, 255, 0.3)));
background: linear-gradient(transparent 60%, rgba(20, 140, 255, 0.3) 60%);
}
.marker-pink,
.marker_pink {
background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffbaba));
background: linear-gradient(transparent 75%, #ffbaba 0%);
}
/* トップへ */
.gf a {
  transition: 0.15s ease;
    transition-property: all;
  transition-property: color, opacity;
}
[data-icon], .icon {
  letter-spacing: 0;
  line-height: 0;
  fill: currentColor;
  stroke-width: 1.2;
}
.top-of-page {
  margin-right: 0;
  width: 40px;
  height: 40px;
  bottom: 42px;
  right: 20px;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
z-index: 100;
box-sizing: border-box;
transition: opacity 0.2s ease;
opacity: 1;
cursor: pointer;
color: #fff;
background-color: #ADD8E7;
border-radius: 64% 36% 58% 42% / 38% 55% 45% 62%;
text-decoration: none;
}
.top-of-page svg {
  margin-right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fff;
}
.inline-svg--line-round {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
@media only screen and (max-width:810px) {
.top-of-page {
  width: 30px;
  height: 30px;
  right: 5px;
  bottom: 72px;
}
}
.checklist {
font-size: 1.1rem;
margin-top:5px;
font-weight:regular;
}
.center {
  text-align:center;
}
/*
@media only screen and (max-width:767px) {
span{
	display:none;
}
header nav .gnav .pull ul {
    display: none;
}
}
*/
@media only screen and (max-width:767px) {
 header nav .gnav li.seg::before {
    display:none;
  }
.gnav .pull ul {
    background:rgba(0,0,0,0);
}
header nav .gnav .pull ul {
  display: none;
  position: absolute;
  left: 50%;
  top: 1.8em;
  transform: translateX(-50%);
  border: solid 5px #173A52;
  background: rgba(0,0,0,0);
}
}

.br_span{
display: inline-block;
}


.lineup03 #top h2 , .lineup07 #top h2{
  z-index: 2;
  font-size: 8rem;
  height: 70px;
  overflow: inherit;
  position: inherit;
  line-height: 1;
  pointer-events: none;
}



.lineup03 #top .mv , .lineup07 #top .mv{
  margin-top: 33px;
}

.font1{
 font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .lineup03 #top h2 , .lineup07 #top h2{
    z-index: 2;
    font-size: 3.4rem;
    height: 40px;
    overflow: inherit;
    position: inherit;
    line-height: 1;
  }

  .lineup03 #top .mv , .lineup07 #top .mv{
  margin-top: 0;
}

}

.event  span {
  display: block;
  font-size: 2.2rem;
  margin: 2rem 0 0;
}
.event {
	text-align: center;
	margin-top: 100px;
	/* margin-bottom: 100px; */
	font-size: 5rem;
}

.eventtitle {
max-width: 900px;
margin: 0 auto;
}

.event_p {
	font-size:2rem;
	line-height: 5rem;
	margin: 10rem auto;
	text-align:center;
}

.flex_box {
  display: flex;
  justify-content: center;
  gap:2rem;
  padding: 2rem 0 0;
  margin: 0 auto;
}
.flex_box2 , .flex_box3 {
  display: flex;
  justify-content: center;
  gap:5rem;
  margin: 3rem auto;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 3rem 2rem;
  border: solid 4px #da3d30;
}

.flex_box4 {
  display: flex;
  justify-content: center;
  gap:5rem;
  padding:2rem 0 5rem;
  margin: 0 auto 6rem;
}

.padding_t {
	padding-top:5rem;
}
.padding_t2 {
  padding-top: 2rem;
}

.margin_b {
	margin-bottom:5rem;
}

.w_img {
  width: 80%;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
 /* border: #f5da44 5px solid; */
}

.h_img {

  border-radius: 20px;
}
.eventcontent {
	font-size:3rem;
	padding-bottom: 1rem;
  line-height: 5rem;
}

.event_txt {
	width: 40%;

}

.qr {
	width:200px;
}

.eventcolor {
	color:#da3d30;
}

.eventcolor:hover {
	color:#57b6ca;
}
.main {
	max-width:1100px;
	padding:3rem 0;
	margin: 0 auto;
}

.mainback {
	/* background: #f5da44; */
	border-radius: 20px;
}

.wrap{
	flex-wrap: wrap;
}
/* .wine {
	width:40%;
background: white;
border-radius: 20px;
padding: 3rem 2rem;;
border: solid 4px #57b6ca;
display: flex;
gap:1rem;
} */

.wine {
	max-width:900px;
background: white;
border-radius: 20px;
padding: 3rem 2rem;;
border: solid 4px #57b6ca;
display: flex;
gap:1rem;
}
.wineimg {
 width:45%;
}

.winetext {
	width:55%;
}

.wine span {
	font-size:2.4rem;
}

.winelist {
	margin-top: 1rem;
 /* background: #57b6ca;
  color: white; */
  padding: 1rem;
  display: inline-block;
  font-size: 2rem;
  width: 90%;
}

 .font6 {
 font-size: 2rem;
 }

.winelist li {
	font-size: 1.6rem;
}
.dia{
    position: relative;
    padding-left: 15px;

  }

 .dia:before {
    content: "";
    position: absolute;
    top: .8em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #57b6ca;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.setumei {
	padding-top:1.5rem;
}

.foodimg {
	width:50%;
}

.comming {
	font-size:3rem;
}
.eventprice {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;

}
.event_menu {
	/*font-size:2.3rem; */
	font-size:2rem;
}
.event_price {
	font-size:2rem;
}
.event_price small {
font-size: 1.2rem;
}

.right {
	text-align:right;
}
.eventflame {
	background:white;
	padding:2rem;
	border-radius: 20px;
	margin: 2rem 0;
}

.eventflame span {
	border-bottom:1px solid #173A52;
	padding-bottom: 1px;
}

.hikomaro {
	max-width:1000px;
	margin:0 auto;
	display:flex;
	gap: 3rem;
	align-items: center;
}

.hikomaro_img {
	width:100%;
	border-radius: 50%;
}

.winefood {
	width:40%;
background: white;
border-radius: 20px;
padding: 3rem;
border: solid 4px #57b6ca;

}

.padding_b {
	padding-bottom:15rem;
}

.padding_b5 {
	padding-bottom:5rem;
}

.megumi_img {
  width: 230px;
  border-radius: 50%;
}
.pic {


  z-index: 1;
  position: relative;
  top: -101px;
  bottom: 88px;
  left: 447px;
  transform: rotate(26deg);

}

.absolute {
position: absolute;
}

.forimg {
width:40%;
}

.title{


	margin-top: 30px;
	z-index: 1;
  position: relative;
}


a:hover{
color: #ffd800;
transition: 0.8s;
}

.ribbonflame {
width: 100%;
  text-align: center;
  margin: 0 0 2rem;
}
.ribbon9 , .ribbon10 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}
.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: 0;
  border: 20px solid #99dae8;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -1;
  border: 20px solid #99dae8;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 30px;
  line-height: 45px;
  font-size: 2.4rem;
  color: #FFF;
  background: #57b6ca;/*真ん中の背景色*/
}
.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5;/*左の折り返し部分*/
}
.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5;/*右の折り返し部分*/
}

.ribbon10:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: 0;
  border: 20px solid #ff695e;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon10:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -1;
  border: 20px solid #ff695e;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon10 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 30px;
  line-height: 45px;
  font-size: 2.4rem;
  color: #FFF;
  background: #da3d30;/*真ん中の背景色*/
}
.ribbon10 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #a82e24;/*左の折り返し部分*/
}
.ribbon10 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #a82e24;/*右の折り返し部分*/
}

.flex_box1 {
	display:flex;
	align-items: center;
  gap: 4rem;
}
.stamp {
	width:200px;
	margin: 0 auto;
  display: inherit;
padding-top: 1rem;
}

.redflame {

}

@media only screen and (max-width: 1200px) {
.flex_box4 {
  margin: 0 auto;
  padding: 2rem 0 0;
  display: block;
}

.winefood{
  width: auto;
  margin: 0 auto 1rem;
}
.reverve {
display:flex !important;
	flex-direction: column-reverse;
}

}
@media only screen and (max-width: 780px) {

	.winelist {
  width: 100%;
	}

	.forimg , .winetext {
  width: 100%;
  margin: 0 auto;
}

	.megumi_img {
  display: inherit;
  margin: 0 auto;
	}
	.pic {
        top: -356px;
        bottom: 88px;
        left: 205px;
        width: 100px
  }
  .flex_box  , .flex_box1 {
    display: block;
    text-align: center;

  }
    .flex_box2 {
    flex-direction: column;
padding: 3rem;
  }
     .flex_box3 {
   flex-direction: column-reverse;
padding: 3rem;
  }

  .event_p {
  font-size: 1.5rem;
  line-height: 4rem;
  margin: 3rem auto 0;
  text-align: left;
}

.eventcontent {
  font-size: 1.9rem;
  padding-bottom: 0;
  line-height: 3rem;
}
.ribbon9 h3 , .ribbon10 h3 {
padding: 0 10px;
  font-size: 1.4rem;
}
.wine {
  width: auto;
  margin: 0 auto 1rem;
}
.wine span {
  font-size: 1.9rem;
}
.font6 {
  font-size: 1.7rem;
}

.left {
	text-align:left;
	display: block;
	padding: 3rem;
	}
.winelist li {
  font-size: 1.3rem;
}

.main {
	padding:2rem 0 0;
}

.padding_t {
	padding-top: 3rem;
}

.ribbonflame {
  margin: 0;
  }
.comming {
  font-size: 2rem;
}

.hikomaro {
  display: block;
}

.event_menu {
  font-size: 1.5rem;
}
.eventprice {
  display: block;
}
}


.youtube {
padding: 3rem 0 2rem;
	text-align: center;
	max-width:1200px;
}

.youtube iframe {
width:660px;
height:415px;
}

.heading04 {
	font-size: 26px;
	text-align: center;
	padding-bottom: 2rem;
}

.heading04 span {
	border-bottom: dashed 2px #da3d30;
}

.colabo {
	max-width:900px;
	margin:0 auto;
}

@media only screen and (max-width: 780px) {

	.wineimg , .event_txt , .foodimg{
  width: 100%;
}

.heading04 {
	font-size: 1.8rem;
}
.youtube iframe {
width:340px;
height:200px;
}
}