@charset "UTF-8";

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
	-webkit-appearance: textfeild;
	appearance: textfeild;
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/*リセットcssここまで*/
p {
	font-family: "Sawarabi Gothic", sans-serif;
}

@-webkit-keyframes appeare {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes appeare {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.sec {
	width: 100%;
	z-index: 999;
	position: relative;
	height: 100vh;
}

.bg-img-box {
	width: 100%;
	height: 100%;
}

.bg-img {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	opacity: 0;
	display: block !important;
	transition: opacity 2s;
}

.bg-img.current {
	opacity: 1;
	display: block !important;
	transition: opacity 1s;
}

.bg-img.current2 {
	opacity: 1;
	display: block !important;
}

/* .bg-img01 {
	background: url("..../img/01.png") no-repeat center / cover;
	}
	
	.bg-img02 {
	background: url("..../img/02.png") no-repeat center / cover;
	}
	
	.bg-img03 {
	background: url("..../img/03.png") no-repeat center / cover;
	}
	.bg-img04 {
	background: url("..../img/04.png") no-repeat center / cover;
	}
	.bg-img05 {
	background: url("..../img/05.png") no-repeat center / cover;
	} */

/* bx-slider */
.bx-wrapper {
	border: none !important;
	box-shadow: none !important;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.bkimg {
	opacity: 0;
	top: 0;
	left: 0;
	opacity: 0;
	transition-property: opacity;
	transition-delay: 0;
	transition-duration: 0;
}

.textimg {
	opacity: 0;
	top: 20px;
	left: 20px;
	opacity: 0;
	transition-property: opacity;
	transition-delay: 0;
	transition-duration: 0;
}

.current .bkimg {
	transition-property: opacity;
	transition-delay: 0.5s;
	transition-duration: 2.5s;
	animation: appeare 0.7s ease 1s 1 normal forwards running;
	transition: 0.3s;
}

.current .textimg {
	opacity: 1;
	transition-property: opacity;
	transition-delay: 1s;
	transition-duration: 3s;
	/* animation: appeare 0.7s ease 1s 1 normal forwards running; */
	/* transition: 0.5s; */
}

/* .current img {
	display: block;
			opacity: 0;
  animation: appeare 0.7s ease 1s 1 normal forwards running;
	transition: 0.3s;
	} */
.contentsarea.sec {
	display: none;
}

.contentsarea.current {
	display: block;
	opacity: 0;
	transition-property: opacity;
	transition-delay: 0s;
	transition-duration: 2s;
}

.MV-area {
	max-width: 100%;
}

.MV_top {
	height: 100vh;
	/*position: relative;
    overflow: hidden;*/
	overflow: hidden;
	min-height: 750px;
}

.product_textarea {
	width: 100%;
}

/* =======================MVの配置=================== */
.mv_ppp img {
	max-width: 600px;
}

img.bkimg.mvpt01 {
	margin-top: 9rem;
}

.sec01 {
	background-color: #A1CBE2;
}

img.mvp {
	width: calc((100% / 2.5) - 20px);
}

.mvb {
	height: 100vh;
	position: relative;
	width: 80%;
	max-width: 860px;
	margin: auto;
	text-align: center;
}

.mvb img {
	width: 100%;
	align-items: center;
}

.b_top_logo img {
	margin-top: 8rem;
}

.mvb_area {
	background-image: url(../img/area01.png);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.mvb_area2 {

	background-image: url(../img/area02.png);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.mvb_area3 {

	background-image: url(../img/area03.png);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.mvb_area4 {
	background-image: url(../img/area04.png);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

/*女の人の位置*/
.mv_p {
	width: fit-content;
	position: absolute;
	bottom: 60px;
	left: 16%;
}

.mv_ppp {
	position: relative;
	text-align: center;
	left: unset;
	height: 100%;
}

.mv_ppp img:nth-of-type(2) {
	max-width: 120px;
	position: absolute;
	bottom: 140px;
	left: 40%;
}

.mvp_b {
	max-width: 150px;
}

img.textimg {
	width: 100%;
}

.mv_t_box {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	height: 100%;
	top: 0;
}

.purupuru {
	animation: purupuru 4s infinite;
}

.purupuru2 {
	animation: purupuru2 3.4s infinite;
}

.purupuru3 {
	animation: purupuru3 3.8s infinite;
}

.purupuru4 {
	animation: purupuru4 4.2s infinite;
}

@keyframes purupuru {
	0% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	19% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	20% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	21% {
		transform: translate(0px, 0px) rotate(3deg)
	}

	22% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	23% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg)
	}
}

@keyframes purupuru2 {
	0% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	19% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	20% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	21% {
		transform: translate(0px, 0px) rotate(3deg)
	}

	22% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	23% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg)
	}
}

@keyframes purupuru3 {
	0% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	21% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	22% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	23% {
		transform: translate(0px, 0px) rotate(3deg)
	}

	24% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	25% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg)
	}
}

@keyframes purupuru4 {
	0% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	23% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	24% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	25% {
		transform: translate(0px, 0px) rotate(3deg)
	}

	26% {
		transform: translate(1px, 0px) rotate(-1deg)
	}

	27% {
		transform: translate(0px, 0px) rotate(0deg)
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg)
	}
}

/*MV最後のとこ*/

.mv_t {
	position: absolute;
	top: 30%;
	left: 8%;
	width: 100%;
	max-width: 350px;
}

.mvl_area {
	display: flex;
	height: 100%;
}

.mvl_a {
	display: flex;
	flex-wrap: wrap;
	width: 20%;
}

/*　WebP対応の場合　*/
.webp .mvl_a1{
background: url("../img/area_a1_2.webp");
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}

/*　WebP非対応の場合　*/
.no-webp .mvl_a1 {
background-image: url(../img/area_a1_2.jpg);
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}

/*　WebP対応の場合　*/
.webp .mvl_a2{
background: url("../img/area_a2.webp");
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}

/*　WebP非対応の場合　*/
.no-webp .mvl_a2 {
background-image: url(../img/area_a2.jpg);
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}


/*　WebP対応の場合　*/
.webp .mvl_c1{
background: url("../img/area_a2_2.webp");
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}

/*　WebP非対応の場合　*/
.no-webp .mvl_c1 {
background: url("../img/area_a2_2.jpg");
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
}

/*　WebP対応の場合　*/
.webp .mvl_c2 {
	background-image: url(../img/area05_2.webp);
	width: 100%;
	height: 50%;
	background-size: cover;
	background-position: center;
}

/*　WebP非対応の場合　*/
.no-webp .mvl_c2 {
	background-image: url(../img/area05_2.jpg);
	width: 100%;
	height: 50%;
	background-size: cover;
	background-position: center;
}

.mvl_b {
	background-color: #A0CAE1;
	width: 40%;
}

.b_top_logop {
	display: flex;
	position: absolute;
	bottom: 19%;
	margin-top: auto;
	width: 100%;
	justify-content: center;
}

.b_top {
	width: 80%;
	position: relative;
	margin-top: 4rem;
	height: 100%;
	margin: auto;
}

.b_top_logo {
	width: 100%;
	margin: auto;
}

.b_top_logo img {
	width: 100%;
}

.mvl_c {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}

/* css */
.sa {
	opacity: 0;
	transition: all .9s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--up {
	transform: translate(0, 50px);
}


/* =======================おいもサブレサンド===================== */

.PC {
	display: block;
}
/*メニューエリア*/

.product_textarea {
	width: 70%;
	max-width: 465px;
	background-color: #ffffff6b;
	padding: 5rem;
	text-align: center;
	display: block;
}

.product_textarea.sp {
	background-color: #e5e5e585;
	display: none;
}

.main_overview {
	padding: 3rem;
	max-width: 1300px;
	margin: auto;
}

p.product_text {
	text-align: initial;
	line-height: 30px;
	letter-spacing: .1em;
	font-size: 0.9rem;
}

.product_textarea img {
	display: block;
	margin: auto;
	text-align: center;
	width: -webkit-fill-available;
	margin-bottom: 2rem;
}

p.product_title {
	font-size: 1.7rem;
	margin-bottom: 0.9rem;
}


/*　WebP対応の場合　*/
.webp .mainproductarea {
	background-image: url(../img/product_back01.webp);
	background-position: center;
	background-size: cover;
}

/*　WebP非対応の場合　*/
.no-webp .mainproductarea {
	background-image: url(../img/product_back01.jpg);
	background-position: center;
	background-size: cover;
}

/*　WebP対応の場合　*/
.webp .mainproductarea.crepe {
	background-image: url(../img/product_back02.webp);
}

/*　WebP非対応の場合　*/
.no-webp .mainproductarea.crepe {
	background-image: url(../img/product_back02.jpg);
}

/*　WebP対応の場合　*/
.webp .mainproductarea.newc {
	background-image: url(../img/back_1018.webp);
}

/*　WebP非対応の場合　*/
.no-webp .mainproductarea.newc {
	background-image: url(../img/back_1018.jpg);
}


.product_sand {
	display: flex;
	width: 100%;
	justify-content: center;
	order: 2;
}

.product_sand img:nth-of-type(2) {
	max-width: 450px;
}

.product_sand img:nth-of-type(1) {
	max-width: 500px;
}

.sand_area {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
	margin: auto;
	margin-bottom: 4rem;
	max-width: 1500px;
	margin-top: 4rem;
}

.sp_none {
	display: none;
}

img.PC {
	display: block;
}

.product_dec {
	order: 1;
	width: 40%;
}

.product_sand img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.menu {
	display: flex;
	justify-content: space-around;
	max-width: 1186px;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}

.menu_text {
	text-align: center;
	margin-top: 2rem;
	line-height: 1.7rem;
}

.menu_box {
	width: 40%;
	text-align: center;
	margin-bottom: 2rem;
}


p.menu_title {
	font-size: 1.2rem;
}

p.menu_num {
	font-weight: 300;
}


.arrow {
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.links a::after {
	left: 4px;
	width: px;
	height: 1px;
	background: #7a0;
}

.menu_price a::before {
	left: 90px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	transition: 0.5s;
}

.menu_price a:hover::before {
	left: 100px;
	transition: 0.5s;
}

p.menu_links:hover {
	opacity: 0.5;
}

p.menu_links {
	transition: 0.5s;
}

.menu_price {
	margin-top: 1rem;
}

a.arrow.links {
	font-weight: 900;
}

.sandimgarea {
    width: 50%;
}

.sandimgarea2 {
    width: 50%;
}

.sandimgarea2 img {width: 100%;}

.sandimgarea img {
    width: 100%;
}
.product_dec.PC {
    width: 24%;
    max-width: 320px;
}
/* =======================おいもクレープ==================== */


.product_crepe {
	display: flex;
	text-align: center;
	position: relative;
	width: 80%;
}

.product_crepe img:nth-of-type(1) {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 64%;
}

.crepe_area {
	display: flex;
	width: 100%;
	max-width: 1300px;
	justify-content: center;
	margin: auto;
	margin-top: 5rem;
}

.product_crepe img:nth-of-type(2) {
	right: 0;
	position: absolute;
}


.menu.two .menu_box {
	width: 30%;
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 4rem;
}

.menu.two .menu_box img {
	width: 80%;
}

.menu_back {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	bottom: 48rem;
	margin-bottom: -66rem;
	height: 72rem;
	z-index: -4;
}


.menu_back::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #D1E6F1;
	transform: skewY(-22deg) translateY(477px);
	z-index: -1;
}

.menu_back2 {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	/* bottom: 29rem; */
	margin-top: -47rem;
	height: 51rem;
	z-index: -2;
}


.menu_back2::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFBE5;
	transform: skewY(19deg) translateY(439px);
	z-index: -1;
}

.price_box p:nth-of-type(1) {
	font-size: 1.3rem;
}

.price_box p:nth-of-type(2) {
	font-size: 0.9rem;
}

.price_box {
	text-align: center;
	margin: auto;
	display: inline-flex;
	align-items: baseline;
}

.product_dec2 {
	width: 40%;
}


/* =======================フィナンシェ==================== */

.product_financier {
    display: flex;
    text-align: center;
    position: relative;
    width: 80%;
    justify-content: flex-end;
}

.product_financier img:nth-of-type(1) {
	width: 100%;
	/*position: absolute;
    z-index: -1;
    left: 0;
    width: 85%;
    max-width: 640px;
    min-width: 550px;*/
	max-width: unset!important;
}
.product_financier img:nth-of-type(2) {
    width: 50%;
    max-width: 550px;
}

.new1018_area {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 5rem;
}

.menu_back3 {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    /* bottom: 0; */
    /* margin-top: -47rem; */
    height: 50rem;
    z-index: -2;
    top: 0;
    margin-bottom: -38rem;
}
.menu_back3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4e8e7;
    transform: skewY(19deg) translateY(-511px);
    z-index: -1;
}

@media screen and (min-width:1650px) {
	img.mvp {
		width: calc((100% / 4) - 20px);
	}
}

@media screen and (min-width:1150px) {
	.product_financier img:nth-of-type(1) {
		position: absolute;
		z-index: -1;
		width: 85%;
		max-width: 640px;
		min-width: 550px;
		left: 14%;
	}
}
@media screen and (max-width:1240px) {
	.product_crepe img:nth-of-type(2) {
		width: 50%;
	}


	.product_sand img:nth-of-type(2) {
		width: 100%;
		margin-top: 6rem;
	}

	.product_sand img:nth-of-type(1) {
		width: 100%;
		margin-top: 6rem;
	}

	.sand_area {
		margin-bottom: 0rem;
	}


	.product_crepe img:nth-of-type(1) {
		width: 74%!important;
	}

	.product_dec2 img {
		width: 70%;
	}
	.product_dec3 img {
		width: 100%;
	}
	.product_dec2 {
		width: 30%;
	}
	.product_dec3 {
		width: 30%;
	}
}

@media screen and (max-width:1100px) {
	.mv_ppp {
		top: 4%;
		height: 93%;
	}

	img.bkimg.mvpt01 {
		margin-top: 7rem;
	}

	.MV_top {
		overflow: hidden;
		min-height: initial;
		/* padding-top: 110px; */
	}

}

@media screen and (max-width:970px) {
	.product_sand img:nth-of-type(2) {
		width: 50%;
	}

	.product_sand {
		width: 95%;
	}

	.menu.two .menu_box {
		width: 40%;
	}

	.menu.two .menu_box img {
		width: 100%;
	}

}

@media screen and (max-width:800px) {
	.product_financier img:nth-of-type(1) {
    position: unset;
    z-index: -1;
    left: 0;
    max-width: unset;
    min-width: unset;
width: 100%;
}
	.sp_none {
		display: block;
	}

	img.PC {
		display: none;
	}

	.b_top_logo img {
		margin-top: 1rem;
	}

	.product_dec.sp_none img {
		width: 30%;
		min-width: 130px;
		position: absolute;
		right: 4%;
		height: initial;
	}

	.product_dec.sp_none {
		width: 100%;
		top: -19px;
		margin-bottom: 9rem;
	}

	.PC {
		display: none;
	}

	.product_textarea {
		opacity: 0;
	}

	.product_textarea.sp {
		background-color: #e5e5e585;
		display: block;
		opacity: 1;
		margin: auto;
		margin-top: -10rem;
	}

	.product_textarea.pc {
		padding: 0rem;
	}

	.mainproductarea.pc {
		padding: 0;
	}

	.product_sand {
		flex-wrap: wrap;
		width: 100%;
	}

	.product_sand img:nth-of-type(2) {
		width: 100%;
	}

	.product_textarea img {
		width: 70%;
	}

	.menu_box {
		width: 80%;
	}

	.product_crepe {
		position: relative;
		flex-wrap: wrap;
		width: 90%;
		margin: auto;
	}
	.product_financier {
		position: relative;
		flex-wrap: wrap;
		width: 90%;
		margin: auto;
	}
	.mvl_area {
		grid-template-rows: 1fr 1fr 1fr;
	}

	.b_top_logo {
		bottom: 0;
		width: 80%;
	}

	.b_top_logop {
		width: 40%;
		margin: auto;
		position: relative;
		bottom: 5%;
	}
	.product_crepe img:nth-of-type(1) {
		width: 100%;
		position: inherit;
	}

	.crepe_area {
		margin-top: 0;
		display: block;
	}
	.new1018_area {
		display: block;
	}

	.product_crepe img:nth-of-type(1) {
		padding-left: 3%;
	}

	.menu.two .menu_box {
		width: 70%;
	}

	.product_crepe img:nth-of-type(2) {
		width: 50%;
	}

	.product_textarea.sp {
		padding: 5rem 1rem;
	}


	p.product_text {
		width: 100%;
		line-height: 34px;
	}

	img.SP {
		margin: auto;
		max-width: 470px;
		min-width: 230px;
	}

	.MV_top {
		min-height: inherit !important;
	}

	.sand_area {
		margin-top: 0;
	}

	.product_dec2 {
		min-width: 230px;
		margin-top: -1rem;
		padding-left: 11px;
	}

	.product_dec3 {
		min-width: 230px;
		margin-top: -1rem;
		padding-left: 11px;
	}

	.mvl_area {
		display: inline-grid;
	}

	.mv_ppp img {
		min-width: 130px;
	}

	.mvl_a {
		width: 100%;
		flex-wrap: inherit;
	}

	.mvl_a1 {
		height: 100%!important;
	}

	.mvl_a2 {
		height: 100%!important;
	}

	.mvl_c1 {
		height: 100%!important;
	}

	.mvl_c2 {
		height: 100%!important;
	}

	.mvl_c {
		width: 100%;
		flex-wrap: inherit;
	}

	.mvl_b {
		width: 100%;
	}

	.b_top_logo {
		bottom: 0;
	}

	.b_top {
		width: 70%;
	}

	.b_top_logop {
		bottom: 10px;
	}

	.mv_t {
		width: 70%;
		left: 12%;
	}
	.menu_back3::before {
		transform: skewY(19deg) translateY(-441px);
	}
	.menu_back3 {
		margin-bottom: -53rem;
	}
}

@media screen and (max-width:500px) {
	.menu_back2 {
		margin-top: -37rem;
		height: 45rem;
	}

	.product_textarea.pc {
		padding: 0rem;
		margin: 0;
		line-height: 0;
		height: 30vh;
	}

	.product_textarea.sp {
		padding: 2rem;
		width: 90%;
	}

	.menu_box {
		width: 90%;
	}

	p.product_text {
		margin: auto;
		line-height: 26px;
	}

	.menu_back {
		height: 66rem;
	}

	.menu_box img {
		width: inherit;
	}

	.mv_ppp img:nth-of-type(2) {
		left: 38%;
		width: 80px;
		min-width: 70px;
	}

	.mvp_b {
		max-width: 110px;
	}

	.b_top {
		width: 90%;
	}


}

@media screen and (max-width:400px) {

	div#sec01,
	div.sec02,
	div.sec03,
	div.sec04 {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.mvb {
		width: 100%;
		height: 70%;
	}

	.mvb_area {
		position: relative;
		background-image: url(../img/area01.png);
	}

	.mv_p {
		position: absolute;
	}

	.b_top_logo img {
		margin-top: 2rem;
	}

	img.bkimg.mvpt01 {
		width: 90%;
	}

	.mv_ppp {
		top: 2rem;
		height: 100%;
	}

	img.textimgsmall {
		max-width: 200px;
	}

	.b_top {
		width: 80%;
	}
}

@media screen and (max-width:370px) {
	.b_top_logop {
		position: initial;
		margin-top: 2rem;
	}
}

@media screen and (max-height:730px) {
	.mvb {
		width: 90%;
		height: 100%;
	}

}

@media screen and (max-height:650px) {

	html {
		height: -webkit-fill-available;
	}

	body {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}

	.sec,
	.mvb,
	.mv_ppp,
	.mvb_area,
	.mvb_area2,
	.mvb_area3,
	.mv_t_box {
		min-height: 100vh;
		height: -webkit-fill-available;

	}

	.mv_ppp {
		top: 0;
		/* height: 100%; */
	}

	.mv_ppp img:nth-of-type(2) {
		bottom: 10rem;
	}

	.mvl_a {
		width: 100%;
		height: 35%;
	}

	.mvl_a1 {
		width: 50%;
		height: 100%;
	}

	.mvl_a2 {
		width: 50%;
		height: 100%;
	}

	.mvl_b {
		width: 100%;
		height: 30%;
	}

	.mvl_c {
		width: 100%;
		display: flex;
		height: 35%;
	}

	.mvl_c2 {
		width: 50%;
		height: 100%;
	}

	.mvl_c1 {
		width: 50%;
		height: 100%;
	}

	.mvl_area {
		display: block;
		height: 100vh;
	}

	img.mvp {
		width: calc((100% / 2) - 20px);
	}
}

@media screen and (max-width: 650px) and (max-height:650px) {
	.mvl_a {
		height: 30%;
	}

	.mvl_b {
		height: 40%;
	}

	.mvl_c {
		height: 30%;
	}
}

@media screen and (max-width: 370px) and (max-height: 740px) {
	.b_top_logop {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 250px) and (max-height: 620px) {
	.b_top_logop {
		margin-top: 0rem;
	}
}

/*head_LP_oimo2パーツ内分*/
    .fs-preview-header {
        display: none;
    }

.sitelogo {
  width: 70%;
}
    .fs-l-footer {
        margin-top: 0;
    }

    footer.fs-l-footer {
        margin-top: 0;
    }

    footer {
        margin-top: 0;
    }

    .contentsarea.current {
        height: auto;
    }

    .sec {
        z-index: 800;
    }


    img.PC {
        min-width: initial;
    }

    #shopTitle {
        display: block;
        width: 70%;
    }

    #kotei {
        display: block;
        height: 40px;
    }

    .headerinner_pc {
        padding-bottom: 20px;
        margin: 0.6%;
}

    .sp_script_none {
        display: block;
    }

    @media screen and (max-width: 768px) {
        .footerlock {
            display: none;
        }
    }

/*OIMOhtml内分*/
.allbutton{
padding: 20px 40px;
text-align: center;
border-radius: 50px;
background: #e5e5e5;
color: #000 !important;
font-family: "Sawarabi Gothic", sans-serif;
margin: 50px 0;
}
.arrow {
    background: #b33370;
    padding: 5px;
    width: 300px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
p.menu_links {
    font-size: 1.7rem;
}
.menu_price a::before {
	left: 220px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition: 0.5s;
}
.menu_price a:hover::before {
	left: 230px;
	transition: 0.5s;
}
.arrow.links{
	font-weight: 900;
}
.dli-chevron-round-right {
display: inline-block;
vertical-align: middle;
color: #fff;
line-height: 1;
position: relative;
width: 0.7em;
height: 0.7em;
transform: translateX(95%) rotate(45deg);
}
.yajirushi {
    color: #000;
    transform: translateX(35%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
content: '';
position: absolute;
background: currentColor;
border-radius: 0.1em;
}

.dli-chevron-round-right::before {
top: -3px;
left: 0;
right: 0;
height: 0.1em;
}

.dli-chevron-round-right::after {
top: -3px;
right: 0;
bottom: 3.2px;
width: 0.1em;
}
.product_crepe img:nth-of-type(1) {
	width: 100%;
}




/* Media Query for mobile (smartphone) */
@media (max-width: 800px) {
	.menu.two .menu_box {
		width: 90%;
	}
}
@media (max-width: 767px) {
    .allbutton{
padding: 20px 20px;
}
.arrow {
width: 100%;
}
.b_top_logo img {
margin-top: 2rem;
}
.b_top_logop {
padding-top: 10%;
}
}

/* Media Query for mobile (tablet) */
@media (min-width: 768px)and(max-width: 960px) {
.b_top_logo img {
margin-top: -2em;
}
.b_top_logo img {
margin-top: 18rem;
}
}

/* Media Query for desktop (PC) */
@media (min-width: 961px) {
.b_top_logo img {
margin-top: 18rem;
}
}