/*TEMPLATE css of Toumeina*/

@charset "UTF-8";
/*///////////////////////////////////////COMMON/////////////*/

html, body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	-webkit-overflow-scrolling: touch; 
	line-height: 1em;
  letter-spacing: 0.1em;
  color: #454545;
  background: #f8f8f6;
  font-style: normal;
  font-feature-settings: "palt" 1;
}

.crim, .pf, .marcellus, .js, .spsc {
	letter-spacing: 0.1em;
	margin-right: -0.1em;	
  
}
.mont, .roboto, .poppins, .osw, .qs, .rw {
	letter-spacing: 0.06em;
	margin-right: -0.06em;	
}
.amat, .pacifico {
	letter-spacing: normal;
}
.yumin, .yugo, .ntsans {
	letter-spacing: 0.1em;
}

.ntsans { font-family: "Noto Sans JP", sans-serif;}
.yugo {font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.yumin {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}
.crim{font-family: 'Crimson Text',"Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}


img {
  border-width: 0; }

object, embed {
  vertical-align: bottom; }

ul, ul li, ol, ol li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
	opacity: 1;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}


img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top; }

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


 @media only screen and (max-width:767px) { 
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus {
  outline-offset: -2px;
}
}

.l-empty-msg {
    text-align: center;
    padding: 100px 20px;
    font-size: 13px;
    color: #999;
    letter-spacing: 0.05em;
}
.pc-break br {
  display: inline;
}
.sp-break br {
  display: none;
}
@media (max-width: 767px) {
  .pc-break br {
    display: none;
  }
  .sp-break br {
  display: inline;
}
}
/*///////////////////////////////////////FRAME/////////////*/


/* ===============================
   LOADER
================================ */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
	overflow: hidden;
}

#contents-wrap.fade-in {
	opacity: 1;
}
.loader {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
  }
  
.loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: .8;
  }
  
.loader .one {
	border-top: 1px solid #a47a43;
	animation: rotate-left 1s linear infinite;
  }
  
.loader .two {
	border-right: 1px solid #ca9f20;
	animation: rotate-right 1s linear infinite;
  }
  
 .loader .three {
	border-bottom: 1px solid #dab300;
	animation: rotate-right 1s linear infinite;
  }
  
.loader .four {
	border-left: 1px solid #d3b572;
	animation: rotate-right 1s linear infinite;
  }
  @keyframes rotate-left {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
    }
    
    @keyframes rotate-right {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }


/* ==============================
   CONTAINER
============================== */

.l-header-inner,
#visual,
#mainContent {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.l-main{
    padding-top: 0px;
  }

  #visual {
    margin-bottom: 80px;
    position: relative;
}

#mainContent {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .l-main{
    padding-top: 70px;
  }
   .l-header-inner,
    #visual,
    #mainContent {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ===============================
   HEADER
================================ */

.l-header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
}

.l-header-inner {
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {

   .l-header-inner {
    padding: 0 20px;
    height: 70px; 
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}

/* LOGO */

.l-header-logo img {
  width: 140px;
  height: auto;
  display: block;
}

/* NAV */
.l-main-navi {
  margin: 0 auto;
}

.l-main-navi-list {
  display: flex;
  gap: 40px;
}
.l-main-navi-list  > li > a{
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #444;
}
.l-main-navi-list  > li > a:hover {
  opacity: 0.6;
}
/* --- カートエリア全体の親要素 --- */
.l-cart {
  margin-left: 30px; /* PCでのメニューとの間隔 */
  display: flex;
  align-items: center;
}

/* --- PC・共通設定 --- */
#baseMenu {
    position: static !important; /* PCでは浮かさず、並びの中に配置 */
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#baseMenu > ul {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#baseMenu > ul > li {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 5px !important; /* ロゴとカートの間隔 */
}

/* リンクボタンのリセット */
#baseMenu > ul > li a {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

/* --- カートアイコン (SVG) --- */
#baseMenu li.cart a {
    width: 44px !important;
    height: 44px !important;
    position: relative !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 24 28" fill="none" stroke="%23777777" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9 H18 L20 24 Q20 25 19 25 H5 Q4 25 4 24 Z" rx="3" ry="3" /><path d="M7.5 9 A4.5 4.5 0 0 1 16.5 9" /><line x1="8" y1="21" x2="16" y2="21" stroke-width="1" /></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 24px !important;
}

#baseMenu li.cart a img {
    opacity: 0.02 !important;
    width: 22px !important;
    height: 24px !important;
}

/* --- カートバッジ (数字) --- */
#baseMenu .cart-badge {
    display: flex !important;
    position: absolute !important;
    top: 6px !important;
    right: 4px !important;
    background: #777 !important; /* ブランドカラーの濃いグレー */
    color: #fff !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
}

#baseMenu .cart-badge[style*="display: none"] {
    display: none !important;
}
#baseMenu .cart-badge:empty {
    display: none !important;
}
/* --- カート内の数字本体 --- */
#baseMenu .cart-qty {
    display: block !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    transform: translateX(0.5px) !important; 
    padding: 0 !important;
    margin: 0 !important;
}
/* --- BASEロゴ (14px) --- */
#baseMenu li.base img {
    height: 14px !important;
    width: auto !important;
    filter: grayscale(100%);
    opacity: 0.6 !important;
}

/* --- MOBILE (767px以下) --- */
@media (max-width: 767px) {
    .l-cart {
    margin-left: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 80px; /* カートとBASEロゴの入る幅を確保 */
    height: 44px;
    z-index: 2002;
  }

    #baseMenu {
    position: relative !important; /* fixedを解除して.l-cartの中に収める */
    top: auto !important;
    right: auto !important;
    display: block !important;
    margin: 0 !important;
  }

  #baseMenu > ul {
    justify-content: flex-end !important;
  }
    /* モバイルでロゴが見えないのを防ぐ */
    #baseMenu li.base {
        display: block !important;
        margin-right: 5px !important;
    }

    #baseMenu li.base img {
        height: 14px !important;
        opacity: 0.7 !important;
    }
    #baseMenu li.cart a {
        width: 40px !important;
        height: 40px !important;
    }
}


/* --- MOBILE (767px以下) --- */
@media (max-width: 767px) {

  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(248, 248, 246, 0.95);
    z-index: 3000;
    border-bottom: 1px solid #f0f0f0; 
    height: 70px; /* 高さを明示的に指定 */
  }
 

  .l-main-navi {
    display: none !important;
  }
  /* ロゴを中央に固定 */
  .l-header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* 縦横中央に */
    z-index: 2001;
    margin: 0;
  }
  .l-header-logo img {
    width: 120px; 
    display: block;
  }

 .l-menu-btn {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2002;
  cursor: pointer;
}

.l-menu-btn span {
  display: block;
  width: 26px;
  height: 1px;
  background: #444;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
  position: absolute; 
  transform-origin: center;
}


.l-menu-btn span:nth-child(1) {
  transform: translateY(-5px);
}

.l-menu-btn span:nth-child(2) {
  transform: translateY(5px);
}

/* --- アクティブ時（×印）の動き --- */
.l-menu-btn.is-active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.l-menu-btn.is-active span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}

/* ===============================
   DRAWER
================================ */

  /* ハンバーガーを左、カートを右に配置 */
.l-drawer {
    display: none; 
}

@media (max-width: 767px) {

  .l-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
   transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .l-drawer.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-drawer-nav {
  display: inline-block;
  text-align: left;
}
  .l-drawer-list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-drawer-list > li {
    margin-bottom: 40px;
  }
  
  .l-drawer-list > li > a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #444;
    text-decoration: none;
    display: block;
  }
/* --- サブメニュー（Collectionの下など） --- */
.l-drawer-sub-list {
  list-style: none;
  padding-left: 2px;
  margin-top: 25px; 
}
.l-drawer-sub-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 23px;
}
/* サブメニューの前の細い線 */
.l-drawer-sub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; 
  height: 0.75px;
  background-color: #cbcbcb;
}
.l-drawer-sub-list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  line-height: 1;
  text-align: left;
}
}




/* ===============================
   FOOTER
================================ */
#mainFooter {
    background-color: #f8f8f6; 
    padding: 100px 0 60px;
    border-top: 0.5px solid #eee;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* --- Logo --- */
.footer-logo img {
    width: 140px;
    height: auto;
    opacity: 0.8;
}

/* --- SNS Icons (白枠を消して馴染ませる) --- */
.footer-sns {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
}

.footer-sns li a {
    color: #888;
    font-size: 16px;
    transition: color 0.4s ease;
}

.footer-sns li a:hover {
    color: #333;
}

/* --- Navigation --- */
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.footer-nav li a {
    color: #888;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.footer-nav li a:hover {
    color: #444;
}

/* --- Copyright --- */
.footer-copyright {
    margin-top: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    color: #aaa;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    #mainFooter {
        padding: 60px 20px 40px;
    }
    .footer-nav {
        flex-direction: column; /* スマホでは縦並びに */
        gap: 15px;
    }
    .footer-inner {
        gap: 30px;
    }
}

/* ===============================
    Temporary Notice
================================ */
#shop_notice {
    padding: 100px 20px;
    text-align: center;
}

.notice-inner {
    max-width: 600px;
    margin: 0 auto;
}

.notice-title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    color: #333;
}

.notice-content {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.08em;
    color: #666;
    margin-bottom: 50px;
}

.notice-content p {
    margin-bottom: 1.5em;
}

.notice-links .btn-link {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #ddd;
    color: #888;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
}

.notice-links .btn-link:hover {
    border-color: #999;
    color: #333;
    background-color: #fafafa;
}

@media (max-width: 767px) {
    #shop_notice {
        padding: 70px 20px;
    }
    .notice-title {
        font-size: 16px;
    }
    .notice-content {
        font-size: 13px;
        line-height: 2;
    }
}
/*///////////////////////////////////////VISUAL SLIDES/////////////*/

/* ===============================
    SLIDER
================================ */
#slideImg .imgBox{ 
	opacity: 0;
	transition: opacity .3s linear;
} 
#slideImg .imgBox.slick-slide{ 
	opacity: 1;
}

.slick-slide {
	position: relative;
}
.txt-slides {
	display: block;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 40px;
    left: 6%;
    margin-top: -0.5em;
}

.slides img {
    width: 100%;
    aspect-ratio: 2 / 1; 
    object-fit: cover;
    display: block;
}

.slick-dots {
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: center !important;
    line-height: 1 !important;
    display: block !important;
    z-index: 10;
}
.slick-dots li {
    width: 10px !important;  /* 20pxから半分に。これで横に並びます */
    height: 10px !important;
    margin: 0 5px !important;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
}

.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important; /* 高さを合わせることで中央に */
    font-size: 6px !important;    /* ドットの大きさ */
    content: '•' !important;      /* 文字のドットを使用 */
    opacity: 0.25 !important;     /* 通常時の薄さ */
    color: #444 !important;       /* ブランドカラーに合わせる */
}

.slick-dots li.slick-active button:before {
    opacity: 0.75 !important;     /* アクティブ時に濃くする */
    color: #444 !important;
}


@media (max-width: 767px) {
    .slides img {
        aspect-ratio: 4 / 5;
    }
    
    #visual {
        margin-bottom: 40px;
    }
    .slick-prev{
      left: 25px !important;
    }
    .slick-next {
      right: 25px !important;
    }
}

/*///////////////////////////////////////MAIN CONTENT/////////////*/


/* ==============================
   TITLE
============================== */

.sec-ttl {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
  .sec-ttl {
    font-size: 14px;
    padding: 0 20px;
  }

}

/* ==============================
   TOP
============================== */

.ItemListInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ItemListInner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    margin-bottom: 60px; /* スマホでは少し詰める */
  }
}

.itemImg {
    position: relative;
    overflow: hidden;
}
.item {
  float: none;
  width: auto;
  margin: 0;
}

.itemThumbImg {
  overflow: hidden;
}

.itemThumbImg img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
/* --- Sold out のカバーと文字 --- */
.flag_soldout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 246, 0.4);
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 2;
    pointer-events: none;
}

.item:has(.flag_soldout) .itemImg:hover img {
    opacity: 0.6;
}


.index .item .itemTitle h2 {
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 16px;
  line-height: 1.6;
}

.index .item .itemDetail .itemPrice {
  font-family: 'Crimson Text',"Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13px;
  margin-top: 6px;
  color: #888;
}

/* HOVER */

.index .item .itemImg img {
  opacity: 1; 
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.index .item .itemImg:hover img {
  opacity: 0.8;
}
#moreItems {
    text-align: center;
    padding-bottom: 100px;
}

.item-btn a {
    display: inline-block;
    border: 0.5px solid #ccc; 
    padding: 16px 60px; 
    color: #666;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 0.25em;
    text-decoration: none;
    transition: all 0.6s ease;
}

.item-btn a:hover {
    border-color: #444;
    color: #333;
    background-color: rgba(0, 0, 0, 0.02); 
}

@media (max-width: 767px) {
    .item-btn a {
        padding: 14px 50px;
        font-size: 13px;
    }
}
/*///////////////////////////////////////ITEM DETAIL/////////////*/
.item-detail {
	margin:0 auto !important;
  padding: 0 5%;
}
@media only screen and (min-width:1030px) { 
  .item-detail {
    margin:0 auto !important;
    padding: 5% 0;
  }
  }
.item-detail .itemImgSlide{
	width: 45%;
	float: left;
	margin:0 2%;
}
.item-detail #slideImg {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: zoom-in;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.item-detail .slideImgNav {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.item-detail #slideImg .imgBox img,
.item-detail .slideImgNav .imgBox img{
  width: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.slideImgNav {
  display: flex;
  flex-wrap:wrap;
}
.slideImgNav .imgBox{
  flex: 0 1 19.6%;
  box-sizing: border-box;
  position:relative;
  margin:0.5% 0.5% 0 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.slideImgNav .imgBox:nth-child(5n) {
    margin:0.5% 0 0 0;
}
.slideImgNav .imgBox.current{
	opacity: .5;
}
 .slideImgNav .imgBox img{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    margin: 0 auto;
    display: inline-block;
} 
.item-detail .slick-slide {
  position: relative;
  outline: none !important;
}
.item-detail .slick-list {
  overflow: hidden;
}
.item-detail .item .itemImg #slideImg .imgBox .label_image{
	width: 70px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.item-detail .purchase{
	width: 45%;
	float: right;
	margin: 3% 2% 0 0;
}

.item-detail .purchase .itemTitle {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1.5em;
  letter-spacing: 0.1em;
}
.item-detail .purchase .itemDescription {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:1030px) { 
  .item-detail .purchase .itemTitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  }
.item-detail .purchase .itemPrice{
	margin: 0 0 30px 0;
}
.item-detail .purchase .itemPrice .sale{
	margin-bottom: 5px;
}
.item-detail .purchase .itemPrice .discount{
	font-size: 12px;
}
.item-detail .purchase .itemPrice h3{
	font-size: 19px;
	font-weight: 400;
}
.item-detail .purchase .itemDescription {
  /* font-family: 'Crimson Text', serif; */
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.item-detail .purchase .itemDescription> p{
	margin: 0 0 15px 0;
}
.item-detail .purchase .itemDescription a,
.appsItemDetailCustomTag_description a{
	text-decoration: underline;
}

.item-detail .purchase #itemAttention {
	font-size: 11px;
	line-height: 1em;
	margin: 0 0 40px 0;
}
.item-detail .purchase #itemAttention p{
	margin: 0 0 10px 0;
}
.item-detail .purchase #itemSelect {
	font-size: 13px;
	margin: 0 0 25px 0;
}

.item-detail .purchase .itemSaleStatus p{
	font-size: 12px;
}


.item-detail .purchase #itemSelect label{
	display: block;
    margin: 16px 0 8px 0;
    font-size: 13px;
    font-weight: bold;
}

/*商品オプションApp*/
.item-detail .purchase #itemSelect .itemOption__name {
    margin: 16px 0 8px 0;
    display: block;
}

.item-detail .purchase #itemSelect .itemOption__select,
.item-detail .purchase #itemSelect .itemOption__input{
	display: block;
    margin:0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
}
.item-detail .purchase #itemSelect .itemOption__caption {
	font-size: 11px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
}
.item-detail .purchase #itemSelect .itemOption__bottomCaptionBlock {
	margin-top: -12px;
}
.item-detail .purchase #itemSelect .itemOption__count{
	float: right;
    font-size: 12px;
    display: block;
}
.item-detail .purchase #itemSelect .itemOption__bottomCaptionBlock,
.item-detail .purchase #itemSelect .itemOption__count{
    font-size: 11px;
}
.item-detail .purchase #itemSelect .itemOption__caption--error,
.item-detail .purchase #itemSelect .itemOption__count--error{
	color:#e74c3c;	
}
.purchaseButton button:disabled {
	opacity: 20%;
	cursor: default;
}

.item-detail .purchase #purchaseForm{
	width: 100%;
	margin: 0 0 40px 0;
}
.item-detail .purchase .button,
.item-detail .purchase .purchaseButton__btn{
	font-size: 15px;
    padding: 15px 0;
    border: 0px;
    border-radius:0px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    margin-bottom: 20px;
}
.item-detail .purchase .purchaseButton__btn.purchaseButton__btn--soldOut{
  background-color: #999999;
  
}
.item-detail .purchase .button:hover,
.item-detail .purchase .purchaseButton__btn:hover{
	opacity: .7;
}
/*.purchaseButton__btn--disabled,
.purchaseButton__btn--disabled:hover {
	opacity: .5;	
}*/
#widget {margin: 0 0 0 10px !important;}
#widget,.social,.socialWrapper,.twitter,.fb, .report {
	display: inline-block;
	vertical-align: middle;
}
.item-detail .purchase .report {
    margin: 0 0 0 10px;
    font-size: 10px;
}

.review01 {
	max-width: 1280px;
    margin: 0 5% !important;
}
.review01__list {
    overflow-y: scroll !important;
}
.item-detail-inner {
	margin: 0 0 5% 0;
}
.relatedItems {
	margin: 0 5%;
}
.relatedItems  ul li {
	width: 31%;
	margin: 0 3.5% 4% 0;
	float: left;
}
.relatedItems  ul li:nth-child(3n) {
	margin-right: 0;
}
.relatedItems  ul li .itemImg {
	margin: 0 0 5% 0;
}
.relatedItems  ul li .itemImg img{
	width: 100%;
}
.relatedItems  ul li .itemTitle {
	font-size: 14px;
	font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.relatedItems  ul li .itemPrice{
	font-size: 13px;
}
.item-detail .salesPeriod--term,
.item-detail .salesPeriod--willStart,
.item-detail .salesPeriod--willEnd,
.item-detail .salesPeriod--finish,
.item-detail .salesPeriod--available {
	color: #e74c3c;
	line-height: 1.6em;
    margin: 0 0 15px 0;
    font-size: 12px;
    display: inline-block;
    background: rgba(231, 76, 60, .1);
    padding: 6px 12px;
    border-radius: 2px;
}
.item-detail .preOrder,
.item-detail .lottery,
.item-detail .takeout{
	color: #e74c3c;
	display: block;
	line-height: 1.6em;
    margin: 0 0 15px 0;
    font-size: 12px;
}
.item-detail .preOrder p,
.item-detail .lottery p,
.item-detail .takeout p{
	margin:0; 
	display: block;
}
.item-detail .preOrder__label,
.item-detail .lottery__label,
.item-detail .takeout__label {
	display: inline-block;
    border: 1px solid #e74c3c;
    padding: 2px 6px;
    border-radius: 2px;
    margin: 0 0 6px 0;
}
@media only screen and (max-width:1030px) { 
  .item-detail-inner {
    margin: 0 0 8% 0;
    border-bottom: 1px #ececec solid;
  }
.item-detail .itemImgSlide{
	width: 100%;
	float: none;
	margin:0 0 40px 0;
  padding: 25px 0 0 0;
}
.item-detail .purchase{
	width: 100%;
	float: none;
	margin: 0 0 0 0;
}
.review01 {
    margin: 5% 0 !important;
}
.relatedItems {
	margin: 0;
  padding-bottom: 10px;
}
.relatedItems  ul li .itemTitle {
	font-size: 12px;
	font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
    
}
.relatedItems  ul li .itemPrice{
	font-size: 11px;
}
}

#postageInfo{
	z-index: 20000 !important;
}
#overlayBackground{
	z-index: 19999 !important;
}
@media screen and (max-width: 699px){
	.centeringFixForPostageInfo{
		position: fixed !important;
		width: 90% !important;
		height: 500px !important;
	}
	.shippingInfoBlock{
		height: 100% !important;
	}
}
@media screen and (max-width: 321px){
	.centeringFixForPostageInfo{
		height: 430px !important;
	}
}

/*///////////////////////////////////////商品説明カスタムApp/////////////*/
.ItemDetailCustom {
	margin-top: 10%;
}
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description{
	letter-spacing: 0.08em !important;
}

/*///////////////////////////////////////年齢制限App/////////////*/
.ageVerificationWarning {
	font-size: 19px !important; /*商品価格よりも大きいfont-size*/
}



/*///////////////////////////////////////colorbox/////////////*/
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,
#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,
#cboxMiddleLeft,#cboxMiddleRight {
	background: none !important;
}
.itemCb #cboxContent button {
	display: none !important;
}


/*///////////////////////////////////////ABOUT/////////////*/
#about {
}
#about .about-inner {
	margin: 0 auto;
	max-width: 720px;
  padding: 60px 0 30px 0;
}
#about .about-inner h2{
	font-size: 24px;
	text-align: center;
	font-weight: 400;
  margin: 0 0 50px 0;
}

#about .aboutInnerText {
	width: 100%;
	margin: 30px auto;
	line-height: 1.8em;
}
#about .about-link a{
	color: #3498db;
	margin: 0 auto 40px;
	text-decoration: underline;
}
ul.p-list li {
  font-size: 12px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
ul.p-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}

#about .about-inner p{
	font-size: 13px;
	margin: 0 0 20px 0;
  line-height: 1.8;
}
#about .about-inner .guide_body{
  padding: 15px 10px;
  color: #454545;
}

#about .about-inner .guide_body ul{
  margin-bottom: 30px;
}
#about .about-inner .guide_body ul li{
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}
#about .about-inner .guide_body ul li::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666666;
}
#about .about-inner .guide_body ul li a{
  display: inline-block;
	margin: 0;
	text-decoration: underline;
  text-decoration-color: #454545;
  text-underline-offset: 4px;
  transition: all 0.5s ease;
}
#about .about-inner .guide_body ul li a:hover {
  opacity: 0.6;
}
#about .about-inner .guide_body .notice p{
    color: #999999;
    font-size: 11px;
}
#about .about-inner .social {
	position: relative;
	margin: 20px auto 120px;
	width: 100%;
}
#about .about-inner .social .inner-conts {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
}
#about .about-inner .social .inner-conts .follow{
	font-size: 12px;
	margin: 0 20px 0 0;
}
#about .about-inner .social .inner-conts ul {
	text-align: center;
}
#about .about-inner .social .inner-conts ul li {
	display: inline-block;
	margin-right: 20px;
	width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 2px;
	background: #fff;
}
#about .social .inner-conts ul li:last-child {
	margin-right: 0px;
}
#about .social ul li img{
	width: 100%;
	height: 100%;
}
#about .about-img {
	width: 100%;
	margin:0 auto 30px;
}
#about .about-img img{
	width: 100%;
}
.txt-center {text-align: center;}
.txt-left{text-align: left}


#about h3{
  position: relative;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin: 60px 0 30px;
  padding: 60px 0 0 0;
  font-weight: normal;
}
#about h3::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #bbbbbb;
}
#about .faqTxt {
	margin: 0 auto;
}
#about .faqLists li {
  line-height: 1.6em;
}
#about .faqLists li .faqQ{
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#about .faqLists li .faqA{
  width: 100%;
  padding: 15px;
  margin: 10px 0 20px 0;
}
#about .faqLists li .faqQ .headTxt,
#about .faqLists li .faqA .headTxt{
  font-size: 14px;
  width:20px;
  margin-right: 6px;
}
#about .faqLists li .faqA .headTxt{
  color: #e74c3c;
}
#about .faqLists li .faqQ .sentTxt,
#about .faqLists li .faqA .sentTxt{
  font-size: 13px;
  width:94%;
}
#about .faqLists li .faqQ .headTxt,
#about .faqLists li .faqA .headTxt,
#about .faqLists li .faqQ .sentTxt,
#about .faqLists li .faqA .sentTxt{
  display:inline-block;
  vertical-align: top;
}

@media only screen and (max-width:767px) { 
  #about .about-inner h2{
    font-size: 22px;
  }
	#about .about-inner {
		width: 100%;
	}
	#about .about-img{
		width: 100%;
	}
	#about .aboutInnerText {
		width: 100%;
		padding: 0 2%;
	}
	#about .about-link a{
		padding: 0 5%;
	}
	#about .about-inner .social .inner-conts {
		width: 90%;
	}
  #about .about-inner .guide_body{
    padding: 15px 0px;
  }
	#about .faqTxt {
		width:100%;	
	}
  #about .faqLists li .faqQ{
    padding: 15px 5px;
  }
  #about .faqLists li .faqA{
    padding: 10px 5px 15px 10px;
    margin: 10px 0 20px 0;
  }
	#about .faqLists li .faqQ .sentTxt,
  #about .faqLists li .faqA .sentTxt{
    width:90%;
  }
}

/*///////////////////////////////////////GUIDE/////////////*/

.p-shopguide {
    margin-bottom: 60px;
}
.p-shopguide dd {
    font-size: 12px;
    letter-spacing: 0.05em;
    /* font-family: 'Crimson Text', serif; */
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-shopguide {
        display: none;
    }
}
.p-shopguide-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-right: -23px;
}
@media screen and (max-width: 1030px) {
    .p-shopguide-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media screen and (max-width: 767px) {
    .p-shopguide-wrap {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}
.p-shopguide-column {
    box-sizing: border-box;
    padding-left: 23px;
    padding-right: 23px;
    width: 33.3333%;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
    .p-shopguide-column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .p-shopguide-column {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}
.p-shopguide-box {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.p-shopguide-head {
    margin-bottom: 25px;
    padding-top: 40px;
    border-bottom: 1px solid #b2b2b2;
    text-align: center;
}
.p-shopguide-head .c-ttl-sub {
    margin-bottom: 30px;
}
.p-shopguide__icon {
    margin-bottom: 20px;
}
.p-shopguide__ttl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}
.p-shopguide__body {
    margin-bottom: 35px;
    margin-left: 0;
    color: #909090;
    overflow-wrap: break-word;
}
.p-shopguide__img {
    margin-bottom: 15px;
}
.p-shopguide__point-ttl {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.p-shopguide-cregit-list {
    display: flex;
    flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
    margin-right: 7px;
    margin-bottom: 10px;
}
.p-shopguide__attention {
    font-size: 12px;
}


/*///////////////////////////////////////CATEGORY/////////////*/

.categoryTitle01 {
  position: relative;
	font-size: 22px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	padding: 40px 0 50px 0;
  margin: 0;
}
.categoryTitle01:after {
  content: "";
  position: absolute;
  left:calc(50% - 1px);
  bottom: 10px;
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}
.childCategoryList01 {
	text-align: center;
	margin: 0 auto 60px;
	font-size: 13px;
}
.childCategoryList01 li {
	display: inline-block;
	margin: 10px 30px 10px 0;
}
.childCategoryList01 .childCategoryList01_child a{
	display: inline-block;
}
.childCategoryList01 li:last-child{
	margin:10px 0;
}
.bread {
  padding-bottom: 20px;
}
.breadcrumb {
	width: 100%;
	font-size: 11px;
  padding: 30px 0 20px 10px;
} 
.breadcrumb li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.breadcrumb li a {
	display: inline-block;
}
.breadcrumb li:after {
	content: ">";
	color: #ccc;
	display: inline-block;
	margin: 0 0 0 10px;
} 
.breadcrumb li:last-child:after{
	content: none;
}
@media only screen and (max-width:767px) { 
  .childCategoryList01 {
    font-size: 12px;
    margin: 0 5% 60px;
  }
  .childCategoryList01 li {
    display: inline-block;
    margin: 8px 13px 8px 0;
  }
	.breadcrumb {
		width: 100%;
	    padding: 5% 5% 0;
	}
}

/*///////////////////////////////////////IndexPageSearch/////////////*/

.titleForSearchResult{
  position: relative;
	font-size: 22px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	padding: 40px 0 50px 0;
  margin: 0;
}
.titleForSearchResult:after {
  content: "";
  position: absolute;
  left:calc(50% - 1px);
  bottom: 10px;
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}

/*///////////////////////////////////////CONTACT/////////////*/
#contact .inquirySection{
	text-align: center;
}
#contact .inquirySection h1{
	font-size: 24px;
	font-weight: 400;
	margin: 60px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}
#contact .inquirySection p{
	font-size: 12px;
}
#contact .inquirySection form {
	max-width: 640px;
	font-size: 12px;
	margin: 0 auto 60px;
}
#contact .inquirySection p,
#contact .inquirySection form,
#contact .inquirySection form input[type="submit"] {
}
#contact .inquirySection form dl {
	text-align: left;
	width: 100%;
}
#contact .inquirySection form dl:before,
#contact .inquirySection form dl:after {
  content: "";
  display: table; }

#contact .inquirySection form dl:after {
  clear: both; }

#contact .inquirySection form dl dt {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
#contact .inquirySection form dl dd {
	width: 100%;
	margin: 0;
}
#contact .inquirySection form dl .error {
	margin: 0 0 30px 0;
	padding: 0;
}
#contact .inquirySection form dd input {
    width: 100%;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 10px;
    font-size: 12px;
}
#contact .inquirySection form dd textarea {
	width: 100%;
    height: 200px;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 10px;
    font-size: 12px;
}
#contact .inquirySection .control-panel {
	clear: both;
}
#contact  .inquirySection form dd .error-message {
	color:#e74c3c;
}
#contact  .inquirySection form input[type=submit] {
	width: 256px;
    height: 54px;
    border: none;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 0px;
}
#contact #inquiryCompleteSection p{
	margin-bottom: 40px;

}
#contact #inquiryCompleteSection a{
    font-size: 12px;
    width: 320px;
    margin: 60px auto 120px;
    height: 54px;
    line-height: 54px;
}

@media only screen and (max-width:767px) { 
  #contact .inquirySection h1{
    font-size: 22px;
  }
#contact .inquirySection {
	padding: 0 5%;
}
#contact .inquirySection form {
	width: 100%;
	max-width: 100%;
}
#contact  .inquirySection form input[type=submit] {
	width: 100%;
	margin: 20px 0;
}
}
/*///////////////////////////////////////BLOGLIST/////////////*/

.main .blogListMain {
  padding: 60px 0.5% 30px;
}
.main .blogListMain > .blog_inner {
	margin: 0 2% 5% 0;
	padding: 0 !important;
	font-size: 12px;
	width: 32%;
	float: left;
	border-bottom:none !important;
	min-height: 340px;
}
.main #about.blogListMain h2.page_ttl{
	font-size: 24px;
	text-align: center;
	font-weight: 400;
  margin: 0 0 50px 0;
  letter-spacing: 0.2em;
}
.main .blogListMain>.blog_inner  .blog_head_image {
	margin:0 0 5% 0;
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}
.main .blogListMain>.blog_inner .blog_head_image a img{
	position: absolute;
    top: 50%;
    left: 50%;
      -webkit-transition: .5s ease-in;
      transition: .5s ease-in;
    -webkit-transform: translate(-50%,-50%) scale(1) !important;
    -ms-transform: translate(-50%,-50%) scale(1) !important;
    transform: translate(-50%,-50%) scale(1) !important;
/*    max-width: 150%;
    max-height: 150%;*/
    width: 100%;
}
.main .blogListMain>.blog_inner .blog_head_image:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.1) !important;
    -ms-transform: translate(-50%,-50%) scale(1.1) !important;
    transform: translate(-50%,-50%) scale(1.1) !important;
}

.main .blogListMain > .blog_inner .blog_title {
	margin-bottom:2% !important;
  font-weight: normal;
}
.main .blogListMain .blog_publish {
	margin:0 !important;
	font-size: 12px;
  /* font-family: 'Crimson Text', serif; */
}
.main .blog_body {
	font-weight: 400;
}
.main #about.blogListMain .blog_publish .publish_date{
	margin:0;
	font-size: 12px;
	font-weight: 400;
  /* font-family: 'Crimson Text', serif; */
}
.main .blogListMain>.blog_inner .blog_contents {
	/*line-height: 1.8em;*/
	display: none;
}
.main #about>.blog_inner .blog_contents .read_more {
	display: none;
}
.main .blogListMain >.blog_inner:nth-of-type(3n){
	margin: 0 0 5% 0;
}
.blog_inner .vimeo{
	width: 100%;
}
.main .blogDetail .social {
	border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
}
.main .blogDetail>.blog_inner {
	padding: 15px 0 20px 0 !important;
}
.main #about .blog_contents img {
	width: 100%;
	max-height: 100%;
}
.blog_head_image img {
	width: 100%;
}
.main #about.blogListMain h2 {
	font-size: 14px;
  font-weight: normal;
}
.main #about>.blog_inner,
.main #about.blogDetail .blog_title h2,
.main #about.blogListMain h2,
.main #about .blog_body h2 {
	text-align: left;
}
.main #about .blog_body h3{
  font-weight: normal !important;
}
.main #about>.blog_inner .blog_contents .read_more {
    padding: 12px 0 !important;
    bottom: -20px !important;
    text-align: center;
    border: 1px solid #ccc;
}
.blogDetail .social ul li {
	display: inline-block;
	margin-right: 30px !important;
	padding: 5px 8px 2px 8px;
	border-radius: 2px;
	background: #fff;
}
.blogDetail .social ul li img{
	width: 18px !important;
	height: 18px !important;
}

@media only screen and (max-width:1240px) { 
#blog .main {
	margin: 0 auto;
    width: 100%;
    padding: 0 5%;
}
.main .blogListMain>.blog_inner {
	margin: 0 5% 5% 0;
	width: 47.5%;
}
.main .blogListMain>.blog_inner:nth-of-type(even){
	margin: 0 0 5% 0 !important;
}
.main .blogListMain>.blog_inner:nth-of-type(3n){
	margin: 0 5% 5% 0;
}
#blog .main .blogDetail {
	width: 100%;
}
.main #about>.blog_inner .blog_contents .read_more {
    bottom: -10px !important;
}
}
@media only screen and (max-width:1024px) { 
#blog .main {
	margin: 70px auto 0;
    padding: 2% 5%;
}	
}
@media only screen and (max-width:780px) { 
  .main #about.blogListMain h2.page_ttl{
    font-size: 22px;
  }
#blog .main {
    padding: 5%;
}
.main #about>.blog_inner {
	margin: 0 0 10% 0 !important;
	width: 100%;
	float: none;
	min-height:inherit;
}
.main .blogListMain>.blog_inner .blog_title{
  font-size: 18px;
	min-height: 1px;
}
}
/*///////////////////////////////////////BLOG DETAIL/////////////*/
.main #about.blogDetail > .blog_inner {
	margin: 0 auto;
	max-width: 720px;
	font-size: 15px;
  padding: 60px 0 30px 0;
}
.blog_inner .vimeo{
	width: 100%;
}
.main #about .blog_body {
	line-height: 2;
	margin: 24px 0;
}
.main #about.blogDetail .blog_title h2{
  font-size: 24px;
  padding: 30px 0 0 0;
  font-weight: normal;
}

.main #about.blogDetail .publish_date{
  font-size: 12px;
  /* font-family: 'Crimson Text', serif; */
  letter-spacing: 0.08em;
  color: #bbbbbb;
}
.main #about.blogDetail .blog_body ul.list_guide {
  padding-top: 20px;
  padding-bottom: 0px;
}
.main #about.blogDetail .blog_body ul.list_guide li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.main #about.blogDetail .blog_body ul.list_guide li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #222222;
  transition: all 0.3s ease;
}
.main #about.blogDetail .blog_body ul.list_att {
  padding-top: 15px;
  padding-bottom: 20px;
}
.main #about.blogDetail .blog_body ul.list_att li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.7;
  color: #454545;
}
.main #about.blogDetail .blog_body ul.list_att li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #454545;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main #about.blogDetail .blog_body ul.list_guide {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}
.blogDetail .social ul li {
	display: inline-block;
	width: 24px !important;
	height: 24px !important;
	padding: 4px;
	border-radius: 2px;
	background: #fff;
}
.main #about .read_more{
	background: none !important;
}
.main #about .read_more a {
	margin-top:15px;
	padding: 15px 0;
    text-align: center;
}
.main #about>.blog_inner {
	border: none !important;
}
.main #about>.blog_inner .blog_contents .read_more{
	bottom: -20px !important;
	padding-top: 0 !important;
}
.main #about .blog_inner .social{
	padding: 15px 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.embRspn {
    position: absolute; 
    top:0; left:0; 
    width:100%; height:100%;
}


@media only screen and (max-width:767px) { 
.main #about>.blog_inner {
	padding: 0 5%;
}
.main #about.blogDetail .blog_title h2,
.main #about.blogListMain h2,
.main #about .blog_body h2 {
	font-size: 18px;
}
.main #about.blogDetail .blog_title h2{
  padding: 10px 0 0 0;
}
}



/*///////////////////////////////////////Membership/////////////*/
#membership{
 	max-width: 960px;
}
.membership .mypage .content .definition-description {
	margin-left:0;
}
.membership .mypage .content .bar {
	width: 100% !important;
	margin: 0 !important;
}
.membership .guide .register .description-link,
.membership .guide .register .login-link {
	color:#000 !important;
}
.membership .mypage .logout,
.membership .mypage .leave-wrapper .leave {
	background: transparent !important;
}
.membership .mypage .content .definition-description .edit {
	border: none !important;
}
.membership .register a,
.membership .register-description a,
.attention a,
.membershipPoint__attention a{
 	display: inline-block;
}

.membershipPoint__amountWrapper {
	margin: 30px 0 !important;
}

@media only screen and (max-width:768px) { 
#membership {
  padding: 5% !important;
}
.membership .guide .img-wrapper .img {
	height: auto !important;
}
}


/*///////////////////////////////////////PRIVACY, LAW/////////////*/

#law, #privacy {
    width: 100% !important;
    padding: 5% !important;
    font-family: inherit !important;
}

#law h3, #privacy h3{
	margin: 40px 0 5px !important;
}
.law_anchor {
	display: inline;
}

/*///////////////////////////////////////お知らせバナーApp/////////////*/
.informationBannerIcon {
	height: 20px !important;
}
.informationBannerIcon i {
	font-size: 20px !important;
	line-height: 20px !important;
}
.informationBanner .informationBannerText {
	font-size:13px !important;
}
.informationBannerArrow {
	font-size: 14px !important;
}


/*///////////////////////////////////////メールマガジンApp/////////////*/
/* --- メルマガセクション全体の調整 --- */
.mailMagApp {
    max-width: 600px; /* 少しスリムに */
    width: 100%;
    margin: 100px auto; /* 前後の要素としっかり距離をとる */
    padding: 0;
    text-align: center;
    border: none; /* 囲み枠を消して、サイトに溶け込ませる */
}

.mailMagApp h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #444;
    margin-bottom: 20px;
}

.mailMagApp p {
    font-size: 12px;
    color: #888;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

/* --- 入力フィールド --- */
.mailMagazineSubscribe_field {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.mailMagazineSubscribe_input {
    max-width: 280px;
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 0.5px solid #ccc; /* 下線のみにして「透明感」を出す */
    background-color: transparent;
    border-radius: 0;
    padding: 0 10px;
    font-size: 13px;
    color: #444;
    outline: none;
    transition: border-color 0.4s;
}

.mailMagazineSubscribe_input:focus {
    border-bottom-color: #444;
}

/* --- 登録ボタン --- */
.mailMagazineSubscribe_submit {
    width: auto;
    min-width: 100px;
    height: 45px;
    background-color: transparent;
    border: 0.5px solid #ccc; /* VIEW MOREボタンと統一 */
    border-radius: 0;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.4s;
    padding: 0 25px;
}

.mailMagazineSubscribe_submit:hover {
    border-color: #444;
    color: #333;
    background-color: rgba(0, 0, 0, 0.02);
}
/* 登録完了後のメッセージ調整 */
.mailMagazineSubscribe_confirm {
    font-size: 13px;
    color: #444;
    letter-spacing: 0.1em;
    margin-top: 20px;
    min-height: 1.5em;
}
/* --- スマホ時の調整 --- */
@media (max-width: 767px) {
    .mailMagApp {
        padding: 0 20px;
        margin: 60px auto;
    }
    .mailMagazineSubscribe_field {
        flex-direction: column; /* スマホでは縦並びに */
        align-items: center;
        gap: 20px;
    }
    .mailMagazineSubscribe_input {
        max-width: 100%;
        text-align: center;
    }
    .mailMagazineSubscribe_submit {
        width: 100%;
        max-width: 200px;
    }
}

