@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
/* CSS Document */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * resets
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style-type: none;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {   font-family:  'Jost', 'Noto Sans JP', "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.9;
	position:relative;
	background: #fffef5;
	overflow-x: hidden;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,a {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0;
}

h2{
    font-size: 3.8rem;
    margin: 0;
	font-weight:normal;
	line-height: 1.6;
}
h3{
    font-size: 2rem;
    margin: 0;
	font-weight:normal;
	line-height: 1.6;	
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul,
dd {
    margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width:100%;
	height:auto;
    vertical-align: bottom;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#fbb03b;
}

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*margin*/
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }

.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }

.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }

.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }

/*padding*/
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }

.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }

.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }

.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }


.t-center{
	text-align:center
}

.pc{display: block}
.sp{display: none}
@media screen and (max-width:770px){
	.pc{display: none}
	.sp{display: block}
}

/*---------------------------------------------------*/

/*loading*/
#pageloading{
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 100;
	background:#ffcb00;
}
#pageloading:after{
	content:"";
	position:absolute;
	background:url(img/common/nami.png) bottom repeat-x;
	height:80px;
	width:100%;
	left:0;
	bottom:-79px;
}
#pageloading-icon {
	display: table-cell;
	vertical-align: middle;
}
#pageloading-icon span{
	display: inline-block;
	position: relative;
	animation:hop 2.5s ease-out infinite;
}

#pageloading-icon span:after{
	content:"あとすこしです！";
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 1.2rem;
	transform:rotate(-8deg);
	opacity:0;
	animation:soon 6s forwards;
}
@keyframes soon{
	0%{opacity:0}
	90%{opacity:0}
	100%{opacity:1}
}
@keyframes hop{
	0%{transform: translateY(0)}
	80%{transform: translateY(0)}
	90%{transform: translateY(-20px);}
	100%{transform: translateY(0);}
}

.loadopen{
	animation: l-open 1s forwards;
}
@keyframes l-open{
	0%{transform: translateY(0)}
	100%{transform: translateY(-150vh);}
}

.adjust{
	overflow-x: hidden;
}

header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}
header .headlogo{
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 5;
}
header .pcnav{
	display: flex;
	justify-content: flex-end;
	padding: 20px
}
header .pcnav .txt_nav{
	display: flex;
}
header .pcnav .txt_nav li{
}
header .pcnav .txt_nav li a{
	padding: 0 8px;
	position: relative;
	display: inline-block;
	transition: .3s;
	text-align: center;
}
header .pcnav .txt_nav li a:hover{
}
header .pcnav .txt_nav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fbb03b;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .pcnav .txt_nav li a:hover::after {
  width: 100%;
}
header .pcnav .txt_nav li a span{
	font-size: 1.2rem;
	line-height:1;
	display:block;
}
header .pcnav .sns_nav{
	display:flex;
}
header .pcnav .sns_nav a,
header .pcnav .sns_nav a img{
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  background: #ffcb00;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
border-radius: 0 0 0 8px;
}
.hamburger:after{
	content:"menu";
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
	color:#000;
	font-size:1.2rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 4px ;
  left    : 0;
  right:0;
  margin:auto;
	border-radius: 2px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform    : translateY(10px) rotate(45deg);
  -o-transform     : translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform : translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background:#ffcb00;
	text-align: center;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
}


nav.globalMenuSp .spgmwrap{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
}
nav.globalMenuSp .spgmwrap .w_in{
	width: 100%;
}
nav.globalMenuSp .txt_nav {
  margin: 160px auto 0;
  padding: 0 10%;
  width: 100%;
}

nav.globalMenuSp .txt_nav li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-bottom:1px solid #000;
}
nav.globalMenuSp .txt_nav li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .txt_nav li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
  font-size: 1.8rem;
  text-align:left;
}
nav.globalMenuSp .txt_nav li,
nav.globalMenuSp .sns_nav{
	opacity: 0;
}
nav.globalMenuSp.active .txt_nav li:nth-child(1) {
  animation: example 0.5s ease .1s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(2) {
  animation: example 0.5s ease .2s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(3) {
  animation: example 0.5s ease .3s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(4) {
  animation: example 0.5s ease .4s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(5) {
  animation: example 0.5s ease .5s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(6) {
  animation: example 0.5s ease .6s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(7) {
  animation: example 0.5s ease .7s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(8) {
  animation: example 0.5s ease .8s forwards;
}
nav.globalMenuSp.active .txt_nav li:nth-child(9) {
  animation: example 0.5s ease .9s forwards;
}

nav.globalMenuSp.active .sns_nav{
  animation: example 0.5s ease .6s forwards;
	padding: 50px 20%;
}

@keyframes example {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
	}
}

nav.globalMenuSp .sns_nav{
	display:flex;
	justify-content: space-around;
}
nav.globalMenuSp .sns_nav a,
nav.globalMenuSp .sns_nav a img{
	display: block;
	width: 50px;
	height: auto;
}

.hamburger{
	display:none;
}

#f_btn{
	background: #000;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 6;
	border-radius:50%;
}
#f_btn:before{
	content:"";
	position:absolute;
    left: 0;
	right:0;
	top:20px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffcb00;
    border-right: 2px solid #ffcb00;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:770px){
	header .pcnav{
		display:none;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
	}
}
/*---------------------------------------------------*/

#Mv{
	position:relative;
	overflow:hidden;
}
#Mv .mvisual{
	width:100vw;
	height:auto;
}
#Mv .mvisual p{
	display:block;
}
#Mv_base {
}
#Mv1,
#Mv2,
#Mv3,
#Mv4{
    position: absolute;
    top: 0;
    left: 0;
}

#Mv2 p{
	animation: fuwafuwa 5s ease-in-out infinite;
}
#Mv3 p{
	animation: fuwafuwa2 8s ease-in-out infinite;
}
#Mv4 p{
	animation: fuwafuwa 10s ease-in-out infinite;
}
@keyframes fuwafuwa{
	0%{transform:translateY(0)}
	50%{transform:translateY(-20px) rotate(1deg)}
	100%{transform:translateY(0)}
}
@keyframes fuwafuwa2{
	0%{transform:translateY(0)}
	50%{transform:translateY(-20px) rotate(-1deg)}
	100%{transform:translateY(0)}
}


/*-----------------------------------------*/
.gallery .swiper-container{
	margin-bottom:100px;
}
.gallery .swiper-slide img{
	width:100%;
	height:auto;
	border-radius: 8px;
}
.gallery .swiper-wrapper{
	transition-timing-function:linear;
}
.lb-nav a.lb-next{
	background: url("img/common/arrow_r.png") 98% 48% no-repeat !important;
}
.lb-nav a.lb-prev{
	background: url("img/common/arrow_l.png") 3% 48% no-repeat !important;
}
.lb-data .lb-number{
	display: none !important;
}

@media screen and (max-width:770px){
	.spacer{
		height: 100px
	}
	.gallery .swiper-container{
		margin-bottom:50px;
	}
	.lb-outerContainer{
		margin:	15vh auto 0 !important;
	}
}


.btn{
	display: inline-block;
	text-align: center;
	color: #fbb03b;
	background: #fff;
	border:1px solid #fbb03b;;
	border-radius: 8px;
	position: relative;
	padding: 10px;
    width: 300px;
	line-height: 1.6;
}
.btn:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url("img/common/arrow.svg");
	width: 18px;
	height: 22px;
}
.btn:hover{
	background:none;
	color:#000;
	border:1px solid #000;
}
.btn:hover:after{
	filter:brightness(0);
}

#About{
	background: #ffcb00;
}
#About .inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#About .inner li{
	width: 50%;
}
#About .inner li:nth-child(1){
	text-align:center;
	margin-top:-100px;
	position:relative;
}
#About .inner li img:nth-child(1){
	position:absolute;
	left:0;
	min-width:600px;
	height:auto;
}
#About .inner li:nth-child(2){
	padding: 170px 50px;
	display: flex;
    flex-flow: column;
    justify-content: center;
    position:relative;
}
#About .inner li h2{
	margin-bottom:20px;
}
#About .inner li p{
	font-size: 1.8rem;
}
#About .inner li .btn{
	margin:50px 0 50px auto;
}

@media screen and (max-width:770px){
	#About .inner li{
		width:100%;
	}
	#About .inner li:nth-child(1){
		margin-top:-50px;
	}
	#About .inner li:nth-child(2){
		padding:25px 0 0;
	}
	#About .inner li .btn{
		margin:50px auto;
	}
	#About .inner li img:nth-child(1){
		position: relative;
		min-width: 100%;
	}
}

#Kodawari{
	background: #ffcb00;
	position: relative;
}
#Kodawari .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 100px;
	position: relative;
}
#Kodawari:before{
	content: "";
	position: absolute;
	width: 50%;
	height: calc(100% - 50px);
	top: 0;
	right: 5%;
	background: url(img/top/img_banana.png) center no-repeat;
	background-size:contain;
}
#Kodawari .inner li{
	margin-bottom: 50px;
}
#Kodawari .inner li h2{
	position: relative;
	padding: 0 0 10px 50px;
}
#Kodawari .inner li h2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/top/icon_jug.svg") no-repeat;
	background-position: center;
	height: 53px;
	width: 53px;
}

@media screen and (max-width:770px){
	#Kodawari .inner{
		padding: 50px 20px;
	}
	#Kodawari:before{
		width: 90%;
		background-position: center 10%;
	}
}


#Menu {
	position: relative;
	padding: 100px 0;
}
#Menu:before{
	content:"";
	position: absolute;
	top: -1px;
	left: -1px;
	height: 100%;
	width: 50%;
	background: url("img/common/bg_yellow.svg")left top no-repeat;
	background-size: contain;
}
#Menu:after{
	content:"";
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 100%;
	width: 50%;
	background: url("img/common/bg_yellow02.svg")right bottom no-repeat;
	background-size: contain;
}
#Menu .inner {
	position: relative;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 1;
}
#Menu .inner h2{
	text-align:center;
}
#Menu .inner .m_title {
	max-width:350px;
	height: auto;
	margin: 50px auto 0;
}
#Menu .inner .menulist {
	max-width: 840px;
	margin: 25px auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: flex-start;
}
#Menu .inner .menulist .each {
	width: 50%;
	padding: 20px;
}
#Menu .inner .menulist .each h3{
	position: relative;
	padding: 0 0 0 2rem;
}
#Menu .inner .menulist .each h3:before{
	content: "■";
	color: #ffcb00;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	top: 5px;
}
#Menu .inner .menulist .each .point_m {
	position: relative;
}
#Menu .inner .menulist .each .point_m:before{
	content:"";
	position: absolute;
	top: 0;
	left: -10px;
	background: url("img/top/icon_osusume.svg") center no-repeat;
	background-size: contain;
	width: 65px;
	height: 65px;
	animation:pop 2s infinite;
	transform-origin: bottom right;
}
#Menu .inner .menulist .each .price {
	display: flex;
    margin: 5px 0;
}
#Menu .inner .menulist .each .price li{
	width:33.33%;
	position: relative;
	padding: 0 0 0 40px;
	font-size: 1.8rem;
}
#Menu .inner .menulist .each .price li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}
#Menu .inner .menulist .each .price li:nth-child(1):before{
	background:url("img/top/icon_m.svg?=2210") center no-repeat;
	background-size: contain;
}
#Menu .inner .menulist .each .price li:nth-child(2):before{
	background:url("img/top/icon_l.svg?=2210") center no-repeat;
	background-size: contain;
}
#Menu .inner .menulist .each .price li:nth-child(3):before{
	background:url("img/top/icon_b.svg?=2210") center no-repeat;
	background-size: contain;
}
#Menu .inner .menulist .each p{
	font-size:1.4rem;
	line-height: 1.5;
}
#Menu .inner .menulist .each p span{
	font-size: 1.2rem;
    border-top: 1px solid #ffcb00;
    display: block;
    padding-top: 5px;
    margin-top: 5px;
}

#Menu .inner .menulist .each .m_img {
	text-align: center;
}
#Menu .inner .about_raw {
}
#Menu .inner .about_raw h4{
	background: #c87913;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 20px;
	text-align: center;
	margin: 50px auto 25px;
	display: block;
	width: 250px;
}
#Menu .inner .raw_menu .each h3:before{
	color: #946629;
}
#Menu .inner .about_raw p{
	color: #c87913;
	font-size: 1.4rem;
	line-height: 1.6;
}
#Menu .inner .menulist .each .point_l {
	position: relative;
}
#Menu .inner .menulist .each .point_l:before{
	content:"";
	position: absolute;
	top: 0;
	left: -10px;
	background: url("img/top/icon_jikasei.svg") center no-repeat;
	background-size: contain;
	width: 65px;
	height: 65px;
	animation:pop 2s infinite;
	transform-origin: top center;
}

@keyframes pop {
	 from {
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	}
	 50% {
	 -webkit-transform: rotate(-5deg);
	 transform: rotate(-5deg);
	}
	 to {
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	}
}

@media screen and (max-width:770px){
	#Menu{
		padding: 100px 0 50px;
	}
	#Menu .inner .menulist .each{
		width: 100%;
		padding: 25px 0;
	}
	#Menu .inner .menulist .each .m_img{
		padding: 0 10%;
	}
}


#Shop {
	background: #ffcb00;
	padding: 100px 0;
}
#Shop h2{
	text-align:center;
}
#Shop .inner {
	padding: 100px 5% 0;
	display: flex;
	flex-wrap: wrap;
}
#Shop .inner .s_wrap {
	width: 50%;
	text-align: center;
	padding: 0 20px;
}
#Shop .inner .s_wrap:nth-child(2){
	text-align:left;
}
#Shop .inner .s_wrap p img{
	position: relative;
    z-index: 2;
}
#Shop .inner .s_wrap .swiper-container2 {
	position: relative;
	margin-top: -35px;
}
#Shop .inner .s_wrap iframe{
	border-radius: 8px;
}

/*--table------------------------------*/
.info{
	border-collapse:  collapse;
    width:  100%;
	margin: 50px 0 0;
}
.info th,
.info td{
	border-bottom: 1px solid #000;
	padding: 5px 0;
	text-align: left;
	line-height: 1.6;
}
.info th{
	width: 20%;
	min-width: 90px;
}
.info span{
	white-space:nowrap;
}

@media screen and (max-width:770px){
	#Shop .inner{
		padding:50px 20px 0;
	}
	#Shop .inner .s_wrap {
		width:100%;
		padding: 0 0 25px;
	}
}

#Company{
	position: relative;
	padding: 100px 0 0;
}
#Company:before{
	content:"";
	position: absolute;
	top: -1px;
	right: -1px;
	height: 100%;
	width: 50%;
	background: url("img/common/bg_yellow03.svg")right top no-repeat;
	background-size: contain;
}
#Company h2{
	text-align: center;
}
#Company .inner{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 20px 100px;
}

.footer{
	position: relative;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
}
.footer copy{
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	color:#7c7c7c;
	font-size:1.2rem;
}


/*TEPPENバナナ--------------------*/
#Teppen{
	position:relative;
}
#Teppen:before{
	content:"";
	position: fixed;
    background: url("img/teppen/banana_bg.jpg")center no-repeat;
	background-size:cover;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	z-index:-1;
}
#Teppen header .pcnav .txt_nav li a{
	color: #fbb03b
}
#Teppen header .pcnav .txt_nav li a:hover{
	color:#75291b;
}
#Teppen header .pcnav .txt_nav li a::after{
	background-color: #75291b;
}
#T_mv{
	/*background: url("img/teppen/banana_bg.jpg")top center no-repeat;
	background-size: cover;*/
	position: relative;
	text-align: center;
	height: 80vh;
	min-height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	overflow: hidden;
}
#T_mv:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("img/teppen/mvcover.svg") bottom center no-repeat;
	background-size:contain;
}
#T_mv p{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 20px;
	transform:scale(.5);
}
#T_mv.te_open p{
	animation: t_mv 1s ease forwards;
	animation-delay: .3s;
}
@keyframes t_mv{
	0%{transform:scale(.5);opacity: .5}
	80%{transform:scale(1.1);opacity: 1}
	100%{transform:scale(1)}
}

@media screen and (max-width:770px){
	#T_mv{
		min-height: 80vh
	}
}

#T_kodawari {
	position: relative;
}

#T_kodawari:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9)
}
#T_kodawari .t-center{
	position: relative;
	z-index: 1;
	max-width: 560px;
	height: auto;
	margin: 0 auto;
	padding: 25px 20px 100px;
}
#T_kodawari .inner {
	position: relative;
	z-index: 1;
	padding: 100px 20px;
}
#T_kodawari .sono1 {
	background: #ffcb00;
	overflow: visible;
}
#T_kodawari .sono2{
	position:relative;
}
#T_kodawari .sono2:after{
	content:"";
	position: absolute;
	top: -1px;
	left: 0;
	width: 50%;
	height: 100%;
	background: url("img/common/bg_yellow.svg") left top no-repeat;
	z-index: -1
}
#T_kodawari .inner h2{
	color: #75291b;
	margin-bottom: 25px;
	position: relative;
}
#T_kodawari .inner h2:before{
	content:"";
	position:absolute;
	top: -100px;
	left: -3%;
	width:130px;
	height: 84px;
}
#T_kodawari .inner:nth-child(1) h2:before{
	background: url("img/teppen/point01.svg") center no-repeat;
	background-size: contain;
}
#T_kodawari .inner:nth-child(2) h2:before{
	background: url("img/teppen/point02.svg") center no-repeat;
	background-size: contain;
}
#T_kodawari .inner:nth-child(3) h2:before{
	background: url("img/teppen/point03.svg") center no-repeat;
	background-size: contain;
}


#T_kodawari .inner .wrap {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#T_kodawari .inner .wrap .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#T_kodawari .inner .wrap .cont li{
	width:50%;
	padding:0 20px;
}
#T_kodawari .inner .wrap .cont .subimg {
	display: table;
    margin: 50px auto 0;
}
#T_kodawari .inner .wrap .cont .point_img {
	display: table;
    margin: 0 auto;
}
#T_kodawari .inner .wrap .cont .point_img img{
}
#T_kodawari .inner .wrap.aos-animate .cont .point_img img{
	animation: imgshadow .6s forwards;
	animation-delay: 1.5s;
}
@keyframes imgshadow{
	0%{filter:drop-shadow(0 0 0 #75291b);}
	100%{filter:drop-shadow(10px 10px 0 #75291b);}
}

#T_kodawari .inner .wrap .cont .ichiban{
	width: 100%;
	background:#ffcd08;
	color: #75291b;
	padding: 25px 8%;
	border-radius: 8px;
	margin: 25px 0;
}
#T_kodawari .inner .wrap .cont table{
	width:100%;
}
#T_kodawari .inner .wrap .cont table th{
	white-space:nowrap;
	padding-right: 20px;
}
#T_kodawari .inner .wrap .cont table th,
#T_kodawari .inner .wrap .cont table td{
	border-bottom: 1px solid #75291b;
	font-size: 2.8rem;
}
#T_kodawari .inner .wrap .cont table tr:last-child th,
#T_kodawari .inner .wrap .cont table tr:last-child td{
	border:none;
}
#T_kodawari .inner.no3 h2{
	padding: 0 20px;
}

#T_kodawari .footer{
	z-index:1;
}
.t_footer{
	background:#ffcd08;
	padding: 25px 20px;
}
.t_footer picture{
	max-width:720px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width:770px){
	#T_kodawari .inner .wrap .cont li{
		width: 100%;
		padding: 20px 0;
	}
	#T_kodawari .inner .wrap .cont .subimg{
		margin: 25px auto 0;
	}
	#T_kodawari .inner{
		padding:50px 20px;
	}
	#T_kodawari .inner h2{
		font-size: 6.5vw;
	}
	#T_kodawari .inner.no3 h2{
		padding: 0;
		margin-bottom: 0;
	}
	#T_kodawari .inner .wrap .cont table th,
	#T_kodawari .inner .wrap .cont table td{
		font-size: 2rem;
	}
	#T_kodawari .inner .wrap.aos-animate .cont .point_img img{
		animation: none;
	}
	.t_footer{
		padding:25px 55px;
	}
}