@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=Noto+Sans+JP:wght@100..900&display=swap');
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.fs-c-productListItem__productName {
height: 3.5rem;
}
/*全体フォント設定*/
body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*全体フォント設定*/
/*詳細検索常時表示*/
.fs-p-productSearch__search {
  max-height: initial;
}
 
.fs-p-productSearch__form {
  transform: translateY(0);
}
 
.fs-p-productSearch__formSwitch {
  display: none;
}
/*詳細検索常時表示*/
/*商品一覧ページ*/
.fs-c-productListItem__control {
    display: none;
}
.fs-c-productListItem__viewMoreImageButton {
display: none;
}
.fs-c-productPrice {
margin-bottom: 10px;
}
/*商品一覧ページ*/
.engagement-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.engagement h3 {
    font-size: 3rem;
    margin-bottom: 50px;
    position: relative;
}
.engagement h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}


/*メール便画像調整*/
#mailbin img {
    width: 100%;
}
/*メール便画像調整*/
/*商品名改行*/
.fs-c-productNameHeading__copy {
    display: block;
}
/*商品名改行*/
/*パンくずリスト調整*/
.fs-c-breadcrumb__list {
    background: #f7f7f7;
    padding: 5px !important;
}
/*パンくずリスト調整*/
/*↓商品ページここから↓*/
video {
    max-width: 100%;
}
.option__img {
    text-align: center;
    margin-top: 5px;
}
.fs-c-productPostage {
    text-align: right;
}
/*↓商品ページプルダウンフォント↓*/
.fs-c-dropdown__menu > option {
    font-weight: 500;
}
/*↓商品ページプルダウンフォント↓*/
/*商品ページ価格カラー*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #e7272d;
}
/*商品ページ価格カラー*/

/*商品画像キャプション削除*/
.fs-c-productThumbnail__image__caption {
    display: none;
}
/*商品画像キャプション削除*/
/*カートボタン関連調整*/
.fs-c-button--addToCart--detail.fs-c-button--primary::before {
    content: url(https://flegre.itembox.design/item/fs_starting/cart_icin.png);
    transform: scale(0.5);
    margin-left: -30px;
}

.fs-c-button--primary {
    background: #e7272d;
    border: 1px solid #e7272d;
    border-radius: 1px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 0 2px #b2b2b2;
    width: 360px;
}

.fs-c-button--addToCart--detail.fs-c-button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
    min-width: 100%;
    padding-bottom: 10px;
}
.fs-c-button--addToCart--variation.fs-c-button--primary::before {
    content: url(https://flegre.itembox.design/item/fs_starting/cart_icin.png);
    margin-bottom: -3px;
    margin-top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
}
.fs-c-variationAndActions__variation li {
    border-bottom: 1px solid #ccc;
}
.fs-c-variationCart > li {
    padding-bottom: 8px;
}
.fs-c-variationCart__variationName__name {
    font-weight: bold;
}
.fs-c-variationLabel {
    font-weight: bold;
}
.fs-c-variationCart {
    padding: 1px;
}
.btn-gradient-radius {
    padding: 0 1.6em !important;
}
/*カートボタン関連調整*/
/*商品ページ数量表示*/
.fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量 : ";
    margin-right: 5px;
    vertical-align: text-top;
}
.fs-c-quantity__select {
    max-width: 2em;
}
.fs-c-quantity {
    display: block;
    max-width: 450px;
}
/*商品ページ数量表示*/

/*在庫数表示*/
.fs-c-productStock{
  border: 1px solid currentColor;
  padding: 10px 5px;
  width: 8em;
}
/*在庫数表示*/
/*フォントサイズ調整*/
.fs-c-productNameHeading {
  font-size:2.25rem;
}
.fs-c-productPrice {
  justify-content: flex-end;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.8rem;
}
.fs-c-productMark__mark {
  font-size: 1em;
}
/*フォントサイズ調整*/


/*商品ページダウンロードボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-p,
a.btn-p,
button.btn-p {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #094;
  width: 100%;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #00a349;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
/*商品ページダウンロードボタン*/

/*商品詳細文字調整*/
.tab-content p {
    padding: 5px 0;
}
/*商品詳細文字調整*/
/*↑商品ページここまで↑*/


.header-li a:visited {
color: #595757;
}

a:hover {
text-decoration: none;
}

.btn:visited {
color: #fff;
}

.btn:hover {
transition: 0.3s;
background-color: #e9978f;
color: #fff;
}




/*TOP CSS*/
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;
    vertical-align: baseline;
    background: transparent;
}
.fs-l-page {
    margin-top: 80px;
}
.header {
    background-color: #fff;
    color: #595757;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.header-logo {
    height: 100%;
}

.header-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 700px;
}
.telNum {
    width: 380px;
    margin: 0 0 0 30px;
}
.header-main {
    height: 80px;
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.header-menu {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.header-menu-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-li {
    position: relative;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header-scene:hover .scene {
    visibility: visible;
    top: 85px;
    opacity: 1;
}

.scene {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 400px;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.scene-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.scene-title {
    position: relative;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.scene-title:after {
    display: block;
    content: '';
    position: absolute;
    top: 3%;
    padding: 1px 20px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
}

.scene-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /*font-size: 0.85rem;*/
}

.scene-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.scene-list a {
    padding: 20px 0;
}

.scene-list:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    padding: 0.5px 80px;
    background: #d2d2d2;
}



.header-category:hover .category {
    visibility: visible;
    top: 85px;
    opacity: 1;
}

.category {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 400px;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.category-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.category-title {
    position: relative;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.category-title:after {
    display: block;
    content: '';
    position: absolute;
    top: 3%;
    padding: 1px 20px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
}

.category-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.category-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.category-list a {
    padding: 20px 0;
}

.category-list:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    padding: 0.5px 80px;
    background: #d2d2d2;
}




.header-price:hover .price {
    visibility: visible;
    top: 85px;
    opacity: 1;
}

.price {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 400px;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.price-title {
    position: relative;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.price-title:after {
    display: block;
    content: '';
    position: absolute;
    top: 3%;
    padding: 1px 20px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
}

.price-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.price-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.price-list a {
    padding: 20px 0;
}

.price-list:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    padding: 0.5px 80px;
    background: #d2d2d2;
}




.top {
    background-image: url(https://flegre.itembox.design/item/top/top_b.jpg?t=20250604152726);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-h1 {
    color: #1e1e1e;
    font-size: 4rem;
    text-align: center;
    text-shadow: 0 4px 14px rgba(255, 255, 255, 0.46);
}

.top-h2 {
    font-size: 1.75rem;
    color: #1e1e1e;
    text-align: center;
    text-shadow: 0 4px 14px rgba(255, 255, 255, 0.46);
    margin-top: 50px;
    margin-bottom: 70px;
}

.cv-button {
    text-align: center;
    width: 100%;
}

.btn {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 15px 50px;
    background: #bc202c;
    border-radius: 100vh;
    font-weight: 600;
    font-size: 1.5rem;
    transition: 0.3s;
}

.use {
    background-color: #e5dcd2;
    padding-top: 50px;
    color: #595757;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.use-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.use-text h3 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    position: relative;
}

.use-text h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.use-case {
    margin: 0 auto;
    width: 80%;
    padding-top: 50px;
    padding-bottom: 70px;
}
.use-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.use-flex a {
    width: 25%;
    padding: 20px;
}

.use-list {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05);
    transition: 0.5s;
    background: #fff;
}

.use-list:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.use-list img {
    margin-bottom: 20px;
}
/*
.use-list:after {
    content: "01";
    display: block;
    position: absolute;
    padding: 10px 10px;
    background-color: #fff;
    color: #595757;
    font-weight: 600;
    z-index: 1;
    top: 0;
    left: 0;
    border-bottom-right-radius: 10px;
}*/

.use-list-text {
    padding-right: 15px;
    padding-left: 15px;
    height: 120px;
}

.use-list-text p {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.use-list-text span {
    font-size: 1.2rem;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 30px;
}

.arrow:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 50%;
    margin: auto;
}

.recommend {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #595757;
     background-color: #e5dcd2;
}

.reco-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.reco-text h3 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    position: relative;
}

.reco-text h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.reco-pickup {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.pick-title {
    font-size: 2rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 30px;
    padding-left: 1.2rem;
}

.pick-title:before {
    display: block;
    content: '';
    position: absolute;
    top: -50%;
    left: 1.2rem;
    padding: 2px 20px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
}

.reco-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05);
    background: #fff;
}

.reco-list img {
    margin-bottom: 20px;
}

.reco-flex a {
    width: 25%;
}

.reco-list-text {
    padding-right: 15px;
    padding-left: 15px;
    height: 100px;
}

.reco-list-text p {
    height: 3em;
}

.reco-btn {
    padding-top: 50px;
    text-align: center;
}

.ship {
    font-size: 1rem;
    line-height: 1;
    display: block;
    width: 60px;
    padding: 3px 0;
    text-align: center;
    border-radius: 100px;
    background-color: #ED6D08;
    color: #fff;
    margin: 5px 0;
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #595757;
    background: #e5dcd2;
}

.fea-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    text-align: center;
}

.fea-text h2 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    position: relative;
}

.fea-text h2:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}


.fea-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    position: relative;
    margin-bottom: 100px;
}

.fea-content-left {
    display: flex;
}

.fea-content-right {
    display: flex;
    flex-direction: row-reverse;
}

.fea-bg-right {
    width: 500px;
    height: 300px;
    background: #f7f7f7;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.fea-bg-left {
    width: 500px;
    height: 300px;
    background: #f7f7f7;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.fea-content img {
    width: 80%;
}

.fea-con-text {
    position: absolute;
    color: #595757;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

}

.fea-con-text h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 0.5px 200px;
    background: #595757;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.fea-con-text h3 {
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 50px;
}

.footer-main {
    background: #ebebeb;
    font-size: 1.25rem;
}

.footer-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.footer-wrapper {
    width: 80%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}

.footer-top:after {
    content: "";
    display: block;
    position: absolute;
    padding: 1px 50%;
    background: #595757;
    margin-top: 75px;
    top: 100%;
    left: 0;
    z-index: 2;

}

.footer-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer-left {
    display: flex;
    flex-direction: column;
    padding-right: calc((60vw - 272.56px)* 0.5);
}

.footer-menu1 {
    display: flex;
    flex-direction: column;
}

.footer-menu2 {
    display: flex;
    flex-direction: column;

}

.footer-menu-list {
    padding-bottom: 20px;
font-size: 1.2rem;
}

.footer-bottom {
    display: flex;
    margin-top: 150px;
    justify-content: space-between;
}

.footer-menu3 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-logo {
    display: flex;
    align-items: flex-end;
}

.footer-logo-img {
    display: flex;
    justify-content: flex-end;
}

.footer-logo img {
    width: 200px;
}

.company {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 25px;
}

.copyright {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 10px;
}

.sp-header-menu {
    display: none;
}



.footer-top ul {
    list-style: none;
}

li.tel-sp {
    margin-bottom: 30px;
}

.num{
    font-size: 2.0em;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    background: url(https://flegre.itembox.design/item/icon/i-tel.svg) no-repeat left center / 28px 28px;
    padding: 5px 0 5px 38px;
}


/* 微調整（影響あれば消す） */
.fs-l-header {
    padding-top: 0px;
}

.fs-l-footer {
    border: none;
    margin-top: 0px;
}

.pc_searchform {
    width: 320px;
 }

/* パンくずリスト関連 */
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
    color: #3572b0;
}

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
    position: relative;
    color: #555;
    font-size: 12px;
}

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
    padding-left: 6px;
}
.fs-c-breadcrumb__list {
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.breadcrumb_pc {
    max-width: 1216px;
    padding: 5px 15px 0;
    margin: 0 auto;
}
/* パンくずリスト関連 */
/* 商品マーク関連 */
/* .product_mark_pc {
    height: 1.5em;
    margin-top: 5px;
}*/
span.fs-c-productMark__label {
    font-size: 90%;
}
/* 商品マーク関連 */

.fs-c-productPrice {
    margin-bottom: 0;
}


.study {
    background-color: #e5dcd2;
    padding-top: 50px;
    color: #595757;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
}

.study-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.study-text h3 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    position: relative;
}

.study-text h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.study-flex {
  display: flex; /*横並び*/
  justify-content: center;
  margin: 100px auto 50px;
  width: 95%;
}
.study-flex .image {
  width: 40%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.study-flex .right {
  margin: 0 0 5px 0;
  padding: 25px;
  background-color:#fff;
  width: 40%;
}
.study-flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.study-flex .text {
  margin: 10px 0 0;
  padding: 0;
}

.naire-top {
    background-color: #e5dcd2;
    padding-top: 50px;
    color: #595757;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 250px;
}

.naire-top-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.naire-top h3 {
    font-size: 3.5rem;
    margin-bottom: 50px;
    position: relative;
}

.naire-top h3:after {
    content: "";
    display: block;
    position: absolute;
    padding: 2px 40px;
    background: linear-gradient(90deg, #EB6203, #F8BF61) 0% 0% no-repeat;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.naire-top-flex {
  display: flex; 
  justify-content: center;
  margin: 100px auto 50px;
  width: 95%;
}
.naire-top-flex .image {
  width: 40%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.naire-top-flex .right {
  margin: 0 0 5px 0;
  padding: 25px;
  background-color:#fff;
  width: 40%;
}
.naire-top-flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.naire-top-flex .text {
  margin: 10px 0 0;
  padding: 0;
}
.btn--black,
a.btn--black {
  color: #fff;
  background-color: #000;
}
.btn--black:hover,
a.btn--black:hover {
  color: #fff;
  background: #666666;
}

a.btn--radius {
   border-radius: 100vh;
}
/*お供え花バナー*/
.offering__banner {
    text-align: center;
}
.offering__banner a:hover {
    opacity: 0.7;
}
/*お供え花バナー*/
.no_alcohol {
    text-align: center;
}
/*見積もりボタン*/
.btn--estimate,
a.btn--estimate {
  color: #fff;
  background-color: #094;
  border-radius: initial;
}

a.btn--estimate{
  padding: 20px 168px;
}
.btn--estimate:hover,
a.btn--estimate:hover {
  color: #fff;
  background: #52a376;
}
.estimate {
    height: 56px;
    margin: 20px auto -5px;
}
/*見積もりボタン*/

/*カレンダー*/
div.cal_wrapper {
    padding: 10px 10px;
    height: 200px;
}
div.schedule_wrapper {
    padding: 10px 0px;
    width: 310px;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    font-size: 12px;
    color: #666;
}
div.schedule_wrapper div.schedule_list {
    padding: 0px 10px;
    margin: 0px;
}
 
div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 5px;
    margin: 0px;
    color: #666;
    font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
}
 
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #CCC;
    background-color: #FFF;
    font-size: 12px;
    margin: 0px 1px;
    padding: 1px 3px;
    border-radius: 2px;
}
div.cal_wrapper table.cal td {;
    border: solid 1px #000;
}
table{
  border-collapse: collapse;
}
div.cal_wrapper table.cal tr td {
    font-size: 10px;
    text-align: center;
    background: #FFF;
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #EEE;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 5px 9px;/*日付の幅*/
    font-size: 10px;
    text-align: center;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
}
 
/* Holydayの装飾 */
div.cal_wrapper table.cal tr td div.Holyday {
    font-weight: bolder;
    color: #222222;/*祝日の文字色*/
    background-color: #FFCCCC;/*祝日の背景色*/
}
 
div.cal_wrapper table.cal tr td div.Holyday, div.cal_wrapper table.cal tr td div.Sun, div.cal_wrapper table.cal tr td div.Sat {
    background-color: #FFCCCC;/*日曜日・土曜日の背景色。*/
}
 
 
div.cal_wrapper table.cal tr td div.Today {
  color: #222222;/*当日の文字色*/
  font-weight: bolder;
  background-color: #ffff66;
}
 
/*過去日付の装飾*/
div.cal_wrapper table.cal tr td div.backward {
    color: #CCC;
    font-weight: normal;
    background-color: #FFF;
    border-radius: 3px;
}
 
.sat{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.sun{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.mon{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.tue{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.wed{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.thu{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
.fri{
  color: #222222;
  background: #DDDDDD !important;
  font-weight: bold;
}
/*カレンダー*/
/*生花マップ*/
#seika-map {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: right;
    font-size: 12px;
}
/*生花マップ*/
/*外注商品用*/
.gaichu-zaiko {
    display: none;
}
/*在庫問い合わせボタン*/
.btn--zaiko,
a.btn--zaiko {
  color: #fff;
  background-color: #22acdd;
  border-radius: initial;
}

a.btn--zaiko{
  padding: 20px 123px;
}
.btn--zaiko:hover,
a.btn--zaiko:hover {
  color: #fff;
  background: #85c6de;
}
.zaiko-inquiry {
    height: 56px;
    margin: 20px auto 10px;
}
/*在庫問い合わせボタン*/
.gaichu-btn {
    margin-top: 2.5em;
}
/*外注商品用*/
/*フッターFAXボタン*/
.foot_fax {
    background: #fe9a00;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 26px 10px;
}

.foot_fax:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.i_fax {
    background: url(https://flegre.itembox.design/item/icon/i-fax.svg) no-repeat left center / 28px 28px;
    padding: 5px 0 5px 38px;
}

.foot_mail {
    background: #bc202c;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 26px 10px;
    margin-bottom: 10px;
}

.foot_mail:hover{
    transition: 0.3s;
    opacity: 0.7;
}

.foot_mail a{
    color: #FFF;
}

.i_mail {
    background: url(https://flegre.itembox.design/item/icon/i-mail.svg) no-repeat left center / 28px 28px;
    padding: 5px 0 5px 38px;
    letter-spacing: 0.1em;
}
/*フッターFAXボタン*/
/*ペアセットマーク*/
.pair_tag {
    color: #E7272D;
    border: solid 1px;
    margin-top: 15px;
}
/*ペアセットマーク*/

/*商品一言説明開閉*/
.read-more-1 {
    position: relative;
}

.read-more-1 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 開く前に見せたい行数を指定 */
    font-size: 12px;
    color: #666;
    transition: all .3s;
}

.read-more-1:has(:checked) p {
    display: block;
}

.read-more-1 p::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-1:has(:checked) p::after {
    content: none;
}

.read-more-1 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #4f96f6;
    font-size: .8em;
}

.read-more-1 label:hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}

.read-more-1 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-1 label::before {
    content: '続きを読む';
}

.read-more-1 label:has(:checked)::before {
    content: '閉じる';
}

.read-more-1 label:has(:checked)::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    content: '';
}

.read-more-1 input {
    display: none;
}
/*商品一言説明開閉*/
/*トップへ戻るボタン*/
#page_top {
    position: fixed;
    right: 0;
    width: 64px;
    height: 64px;
    bottom: 5px;
    background: #646464;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 28px;
    text-align: center;
}
/*トップへ戻るボタン*/

/*カテゴリーページ用よくある質問*/
.p-type02 {
    align-items: center;
    color: rgb(51, 51, 51);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 80px;
    padding-left: 10px;
    background: rgb(242, 242, 242);
}

.p-faq-box dl {
    color: rgb(51, 51, 51);
}

.p-faq-box dl dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    min-height: 20px;
    margin-top: 30px;
    padding-left: 30px;
    background: url(https://flegre.itembox.design/item/icon/faq_q.png) left top 0px / 17px no-repeat;
}

.p-faq-box dl dd {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
    background: url(https://flegre.itembox.design/item/icon/faq_a.png) left top 1px / 17px no-repeat;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 0px 0px 24px 30px;
}

.p-link-box {
    text-align: center;
}

.p-link-box .type01 {
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    color: rgb(230, 57, 61);
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    width: 400px;
    background: url(https://flegre.itembox.design/item/icon/arrow_right.png) right 26px center / 8px no-repeat rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    margin: 0px auto;
    transition: 0.2s ease-out;
}
section.p-faq-box {
    margin: 80px auto;
}
/*カテゴリーページ用よくある質問*/
/*商品ページ用よくある質問*/
.p-type02 {
    align-items: center;
    color: rgb(51, 51, 51);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 80px;
    padding-left: 10px;
    background: rgb(242, 242, 242);
}

.faq-box dl {
    color: rgb(51, 51, 51);
}

.faq-box dl dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    min-height: 20px;
    margin-top: 30px;
    padding-left: 30px;
    background: url(https://flegre.itembox.design/item/icon/faq_q.png) left top 0px / 17px no-repeat;
}

.faq-box dl dd {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
    background: url(https://flegre.itembox.design/item/icon/faq_a.png) left top 1px / 17px no-repeat;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 0px 0px 24px 30px;
}

.p-link-box {
    text-align: center;
}

.faq-box .type01 {
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    color: rgb(230, 57, 61);
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    width: 400px;
    background: url(https://flegre.itembox.design/item/icon/arrow_right.png) right 26px center / 8px no-repeat rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    margin: 0px auto;
    transition: 0.2s ease-out;
}
section.faq-box {
    margin: 10px auto;
    padding-bottom: 30px;
}
/*商品ページ用よくある質問*/
/*商品提案書リンク*/
.dl-link a {
    color: #427bb5;
}
/*商品提案書リンク*/
/*商品グループコメント*/
p.category_sp {
    display: none;
}
/*商品グループコメント*/
/*導入事例【新】*/
.swiperstudy{
  width: 80vw;
  margin-top: 5em;
}
.studycard {
  background-color: #fff;
  overflow: hidden;
  max-width: 360px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*height: 400px;*/　    
}

.studycard-image{
 display: flex;
 justify-content: center;
}
      
.studycard-image img {
  width: 360px;
  height: auto;
}
.studycard-content {
  padding: 10px 10px 20px 10px;    
  text-align: center;
}

.studycard-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
}

.studycard-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
  height: 5em;    
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.studycard-button {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.studycard-button:hover {
  color: #fff;
  opacity: 0.7;
}

/*導入事例【新】*/