@charset "UTF-8";

@media print, screen and (max-width:1059px) {

body {
overflow-x: hidden;
font-size: 15px;
}

.br-pc {
display: none;
}
.br-sp {
display: block !important;
}

.sp {
display: none !important;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.reportBtn { display: none; }

.blank {
margin-top: -52px;
padding-top: 52px;
}

#privacy,#law,.main {
padding-top: 56px !important;
padding-bottom: 60px !important;
}

#headerYuiyu {
position: fixed;
background: #f4f1e6;
width: 100%;
height: 52px;
margin-bottom: 50px;
padding: 0px 30px 0 30px;
box-sizing: border-box;
z-index: 1000;
}

#headerYuiyu #logo {
position: absolute;
width: 83px;
left: 20px;
top: 10px;
z-index: 1001;
}

#headerYuiyu #navYuiyu ul {
font-family: lato, sans-serif;
font-weight: 400;
}

#headerYuiyu #navYuiyu ul li a {
font-size: 25px;
color: #be9d0f;
}

#headerYuiyu #navYuiyu ul li {
width: 100%;
display: block;
margin: 0 auto;
box-sizing: border-box;
letter-spacing: 1px;
}

#headerYuiyu #navYuiyu ul li a:hover {
text-decoration: none;
}

#navYuiyu ul > li.menu__single {
cursor: pointer;
color: #be9d0f;
font-size: 25px;
margin-bottom: 10px !important;
}

li.menu__single ul#appsItemCategoryTag a {
position: relative;
font-size: 23.36px !important;
}

#appsItemCategoryTag li a:hover {
text-decoration: none !important
}

#headerYuiyu #icon ul {
width: 100px;
margin: 0 auto;
margin-top: 10px;
display: flex;
justify-content: center;
}

#headerYuiyu #icon ul li {
}

#headerYuiyu #icon ul li img {
vertical-align: middle;
}

#cartSp {
position: absolute;
width: 26px;
bottom: 13px;
right: 52px;
vertical-align: bottom;
z-index: 1001;
}

#headerYuiyu #icon #cart {
display: none;
}

.baseSp {
position: absolute;
width: 26px;
bottom: 14.5px;
right: 86px;
z-index: 1001;
}

#headerYuiyu #icon .base {
width: 26px;
}

#baseMenu .base,
#baseMenu .cart {
position: absolute;
width: 26px;
z-index: 1002;
}

#baseMenu .base {
right: 85px;
top: 7.5px;
}

#baseMenu .cart {
right: 52px;
top: 9px;
}

#headerYuiyu #icon #insta,
#headerYuiyu #icon #mail {
width: 22px;
margin: 0 7px;
vertical-align: bottom;
}

#headerYuiyu #icon #mail {
display: none;
}

#navToggle {
position: fixed;
width: 25px;
height: 25px;
top: 16px;
right: 15px;
cursor: pointer;
transition: all 1.5s ease;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
}

#navToggle > div {
position: absolute;
width: 25px;
height: 26px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

#navToggle span {
width: 100%;
height: 2px;
right: 0;
display: block;
background: #5e5e5e;
position: absolute;
-webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
/* #navToggle close */
}

#navToggle span:nth-child(1) {
top: 0;
}

#navToggle span:nth-child(2) {
top: 10px;
}

#navToggle span:nth-child(3) {
top: 20px;
}

.open #navToggle span:nth-child(1) {
width: 25px;
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #navToggle span:nth-child(2) {
top: 8px;
width: 0;
left: 50%;
}
.open #navToggle span:nth-child(3) {
width: 25px;
top: 10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.open #navToggle {
}

#navToggle {
z-index: 1501;
}

#navYuiyu nav {
z-index: 999;
}

#navYuiyu {
background: #fff;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
padding-left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #navYuiyu {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .7s ease;
opacity: 1;
}

.eTitle {
font-family: "lato", sans-serif;
font-size: 20px;
font-weight: 400;
font-style: normal;
color: #898989;
margin-bottom: 20px;
letter-spacing: 1px;
}

.wrapInfo {
font-family: "yu-gothic-pr6n", sans-serif;
width: 90%;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
}

.conceptTxt {
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-style: normal;
font-size: 15px;
}

.wrapAll {
width: 100%;
margin: 30px auto;
}

.wrapAll .wrapPhoto {
position: relative;
width: 90%;
margin: 0 auto;
z-index: 0;
}

.wrapAll .wrapPhoto img {
width: 100%;
}

.wrapAll .wrapTxtR,
.wrapAll .wrapTxtR2 {
position: relative;
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-style: normal;
width: 80%;
text-align: left;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
z-index: 1;
line-height: 2.2;
}

.wrapAll .wrapTxtR h2 {
position: relative;
font-size: 22.5px;
color: #595757;
writing-mode: vertical-rl;
margin-bottom: -60px;
line-height: 2;
top: -90px;
z-index: 1;
}

.spShokunin {
font-size: 26px;
writing-mode: vertical-rl;
text-align: left;
color: #595757;
margin: 0 auto;
margin-bottom: 20px;
line-height: 2;
}

.wrapAll .wrapTxtR2 h2 {
position: absolute;
font-size: 22.5px;
color: #595757;
writing-mode: vertical-rl;
text-align: right;
margin-bottom: -100px;
line-height: 2;
top: -380px;
right: -10px;
}

.wrapAll .wrapTxtR2 p {
position: relative;
padding-top: 20px;
}

.wrapAll .wrapTxtL {
position: relative;
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
width: 94%;
text-align: left;
margin-top: 20px;
margin-bottom: 40px;
padding: 0;
box-sizing: border-box;
z-index: 1;
}

.wrapAll .wrapTxtL h2 {
position: relative;
font-size: 22.5px;
color: #595757;
writing-mode: vertical-rl;
margin: 0 auto;
left: 5%;
line-height: 2;
}

.wrapAll .wrapTxtL div {
position: relative;
width: 80%;
text-align: left;
margin: 0 auto;
line-height: 2.2;
}

#wrapFlowerDesigner {
background: #fff;
width: 90%;
text-align: left;
margin: 0 auto;
margin-bottom: 40px;
padding: 24px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-end;
box-sizing: border-box;
}

#flowerDesignerPhoto {
width: 48%;
}

#flowerDesignerName {
position: relative;
width: 48%;
font-size: 14px;
color: #5f846c;
line-height: 1.5;
}

#flowerDesignerName #nameEn {
font-family: "alegreya-sans", sans-serif;
font-size: 12px;
font-style: italic;
margin-bottom: 10px;
}

#flowerDesignerTxt {
width: 100%;
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
margin-top: 20px;
}

#wrapWaza {
background: #727171;
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-style: normal;
width: 100%;
color: #fff;
margin: 0 auto;
padding: 0;
}

#wazaWrap {
position: relative;
width: 100%;
margin: 0 auto;
padding: 30px 0;
}

#wrapWaza h2 {
font-family: "lato", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
margin-bottom: 20px;
letter-spacing: 1px;
}

#wrapWaza .copy {
font-size: 15px;
}

#wazaWrap #img01 {
width: 50%;
margin: 0 auto;
z-index: 1;
}

#wazaWrap #img02 {
width: 40%;
margin: 0 auto;
z-index: 1;
}

#wazaWrap p img {
width: 90%;
margin: 0 auto;
}

.wazaTitle {
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-style: normal;
font-size: 30px;
margin-bottom: 26px;
line-height: 1.5;
}

.wazaTitle span {
display: block;
font-family: "lato", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 17.5px;
letter-spacing: 1px;
}

.wazaFlex {
width: 100%;
margin: 40px auto;
}

.wazaFlex:last-of-type{
margin-bottom: 60px;
}

.wazaPhotoL {
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
}

.wazaTxt {
width: 90%;
margin: 0 auto;
}

.wazaTxt h4 {
font-size: 18px;
margin-bottom: 10px;
line-height: 1.5;
}

.wrapYuiyu{
position: relative;
width: 90%;
margin: 0 auto;
padding: 40px 0;
}

.wrapYuiyuProduct {
position: relative;
width: 90%;
margin: 0 auto;
padding: 52px 0 40px;
}

.lineUpFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.lineUpFlex .lineUp {
width: 48%;
margin-bottom: 30px;
}

.lineUpFlex .lineUp a:hover {
opacity: .8;
}


.lineUpFlex .lineUp a:hover {
text-decoration: none;
}

.lineUpFlex .lineUp div {
margin-bottom: 20px;
}

.lineUpFlex .lineUp h3 {
font-size: 16px !important;
}

#wrapKaika {
position: relative;
width: 100%;
padding-top: 52px;
}

#wrapKaika img {
width: 100%;
margin-bottom: 5px;
}

#kaikaTxt {
position: absolute;
width: 90%;
font-size: 12px;
text-align: left;
color: #595757;
top: 65px;
left: 20px;
z-index: 1;
line-height: 1.7;
}

#kaikaTxt .kaika {
width: 120px;
}

.featuresFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.features {
width: 100%;
margin-bottom: 40px;
text-align: justify;
line-height: 1.8;
}

.features img {
margin-bottom: 15px;
}

.features h3 {
font-size: 20px;
margin-bottom: 10px;
}

.itemYuiyuFlex {
}

.itemYuiyu {
width: 100%;
}

#slideImgYuiyu li img {
width: 100%;
height: 400px;
object-fit: cover;
}

.itemImgSlideYuiyu {
margin-bottom: 10px;
}

.itemDetailYuiyu {
font-family: "yu-gothic-pr6n", sans-serif;
width: 100%;
text-align: justify;
}

.itemDetailYuiyu h1 {
font-size: 18px;
font-weight: 600;
}

#priceYuiyu {
font-size: 18px;
margin-bottom: 20px;
}

#slideImgPagerYuiyu {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 20px;
}

#slideImgPagerYuiyu li {
width: 22%;
margin-right: 10px;
margin-bottom: 10px;
}

#slideImgPagerYuiyu li img {
width: 100%;
height: 80px;
object-fit: cover;
}

#slideImgPagerYuiyu li:nth-of-type(4n) {
margin-right: 0;
}

#variationSelectWrap,
#amountSelectWrap {
text-align: left;
}

.itemDetailYuiyu select {
width: 100%;
height: 40px !important;
text-align: center;
}

.purchaseButton__btn {
background: #3e3a39;
width: 100%;
height: 60px;
font-size: 16px;
color: #fff;
margin: 20px auto;
cursor: pointer;
border: 1px solid #3e3a39;
}

.itemDetailYuiyu .itemTitle {
margin-bottom: 20px;
line-height: 1.5;
}

.itemDetailYuiyu .itemPrice {
margin-bottom: 20px;
}

.inquirySection h1 {
font-size: 18px !important;
}

.inquirySection dl dt {
font-size: 14px !important;
}

#footerYuiyu {
position: relative;
background: #be9d0f;
font-family: "yu-gothic-pr6n", sans-serif;
width: 100%;
font-size: 14px;
padding: 50px 30px 140px;
color: #fff;
box-sizing: border-box;
line-height: 1.8;
}

#footerYuiyu #footerLogo {
width: 103.4px;
margin: 0 auto;
margin-bottom: 10px;
}

#pagetop {
position: fixed;
width: 44px;
height: 44px;
margin: 0 auto;
margin-top: 30px;
border-radius: 40px;
display: block;
line-height: 38px;
bottom: -60px;
right: 20px;
border: 1px solid #be9d0f;
}

#pagetop::after {
position: absolute;
content: "";
display: block;
width: 13.2px;
height: 13.2px;
border: 0px;
border-top: solid 3px #be9d0f;
border-right: solid 3px #be9d0f;
transform: rotate(-45deg);
left: 0;
right: 0;
top: 5px;
bottom: 0;
margin: auto;
}

#pagetop:hover {
text-decoration: none;
}

/*　上に上がる動き　*/

#pagetop.UpMove {
animation: UpAnime 0.3s forwards;
}
@keyframes UpAnime{
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/*　下に下がる動き　*/

#pagetop.DownMove {
animation: DownAnime 0.3s forwards;
}
@keyframes DownAnime{
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(100px);
}
}


#footerYuiyu #iconFooter ul {
display: none;
}

#footerYuiyu #footerNav {
position: absolute;
text-align: right;
right: 20px;
bottom: 20px;
}

#footerYuiyu #footerNav ul {
margin-bottom: 10px;
}

#footerYuiyu #footerNav ul li a {
color: #fff;
}

}