#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}

.spinner, .spinner * {
  box-sizing: border-box;
}

.spinner {
  height: 100vh;
  width: 100vw;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.spinner .spinner-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #302833;
  animation: spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.spinner .spinner-ring:nth-child(1) {
  height: calc(60px / 9 + 0 * 60px / 9);
  width: calc(60px / 9 + 0 * 60px / 9);
  animation-delay: calc(50ms * 1);
}

.spinner .spinner-ring:nth-child(2) {
  height: calc(60px / 9 + 1 * 60px / 9);
  width: calc(60px / 9 + 1 * 60px / 9);
  animation-delay: calc(50ms * 2);
}

.spinner .spinner-ring:nth-child(3) {
  height: calc(60px / 9 + 2 * 60px / 9);
  width: calc(60px / 9 + 2 * 60px / 9);
  animation-delay: calc(50ms * 3);
}

.spinner .spinner-ring:nth-child(4) {
  height: calc(60px / 9 + 3 * 60px / 9);
  width: calc(60px / 9 + 3 * 60px / 9);
  animation-delay: calc(50ms * 4);
}

.spinner .spinner-ring:nth-child(5) {
  height: calc(60px / 9 + 4 * 60px / 9);
  width: calc(60px / 9 + 4 * 60px / 9);
  animation-delay: calc(50ms * 5);
}

.spinner .spinner-ring:nth-child(6) {
  height: calc(60px / 9 + 5 * 60px / 9);
  width: calc(60px / 9 + 5 * 60px / 9);
  animation-delay: calc(50ms * 6);
}

.spinner .spinner-ring:nth-child(7) {
  height: calc(60px / 9 + 6 * 60px / 9);
  width: calc(60px / 9 + 6 * 60px / 9);
  animation-delay: calc(50ms * 7);
}

.spinner .spinner-ring:nth-child(8) {
  height: calc(60px / 9 + 7 * 60px / 9);
  width: calc(60px / 9 + 7 * 60px / 9);
  animation-delay: calc(50ms * 8);
}

.spinner .spinner-ring:nth-child(9) {
  height: calc(60px / 9 + 8 * 60px / 9);
  width: calc(60px / 9 + 8 * 60px / 9);
  animation-delay: calc(50ms * 9);
}

@keyframes spinner-animation {
  100% {
    transform: rotate( 360deg );
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.form__mailer {
  margin-top: 100px;
  padding: 0 10px;
}

.form__center {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.text__left {
  text-align: left;
}

.text__left h1 {
  color: #c89932;
  font-size: 1.8em;
  border-bottom: solid 2px #c89932; 
}

/*------------------
    Clearfix 
------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
/*------------------
    search 
------------------*/
.search__area {
  width: 140px;
}

.search__box {
  display: inline-flex;
}

/*------------------
      初期設定 
------------------*/
dl,dt,dd {
  margin: 0;
  padding: 0;
}
.fs-c-checkout-paymentMethod.is-active:not(.is-disabled),
.fs-c-checkout-paymentMethod__body {
    display: block;
    width: 430px;
}

.fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}
.fs-c-creditCardIcons__image {
    max-height: 30px;
    margin-left: 5px;
}
.credit__indent {
  margin: 0 0 -20px 20px;
}

.fs-c-inputTable {
  width: 100%;
}

#fs_input_securityCode {
  width: 70px;
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
.fs-c-cartDiscountInfo__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 18px;
}

.fs-clientInfo {
    text-align: center;
    margin-top: -8px;
    margin-left: -4px;
}
.fs-c-cartDiscountInfo__note {
  text-align: right;
  font-size: 12px;
}
#fs-totalsArea-wrapper {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: flex-end;
}
.fs-c-cartTable__actionButton {
    display: flex;
    justify-content: flex-end;
}

.fs-c-productPostage {
  display: none;
}
.fs-c-checkout-buyerInfo__title,
.fs-c-checkout-preview__title {
  text-align: center;
  font-size: 2em;
  color: #43676b;
}
/* ============ 追加 ============*/
.fs-l-productLayout {
  margin-bottom: 50px;
}

.fs-c-checkout-delivery__method__title,
.fs-c-checkout-confirmationList__label {
  display: none;
}
.fs-c-checkout-confirmationList {
  display: block;
  text-align: center;
}
.fs-c-checkout-multiDestination__title,
.fs-c-checkout-multiDestination__subtitle {
  font-size: 1.5em;
}
.fs-c-checkout-multiDestination__title::before {
  content: "【";
}
.fs-c-checkout-multiDestination__title::after {
  content: "】";
}

#delivery h3{background-color: #FDB7A4; color: #322619; text-align: center; padding: 15px 0 10px 0; font-size: 20px; font-weight: normal; border-radius:  10px 10px 0 0; margin: 0;}
#delivery div { border: solid 2px #FDB7A4; text-align: center; padding: 20px 0 10px 0; font-size: 18px; border-radius:  0 0 10px 10px; margin-bottom: 40px;}
#delivery div .day .label {background-color: #FDB7A4; color: #322619; text-align: center; padding: 8px 30px; margin-right: 20px; font-size: 16px; }
#delivery div .day  {width: 75%; font-size: 18px; margin: 20px auto; font-weight: bold; text-align: left;}
#delivery div .day-foot{border-top: dashed 1px #FDB7A4; width: 80%; padding: 20px 0 10px 0; margin: 0 auto; font-size: 14px;}

/* ============ ここまで ============*/
.fs-c-returnedSpecialContract__link {
  font-size: 16px;
}
#fs-buyerInfo-container,
#fs-addressInfo-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  align-content: center;
  border: solid 2px #000;
  padding: 10px;
}

#fs-multipleAddressButton-container {
text-align: center;
font-size: 1.5vw;
}
.fs-c-checkout-multiDestination__info__body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: column;
}
.fs-c-checkout-multiDestination__info__control {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    align-content: stretch;
    flex-wrap: nowrap;
}
.fs-c-pairList dd {
  width: 180px;
}
.fs-c-checkout-multiDestination {
  border: solid 2px #000;
}

.fs-c-checkout-multiDestinationList > li {
  padding: 10px;
}

.fs-c-checkout-delivery__method__deliveryDateTime {
  text-align: center;
}

.fs-c-requiredMark {
  overflow: visible;
  text-indent: 0;
  width:auto;
}
.fs-c-productReview {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.fs-c-requiredMark::before {
  display: none;
}

.fs-c-inputTable {
  table-layout: fixed;
  margin: 0 auto;
}

.fs-c-inputTable > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}
.fs-c-inputTable__headerCell {
    text-align: left;
    padding: 0;
}
.fs-c-accountService {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.top__item__slider {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
display: flex;
width: 980px;
}
.fs-c-checkout-paymentMethod__message {
  font-size: 1rem;
}
.top__item__image {
width: 330px;
}

.fs-l-page {
  overflow-x: hidden;
}

.fs-c-subgroupList__label {
font-size: 12px;
}

.fs-c-productList__list__item {
width: 33.333333333%;
display: inline-block;
margin-bottom: 50px;
padding: 0 20px;
}

.fs-c-price {
    /*display: flex;
    align-items: baseline;
    justify-content: flex-start;*/
}
.fs-c-productName__name {
  color: #000;
  font-size: 20px;
}
.fs-c-featuredProduct__title{
  font-size:24px;
}
.fs-c-salesPeriod__date,
.fs-c-productListItem__salesPeriodNotice {
  font-size: 13px;
}
.fs-c-dropdown {
width: 200px;
}
#ukeian__simple__product {
text-align: center;
}

.fs-c-productList__controller {
  margin: 8px 0 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  width: 100%;
}

.fs-c-sortItems__list {
list-style: none;
overflow: hidden;
padding: 0;
}

.fs-c-breadcrumb__listItem a{
color: #000;
}

.fs-c-sortItems__list li {
width: 33.33333%;
text-align: center;
background-color: #333;
float: left;
color: #fff;
font-size: 10px;
padding: 8px 20px;
border-right: solid 1px #fff;
}

.fs-c-sortItems__list li:last-child {
border: 0;
}

.fs-c-sortItems__list li a:link, 
.fs-c-sortItems__list li a:visited,
.fs-c-sortItems__list li a:hover,
.fs-c-sortItems__list li a:active {
text-decoration: none;
color: #fff;
font-weight: bold;
display:block;
}

.fs-c-sortItems__label {
display: none;
}

.fs-c-button--viewExtendedImage {
display: none;
}

.fs-c-productMainImage__image {
  text-align: center;
}

.fs-c-productThumbnail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.fs-system-quantity-list {
  width: 40px;
}

.ukeian__simple__product__left {
display: inline-block;
text-align: left;
width: 49%;
vertical-align: top;
}

.ukeian__simple__product__right {
display: inline-block;
width: 49%;
vertical-align: top;
}
.fs-c-productNumber {
  font-size: 14px;
  text-align: center;
}
.fs-p-productDescription table{
margin: 0 auto;
}
.fs-p-productDescription {
text-align: left;
font-size: 14px;
}
.fs-c-returnedSpecialContract {
text-align: center;
font-size: 12px;
}
.fs-c-productQuantityAndWishlist__quantity {
margin: 0 auto;
}

.fs-c-priceDisplay {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.fs-c-productPrice--selling {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}



.fs-c-productPrice__addon__label {
float: unset;
}
.fs-c-productPrice {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: "(";
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: ")";
}

.fs-c-productList {
display: flex;
flex-wrap: wrap;
align-content: stretch;
margin: 0 auto;
}
.fs-c-productPrice__main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 24px;
}
.fs-c-productPrice__main__label {
  margin-right: 4px;
  font-size: 14px;
}
.fs-c-productList__list {
display: flex;
flex-wrap: wrap;
width: 900px;
margin: 0 auto;

}
.fs-c-productListCarousel__list__item {
max-width: 100%;
object-fit: contain;
width: 250px!important;
}


.fs-c-productImage__image {
  margin: 0 auto;
}

.fs-c-productName__name {
  display: inline-block;
  line-height: 1.4;
}
.fs-c-productListItem__image__image {
max-width: 100%;
object-fit: contain;
}


.fs-c-checkout-multiDestination__deliveryMethod__preview,
.fs-c-checkout-delivery__method,
.fs-c-checkout-multiDestination__wrapping__body,
.fs-paymentList-container {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
#fs-paymentList-container,
#fs_orderTotalContainer {
margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.fs-c-checkout-paymentMethod__creditCardRegistration {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.fs-l-checkout__mainColumn {
  width: 100%;
  max-width: 1028px;
}

.fs-c-productListItem__productDescription {
  display: none;
}

.cate__pic{
position: relative;
max-width: 1200px;
width: 100%;
margin: 0 auto;  
}

.cate__pic h1{
position: absolute;
color: #fff;
text-shadow: 2px 2px 3px #000;
line-height: 2;
top: 0%;
left: 5%;
font-weight: bold;
font-size: 4vw;
}

.cate__pic h2{
position: absolute;
color: #fff;
text-shadow: 2px 2px 3px #000;
line-height: 2;
bottom: 0%;
right: 5%;
font-weight: bold;
font-size: 2vw;
}

.cate__pic__b {
position: relative;
max-width: 1200px;
width: 100%;
margin: 0 auto;  
}

.t_title {
text-align: center;
}

.fs-c-breadcrumb {
  font-size: 14px;
}

html{
  font-family :
  "kinuta-maruminfuji-stdn", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Font Awesome 5 Free";
  font-style: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

footer{
  clear: both;
  margin-top: 50px;
}

a{
    text-decoration: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
a:hover {
    text-decoration: none;
  opacity: 0.6;
  transition-duration: 0.3s;
}

a:visited {
    text-decoration: none;
}

ul li{list-style: none;}

address{
  font-family :
  kinuta-maruminfuji-stdn, serif;
  font-style: normal;
}

address a{
  text-decoration: none;
  color: #000;
}

.fs-c-inputInformation__message {
  width: 100%;
  max-width: 1028px;
  margin: 0px auto;
}

.fs-c-inputField {
  width: 100%;
  max-width: 1028px;
  margin: 0px auto;
}

.fs-p-accountInfo__header{
  text-align: center;
  margin-top: -10px;
}

.fs-c-productNameHeading__name {
  font-size: 24px;
  line-height: 1.4;
}

.fs-c-productNameHeading__copy,
.fs-c-productName__copy {
  color: #ff0000;
  font-size: 22px;
}

.fs-c-productNameHeading,
.fs-c-heading {
  line-height: 1;
  text-align: center;
}
.fs-c-productOption,
.fs-c-productSelection {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-size: 1vw;
}
.fs-c-productSalesPeriod,
.fs-c-productNotice.fs-c-productNotice--outOfStock {
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productSalesPeriod,
  .fs-c-productNotice.fs-c-productNotice--outOfStock {
    font-size: 16px;
  }
}

.fs-c-productOption .title {
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
}
.center{text-align: center;}
/*------------------
    button 
------------------*/
.checkbox__big {
  transform: scale(1.4);
  margin-right: 5px;
}
.submit-button__none {
  display: none;
}
.submit-button,
.fs-c-accountService__page {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 2px #000;
  border-radius: 0;
  background: #fff;
  font-size: 3.7vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 200px;
  text-align: center;
	color:#00e;
}
.icon__red {
  color: #fff;
  background: #d3381c;
  font-size: 1vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 75px;
  text-align: center;
  border: none;
}
.submit-button__red {
  color: #fff;
  background: #d3381c;
  font-size: 2.3vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 200px;
  text-align: center;
  border: none;
}
.submit-button__red2 {
  color: #fff;
  background: #c53d43;
  font-size: 2.3vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 200px;
  text-align: center;
  border: none;
}
.submit-button__green {
  color: #fff;
  background: #00a497;
  font-size: 2.3vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 200px;
  text-align: center;
  border: none;
}

.submit-button__small {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 2px #000;
  border-radius: 0;
  background: #fff;
  font-size: 2.3vw;
  padding: 8px 20px;
  display: block;
  margin: 15px auto;
  width: 100px;
  text-align: center;
}
.submit-button__small.fs-c-button--next.fs-c-button--secondary {
  color: #000;
}
/*------------------
    shop_table 
------------------*/
.shop__section {
  display: inline-block;
  margin: 0 auto;
}

.shop__info__table {
  width: 300px;
  height: 1000px;
}

.shop__info__table caption {
  text-align: left;
  font-size: 2rem;
}
.shop__info__table img{
  width:100%;
  max-width: 100%;
  height: auto;
}

.shop__info__table td:first-child{
  width: 70px;
}

.shop__info__table tr td {
  border-bottom: 1px solid #aaa;
}

.mg__right {text-align: right!important; }

.fs-c-addressBookList__list {
  margin: 0 auto;
}

#fs_form {
  font-size: 2vw;
  padding: 0 10px;
}

.fs-c-orderTotalTable {
  font-size: 20px;
}
.fs-c-purchaseHere__message {
  text-align: right;
}

.mb__50 {
  margin-bottom: 50px;
}

#many__order__section h1{
  font-size: 18px;
}

#many__order__section h2{
  font-size: 16px;
}

#many__order__section p{
  font-size: 14px;
}


.fs-c-dropdownGroup {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fs-c-button__label {
  font-size: 13px;
}

.fs-c-quantity {
  position: relative;
  width: 75px;
  padding-left: 15px;
  display: block;
  font-size: 22px;
}
.fs-c-quantity::before {
  content: '数量';
  position: absolute;
  top: 0px;
  left: -60px;
  display: block;
}
.fs-c-cartTable__dataCell--quantity::before {
  display: none;
}

.fs-c-modal__close::before {
	font-family: 'fs-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	font-size: 3.9em;
	line-height: 1;
}

#keirou #delivery div {
  border: solid 2px #de4148;
  text-align: center;
  padding: 40px 0 10px 0;
  font-size: 18px;
  margin-bottom: 40px;
}

#keirou #delivery h3 {
  background-color: #de4148;
  color: #FFFFFF;
  text-align: center;
  padding: 16px 0;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

#keirou #delivery div .day {
  font-size: 26px;
  margin: 40px 0;
}

#keirou #delivery div .day span {
  background-color: #de4148;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 30px;
  margin-right: 20px;
  font-size: 22px;
}

#keirou #delivery div .day-foot {
  border-top: dashed 1px #de4148;
  padding: 20px 0 10px 0;
  margin: 0 auto;
  font-size: 14px;
}

#kakegami {
  border: 10px solid #d9ead5;
}

#kakegami p{
  text-align: center;
  font-size: 14px;
}

.keirou__news {
  font-size: 20px;
  margin: 10px 0;
  text-align: center;
}
.keirou__news2 {
  font-size: 20px;
  background-color: #d9ead5;
  margin: 0;
  text-align: center;
}

.mt__50 {
  margin-top: 50px;
}
.date__title {
  margin: 30px 0 30px 0;
  font-size: 3rem;
  font-weight: bold;
  color: #302833;
}
.mimi__title {
  margin: 30px 0 0 0;
  font-size: 3rem;
  font-weight: bold;
  color: #302833;
}
.mimi__subtitle {
  font-size: 2.5rem;
  font-weight: 900;
  color: #302833;
  line-height: 45px;
}

.mimi__subtitle2 {
  font-size: 2rem;
  font-weight: 600;
  color: #302833;
  line-height: 45px;
}
.font__size__28 {
  font-size: 28px;
  font-weight: bold;
}
.font__size__24 {
  font-size: 24px;
  font-weight: bold;
}
.font__size__22 {
  font-size: 22px;
  font-weight: bold;
}
.font__size__20 {
  font-size: 20px;
  font-weight: bold;
}

.font__size__18 {
  font-size: 18px;
}
.font__size__16 {
  font-size: 16px;
}

.text__center { 
  text-align: center;
}
.otodoke {
  border: solid 1px #000;
  padding: 10px;
  font-size: 24px;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}
.otodoke__1 {
	border: 4px solid #ff0000;
	background: lemonchiffon;
	color: #ff0000;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}
.under__line {
  border-bottom: solid 3px #000;
	padding-bottom: 3px;
}
.back__red {
  background: #ffd2d2;
  padding-bottom: 5px;
}
.under__line__double {
  border-bottom: double 6px #ff0000;
}
.text__layout {
  display: inline-block;
}
.liStyle__disc {
	list-style-type: disc;
	padding-bottom: 10px;
}
.liBackground {
	background: #f9f9f9;
	border: 1px solid #000;
}
.underline__marker{
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #ffff00 0%);
  line-height: 1.2;
}

/* レモンかすていら */
.lemon-content {
  position: relative;
  padding: 0 20px;
  margin: 50px 0 100px;
  font-family: "Yu Gothic";
  z-index: 1;
}
.lemon-content::before,
.lemon-content::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.lemon-content::before {
  width: 130px;
  height: 130px;
  top: -30px;
  left: 0;
  background: #fff918;
}
.lemon-content::after {
  width: 100px;
  height: 100px;
  bottom: -20px;
  right: 0;
  background: rgba(255, 249, 24, 0.3);
}
.lemon-content h3 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #333;
  margin: 0 0 10px;
  z-index: 1;
}
.lemon-content h3::first-letter {
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
.lemon-content h3::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(45deg, #fff918, #fff9bf);
  z-index: -1;
}
.lemon-content .two-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
.lemon-content .two-column .lemon-img {
  width: calc(35% - 10px);
}
.lemon-content .two-column .lemon-img img {
  width: 100%;
  height: auto;
}
.lemon-content .two-column p {
  width: calc(65% - 10px);
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.text-layout {
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lemon-content .two-column {
    flex-direction: column;
    gap: 10px;
  }
  .lemon-content .two-column .lemon-img,
  .lemon-content .two-column p {
    width: 100%;
  }
  .lemon-content h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .lemon-content h3::before {
    bottom: 2%;
    height: 12%;
  }
}

/* 袋パーツ */
.fukuro_link_btn,
.buy_btn {
  color: #fff;
  font-size: 13px;
  padding: 10.5px 20px;
  display: none;
  margin: 15px auto;
  width: 200px;
  text-align: center;
  border: none;
}
.fukuro_link_btn:hover,
.buy_btn:hover {
  opacity: 1;
}
.fukuro_link_btn {
  background: #00a497;
}
.buy_btn {
  background: #c53d43;
}

/* お買い物ガイドぺージ 袋追加 */
.fukuro_guide table,
.fukuro_table_p {
  width: 60%;
}
.fukuro_table_p {
  text-align: right;
}
.fukuro_guide td {
  padding: 15px 2px;
  text-align: center;
  vertical-align: middle;
}
.fukuro_guide td:first-child {
  width: 70%;
  font-weight: bold;
  font-size: 18px;
}
.fukuro_size {
  font-size: 80%;
  font-weight: normal;
}
.fukuro_guide td:last-child {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .fukuro_guide table,
  .fukuro_table_p {
    width: 98%;
    margin: 0 auto;
  }
}


/* ショッピングカート 袋ぺージリンク */
.cart_fukuro {
  padding: 25px;
  background: #fffcd0;
  border: 1px solid #333;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.cart_fukuro_title {
  font-size: 20px;
  font-weight: bold;
}
.cart_fukuro_link {
  border: solid 1px #000;
  border-radius: 0;
  color: #000;
  background: #fff;
  font-size: 16px;
  padding: 8px 20px;
  display: flex;
  width: 20%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cart_fukuro {
    flex-direction: column;
  }
  .cart_fukuro_title {
    font-size: 18px;
  }
  .cart_fukuro_link {
    width: 100%;
  }
}

/* お客様情報入力ぺージ */
#fs_CustomerDetails .fs-c-inputInformation__field fieldset {
  margin-bottom: 15px;
}
#fs_CustomerDetails .fs-c-inputInformation__field fieldset:nth-child(2) .fs-c-agreementConfirmation {
  border: 1px solid #000;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
}
#fs_CustomerDetails .fs-c-inputInformation__field fieldset:nth-child(3) .fs-c-inputField__field {
  text-align: center;
  margin-top: 3em;
}
#fs_CustomerDetails .fs-c-inputInformation__field .fs-c-checkbox__label {
  gap: 0.5em;
}
.fs-c-checkout-multiDestination__wrapping {
  display: none;
}

/* UI微調整 */
.fs-c-checkbox__checkMark::before {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==================================================================================================================================================*/
@media screen and (max-width: 320px) {
  .fs-c-productSelection__label {
    font-size: 16px;
  }

  .fs-c-inputField__field{
    width:100%;
    margin: 0 auto;
  }
    .fs-c-inputDate {
    width: 300px;
  }
  .fs-c-quantity::before {
    content: '数量';
    position: absolute;
    top: 0px;
    left: -55px;
    display: block;
  }
  .font__5000 {
    font-size: 2vw;
    text-align: center;
    line-height: 1.2;
    background: #fff;
    margin-top: 75px;
  }
  .archive__bnr {
    text-align: center;
  }

  .font__small {font-size: 1.2vw;}
  
  .info__text {
    text-align: center;
    font-size: 1.3vw;
    margin: -10px;
    background: #fff;
  }
  .fs-c-modal__contents {
    font-size: 4vw;
    padding: 0;
  }
  
  .fs-c-inputTable {
  font-size: 1.5em;
  }
  .fs-c-inputInformation__field {
    font-size: 2.5vw;
  }
  .fs-c-inputField__explanation {
    font-size:1.8vw;
  }
  .fs-c-cartTable__dataCell,
  .fs-c-cartTable__dataCell--quantity {
      display: flex;
      justify-content: flex-end;
  }
  .fs-c-cartTable__row {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      border-bottom: solid 1px #ccc;
  }
  .fs-c-sortItems__list li {
  width: 33.33333%;
  text-align: center;
  background-color: #333;
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  border-right: solid 1px #fff;
  }
  .cate__pic__b h1 {
  position: absolute;
  color: #000;
  line-height: 2;
  top: 10px;
  left: 3%;
  font-weight: bold;
  font-size: 4vw;
  margin: 0;
  }

  .cate__pic__b h2 {
  position: absolute;
  color: #000;
  line-height: 2;
  bottom: 10px;
  right: 3%;
  font-weight: bold;
  font-size: 2.5vw;
  margin: 0;
  }
  /*------------------
      header 
  ------------------*/
  header {
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
  }

  #header2 {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
  }
  #header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .head-animation {
    transform: translateY(-100%);
  }


  .margin60 {
    margin-top: 60px;
  }
  .padding144 {
    padding-top: 17px;
  }
  .header__wrap {
    display: block;
    position: relative;
    max-width: 1028px;
    margin: 0 auto;
    width: 100%;
  }


  #site__logo {
  position: absolute;
      top: 16px;
      left: 36%;
      width: 28%;
  }

  #member__icon {
    display: none;
  }

  #member__icon a {
    text-decoration: none;
  }

  #loginout__icon {
    display: none;
  }

  #loginout__icon a {
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    display: block;
  }

  #cart__icon {
    position: absolute;
    top: 20px;
  }

  .fs-client-cart-count {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FF411e;
    padding: 6px;
    border-radius: 50%;
    line-height: 1rem;
    text-align: center;
    font-size: 1.3rem;
    top: -4px;
    right: -7px;
    color: #fff;
  }

  #info {
    position: absolute;
    top: 10px;
    right: 0%;
  }

  #tel {
      position: absolute;
      left: -110px;
      top: 10px;
  }

    #tel a{
      text-decoration: none;
    }

  .time {
    display: none;
  }
    .time .tel__num {
      font-size: 1.5em;
    }

  /*-----ドロップダウンリスト------*/

  .nav__sp{
    z-index: 1;
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }

  .nav__sp.show {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    overflow-y: scroll;
  }

  .nav_toggle {
    display: block;
    position: relative;
    width: 3.5rem;
    height: 2rem;
    z-index: 999;
    float: right;
    top: 25px;
    right: 3%;
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .nav_toggle p{
    padding-top: 15px;
    text-align: center;
  }
  .nav {
    display:none;
  }

  .header__menu {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    list-style: none;
    margin: 100px 0 0 0;
    justify-content: center;
    font-size: 1.5em;
    padding: 0;
  }


  .header__menu li {
    text-align: center;
    margin: 30px 0;
  }

  .header__menu li a {
    color: #000;
    text-decoration: none;
  }

  .header__menu li a:hover {
    color: #000;
  }

  ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
  }

  .header__menu li:hover {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-align: left;
    font-size: 1em;
  }

  li.mega__menu:hover ul.mega__menu-second {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third li{
    margin: 5px;
    width: calc(50% - 10px);
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third img{
    width: 80%;
    float: left;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third .shop__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
  }
  li.mega__menu ul.mega__menu-second ul.mega__menu-third .product__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
    line-height: 1.3;
  }
  .fb__icon__top {
    margin: 0 20px;
  }

  .ig__icon__top {
    margin: 0 20px;  
  }
  /*------------------
          main
  ------------------*/
  .fs-l-main {
    width: 100%;
    max-width: 1028px;
    margin: 30px auto 0;
    font-size: 1.2em;
    padding: 0 10px;
  }
  .cate__bun{
  font-size: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  line-height: 1.4;
  }
  .wrapper {
    max-width: 1028px;
    margin: 0 auto;
  }

  #news__wrap {
  text-align: center;
  margin-bottom: 60px;
  }  
  .news {
    width: 150px;
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    margin: 10px 0 20px;
  }


  .news .bnr{
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

  .news .bnr .underline {
    margin: 0 auto;
    width: 53px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  .top__pic01 {
  display: block;
  float: left;
  margin: 20px 0;
  }

  .top__pic02 {
  display: block;
  float: right;
  margin: 20px 0;
  }

  .top__youto {
    display: flex;
    margin: 25px auto;
    padding: 0;
    flex-wrap: nowrap;
    max-width: 1211px;
    width: 100%;
  }
  .top__youto li {
    box-sizing: border-box;
    margin-right: 10px;
  }
  .top__youto li:last-child{
    margin-right: 0;
  }
  .top__youto li img {
    position: relative;
  }


  .top__youto li p{
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 1.5rem;
    top: 0px;
    left: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;    
  }

  .top__houjin,
  .top__houjin__b {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 20px;
  }

  .top__houjin p{
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.5rem;
  bottom: 0px;
  right: 10px;
  }

  .top__houjin p:nth-child(2) {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.3rem;
  bottom: 0px;
  left: 10px;
  }

  .top__houjin__b p{
    position: absolute;
    color: #000;
    font-size: 1.5rem;
    bottom: 0px;
    right: 10px;
    }
    
    .top__houjin__b p:nth-child(2) {
    position: absolute;
    color: #000;
    font-size: 1.3rem;
    bottom: 0px;
    left: 10px;
    }
    

  .table__wrap {
    margin-bottom: 60px;
    text-align: center;
  }

  .bnr{
    margin: 50px auto 20px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

    .bnr .line {
      margin: 0 auto 0;
      width: 110px;
      text-align: center;
      padding: 0 10px;
      line-height: 1.5;
      padding-bottom: 2px;
      border-bottom: 1px solid;
    }

  .fs-c-productListCarousel {
    margin-bottom: 60px;
    padding: 0;
  }
  .side__wrapper h3 {
    text-align: center;
  }
  .side__banner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .side__banner li{
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
    border: 2px solid #000;
  }
  .side__img li {
    border: none;
  }

  .side__banner li a:link, 
  .side__banner li a:visited,
  .side__banner li a:hover,
  .side__banner li a:active {
    text-decoration: none;
    color: #000;
    display: block;
  }

  .side__banner li a {
    display: block;
    height: 100%;
    padding: 8px 10px;
  }
  .side__img li a {
    padding: 0;
  }
  .bnr__black {
      background-color: #eee;
  }
  .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }

  .arrow::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*------------------
      table 
  ------------------*/
  .shop__section {
    display: inline-block;
    margin: 0 auto;
  }

  .shop__info__table {
    text-align: left;
  }

  .shop__info__table caption {
    font-size: 2rem;
  }

  .shop__info__table tr {
    font-size: 1.5rem;
  }
  /*------------------
      product
  ------------------*/
  .fs-c-productList__list__item {
    width: 100%;
    margin: 0 auto 60px;
  }
  .ukeian__simple__product__left,
  .ukeian__simple__product__right {
    float: none;
    text-align: center;
    width: 100%;
  }
  /*------------------
      footer
  ------------------*/
  #footer__title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
  }

  .footer__subtitle {
    font-size: 1.2em;
    text-align: center;
    margin-top: 45px;
  }

  .charges{
    width: 250px;
    margin: 0 auto;
  }

  .charges tr td{
    border: 1px solid #bbb;
  }


  .logo__icon{
    margin-left: -10px;
  }
  .fb__icon {
    margin: 50px 0 0 0;
  }
  .ig__icon {
    margin: 50px 0 0 15px;
  }

  #footer__blk{
    background-color: #000;
    color: #fff;
    font-size: 15px;
  }

  #footer__blk__wrap {
    text-align: center;
    padding: 10px 0;
  }

  #footer__blk__wrap a{
    color: #fff;
    text-decoration: none;
  }

  .pay__li__disc {
    list-style: disc;
  }

  .pay__li__none{
    padding-left: 1em;
  }


  #page_top {
    position: relative;
    display: block;
    z-index: 1999;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    background: #999;
    opacity: 0.6;
  }
  #page_top a{
    text-decoration: none;
  }
  #page_top a::before{
    font-family: fangsong;
    font-weight: 900;
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*------------------
      faq 
  ------------------*/
  .qa-list dl {
      position: relative;
      margin: 30px 0 0;
      cursor: pointer;
      border: 1px solid #DDD;
  }
  .qa-list dl:first-child {
    margin-top: 0;
  }
  .qa-list dl::after {
      position: absolute;
      top: 27px;
      right: 10px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000;
  }
  .qa-list .open::after {
      transform: rotate(-45deg);
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
      font-weight: bold;
      background: #DDD;
  }
  .qa-list dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 20px;
      left: 20px;
      display: block;
      content: 'Q.';
      color: #3285bf;
  }
  .qa-list dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      left: 20px;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #aa4c8f;
  }
  .qa-list dl dd {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
      margin-top: 0;
  }
  /*------------------
      tokushoho 
  ------------------*/


  .tokushoho__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }

  .tokushoho__table dt {
    background-color: #FBFBFB;
    font-weight: bold;
  }
  .tokushoho__table dt,
  .tokushoho__table dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-right:  1px solid #000;
    border-bottom: 1px solid #000;
  }

  .tokushoho__text dt {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
  }

  .text__wrapper {
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .text__wrapper li {
    list-style: disc;
  }

  /*------------------
      footer 
  ------------------*/
  #footer__upper {
    background: #fff;
    width: 100%;
    height: auto;
    color: #000;
  }
  #footer__upper ul {
    padding-left: 20px;
  }

  #footer__text {
    font-size: 1.1em;
  }
  /*------------------
    Izumigaoka 
  ------------------*/

  .izumi__title__img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 50px;
  }

  .izumi__title {
  background-color: #fdeff2;
  color: #000;
  font-size: 2.5rem;
  padding: 10px 20px;
  }

  .conditions {
  width: 300px;
  background-color: #6a5d21;
  }

  .conditions li{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  }
  .izumi__str {
    font-weight: bold;
  }
  .text__wrapper h2 {
  font-size: 1.2em;
  background-color: #7a4171;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  }

  .text__wrapper section {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
  border: 1px solid #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .izumi__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #f6bfbc transparent transparent transparent;
  margin: 30px auto;
  }
  .izumi__info {
  margin: 0 auto;
  border: solid 1px #000;
  }

  .izumi__info caption {
  text-align: left;
  }

  .izumi__info tr td {
    border-bottom: 1px solid #000;
  }

  /*------------------
    commitment 
  ------------------*/

  .commit__title h2 {
  color: #fff;
  background-color: #543f32;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  }

  .commit__title h2 br {
  display: none;
  }

  .commit__title p {
  color: #543f32;
  margin: 0;
  font-size: 1.6rem;
  border-bottom: solid 3px #543f32;
  }
  .commit__title p:last-child{
  font-size: 1.2rem;
  }
  .fs__12 {
  font-size: 1.2rem;
  }
  .commit__title p .st{
  font-size: 3rem;
  }

  .commit__pic__text {
  margin-bottom: 35px;
  }
  .commit__pic__text p {
  font-size: 1.2rem;
  }
  .commit__pic__h {
  position: relative;
  }

  .commit__pic__h img{
  width: 100%;
  }

  .commit__pic__h p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h2 img{
  width: 100%;
  position: relative;
  }

  .commit__pic__h2 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  .commit__pic__h2__2 img{
  width: 100%;
  position: relative;
  }
  .commit__pic__h2__2 p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .po__re{
  display: block;
  position: relative;
  }
  .commit__pic__h3 {
  position: relative;
  }

  .commit__pic__h3 img{
  width: 100%;
  }

  .commit__pic__h3 p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h4 {
  position: relative;
  }

  .commit__pic__h4 img{
  width: 100%;
  }

  .commit__pic__h4 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  /*------------------
    gift
  ------------------*/
  .gift__wrapper {
      width: 100%;
      max-width: 1028px;
      margin: 0 auto;
  }
  .gift__wrapper2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .gift__wrapper3 p{
    padding-left: 40px!important;
  }
  .gift__wrapper3 h3{
    font-size: 1.5vw;
  }
  .gift__wrapper p{
    text-align: left;
    font-size: 1.2rem;
    padding-left: 20px;
    text-indent: 1em;
  }

  .gift__title {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ee827c;
  font-weight: bold;
  border-bottom: solid 3px #ee827c;
  margin-bottom: 30px;
  }

  .gift__wrapper h2{
  line-height: 1.5;
  color: #ec6d71;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 30px;
  }

  .gift__wrapper h3{
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ec6d71;
  margin-bottom: 30px;
  margin-left: 30px;
  }
  .mimi__pic__l {
    text-align: center;
    margin-bottom: 50px;
  }
  .mimi__pic__l p{
    font-size: 1.4rem;
  }

  .gift__pic__l {
    text-align: center;
    margin-bottom: 50px;
  }
  .gift__pic__l p{
    font-size: 1.4rem;
  }
  .share__wrapper {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    background-color: #f8f4e6;
    padding: 30px;
    border-radius: 20px;
  }

  .share__title {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin-bottom: 30px;
  }

  .share__wrapper p {
    font-size: 1.4em;
  }

  .share__wrapper__strong__red {
    font-weight: bold;
    color: #ff0000;
  }

  .share__pic__wrapper {
    display: block; 
  }

  .share__pic {
    display: block;
    text-align: center;
  }

  .share__pic img {
    display: block;
      width: 100px;
      margin: 0 auto;
  }

  .mg_120 {margin-bottom: 50px;}

  .mimi__pic__r {
    text-align: center;
    margin-bottom: 50px;
  }

  .mimi__pic__r p{
    font-size: 1.4rem;
  }

  .gift__pic__r {
    text-align: center;
    margin-bottom: 50px;
  }

  .gift__pic__r p{
    font-size: 1.4rem;
  }

  .gift__pic__text {
      text-indent: 1em;
      width: 49%;
  }

  .gift__comment {
    text-align: left;
    font-size: 1vw;
    padding-left: 20px;
    text-indent: 1;
    width: 49%;
  }
  .gift__delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #f6bfbc transparent transparent transparent;
    margin: 0 auto;
  }
  /*------------------
    chouji
  ------------------*/

  .chouji__title {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5;
  color: #1f3134;
  font-weight: bold;
  border-bottom: solid 3px #1f3134;
  margin-bottom: 30px;
  }
  .chouji__comment {
    line-height: 140%;
    padding: 15px;
    color: #de0000;
    border: 2px solid #de0000;
    font-size: 16px;
  }
  /*------------------
    iwai
  ------------------*/

  .iwai__title {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5;
  color: #d7003a;
  font-weight: bold;
  border-bottom: solid 3px #d7003a;
  margin-bottom: 30px;
  }
  .iwai__table p {
    text-align: center;
    font-weight: bold;
  }
  .iwai__table::after {
    content: 'この表は左右にスクロールできます';
  }

  .iwai__table table{
    margin: 0 auto 30px;
  }
  /*------------------
    present
  ------------------*/
  .pre__wrapper img{
      width: 100%;
      max-width: 1028px;
      margin: 0 auto;
  }
  /*------------------
    danish
  ------------------*/
  .deni__title {
    width: 100%;
    font-size: 2em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin: 50px 0;
  }

  .deni__wrapper {
    display: block;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
  }
  .deni__wrapper p {
    font-size: 1.4em;
    line-height: 1.3;
    padding: 10px;
  }
  .deni__wrapper img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    background-color: #f9f9f9;
    border: solid 1px #b69469;
  }
  .deni__wrapper2 img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 p {
    padding: 10px;
  }
  .deni__center {
    text-align: center;
  }
  .deni__wrapper3 {
    font-size: 18px;
    padding:25px;
    margin-top: 20px;
    background-color:#FFB400;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }
  .deni__wrapper3 li{
    list-style: disc;
  }

  .deni__wrapper4 {
    color: #EC5800;
    font-size: 18px;
    padding: 25px;
    margin-top: 20px;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }


  /*------------------
    about
  ------------------*/
  .about__title {
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #583822;
  }

  .about__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    max-width: 100%;
    display: block;
  }

  .about__table dt,
  .about__table dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  /*------------------
    houjin
  ------------------*/
  .corp__title {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 960px;
  position: relative;
  height: auto;
  }

  .corp__title h2{
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  top: 0px;
  left: 10px;
  }

  .corp__use__point {
  font-size: 1.4em;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: center;
  }

  .corp__use__point p{
  display: none;
  }

  .yaki__list {
  display: block;
  flex-wrap: wrap;
  float: left;
  text-align: center;
  width: 100%;
  padding: 0;
  }

  .yaki__list li {
  width: 100%;
  }
  .yaki__list li:nth-child(3n-1) {
  margin: initial;
  }

  .size__list {
  border: solid 2px #000;
  text-align: center;
  margin: 25px auto;
  }
  .size__list td {
  border: solid 2px #000;
  padding: 3px;
  }

  .pattern__tag {
  color:#ff411e;
  text-align: center;
  }

  .t__right {
  text-align: right;
  }

  .pattern__wrapper {
  padding: 20px;
  border: solid 1px #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  margin-bottom: 100px;
  }

  .select__wrapper {
  display:flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 30px;
  }

  .select__title {
  color: #fff;
  background-color: #8d6449;
  font-size: 2em;
  line-height: 1.2;
  padding: 20px;
  }

  .select__wrapper img{
  float: left;
  }

  .select__wrapper p{
  text-indent: 1em;
  padding-left: 20px;
  }
  .houjin__annotation ul li:first-child{
  list-style: none;
  margin-left: -1em;
  }

  .houjin__annotation ul li{
  list-style: disc;
  }

  .button__wrapper {
  display: block;
  text-align: center;
  }

  .button__wrapper__eto {
    display: block;
    text-align: center;
  }

  .eto__wrapper__section {
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto -2px;
  }

  .eto__wrapper__section:last-child {
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto 30px;
  }

  .form__and__tel {
  display: inline-block;
  padding: 50px;
  border: solid 5px #000;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  }

  .form__and__tel p{
  font-size: 18px;
  }
  .form__submit {
  font-weight: bold;
  font-size: 30px;
  border: solid 5px #000;
  background-color: #96514d;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .form__submit a{
  text-decoration: none;
  color: #fff;
  }
  .fs-c-subgroupList{
    padding: 0;
    text-align: center;
  }

  .fs-c-subgroupList__item {
    display: inline-block;
    margin: 30px;
    position: relative;
  }

  .fs-c-subgroupList__label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }
  .group__comment {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 1vw;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }
  /*------------------
    page top 
  ------------------*/

  #page_top {
    position: relative;
    display: block;
    z-index: 1999;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    background: #999;
    opacity: 0.6;
  }
  #page_top a{
    text-decoration: none;
  }
  #page_top a::before{
    font-family: fangsong;
    font-weight: 900;
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .archive__info {
    width: 100%;
    display: block;
    flex-wrap: wrap;  
  }
  .archive__info dt,
  .archive__info dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .old__font {
    color: #7a4171;
    font-size: 20px;
  }

  .section__old__font {
    font-size: 14px;
    font-weight: bold;
  }

  .old__form__display {
    display: block;
    text-align: center;
  }

  .old__form__display img {
    margin: 0 10px;
  }

  .eto__wrapper {
    border: solid 2px #000;
    margin-bottom: 30px;
    text-align: center;
    width: 300px;
  }

  .eto__wrapper p {
    font-size: 16px;
  }

  .buy__button a {
    display: block;
    background-color: #ffd2d2;
    padding: 30px;
    font-size: 16px;
  }

}
/*==================================================================================================================================================*/
@media screen and (min-width:321px) and (max-width:599px){
.fs-c-cartTable__dataCell,
.fs-c-cartTable__dataCell--quantity {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 1.4;
    align-items: center;
}
.fs-c-cartTable__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
}
}

/*==================================================================================================================================================*/
@media screen and (min-width:321px) and (max-width:768px){
  .fs-c-productSelection__label {
    font-size: 16px;
  }
  .fs-c-inputField__field{
    width: min(520px, 100%);
    margin: 0 auto;
  }
    .fs-c-inputDate {
    width: 300px;
  }
  .fs-c-quantity::before {
    content: '数量';
    position: absolute;
    top: 0px;
    left: -60px;
    display: block;
  }
  .font__5000 {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    background: #fff;
    margin-top: 75px;
  }
  .archive__bnr {
    text-align: right;
    margin-right: 40px;
  }
  .font__small {font-size: 12px;}
  
  .info__text {
    text-align: center;
    font-size: 12px;
    margin: -10px;
    background: #fff;
  }
  .fs-c-modal__contents,
  .fs-c-inputTable {
    font-size: 1.5em;
    line-height: 1.4;
  }
  .fs-c-inputInformation__field {
    font-size: 2.5vw;
  }
  .fs-c-inputField__explanation {
    font-size: 3vw;
  }
  .fs-c-sortItems__list li {
  width: 33.33333%;
  text-align: center;
  background-color: #333;
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  border-right: solid 1px #fff;
  }
  .cate__pic h1 {
      position: absolute;
      color: #fff;
      text-shadow: 2px 2px 3px #000;
      line-height: 2;
      top: 1%;
      left: 1%;
      font-weight: bold;
      font-size: 4vw;
      margin: 0;
  }

  .cate__pic__b h1 {
  position: absolute;
  color: #000;
  line-height: 2;
  top: 0px;
  left: 3%;
  font-weight: bold;
  font-size: 8vw;
  margin: 0;
  }

  .cate__pic__b h2 {
  position: absolute;
  color: #000;
  line-height: 2;
  bottom: 10px;
  right: 3%;
  font-weight: bold;
  font-size: 4vw;
  margin: 0;
  }

  /*------------------
      button 
  ------------------*/
  .submit-button__none {
    display: none;
  }
  .submit-button,
  .fs-c-accountService__page {
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    border: solid 2px #000;
    border-radius: 0;
    background: #fff;
    font-size: 3vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
  }
  .submit-button__red {
    color: #fff;
    background: #d3381c;
    font-size: 3vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__red2 {
    color: #fff;
    background: #c53d43;
    font-size: 3vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__green {
    color: #fff;
    background: #00a497;
    font-size: 3vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__small {
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    border: solid 2px #000;
    border-radius: 0;
    background: #fff;
    font-size: 3vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 100px;
    text-align: center;
  }
  /*------------------
      header 
  ------------------*/
  header {
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
  }

  #header2 {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 72px;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .head-animation {
    transform: translateY(-100%);
  }
  .margin60 {
    margin-top: 60px;
  }
  .padding144 {
    padding-top: 120px;
  }
  .header__wrap {
    display: block;
    position: relative;
    max-width: 1028px;
    margin: 0 auto;
    width: 100%;
  }
  #site__logo {
  position: absolute;
    top: 17px;
    left: 43%;
    width: 84px;
  }

  #member__icon {
    display: none;
  }

  #member__icon a {
    text-decoration: none;
  }

  #loginout__icon {
    display: none;
  }

  #loginout__icon a {
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    display: block;
  }

  #cart__icon {
    position: absolute;
    top: 20px;
  }

  .fs-client-cart-count {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FF411e;
    padding: 6px;
    border-radius: 50%;
    line-height: 1rem;
    text-align: center;
    font-size: 1.3rem;
    top: -4px;
    right: -7px;
    color: #fff;
  }

  #info {
    position: absolute;
    top: 10px;
    right: 0%;
  }

  #tel {
      position: absolute;
      left: -95px;
      top: 10px;
  }

    #tel a{
      text-decoration: none;
    }

  .time {
    display: none;
  }
    .time .tel__num {
      font-size: 1.5em;
    }

  /*-----ドロップダウンリスト------*/

  .nav__sp{
    z-index: 1;
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }

  .nav__sp.show {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    overflow-y: scroll;
  }

  .nav_toggle {
    display: block;
    position: relative;
    width: 3.5rem;
    height: 2rem;
    z-index: 999;
    float: right;
    top: 25px;
    right: 3%;
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .nav_toggle p{
    padding-top: 15px;
    text-align: center;
  }
  .nav {
    display:none;
  }

  .header__menu {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    list-style: none;
    margin: 100px 0 0 0;
    justify-content: center;
    font-size: 1.5em;
    padding: 0;
  }


  .header__menu li {
    text-align: center;
    margin: 30px 0;
  }

  .header__menu li a {
    color: #000;
    text-decoration: none;
  }

  .header__menu li a:hover {
    color: #000;
  }

  ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
  }

  .header__menu li:hover {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-align: left;
    font-size: 1em;
  }

  li.mega__menu:hover ul.mega__menu-second {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third li{
    margin: 5px;
    width: calc(50% - 10px);
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third img{
    width: 80%;
    float: left;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third .shop__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
  }
  li.mega__menu ul.mega__menu-second ul.mega__menu-third .product__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
    line-height: 1.3;
  }
  .fb__icon__top {
    margin: 0 20px;
  }

  .ig__icon__top {
    margin: 0 20px;  
  }
  /*------------------
          main
  ------------------*/
  .fs-l-main {
    width: 100%;
    max-width: 1028px;
    margin: 30px auto 0;
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .cate__bun{
  font-size: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  line-height: 1.4;
  }
  .wrapper {
    max-width: 1028px;
    margin: 0 auto;
  }

  #news__wrap {
  text-align: center;
  margin-bottom: 60px;
  }  
  .news {
    width: 150px;
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    margin: 10px 0 20px;
  }


  .news .bnr{
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

  .news .bnr .underline {
    margin: 0 auto;
    width: 53px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  .top__pic01 {
  display: block;
  float: left;
  margin: 20px 0;
  }

  .top__pic02 {
  display: block;
  float: right;
  margin: 20px 0;
  }

  .top__youto {
    display: flex;
    margin: 25px auto;
    padding: 0;
    flex-wrap: nowrap;
    max-width: 1211px;
    width: 100%;
  }
  .top__youto li {
    box-sizing: border-box;
    margin-right: 13%;
  }
  .top__youto li:last-child{
    margin-right: 0;
  }
  .top__youto li img {
    position: relative;
  }
  .top__youto li p{
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 1.5rem;
    top: 0px;
    left: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;    
  }

  .top__houjin,
  .top__houjin__b {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 20px;
  }

  .top__houjin p{
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.5rem;
  bottom: 0px;
  right: 10px;
  }
  .top__houjin p:nth-child(2) {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 1.3rem;
  bottom: 0px;
  left: 10px;
  }

  .top__houjin__b p{
    position: absolute;
    color: #000;
    font-size: 1.5rem;
    bottom: 0px;
    right: 10px;
    }
    
    .top__houjin__b p:nth-child(2) {
    position: absolute;
    color: #000;
    font-size: 1.3rem;
    bottom: 0px;
    left: 10px;
    }


  .table__wrap {
    margin-bottom: 60px;
    text-align: center;
  }

  .bnr{
    margin: 50px auto 20px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

    .bnr .line {
      margin: 0 auto 0;
      width: 110px;
      text-align: center;
      padding: 0 10px;
      line-height: 1.5;
      padding-bottom: 2px;
      border-bottom: 1px solid;
    }

  .fs-c-productListCarousel {
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .side__wrapper h3 {
    text-align: center;
  }
  .side__banner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .side__banner li{
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
    border: 2px solid #000;
  }
  .side__img li {
    border: none;
    width: calc(33.33333% - 10px);
  }
  .side__banner li a:link, 
  .side__banner li a:visited,
  .side__banner li a:hover,
  .side__banner li a:active {
    text-decoration: none;
    color: #000;
    display:block;
  }

  .side__banner li a {
    display: block;
    height: 100%;
    padding: 8px 20px;
  }
  .side__img li a {
    padding: 0;
  }
  .bnr__black {
      background-color: #eee;
  }
  .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }

  .arrow::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*------------------
      table 
  ------------------*/
  .shop__section {
    display: block;
    margin: 0 auto;
  }

  .shop__info__table {
    text-align: left;
    margin: 0 auto;
  }

  .shop__info__table caption {
    font-size: 2rem;
  }

  .shop__info__table tr {
    font-size: 1.5rem;
  }
  /*------------------
      product
  ------------------*/
  .fs-c-productList__list__item {
    width: 100%;
    margin: 0 auto 60px;
  }
  .ukeian__simple__product__left,
  .ukeian__simple__product__right {
    float: none;
    text-align: center;
    width: 100%;
  }
  /*------------------
      footer
  ------------------*/
  #footer__title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
  }

  .footer__subtitle {
    font-size: 1.2em;
    text-align: center;
    margin-top: 45px;
  }

  .charges{
    width: 300px;
    margin: 0 auto;
  }

  .charges tr td{
    border: 1px solid #bbb;
  }


  .logo__icon{
    margin-left: -10px;
  }
  .fb__icon {
    margin: 50px 0 0 0;
  }
  .ig__icon {
    margin: 50px 0 0 15px;
  }

  #footer__blk{
    background-color: #000;
    color: #fff;
    font-size: 15px;
  }

  #footer__blk__wrap {
    text-align: center;
    padding: 10px 0;
  }

  #footer__blk__wrap a{
    color: #fff;
    text-decoration: none;
  }

  .pay__li__disc {
    list-style: disc;
  }

  .pay__li__none{
    padding-left: 1em;
  }


  #page_top {
    position: relative;
    display: block;
    z-index: 1999;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    background: #999;
    opacity: 0.6;
  }
  #page_top a{
    text-decoration: none;
  }
  #page_top a::before{
    font-family: fangsong;
    font-weight: 900;
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*------------------
      faq 
  ------------------*/
  .qa-list dl {
      position: relative;
      margin: 30px 0 0;
      cursor: pointer;
      border: 1px solid #DDD;
  }
  .qa-list dl:first-child {
    margin-top: 0;
  }
  .qa-list dl::after {
      position: absolute;
      top: 27px;
      right: 10px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000;
  }
  .qa-list .open::after {
      transform: rotate(-45deg);
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
      font-weight: bold;
      background: #DDD;
  }
  .qa-list dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 20px;
      left: 20px;
      display: block;
      content: 'Q.';
      color: #3285bf;
  }
  .qa-list dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      left: 20px;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #aa4c8f;
  }
  .qa-list dl dd {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
      margin-top: 0;
  }
  /*------------------
      tokushoho 
  ------------------*/


  .tokushoho__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }

  .tokushoho__table dt {
    background-color: #FBFBFB;
    font-weight: bold;
  }
  .tokushoho__table dt,
  .tokushoho__table dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-right:  1px solid #000;
    border-bottom: 1px solid #000;
  }

  .tokushoho__text dt {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
  }

  .text__wrapper {
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .text__wrapper li {
    list-style: disc;
  }

  /*------------------
      footer 
  ------------------*/
  #footer__upper {
    background: #fff;
    width: 100%;
    height: auto;
    color: #000;

  }
  #footer__upper ul {
    padding-left: 20px;
  }

  #footer__text {
    font-size: 1.1em;
  }
  /*------------------
    Izumigaoka 
  ------------------*/

  .izumi__title__img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 50px;
  position: relative;
  }

  .izumi__title {
  background-color: #fdeff2;
  color: #000;
  font-size: 2.5rem;
  padding: 10px 20px;
  }

  .conditions {
  width: 300px;
  background-color: #6a5d21;
  }

  .conditions li{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  }
  .izumi__str {
    font-weight: bold;
  }
  .text__wrapper h2 {
  font-size: 1.2em;
  background-color: #7a4171;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  }

  .text__wrapper section {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
  border: 1px solid #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .izumi__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #f6bfbc transparent transparent transparent;
  margin: 30px auto;
  }
  .izumi__info {
  margin: 0 auto;
  border: solid 1px #000;
  }

  .izumi__info caption {
  text-align: left;
  }

  .izumi__info tr td {
    border-bottom: 1px solid #000;
  }

  /*------------------
    commitment 
  ------------------*/

  .commit__title h2 {
  color: #fff;
  background-color: #543f32;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  }

  .commit__title h2 br {
  display: none;
  }

  .commit__title p {
  color: #543f32;
  margin: 0;
  font-size: 1.6rem;
  border-bottom: solid 3px #543f32;
  }
  .commit__title p:last-child{
  font-size: 1.2rem;
  }
  .fs__12 {
  font-size: 1.2rem;
  }
  .commit__title p .st{
  font-size: 3rem;
  }

  .commit__pic__text {
  margin-bottom: 35px;
  }
  .commit__pic__text p {
  font-size: 1.2rem;
  }
  .commit__pic__h {
  position: relative;
  }

  .commit__pic__h img{
  width: 100%;
  }

  .commit__pic__h p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h2 img{
  width: 100%;
  position: relative;
  }

  .commit__pic__h2 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  .commit__pic__h2__2 img{
  width: 100%;
  position: relative;
  }
  .commit__pic__h2__2 p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .po__re{
  display: block;
  position: relative;
  }
  .commit__pic__h3 {
  position: relative;
  }

  .commit__pic__h3 img{
  width: 100%;
  }

  .commit__pic__h3 p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h4 {
  position: relative;
  }

  .commit__pic__h4 img{
  width: 100%;
  }

  .commit__pic__h4 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  /*------------------
    gift
  ------------------*/
  .gift__wrapper {
      width: 100%;
      max-width: 1028px;
      margin: 0 auto;
  }
  .gift__wrapper2 {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
  }
  .gift__wrapper3 p{
    padding-left: 40px!important;
  }
  .gift__wrapper3 h3{
    font-size: 1.5vw;
  }
  .gift__wrapper p{
    text-align: left;
    font-size: 1.2rem;
    padding-left: 20px;
    text-indent: 1em;
  }

  .gift__title {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ee827c;
  font-weight: bold;
  border-bottom: solid 3px #ee827c;
  margin-bottom: 30px;
  }

  .gift__wrapper h2{
  line-height: 1.5;
  color: #ec6d71;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 30px;
  }

  .gift__wrapper h3{
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ec6d71;
  margin-bottom: 30px;
  margin-left: 30px;
  }
  .mimi__pic__l {
    text-align: center;
    margin-bottom: 50px;
  }
  .mimi__pic__l p{
    font-size: 1.4rem;
  }
  .gift__pic__l {
    text-align: center;
    margin-bottom: 50px;
  }
  .gift__pic__l p{
    font-size: 1.4rem;
  }

  .share__wrapper {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    background-color: #f8f4e6;
    padding: 30px;
    border-radius: 20px;
  }

  .share__title {
    width: 100%;
    font-size: 2.5em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin-bottom: 30px;
  }

  .share__wrapper p {
    font-size: 1.4em;
  }

  .share__wrapper__strong__red {
    font-weight: bold;
    color: #ff0000;
  }

  .share__pic__wrapper {
    display: block; 
  }

  .share__pic {
    display: block;
    text-align: center;
  }

  .share__pic img {
    display: block;
      width: 200px;
      margin: 0 auto;
  }

  .mg_120 {margin-bottom: 50px;}

  .mimi__pic__r {
    text-align: center;
    margin-bottom: 50px;
  }

  .mimi__pic__r p{
    font-size: 1.4rem;
  }

  .gift__pic__r {
    text-align: center;
    margin-bottom: 50px;
  }

  .gift__pic__r p{
    font-size: 1.4rem;
  }

  .gift__pic__text {
      text-indent: 1em;
      width: 49%;
  }

  .gift__comment {
    text-align: left;
    font-size: 1vw;
    padding-left: 20px;
    text-indent: 1;
    width: 49%;
  }
  .gift__delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #f6bfbc transparent transparent transparent;
    margin: 0 auto;
  }
  /*------------------
    chouji
  ------------------*/

  .chouji__title {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5;
  color: #1f3134;
  font-weight: bold;
  border-bottom: solid 3px #1f3134;
  margin-bottom: 30px;
  }
  .chouji__comment {
    line-height: 140%;
    padding: 15px;
    color: #de0000;
    border: 2px solid #de0000;
    font-size: 16px;
  }
  /*------------------
    iwai
  ------------------*/

  .iwai__title {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5;
  color: #d7003a;
  font-weight: bold;
  border-bottom: solid 3px #d7003a;
  margin-bottom: 30px;
  }
  .iwai__table p {
    text-align: center;
    font-weight: bold;
  }
  .iwai__table table{
    margin: 0 auto 30px;
  }
  /*------------------
    present
  ------------------*/
  .pre__wrapper img{
      width: 100%;
      max-width: 1028px;
      margin: 0 auto;
  }
  /*------------------
    danish
  ------------------*/
  .deni__title {
    width: 100%;
    font-size: 2em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin: 50px 0;
  }

  .deni__wrapper {
    display: block;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
  }
  .deni__wrapper p {
    font-size: 1.4em;
    line-height: 1.3;
    padding: 10px;
  }
  .deni__wrapper img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    background-color: #f9f9f9;
    border: solid 1px #b69469;
  }
  .deni__wrapper2 img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 p {
    padding: 10px;
  }
  .deni__center {
    text-align: center;
  }
  .deni__wrapper3 {
    font-size: 18px;
    padding:25px;
    margin-top: 20px;
    background-color:#FFB400;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }
  .deni__wrapper3 li{
    list-style: disc;
  }

  .deni__wrapper4 {
    color: #EC5800;
    font-size: 18px;
    padding: 25px;
    margin-top: 20px;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }

  /*------------------
    about
  ------------------*/
  .about__title {
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #583822;
  }

  .about__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    max-width: 100%;
    display: block;
  }

  .about__table dt,
  .about__table dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  /*------------------
    houjin
  ------------------*/
  .corp__title {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 960px;
  position: relative;
  height: auto;
  }

  .corp__title h2{
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  top: 0px;
  left: 10px;
  }

  .corp__use__point {
  font-size: 1.4em;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: center;
  }

  .corp__use__point p{
  display: none;
  }

  .yaki__list {
  display: block;
  flex-wrap: wrap;
  float: left;
  text-align: center;
  width: 100%;
  padding: 0;
  }

  .yaki__list li {
  width: 100%;
  }
  .yaki__list li:nth-child(3n-1) {
  margin: initial;
  }

  .size__list {
  border: solid 2px #000;
  text-align: center;
  margin: 25px auto;
  }
  .size__list td {
  border: solid 2px #000;
  padding: 3px;
  }

  .pattern__tag {
  color:#ff411e;
  text-align: center;
  }

  .t__right {
  text-align: right;
  }

  .pattern__wrapper {
  padding: 20px;
  border: solid 1px #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  margin-bottom: 100px;
  }

  .select__wrapper {
  display:flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 30px;
  }

  .select__title {
  color: #fff;
  background-color: #8d6449;
  font-size: 2em;
  line-height: 1.2;
  padding: 20px;
  }

  .select__wrapper img{
  float: left;
  }

  .select__wrapper p{
  text-indent: 1em;
  padding-left: 20px;
  }
  .houjin__annotation ul li:first-child{
  list-style: none;
  margin-left: -1em;
  }

  .houjin__annotation ul li{
  list-style: disc;
  }

  .button__wrapper {
  display: block;
  text-align: center;
  }

  .button__wrapper__eto {
    display: block;
    text-align: center;
  }

  .eto__wrapper__section {
    width: 95%;
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto -2px;
  }

  .eto__wrapper__section:last-child {
    width: 95%;
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto 30px;
  }

  .form__and__tel {
  display: inline-block;
  padding: 50px;
  border: solid 5px #000;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  vertical-align: top;
  }

  .form__and__tel p{
  font-size: 18px;
  }
  .form__submit {
  font-weight: bold;
  font-size: 30px;
  border: solid 5px #000;
  background-color: #96514d;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .form__submit a{
  text-decoration: none;
  color: #fff;
  }
  .fs-c-subgroupList{
    padding: 0;
    text-align: center;
  }

  .fs-c-subgroupList__item {
    display: inline-block;
    margin: 30px;
    position: relative;
  }

  .fs-c-subgroupList__label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }
  .group__comment {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 1vw;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }
  /*------------------
    pagetop 
  ------------------*/

  #page_top {
    position: relative;
    display: block;
    z-index: 1999;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    background: #999;
    opacity: 0.6;
  }
  #page_top a{
    text-decoration: none;
  }
  #page_top a::before{
    font-family: fangsong;
    font-weight: 900;
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .archive__info {
    width: 100%;
    display: block;
    flex-wrap: wrap;  
  }
  .archive__info dt,
  .archive__info dd {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .old__font {
    color: #7a4171;
    font-size: 20px;
  }

  .section__old__font {
    font-size: 14px;
    font-weight: bold;
  }

  .old__form__display {
    display: block;
    text-align: center;
  }

  .old__form__display img {
    margin: 0 10px;
  }

  .eto__wrapper {
    border: solid 2px #000;
    text-align: center;
    width: 95%;
    margin: 0 auto 30px;
  }

  .eto__wrapper p {
    font-size: 16px;
  }

  .buy__button a {
    display: block;
    background-color: #ffd2d2;
    padding: 30px;
    font-size: 16px;
  }

}

/*==================================================================================================================================================*/
@media screen and (min-width:769px) {
  .fs-c-inputField__field{
    width: 90%;
    margin: 0 auto;
  }
    .fs-c-inputDate {
    width: 500px;
  }
  
  .fs-c-quantity {
    position: relative;
    width: 75px;
    margin: 0 auto;
    display: block;
    font-size: 22px;
  }
  .fs-c-quantity::before {
    content: '数量';
    position: absolute;
    top: 0px;
    left: -60px;
    display: block;
  }
  .font__5000 {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    background: #fff;
  }
  .archive__bnr {
    margin-top: -60px;
    margin-right: -600px;
  }
  .font__small {font-size: 14px;}
  
  .info__text {
    text-align: center;
    font-size: 13px;
    margin: -10px;
    background: #fff;
  }

  .fs-c-modal__contents {
    font-size: 1.5vw;
    width: 769px;
  }

  .fs-c-inputTable {
    font-size: 1.1em;
  }
  .fs-c-inputInformation__field {
    font-size: 1vw;
  }
  .fs-c-inputField__explanation {
    font-size:1.4vw;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: center;
  }
  .fs-c-checkout-paymentMethodList {
    display: flex;
  }
  .fs-c-checkout-paymentMethodList > li:first-child {
    border-right: solid 2px #ccc;
    margin: 10px;
  }
  .fs-c-sortItems__list li {
  width: 33.33333%;
  text-align: center;
  background-color: #333;
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  border-right: solid 1px #fff;
  }
  .cate__pic h1 {
      position: absolute;
      color: #fff;
      text-shadow: 2px 2px 3px #000;
      line-height: 2;
      top: 0%;
      left: 5%;
      font-weight: bold;
      font-size: 3vw;
      margin: 0;
  }

  .cate__pic__b h1 {
  position: absolute;
  color: #000;
  line-height: 2;
  top: 0px;
  left: 3%;
  font-weight: bold;
  font-size: 5vw;
  margin: 0;
  }

  .cate__pic__b h2 {
  position: absolute;
  color: #000;
  line-height: 2;
  bottom: 0px;
  right: 3%;
  font-weight: bold;
  font-size: 2.2vw;
  margin: 0;
  }

  /*------------------
      button 
  ------------------*/
  .submit-button__none {
    display: none;
  }
  .submit-button,
  .fs-c-accountService__page {
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    border: solid 2px #000;
    border-radius: 0;
    background: #fff;
    font-size: 1vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    color: #00e!important;
  }
  .submit-button__red {
    color: #fff;
    background: #d3381c;
    font-size: 20px;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__red2 {
    color: #fff;
    background: #c53d43;
    font-size: 20px;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__green {
    color: #fff;
    background: #00a497;
    font-size: 1vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    border: none;
  }
  .submit-button__small {
    -webkit-appearance: none;
      -moz-appearance: none;
            appearance: none;
    border: solid 2px #000;
    border-radius: 0;
    background: #fff;
    font-size: 1vw;
    padding: 8px 20px;
    display: block;
    margin: 15px auto;
    width: 100px;
    text-align: center;
  }
  /*------------------
      header 
  ------------------*/
  header {
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 144px;
    top: 0;
  }

  #header2 {
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 144px;
    top: 0;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 144px;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .head-animation {
    transform: translateY(-100%);
  }
  .margin60 {
    margin-top: 60px;
  }
  .padding144 {
    padding-top: 144px;
  }
  .header__wrap {
    display: block;
    position: relative;
    max-width: 1028px;
    margin: 0 auto;
    width: 100%;
  }

  #site__logo {
    position: absolute;
    top: 10px;
    left: 41.7%;
  }

  #member__icon {
    position: absolute;
    top: 10px;
    left: 10%;
  }

  #member__icon a {
    text-decoration: none;
  }

  #loginout__icon {
    position: absolute;
    top: 20px;
    left: 19%;
  }

  #loginout__icon a {
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    display: block;
  }

  #cart__icon {
    position: absolute;
    top: 10px;
  }

  .fs-client-cart-count {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FF411e;
    padding: 6px;
    border-radius: 50%;
    line-height: 1rem;
    text-align: center;
    font-size: 1.3rem;
    top: -4px;
    right: -7px;
    color: #fff;
  }

  #info {
    position: absolute;
    top: 20px;
    right: 0%;
  }

  #tel {
    position: absolute;
    left: -25px;
    top: -2px;
  }

  #tel a{
    text-decoration: none;
  }

  .time {
    margin-left: 1em;
    font-size: 2em;
    line-height: 1em;
  }
  .time .tel__num {
    font-size: 1.5em;
  }
  .time .tel__time{
    float: right;
  }


  /*-- ドロップダウンメニュー--*/

  .nav__sp{
    display: none;
  }

  /*------------------
    mega menu 
  ------------------*/

  .nav_toggle {
    display: none;
  }

  .header__menu {
    z-index: 999;
    display: flex;
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    list-style: none;
    margin: 94px 0 0 0;
    justify-content: center;
    font-size: 1.5em;
    padding-left: 0;
  }
  .header__menu li {
    padding: 10px 0;
    width: calc(100% / 4);
    float: left;
    text-align: center;
  }

  .header__menu li a {
    color: #000; /* メニューの文字色 */
    text-decoration: none;
  }

  .header__menu li a:hover {
    color: #000; /* ホバーした時の文字色 */
  }

  ul.mega__menu-second {
    visibility: hidden;
    opacity: 0;
  }

  .header__menu li:hover {
    background: #fff; /* メニューの背景色 */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff; /* メガメニューの背景色 */
    padding: 20px;
    box-sizing: border-box;
    float: left;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-align: left;
    font-size: 1em;
  }

  li.mega__menu:hover ul.mega__menu-second {
    top: 35px;
    visibility: visible;
    opacity: 1;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third li{
    margin: 5px;
    width: calc(50% - 10px);
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third img{
    width: 25%;
    float: left;
  }

  li.mega__menu ul.mega__menu-second ul.mega__menu-third .shop__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
  }
  li.mega__menu ul.mega__menu-second ul.mega__menu-third .product__info{
    line-height: 0.5em;
    float: left;
    text-align: left;
    margin-left: 5px;
  }  
  /*------------------
      title 
  ------------------*/

  #title {
    z-index: 0 !important;
    width: 100%;
    height: 0;
    position: relative; 
    padding-top: 66.6666666667%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("https://ukeian.itembox.design/item/top001.jpg?t=20250522154231");
  }

  #title__left {
    float: left;
    position: absolute;
    top: 20%;
    left: 9%;
  }
  #title__left h1{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2vw;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }

  .top__pic01 {
  display: block;
  float: left;
  margin: 20px 0;
  }

  .top__pic02 {
  display: block;
  float: right;
  margin: 20px 0;
  }

  .top__youto {
    display: flex;
    margin-bottom: 60px;
    padding: 0;
    flex-wrap: nowrap;
    max-width: 760px;
    width: 100%;
    text-align: center;
  }
  .top__youto li {
    box-sizing: border-box;
    margin-right: 96.5px;
  }
  .top__youto li:last-child{
    margin-right: 0;
  }
  .top__youto li img {
    position: relative;
  }

  .top__youto li p{
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 1.75vw;
    top: 0px;
    left: 0px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;    
  }

  .top__houjin,
  .top__houjin__b {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
  }

  .top__houjin p{
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 2vw;
  bottom: 0px;
  right: 10px;
  }
  .top__houjin p:nth-child(2) {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 2vw;
  bottom: 0px;
  left: 10px;
  }

  .top__houjin__b p{
    position: absolute;
    color: #000;
    font-size: 2vw;
    bottom: 0px;
    right: 10px;
    }
    
    .top__houjin__b p:nth-child(2) {
    position: absolute;
    color: #000;
    font-size: 2vw;
    bottom: 0px;
    left: 10px;
    }


  .mg__btm__dlt {
    margin-bottom: 0px!important;
  }

  /*------------------
      main 
  ------------------*/
  .fs-l-main {
    width: 100%;
    max-width: 1028px;
    margin: 30px auto 0;
    font-size: 1.5rem;
  }
  .cate__bun{
  font-size: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  line-height: 1.4;
  }

  main{
    width: 100%;
    max-width: 1028px;
    position: relative;
    margin: 0 auto;
  }
  .fs-c-productListCarousel {
    margin-bottom: 60px;
    padding: 0 90px;
  }
  /*------------------
      faq 
  ------------------*/

  .qa-list dl {
      position: relative;
      margin: 30px 0 0;
      cursor: pointer;
      border: 1px solid #DDD;
  }
  .qa-list dl:first-child {
    margin-top: 0;
  }
  .qa-list dl::after {
      position: absolute;
      top: 27px;
      right: 26px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000;
  }
  .qa-list .open::after {
      transform: rotate(-45deg);
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
      font-weight: bold;
      background: #DDD;
  }
  .qa-list dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 30%;
      left: 2%;
      display: block;
      content: 'Q.';
      color: #3285bf;
  }
  .qa-list dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 30%;
      left: 2%;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #aa4c8f;
  }
  .qa-list dl dd {
      position: relative;
      margin: 0;
      padding: 20px 20px 20px 60px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }

  #news__wrap {
    text-align: center;
  }

  .news {
    width: 150px;
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    margin: 10px 0 20px;
  }


  .news .bnr{
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

  .news .bnr .underline {
    margin: 0 auto;
    width: 53px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  .information__text {
    padding: 0px 25px 105px 25px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    display: inline-block;
    font-size: 1.5em;
    height: 150px;
    vertical-align: top;
    margin-bottom: 60px;
  }

  .mg__left {margin-left: 40px;}


  #shop__bnr {width: 50%;}


  .bnr{
    margin: 50px auto 0;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
  }

  .bnr .line {
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    width: 150px;
    }

  .table__wrap {
    text-align: center;
    margin-bottom: 60px;
  }

  .table__wrap .comment{
    font-size: 1.2em;
  }

  /*------------------
      main(banner)
  ------------------*/

  #banner__article1 {
    position: relative;
  }

  #banner__title1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1vw;
    position: absolute;
    top: 10%;
    left: 20%;
    padding: 20px 5px;
  }

  .article__title {
    color: #fff;
    background-color: #7a4171;
    position: relative;
    padding: 55px 5px;
    text-align: center;
    float: left;
    top: -40px;
    left: 100px;
  }

  #main__wrapper {
    margin-top: 60px;
    margin-bottom: 300px;
  }

  .bnr__wrapper {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    height: 1350px;
  }

  .side__wrapper {
    width: 24%;
    float: left;
    vertical-align: top;
  }

  .side__wrapper h3:first-child{
    font-size: 1.3vw;
    padding: 0;
    margin: 0 0 30px;
  }

  .side__wrapper h3{
    font-size: 1.3vw;
    padding: 0;
    margin: 30px 0;
  }
  #product__wrapper {
    width: 74%;
    display: inline-block;

  }


  .side__banner {
    padding: 0;
    margin: 0;
  }
  .side__banner li{
    border-bottom: solid 1px #000;
    padding: 10px;
    margin-right: 60px;
    font-size: 14px;
    width: 175px;
  }
  .side__img li {
    border: none;
    padding: 0;
  }
  .side__banner li a:link, 
  .side__banner li a:visited,
  .side__banner li a:hover,
  .side__banner li a:active {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
  }
  .bnr__black {
    background-color: #eee;
  }
  .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }

  .arrow::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 170px;
    margin: auto;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*------------------
      tokushoho 
  ------------------*/


  .tokushoho__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin: 15px;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
  }

  .tokushoho__table dt {
    background-color: #FBFBFB;
    font-weight: bold;
  }
  .tokushoho__table dt,
  .tokushoho__table dd {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    border-right:  1px solid #000;
    border-bottom: 1px solid #000;
  }

  .tokushoho__text dt {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
  }

  .text__wrapper {
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .text__wrapper li {
    list-style: disc;
  }


  /*------------------
      footer 
  ------------------*/
  #footer__upper {
    background: #fff;
    width: 100%;
    height: auto;
    color: #000;

  }
  #footer__upper ul {
    padding-left: 20px;
  }

  #footer__text {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    font-size: 1.1em;
  }

  #footer__title {
    padding: 20px 0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .footer__subtitle{
    font-size: 1.5em;
  }

  .charges {
    width: 320px;
    margin: initial;
  }

  .charges tr td{
    border: 1px solid #bbb;
  }

  .fb__icon {
    margin-right: 10px;
  }

  #footer__subleft {
    float: left;
    width: 48%;
    overflow: hidden;
    margin: initial;
    }

  #footer__subright {
    float: right;
    width: 48%;
    overflow: hidden;
    margin: initial;
  }

  #footer__blk {
    background: #000;
    width: 100%;
    height: auto;
  }
  #footer__blk__wrap {
    padding-top: 20px;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    color: #fff;
  }

  #footer__blk__left{
    float: left;
    width: 48%;
    overflow: hidden;
  }

  #footer__blk__right{
    float: right;
    width: 48%;
    overflow: hidden;
    text-align: right;
  }

  #footer__blk__right a {color: #fff;}

  .pay__li__disc {
    list-style: disc;
  }

  .pay__li__none{
    padding-left: 1em;
  }

  /*------------------
    Izumigaoka 
  ------------------*/

  .izumi__title__img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 50px;
  }

  .izumi__title {
  background-color: #fdeff2;
  color: #000;
  font-size: 2.5rem;
  padding: 10px 20px;
  }
  .conditions {
  width: 300px;
  background-color: #6a5d21;
  }
  .conditions li{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  }
  .izumi__str {
    font-weight: bold;
  }
  .text__wrapper h2 {
  font-size: 1.2em;
  background-color: #7a4171;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  }

  .text__wrapper section {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 0 10vw;
  border: 1px solid #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .izumi__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #f6bfbc transparent transparent transparent;
  margin: 30px auto;
  }

  .izumi__info {
  margin: 0 auto;
  border: solid 1px #000;
  }

  .izumi__info caption {
  text-align: left;
  }

  .izumi__info tr td {
    border-bottom: 1px solid #000;
  }

  /*------------------
    commitment
  ------------------*/

  .commit__title {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
  position: relative;
  }

  .commit__title h2 {
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  top: 0px;
  left: 10px;
  }

  .commit__title p {
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  transform: scaleX(1.2);
  color: #583822;
  border-bottom: solid 3px #583822;
  width: 100%;
  }
  .commit__title p:last-child {
  font-size: 1.2rem;
  }
  .fs__12 {
  font-size: 1.2rem;
  }
  .commit__title p .st{
  font-size: 3rem;
  }

  .commit__pic__l {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 50px;
  }
  .commit__pic__r {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
  }
  .commit__pic__l img{
  width: 49%;
  }

  .commit__pic__r img{
  width: 49%;
  }
  .commit__pic__text {
  text-indent: 1em;
  width: 49%;
  }

  .commit__pic__h {
  position: relative;
  }

  .commit__pic__h img{
  width: 100%;
  }

  .commit__pic__h p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .po__re{
  display: block;
  position: relative;
  }

  .fl{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  }

  .commit__pic__h2 img{
  width: 100%;
  position: relative;
  }

  .commit__pic__h2 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  .commit__pic__h2__2 img{
  width: 100%;
  position: relative;
  }
  .commit__pic__h2__2 p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h3 {
  position: relative;
  }

  .commit__pic__h3 img{
  width: 100%;
  }

  .commit__pic__h3 p {
  position: absolute;
  bottom: 4.5vh;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }

  .commit__pic__h4 {
  position: relative;
  }

  .commit__pic__h4 img{
  width: 100%;
  }

  .commit__pic__h4 p {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  }
  /*------------------
    gift
  ------------------*/
  .gift__wrapper {
      width: 100%;
      max-width: 1028px;
      margin: 0 auto;
  }
  .gift__wrapper2 {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
  }
  .gift__wrapper3 p{
    padding-left: 70px!important;
  }
  .gift__wrapper3 h3{
    font-size: 1.5vw;
  }

  .gift__wrapper p{
    text-align: left;
    font-size: 1.2rem;
    padding-left: 20px;
    text-indent: 1em;
  }

  .gift__title {
  width: 100%;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #ee827c;
  font-weight: bold;
  border-bottom: solid 3px #ee827c;
  margin-bottom: 30px;
  }
  .gift__wrapper h2{
  width: 50%;
  line-height: 1.5;
  color: #ec6d71;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 30px;
  }

  .gift__wrapper h3{
  font-size: 2em;
  line-height: 1.3;
  color: #ec6d71;
  margin-bottom: 30px;
  margin-left: 30px;
  }
  .mimi__pic__l {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
  }
  .mimi__pic__l p{
    width: 50%;
    font-size: 1.4rem;
  }
  .gift__pic__l {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
  }
  .gift__pic__l p{
    width: 60%;
  }

  .share__title {
    width: 100%;
    font-size: 2.5em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin-bottom: 30px;
  }

  .share__wrapper {
    display: block;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    background-color: #f8f4e6;
    padding: 30px;
    border-radius: 20px;
  }


  .share__wrapper p {
    font-size: 1.6em;
  }

  .share__wrapper__strong__red {
    font-weight: bold;
    color: #ff0000;
  }

  .share__pic__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  .share__pic {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .share__pic img {
    display: block;
      width: 200px;
      margin: 0 auto;
  }

  .mg_120 {margin-bottom: 50px;}

  .mimi__pic__r {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
  }

  .mimi__pic__r p{
    width: 50%;
    font-size: 1.4rem;
  }

  .gift__pic__r {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
  }

  .gift__pic__r p{
    width: 60%;
    margin-left: 1rem;
  }

  .gift__pic__text {
      text-indent: 1em;
      width: 49%;
  }

  .gift__comment {
    text-align: left;
    font-size: 1vw;
    padding-left: 20px;
    text-indent: 1;
    width: 49%;
  }
  .gift__delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #f6bfbc transparent transparent transparent;
    margin: 0 auto;
  }
  .wdh__60 {
    width: 40%!important;
  }
  /*------------------
    chouji
  ------------------*/

  .chouji__title {
  width: 100%;
  font-size: 1.3em;
  line-height: 1.5;
  color: #1f3134;
  font-weight: bold;
  border-bottom: solid 3px #1f3134;
  margin-bottom: 30px;
  }
  .chouji__comment {
    line-height: 140%;
    padding: 15px;
    color: #de0000;
    border: 2px solid #de0000;
    font-size: 16px;
  }
  /*------------------
    iwai
  ------------------*/

  .iwai__title {
  width: 100%;
  font-size: 1.3em;
  line-height: 1.5;
  color: #d7003a;
  font-weight: bold;
  border-bottom: solid 3px #d7003a;
  margin-bottom: 30px;
  }
  .iwai__table p {
    text-align: center;
    font-weight: bold;
  }
  .iwai__table table{
    margin: 0 auto 30px;
  }
  /*------------------
    present
  ------------------*/
  .pre__wrapper img{
      display: block;
      width: 100%;
      max-width: 1028px;
      margin: 0 auto 30px;
  }
  /*------------------
    danish
  ------------------*/
  .deni__title {
    width: 100%;
    font-size: 2em;
    line-height: 1.5;
    color: #b69469;
    font-weight: bold;
    border-bottom: solid 3px #b69469;
    margin: 50px 0;
  }

  .deni__wrapper {
    display: block;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
  }
  .deni__wrapper p {
    font-size: 1.4em;
    line-height: 1.3;
    padding: 10px;
  }
  .deni__wrapper img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    background-color: #f9f9f9;
    border: solid 1px #b69469;
  }
  .deni__wrapper2 img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .deni__wrapper2 p {
    padding: 10px;
  }
  .deni__center {
    text-align: center;
  }
  .deni__wrapper3 {
    font-size: 18px;
    padding:25px;
    margin-top: 20px;
    background-color:#FFB400;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }
  .deni__wrapper3 li{
    list-style: disc;
  }

  .deni__wrapper4 {
    color: #EC5800;
    font-size: 18px;
    padding: 25px;
    margin-top: 20px;
    text-align: left;
    border: #EC5800 2px solid;
    line-height:150%;
  }

  /*------------------
    about
  ------------------*/
  .about__title {
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #583822;
  }

  .about__table {
    background-color: #FFF;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }

  .about__table dt,
  .about__table dd {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .building__layout {
  text-align: center;
  }

  /*------------------
    houjin
  ------------------*/
  .houjin__title {
    font-size: 2em;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: #583822;
    width: 100%;
    border-bottom: solid 3px #583822;
  }

  .corp__title {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 960px;
  position: relative;
  height: auto;
  }

  .corp__title h2{
  font-size: 4rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  top: 0px;
  left: 10px;
  }

  .corp__use__point {
  font-size: 1.4em;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: center;
  }

  .corp__use__point p{
  border: solid 1px #fff;
  }

  .yaki__list {
  display: flex;
  flex-wrap: wrap;
  float: left;
  text-align: center;
  width: 100%;
  padding: 0;
  }

  .yaki__list li {
  width: 32%;
  }
  .yaki__list li:nth-child(3n-1) {
  margin: 0 2%;
  }

  .yaki__list li a {
  color: #000;
  }

  .size__list {
  border: solid 2px #000;
  text-align: center;
  margin: 25px auto;
  }
  .size__list td {
  border: solid 2px #000;
  padding: 3px;
  }

  .pattern__tag {
  color:#ff411e;
  text-align: center;
  }

  .t__right {
  text-align: right;
  }

  .pattern__wrapper {
  padding: 20px;
  border: solid 1px #000;
  box-shadow: 10px 5px 5px #c0c0c0;
  margin-bottom: 100px;
  }

  .select__wrapper {
  display:flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 30px;
  }

  .select__title {
  color: #8d6449;
  font-size: 2em;
  line-height: 1.2;
  }

  .select__wrapper img{
  float: left;
  }

  .select__wrapper p{
  text-indent: 1em;
  width: 49%;
  padding-left: 20px;
  }
  .houjin__annotation ul li:first-child{
  list-style: none;
  margin-left: -1em;
  }

  .houjin__annotation ul li{
  list-style: disc;
  }

  .button__wrapper {
  display: flex;
  }

  .button__wrapper__eto {
    display: block;
    text-align: center;
  }

  .eto__wrapper__section {
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto -2px;
  }

  .eto__wrapper__section:last-child {
    border: solid 2px #000;
    text-align: center;
    margin: 0 auto 30px;
  }

  .form__and__tel {
  display: inline-block;
  padding: 50px;
  border: solid 5px #000;
  width: 380px;
  text-align: center;
  margin: 0 auto;
  }

  .form__and__tel p{
  font-size: 18px;
  }
  .form__submit {
  font-weight: bold;
  font-size: 30px;
  border: solid 5px #000;
  background-color: #96514d;
  box-shadow: 10px 5px 5px #c0c0c0;
  }

  .form__submit a{
  text-decoration: none;
  color: #fff;
  }

  .fs-c-listControl {
    margin: 10px 0;
  }

  .fs-c-subgroupList__item {
      display: inline-block;
      margin: 30px;
      position: relative;
      width: 40%;
      box-sizing: border-box;
  }

  .fs-c-subgroupList__label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 1.4vw;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }
  .group__comment {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 1vw;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #000;
  }

  /*------------------
    page top 
  ------------------*/

  #page_top {
    position: relative;
    display: block;
    z-index: 1999;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    background: #999;
    opacity: 0.6;
  }
  #page_top a{
    text-decoration: none;
  }
  #page_top a::before{
    font-family: fangsong;
    font-weight: 900;
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*------------------
      table 
  ------------------*/
  .shop__section {
      display: inline-block;
      margin: 0 auto;
      width: 49%;
  }

  .shop__info__table {
    margin: 0 auto;
  }

  .shop__info__table caption {
    font-size: 2rem;
  }

  .shop__info__table tr {
    font-size: 1.5rem;
  }


  .archive__info {
    margin-left: 30px;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
  }
  .archive__info dt {
    padding: 15px;
    width: 30%;
    box-sizing: border-box;
  }
  .archive__info dd {
    padding: 15px;
    width: 70%;
    box-sizing: border-box;
  }

  .old__font {
    color: #7a4171;
    font-size: 20px;
  }

  .section__old__font {
    font-size: 14px;
    font-weight: bold;
  }

  .old__form__display {
    display: flex;
    margin: 0 auto;
  }

  .old__form__display img {
    margin: 0 10px;
  }

  .mr__50 {
    margin-right: 50px;
  }

  .ml__50 {
    margin-left: 50px;
  }

  .eto__wrapper {
    border: solid 2px #000;
    margin-bottom: 30px;
    text-align: center;
  }
  .eto__wrapper p {
    font-size: 16px;
  }

  .buy__button a {
    display: block;
    background-color: #ffd2d2;
    padding: 30px;
    font-size: 16px;
  }

}