
/* ============== Resset） ============== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul[role='list'],
ol[role='list'],
li {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
  font-size: unset;
}
a {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img,
picture {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
/* ============== h1タグ（非表示・SEO対策） ============== */
.maintitle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ============== a ホバー ============== */
.a-under {
  background-image: linear-gradient(to right, #cd6487, #cd6487 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.a-under:before {
  content: "";
  background: #cd6487;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.a-under:hover {
  background-position: 0;
}
.a-under:hover::before {
  width: 100%;
}
/* ============== form ============== */
header .site-menu .menu-icon li .a-under form {
  display: none;
}
/*-----------------------------------------------
BootStrap対応
-----------------------------------------------*/
/* ============== ユーティリティー ============== */
.u-fs-10 {
  font-size: 10px !important;
}
.u-fw-b,
.bold {
  font-weight: 700 !important;
}
.u-ta-r,
.tright,
.t-right {
  text-align: right !important;
}
.u-ta-l,
.tleft,
.t-left {
  text-align: left !important;
}
.u-ta-c,
.tcenter,
.t-center {
  text-align: center !important;
}
.u-lh-1 {
  line-height: 1 !important;
}
.u-lh-xs {
  line-height: 1.2 !important;
}
.u-lh-sm {
  line-height: 1.4 !important;
}
.u-lh-md {
  line-height: 1.8 !important;
}
.u-lh-lg {
  line-height: 2.0 !important;
}
.u-lh-xl {
  line-height: 2.2 !important;
}
.u-d-n,
.u-d-n-xs {
  display: none !important;
}
.u-d-i,
.u-d-i-xs {
  display: inline !important;
}
.u-d-b,
.u-d-b-xs {
  display: block !important;
}
.u-mt-xs,
.s-mt1em {
  margin-top: 1em !important;
}
.u-mb-sm,
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb-md,
.u-mb15em {
  margin-bottom: 1.5em !important;
}
.u-mb-lg,
.u-mb2em {
  margin-bottom: 2.0em !important;
}
.u-mb-xl,
.u-mb3em {
  margin-bottom: 3.0em !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
@media (min-width: 544px) {
  .u-d-n-sm {
    display: none !important;
  }
  .u-d-i-sm {
    display: inline !important;
  }
  .u-d-b-sm {
    display: block !important;
  }}
@media (min-width: 768px) {
  .u-d-n-md {
    display: none !important;
  }
  .u-d-i-md {
    display: inline !important;
  }
  .u-d-b-md {
    display: block !important;
  }}
@media (min-width: 992px) {
  .u-d-n-lg {
    display: none !important;
  }
  .u-d-i-lg {
    display: inline !important;
  }
  .u-d-b-lg {
    display: block !important;
  }}
@media (min-width: 1200px) {
  .u-d-n-xl {
    display: none !important;
  }
  .u-d-i-xl {
    display: inline !important;
  }
  .u-d-b-xl {
    display: block !important;
  }}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-window {
    width: 97% !important;
    padding: 30px 10px 15px !important;
  }}
/*-----------------------------------------------
Google icons
-----------------------------------------------*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24
}
/*-----------------------------------------------
調整用共通CSS
-----------------------------------------------*/
/* ============== PC・SP 改行 ============== */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }}
@media screen and (max-width: 769px) {
  .br-pc {
    display: none;
  }}
/* ============== PC・SP 表示切替（1110px） ============== */
@media screen and (max-width: 1110px) {
  .pc10 {
    display: none;
  }}
@media screen and (min-width: 1111px) {
  .sp10 {
    display: none;
  }}
/* ============== PC・SP 表示切替（992px） ============== */
@media screen and (max-width: 992px) {
  .pc9 {
    display: none !important;
  }}
@media screen and (min-width: 993px) {
  .sp9 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（768px） ============== */
@media screen and (max-width: 768px) {
  .pc7 {
    display: none !important;
  }}
@media screen and (min-width: 769px) {
  .sp7 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（576px） ============== */
@media screen and (max-width: 576px) {
  .pc5 {
    display: none;
  }}
@media screen and (min-width: 577px) {
  .sp5 {
    display: none;
  }}
/* ============== 余白調整 ============== */
.top_10 {
  margin-top: 10px;
}
.top_30 {
  margin-top: 30px;
}
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.top_120 {
  margin-top: 120px;
}
/* ============== 位置調整 ============== */
.center {
  text-align: center;
  margin: 0 auto;
}
/*-----------------------------------------------
共通機能・挙動等
-----------------------------------------------*/
/* ============== モーダルウインドウ ============== */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 900px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 4px 10px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-content h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px #cd6487;
  margin-bottom: 16px;
}
.modal-content h3 span {
  display: block;
}
.modal-content img {
  margin-bottom: 12px;
}
.modal-content p {
  color: #575757;
}
.modal-content ul {
  color: #575757;
}
.modal-content ul li {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}
/* ============== 追従ナビ ============== */
/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/
/* ============== グローバルナビ ============== */
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  background: rgba(255, 255, 255, .7);
  align-items: center;
}
@media screen and (max-width: 769px) {
  .header {
    padding: 4px 6px;
  }}
.site-logo a img {
  width: 60px;
}
.site-logo a img:hover {
  opacity: .7;
}
.site-menu {
  display: flex;
}
.menu-main {
  display: flex;
  align-items: center;
}
.menu-main li {
  margin: 0 10px;
  font-weight: 600;
}
.menu-icon {
  display: flex;
  background: #f5c3c2;
  padding: 0px 20px;
  border-radius: 30px;
  align-items: center;
  margin: 0 10px;
}
.menu-icon li {
  text-align: center;
  margin: 0 8px;
}
.menu-icon li a {
  display: block;
  transition: .5;
}
.menu-icon li a:hover {
  color: #cd6487;
}
.menu-icon li a i {
  font-size: 20px;
}
.menu-icon li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}
.menu-icon li span {
  font-size: 10px;
  font-family: 'Zen Maru Gothic';
  display: none;
}
.menu-icon li .cart-span {
  display: none;
}
/* ============== ハンバーガー ============== */
nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 220px;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .ham-menu {
  padding: 25px;
  padding-top: 60px;
}
nav .ham-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .ham-menu ul li {
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .ham-menu ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .ham-menu ul li a:hover {
  background: #e4e4e4;
}
.ham-circle {
  background: #cd6487;
  border-radius: 30px;
  padding: 15px 15px;
  position: relative;
  z-index: 10;
  transition: .3s ease-in-out;
}
.ham-circle:hover {
  background: #f5c3c2;
}
.toggle-btn {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.toggle-btn span {
  position: relative;
  display: block;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
}
.toggle-btn span:nth-child(1) {
  top: 1px;
}
.toggle-btn span:nth-child(2) {
  top: 8px;
}
.toggle-btn span:nth-child(3) {
  top: 15px;
}
.open .toggle-btn span {
  background-color: #fff;
}
.open .toggle-btn span:nth-child(1) {
  transform: translateY(8px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
.ham-menu li span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Zen Maru Gothic';
}
.sp-mypage {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
  cursor: pointer;
}
/* ============== ヘッダーのスクロールでの挙動 ============== */
.header {
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
}
.header.hide {
  /* top: -80px; */
  transform: translateY(-83px);
}
/* ============== メガメニュー ==================== */
/* ============== スクロールテキスト ============== */
@keyframes scroll-text {
  0%, 20% { 
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%); 
  }
}
.scroll-container {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 0 auto;
}
.scroll-container-170 {
  width: 170px; 
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.scroll-text {
  display: inline-block;
  animation: scroll-text 10s linear infinite; 
}
/*-----------------------------------------------
Footer
-----------------------------------------------*/
footer {
  background-color: #F5C3C2;
  padding: 40px 0 0;
}
footer .parts01 {
  display: flex;
  justify-content: left;
  margin: 20px 0 0;
  align-items: center;
}
footer .icon {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: flex-end;
}
footer .icon li {
  margin: 0 10px;
}
footer .icon li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
footer .parts01 .logo img {
  width: 100px;
  height: auto;
}
.footer-concept {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 25px 25px;
}
.copyright {
  font-weight: 600;
  padding: 50px 0 20px;
}
@media screen and (max-width:768px) {
  footer .parts01 .logo img {
    width: 60px;
  }
  footer {
    padding: 15px 0 0;
  }
}
/*==================================================
アコーディオンのためのcss
===================================*/
.footer-acordion {
  list-style: none;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-acordion .acordion-parts {
  margin: 10px 0;
  width: 30%;
}
.acordion-title {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 3px 3px 50px;
  transition: all .5s ease;
}
.acordion-title::before,
.acordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.acordion-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.acordion-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.acordion-title.close::before {
  transform: rotate(45deg);
}
.acordion-title.close::after {
  transform: rotate(-45deg);
}
.footer-acordion .acordion-parts .box {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px 10px;
  padding: 20px 30px 20px 40px;
  border-radius: 10px;
}
.footer-acordion .acordion-parts .box ul {
  line-height: 1.8;
}
.footer-acordion .acordion-parts .box ul li {
  font-weight: 500;
}
.acordion-title::before,
.acordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
}
.acordion-title::before {
  top: 48%;
  left: 15px;
  transform: translateY(0px) rotate(-90deg);
}
.acordion-title::after {
  top: 48%;
  left: 15px;
  transform: translateY(0px) rotate(180deg);
}
@media screen and (min-width:576px) {
  footer .ft-menu .ft-list li span {
    display: none;
  }}
@media screen and (max-width:576px) {
  .copyright {
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
    padding: 10px 0;
  }
  .footer-acordion {
    flex-direction: column;
  }
  .footer-acordion .acordion-parts {
    margin: 10px 0;
    width: 100%;
  }}
@media screen and (min-width:768px) {

  .acordion-title::before,
  .acordion-title::after {
    display: none;
  }
  .acordion-title {
    padding: 3px;
  }
  .footer-acordion .acordion-parts .box {
    padding: 15px 5px 15px 15px;
  }}
/* single-item */
.item-info .skubutton {
  background-color: #cd6487;
  margin: 10px 0;
}
.item-info .skubutton p {
  text-align: center;
}
.item-info .skubutton:hover {
  background-color: #F5C3C2;
}
.field_price {
  margin: 10px 0;
}
.allitems h2 {
  text-align: center;
}
.allitems h2 span {
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.top_itemlistbox img {
  height: 50%;
  box-shadow: 1px 1px 3px #575757;
}
.allitems h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.mb_80 {
  margin-bottom: 80px;
}

.tag-box {
  text-align: right;
  margin-bottom: 2vh;
}
.tag-box .minitag {
  padding: 5px 15px;
  background-color: #f8b27d;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  margin-right: 5px;
}
@media screen and (max-width:576px) {
  .top_itemlistbox {
    padding: 0 10px;
  }
}
.items-tag-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8b27d;
  padding: 3px 10px;
  border-radius: 0 8px 0 0;
}
/* serch-box */
.form-area {
  margin: 0;
}
.search-btn {
  cursor: pointer;
  background-image: linear-gradient(to right, #cd6487, #cd6487 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  transition: all 0.3s ease-in-out;
}
.s-box {
  display: flex;
  position: relative;
}
.search-box .searchsubmit {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  color: #aaa;
  font-family: FontAwesome;
  border: none;
  font-size: 15px;
}
.menu-icon li .s-base {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.menu-icon li i:hover {
  color: #cd6487;
}
.menu-icon li .s-base i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
}
.s-box input[type="text"] {
  padding: 8px;
  border-radius: 3px;
}
.item-search span {
  font-weight: 300;
  margin-left: 5px;
  font-size: 16px;
}
.top_itemlistbox_link {
  transition: .3s ease-in-out;
}
.top_itemlistbox_link:hover {
  text-decoration: none;
}
/* pagenation */
.custom-page-link a {
  text-decoration: none;
  color: #000;
}
.custom-page-link a:hover {
  color: #575757;
  background-color: #491f2d;
}
.custom-current-page {
  border: 1px solid #cd6487;
  margin: 0 5px;
}
.custom-current-page a {
    color: white;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}
.custom-page-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f5c3c2;
  border: 1px solid #dee2e6;
  color: #000;
}
.next {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.next:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.prev {
  background: #5757577d;
  padding: 5px 10px;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}
.prev:hover {
  background: #2525257d;
  list-style: none;
  text-decoration: none;
}
.post-title {
  margin: 10px 0 0;
  font-weight: 700;
}
.item-price {
  margin: 8px 0 0 ;
}
/*------------------ 追従ナビ ------------------*/
.low-button{
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
}
.low-button{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	z-index: 9999;
}
.low-button.js_hide {
	transform: translateY(100%);
}
.low-button ul {
  margin: 0 auto;
	background: rgba(8, 30, 43, .8);
	display: flex;
  justify-content: space-around;
}
.low-button li a:hover {
  text-decoration: none;
}
.low-btn {
  opacity: 0;
  visibility: hidden;
  
}
.active{
  opacity: 1;
  visibility: visible;
}

/* mainscc */
/*-----------------------------------------------
btn
-----------------------------------------------*/
.main-btn {
  background-color: #CD6487;
  color: #fff;
  width: 200px;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 6px #575757;
  transition: .5s;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.main-btn:hover {
  background-color: #F5C3C2;
  color: #000;
  box-shadow: none;
  border: 1px solid #000;
}
.main-btn a {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
.btn-area {
  margin: 50px 0;
}
.ranking .btn-area {
  margin: 10px 0;
}
.top-btn {
  background-color: #CD6487;
  color: #fff;
  width: 200px;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 6px #575757;
  transition: .5s;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
}
.top-btn:hover {
  background-color: #F5C3C2;
  color: #000;
  box-shadow: none;
  border: 1px solid #000;
}
.top-btn a {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
/* ============== btn responsive ============== */
@media screen and (max-width:1200px) {
  .top-btn {
    bottom: 30%;
}
}
@media screen and (max-width:992px) {
  .top-btn {
    bottom: 32%;
}
}
@media screen and (max-width:768px) {
  .top-btn {
    bottom: 45%;
}
}
@media screen and (max-width:576px) {
  .top-btn {
    bottom: 34%;
  }
  .main-btn {
    border-radius: 8px;
    width: 130px;
  }
  .main-btn a {
    padding: 10px 0;
    font-size: 16px;
    transition: .5s;
    font-weight: 500;
  }
  .ranking .btn-area {
    margin: 5px 0;
  }
}
/*-----------------------------------------------
slidercss
-----------------------------------------------*/
/* ============== topslider ============== */
.slider01 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding-bottom: 8px;
}
.slider-box {
  margin: 0 10px;
  height: auto !important;
  position: relative;
}
.slider01 img {
  width: 100%;
  border-radius: 12px;
}
.slick-dots li button:before {
  font-size: 15px;
  color: #DAD9CD;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #CD6487;
}
/* ============== Galleryslider ============== */
.gallery {
  height: auto;
}
.gallery li {
  height: auto;
  margin-right: 5px;
}
.gallery li img {
  width: 100%;
  height: 100%;
  border: 1px solid#F5C3C2;
}
.slider02 {
  position: relative;
}
@media screen and (max-width:576px) {
  .gallery li img {
    width: 180px;
  }
}
/* ============== Itemslider ============== */
.slider03 li {
  height: auto;
  margin-right: 15px;
}
.slider03 li img {
  border: 1px solid#F5C3C2;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.slider03 {
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width:576px) {
  .slider03 li {
    margin-right: 3px;
  }}
/* ============== single-item-slider ============== */
.slider04 {
  width: 100%;
  margin: 0 auto;
}
.slider04 img {
  width: 90vw;
  height: auto;
  padding: 0px 5px;
  box-shadow: none;
}
.slider04 .slick-slide {
  opacity: 0.5;
}
.slider04 .slick-slide.slick-center{
  opacity: 1;
}
.slider04_box .top_itemlistbox p {
  text-align: right;
  margin: 5pxs 0;
}
/*-----------------------------------------------
top-mv
-----------------------------------------------*/
.top-mv {
  margin-top: 95px;
}
.fv {
  height: 70vh;
  margin-bottom: 10px;
}
.top-mv {
  height: 60vh;
}
.top-mv .slider-box img {
  height: 60vh;
}
.top-mv .slider-box {
  position: relative;
}
.top-mv .slider-box .slider-contents {
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.top-mv .slider-box .slider-contents .lead {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  line-height: 1.6;
  font-weight: bold;
  width: 80%;
}
.top-mv .slider01-1 .slider-contents .lead {
  line-height: 2.3;
  padding: 20px;
}
.top-mv .slider01-2 .slider-contents .lead {
  padding: 20px;
}
.top-mv .slider01-3 .slider-contents .lead {
  padding: 20px 20px 30px;
}
.top-mv .slider-box .slider-contents .lead .title {
  font-size: 40px;
  text-align: center;
}
.top-mv .slider-box .slider-contents .lead .sub {
  text-align: center;
}
.top-mv .slider-box .slider-contents .lead .sub p {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
}
/* ============== top-mv responsive ============== */
@media screen and (max-width:1200px) {
  .top-mv .slider-box .slider-contents .lead .sub p {
    margin-top: 5px;
  }
}
@media screen and (max-width:992px) {
  .top-mv .slider-box .slider-contents {
    left: 7%;
  }
  .top-mv .slider-box .slider-contents .lead .sub {
    font-size: 16px;
  }
  .top-mv .slider01-1 .slider-contents .lead {
    width: 90%;
  }
  .top-mv .slider01-2 .slider-contents .lead {
    width: 85%;
    line-height: 2;
  }
  .top-mv .slider01-3 .slider-contents .lead {
    width: 85%;
    line-height: 2;
  }
}
@media screen and (max-width:768px) {
  .fv {
    height: 65vh;
  }
  .top-mv {
    margin-top: 85px;
  }
  .top-mv .slider-box .slider-contents .lead .title {
    line-height: 1.5;
  }}
@media screen and (max-width:576px) {
  .fv {
    height: 65vh;
  }
  .top-mv {
    margin-top: 80px;
  }
  .top-mv .slider-box .slider-contents {
    top: 45%;
  }
  .top-mv .slider-box .slider-contents .lead {
    background-color: transparent;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding: 30px 0px;
    width: 85%;
  }
  .top-mv .slider-box .slider-contents .lead .title {
    font-size: 30px;
    text-align: left;
  }
  .top-mv .slider-box img {
    filter: brightness(.6);
  }
  .top-mv .slider-box .slider-contents .lead .sub {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }}



/*-----------------------------------------------
News
-----------------------------------------------*/
.news {
  margin: 25px 0;
}
.news .area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .title {
  background-color: #CD6487;
  border-radius: 6px;
}
.news .title a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  font-family: 'noto serif JP';
}
.news .title a span {
  padding-left: 5px;
}
.news .area .text p {
  display: table;
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.news .area .text p span {
  padding: 5px 20px;
  font-size: 18px;
}
/* ============== news responsive ============== */
@media screen and (max-width:576px) {
  .news .text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
  }
  .news .title a span {
    display: none;
  }}
/*-----------------------------------------------
Section title
-----------------------------------------------*/
.section-ttl {
  position: relative;
  margin: 25px 0;
  display: inline-block;
  width: 100%;
  height: 200px;
}
.section-ttl p {
  position: relative;
}
.section-ttl .ttl-back {
  position: absolute;
  left: 0%;
  bottom: 10%;
}
.section-ttl .ttl-back p {
  font-size: 175px;
  color: #f0c3d7;
  letter-spacing: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: .4;
}
.section-ttl .section-lead {
  position: absolute;
  bottom: 0%;
  left: 0%;
  letter-spacing: 1;
  text-shadow: 2px 2px 6px rgba(87, 87, 87, .5);
  line-height: 1.3;
}
.section-ttl .section-lead .en {
  font-weight: 600;
  font-size: 55px;
  color: #CD6487;
}
.section-ttl .section-lead .ja {
  font-weight: bold;
  color: #CD6487;
  font-size: 30px;
}
@media screen and (max-width:992px) {
  .section-ttl {
    height: 65px;
  }
  .section-ttl .ttl-back p {
    font-size: 110px;
  }
  .section-ttl .ttl-back {
    bottom: 36%;
  }
  .section-ttl .section-lead .ja {
    margin-top: -4%;
  }}
@media screen and (max-width:576px) {
  .section-ttl {
    margin: 25px 0 25px 0;
    height: 50px;
  }
  .section-ttl .ttl-back {
    bottom: 34%;
  }
  .section-ttl .ttl-back p {
    font-size: 60px;
  }
  .section-ttl .section-lead .en {
    font-size: 30px;
  }
  .section-ttl .section-lead .ja {
    font-size: 20px;
  }}
/*-----------------------------------------------
Concept
-----------------------------------------------*/
.concept {
  margin: 150px 0 75px;
}
.concept p {
  font-weight: 600;
  color: #fff;
}
.concept .concept-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.concept .concept-contents .concept-box:nth-child(1) {
  width: 50%;
}
.concept .concept-contents .concept-box:nth-child(2) {
  width: 50%;
}
.concept .concept-contents .concept-box:nth-child(3) {
  width: 100%;
}
.concept .concept-contents .concept-box .concept-up {
  position: relative;
  width: 100%;
  height: 420px;
}
.concept .concept-contents .concept-box .concept-low {
  position: relative;
  height: 520px;
}
.concept .concept-contents .concept-box .bg img {
  filter: brightness(.4);
}
.concept-contents .concept-box .concept-up .bg-1 img {
  border-radius: 20px 0 0 0;
  width: 100%;
  height: 100%;
}
.concept-contents .concept-box .concept-up .bg-2 img {
  border-radius: 0 20px 0 0;
  width: 100%;
  height: 100%;
}
.concept-contents .concept-box .concept-low .bg img {
  border-radius: 0 0 20px 20px;
  width: 100%;
  filter: brightness(.4);
  height: 100%;
}
.concept-contents .concept-box .number p {
  font-family: 'noto serif JP';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #CD6487;
  text-align: center;
  line-height: 65px;
  font-size: 40px;
  font-weight: 700;
}
.concept-contents .concept-box .concept-up .number {
  position: absolute;
  top: 5%;
  left: 5%;
}
.concept-contents .concept-box .concept-low .number {
  position: absolute;
  top: 5%;
  left: 2.5%;
}
.concept-contents .concept-box .concept-up .lead {
  position: absolute;
  top: 3%;
  left: 23%;
}
.concept-contents .concept-box .concept-low .lead {
  position: absolute;
  top: 5%;
  left: 11%;
}
.concept-contents .concept-box .lead .title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1.4;
  text-shadow: 2px 2px 5px #000;
  text-decoration: underline double rgba(205, 100, 135, 0.7);
}
.concept-contents .concept-box .lead .sub {
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  text-shadow: 1px 1px 5px #000;
  width: 95%;
}
.concept-contents .concept-box .concept-low .lead .sub {
  width: 58%;
  font-size: 24px;
}
.concept-contents .concept-box .concept-low .lead .title {
  font-size: 35px;
  line-height: 1.5;
}
.concept .concept-contents .concept-box .concept-low .link {
  position: absolute;
  right: 2%;
  bottom: 5%;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #fff;
}
.concept .concept-contents .concept-box .concept-low .link-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-right: 15px;
}
.concept .concept-contents .concept-box .concept-low .link-box img {
  border-radius: 50%;
}
.concept .concept-contents .concept-box .concept-low .link-box p {
  font-size: 16px;
  padding-top: 7%;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.concept .concept-contents .concept-box .concept-hover {
  overflow: hidden;
  background-color: pink;
}
.concept .concept-contents .concept-box .concept-hover img {
  display: block;
  transition: opacity .3s;
  opacity: 1;
}
.concept .concept-contents .concept-box .concept-hover:hover img {
  opacity: .4;
}
.radius1000 {
  border-radius: 20px 0 0 0;
}
.radius0100 {
  border-radius: 0 20px 0 0;
}
.radius0011 {
  border-radius: 0 0 20px 20px;
}
/* ============== concept responsive ============== */
@media screen and (max-width:992px) {
  .concept {
    margin: 50px 0 10px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 19px;
  }
  .concept-contents .concept-box .concept-low .lead .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 4%;
    left: 22%;
  }
  .concept .concept-contents .concept-box .concept-up {
    height: 320px;
  }
  .concept .concept-contents .concept-box .concept-low {
    height: 320px;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 3%;
    left: 11%;
  }
  .concept-contents .concept-box .number p {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 25px;
  }
  .concept-contents .concept-box .lead .sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    font-size: 16px;
  }
  .concept .concept-contents .concept-box .concept-low .link-box p {
    font-size: 13px;
  }}
@media screen and (max-width:768px) {
  .concept .concept-contents .concept-box:nth-child(1) {
    width: 100%;
  }
  .concept .concept-contents .concept-box:nth-child(2) {
    width: 100%;
  }
  .concept-contents .concept-box .concept-up .bg-1 img {
    border-radius: 10px 10px 0px 0px;
  }
  .concept-contents > .concept-box:first-child .concept-hover {
    border-radius: 10px 10px 0px 0px;
  }
  .concept-contents > .concept-box:last-child .concept-hover {
    border-radius: 0px 0px 10px 10px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 25px;
  }
  .concept-contents .concept-box .lead .sub {
    font-size: 16px;
    line-height: 2.5;
    width: 100%;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 4%;
    left: 12%;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 4%;
    left: 12%;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    font-size: 16px;
  }
  .concept-contents .concept-box .concept-up .number {
    top: 7%;
    left: 3%;
  }
  .concept-contents .concept-box .concept-low .number {
    top: 7%;
    left: 3%;
  }
  .concept .concept-contents .concept-box .concept-up {
    position: relative;
    width: 100%;
    height: 270px;
  }
  .radius1000 {
    border-radius: 0;
  }
  .radius0100 {
    border-radius: 0;
  }
  .radius0011 {
    border-radius: 0;
  }
  .concept-contents .concept-box .concept-up .bg-2 img {
    border-radius: 0;
  }
  .concept-contents .concept-box .concept-low .bg img {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width:576px) {
  .concept {
    margin: 25px 0 25px;
  }
  .concept-contents .concept-box .lead .title {
    font-size: 20px;
  }
  .concept-contents .concept-box .concept-low .lead .title {
    font-size: 20px;
  }
  .concept-contents .concept-box .lead .sub {
    line-height: 1.7;
    margin-top: 10px;
    width: 95%;
  }
  .concept-contents .concept-box .concept-up .lead {
    top: 9%;
    left: 20%;
  }
  .concept-contents .concept-box .concept-low .lead {
    top: 9%;
    left: 20%;
  }
  .concept .concept-contents .concept-box .concept-up {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .concept-contents .concept-box .concept-low .lead .sub {
    width: 100%;
  }
  .concept .concept-contents .concept-box .concept-low {
    position: relative;
    height: 460px;
  }
  .concept .concept-contents .concept-box .concept-low .bg {
    height: 100%;
  }
  .concept .concept-contents .concept-box .concept-low .link {
    justify-content: center;
    align-items: baseline;
  }
  .concept .concept-contents .concept-box .concept-low .link-box {
    align-items: center;
    width: 25%;
    margin-right: 15px;
  }
  .concept .concept-contents .concept-box .concept-low .link-box p {
    font-size: 12px;
    padding-top: 3%;
  }
  .concept-contents .concept-box .concept-up .number {
    top: 10%;
    left: 5%;
  }
  .concept-contents .concept-box .concept-low .number {
    top: 10%;
    left: 5%;
  }}
@media screen and (max-width:375px) {}
/*-----------------------------------------------
Items
-----------------------------------------------*/
.items {
  background: url(../img/sample01/items_bg.webp)no-repeat center/cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 75px 0 0;
  display: inline-block;
}
.items::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
}
.items>.items-contents {
  position: relative;
  z-index: 3;
}
.items-contents {
  padding: 20px 0 100px;
}
.items .parts {
  position: relative;
}
.items .parts .lead {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.items .parts .lead {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  line-height: 1.8;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.items .parts .lead .title {
  font-size: 16px;
}
.items .parts .lead .sub {
  font-size: 14px;
  width: 150px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.items .btn-area {
  margin: 30px 0 80px 0;
}
/* ============== items responsive ============== */
@media screen and (max-width:992px) {
  .items {
    margin: 50px 0 50px;
  }
  .items-contents {
    padding: 50px 0 50px;
  }
  .items .btn-area {
    margin: 20px 0 0px 0;
  }
  .items .parts .lead {
    font-size: 16px;
    line-height: 1.3;
    height: 40%;
  }
  .items .parts .lead .title {
    width: 90%;
    margin: 0 auto;
  }
  .items .parts .lead .sub {
    font-size: 14px;
  }}
@media screen and (max-width:576px) {
  .items {
    margin: 25px 0;
  }
  .items-contents {
    padding: 25px 0;
  }}
/*-----------------------------------------------
Ranking
-----------------------------------------------*/
.ranking {
  width: 100%;
  display: inline-block;
  margin: 75px 0 75px;
}
.ranking-contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ranking .left,
.ranking .right {
  width: 50%;
}
.ranking .left {
  margin-right: 10px;
}
.ranking .left .parts img,
.ranking .right .parts img {
  border-radius: 10px;
  filter: brightness(0.8);
  width: 100%;
}
.ranking .left .parts {
  height: 100%;
}
.ranking .left .parts img {
  height: 100%;
}
.ranking .parts {
  position: relative;
}
.ranking .parts .number {
  position: absolute;
  top: 3%;
  left: 3%;
}
.ranking .parts .number .number-crown {
  position: relative;
}
.ranking .parts .number .number-crown img {
  color: #CD6487;
  width: 95px;
}
.ranking .parts .number .number-crown p {
  position: absolute;
  top: 22%;
  left: 10%;
}
.ranking .number p {
  font-family: 'noto serif JP';
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.ranking .parts .lead {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 95%;
  text-align: center;
  line-height: 30px;
  height: 20%;
  height: 110px;
}
.ranking .right .parts .lead {
  bottom: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking .left .parts .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ranking .ranking-contents .lead p {
  font-size: 24px;
  font-weight: bold;
}
.ranking .ranking-contents .lead .title {
  padding-top: 10px;
}
.ranking .ranking-contents .lead .sub {
  font-weight: 600;
  line-height: 1.5;
  padding-top: 2%;
  font-size: 18px;
  padding-bottom: 10px;
}
.ranking .right .parts:not(:last-child) {
  margin-bottom: 10px;
}
/* ============== Ranking responsive ============== */
@media screen and (max-width: 992px) {
  .ranking {
    margin: 15px 0 15px;
  }
  .ranking .ranking-contents .lead .sub {
    line-height: 1.2;
    padding-top: 0;
  }
  .ranking .right .parts .lead {
    height: 60%;
  }
  .ranking .number p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .ranking .ranking-contents .lead .sub {
    font-size: 16px;
  }
  .ranking .ranking-contents .lead p {
    font-size: 20px;
  }
  .ranking .parts .lead {
    height: 22%;
  }
  .ranking .parts .number .number-crown img {
    color: #CD6487;
    width: 60px;
  }
  .ranking .parts .number .number-crown p {
    position: absolute;
    top: 12%;
    left: 0%;
    font-size: 18px;
  }}
@media screen and (max-width: 576px) {
  .ranking {
    margin: 25px 0;
  }
  .ranking-contents {
    flex-direction: column;
    align-items: center;
  }
  .ranking .left,
  .ranking .right {
    width: 100%;
    padding: 0;
  }
  .ranking .left {
    margin-bottom: 10px;
  }
  .ranking .left .lead {
    bottom: 4%;
  }
  .ranking .left .parts .lead {
    display: grid;
  }
  .ranking .ranking-contents .parts {
    height: 200px;
    width: 100%;
  }
  .ranking .parts .lead {
    height: 60%;
    align-items: center;
    display: grid;
  }
  .ranking .right .parts .lead {
    display: grid;
  }
  .ranking .ranking-contents .lead p {
    font-size: 20px;
    font-weight: 600;
  }
  .ranking .ranking-contents .lead .sub {
    font-size: 16px;
  }
  .ranking .left .parts img,
  .ranking .right .parts img {
    width: 100%;
    height: 100%;
  }
  .ranking .parts .number-right {
    top: 8%;
    left: 4%;
  }
  .ranking .parts .number .number-crown img {
    color: #CD6487;
    width: 60px;
    height: 55px;
  }
  .ranking .parts .number .number-crown p {
    position: absolute;
    top: 12%;
    left: 0%;
  }}
/*-----------------------------------------------
Flow
-----------------------------------------------*/
.flow {
  background: url(../img/sample01/flow_bg.webp) no-repeat center/cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: inline-block;
  margin: 75px 0 0;
}
.flow::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
}
.flow-contents {
  padding: 100px 0 100px;
}
.flow>.flow-contents {
  position: relative;
  z-index: 3;
}
.flow .flow-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flow .flow-box .parts {
  width: 32%;
  position: relative;
}
.flow .flow-box .parts img {
  border-radius: 10px;
  width: 100%;
  filter: brightness(0.7);
  height: 500px;
}
.flow .flow-box .parts .lead {
  position: absolute;
  top: 18%;
  height: 65%;
  background-color: rgb(245, 195, 194, .8);
  width: 100%;
  display: grid;
  place-items: center;
}
.flow .flow-box .parts .lead .title,
.flow .flow-box .parts .lead p {
  text-align: center;
  font-weight: 600;
}
.flow .flow-box .parts .lead .title {
  font-size: 30px;
  display: table;
  margin: 0 auto;
  width: 100%;
  line-height: 2;
}
.flow .flow-box .parts .lead .sub {
  font-size: 18px;
  line-height: 2.3;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.flow .flow-box .parts .lead p {
  padding: 15px 0 0;
}
/* ============== flow responsive ============== */
@media screen and (max-width:992px) {
  .flow {
    margin: 50px 0 0;
  }
  .flow-contents {
    padding: 50px 0 50px;
  }
  .flow .flow-box .parts .lead {
    top: 14%;
    height: 75%;
  }
  .flow .flow-box .parts .lead .title {
    font-size: 20px;
  }
  .flow .flow-box .parts .lead .sub {
    font-size: 16px;
    line-height: 1.3;
    padding-top: 5px;
    width: 85%;
    text-align: left;
  }
  .flow .flow-box .parts img {
    height: 320px;
  }}
@media screen and (max-width:576px) {
  .flow {
    margin: 25px 0 0;
  }
  .flow-contents {
    padding: 25px 0;
  }
  .flow .flow-box {
    flex-direction: column;
  }
  .flow .flow-box .parts {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .flow .flow-box .parts img {
    width: 100%;
    height: 100%;
  }
  .flow .flow-box .parts .lead {
    width: 100%;
    top: 10%;
    height: 80%;
  }
  .flow .flow-box .parts .lead .sub {
    line-height: 1.7;
  }
  .flow .flow-box .parts .lead p {
    padding: 5px 0;
  }}


/*-----------------------------------------------
child-page
-----------------------------------------------*/
/* ============== all-item ============== */
.search-li {
  display: flex;
  flex-wrap: wrap;
}
article {
  margin-right: 10px;
}
article .itemprice {
  font-weight: 800;
  font-size: 17px;
  margin-top: 10px;
}
article .itemname {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
/* serch */
#search-icon-button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.search-form {
  display: none;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.search-field {
  padding: 8px;
  margin-right: 8px;
}
.search-submit {
  padding: 8px 16px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}
.search-form.active {
  display: block;
  opacity: 1;
}
/* ============== single-page ============== */
/* sidebar */
.sidebar-post div:first-child h3 {
  margin: 0 0 10px;
}
.sidebar-post div:last-child h3 {
  margin: 10px 0;
}
.side-box h3 {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.side-box ul {
  width: 95%;
}
.side-box ul li {
  color: #272727;
  font-weight: 600;
  margin: 3px 3px;
}
.side-box ul li a {
  background: #f8b27d;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 5px 10px;
}
.side-box ul li a:hover {
  text-decoration: none;
}
.side-box ul li .child {
  display: flex;
  flex-direction: column;
}
/* sidebar-responsive */
@media screen and (max-width:576px) {
  .side-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .side-box ul li {
    width: 45%;
  }
}
/* bootm box */
.bottom04_box {
  margin-right: 15px;
}
.bottom-box h3 {
  margin: 10px 0px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.bottom-box h4 {
  margin: 10px 0px 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-box p {
  text-align: right;
}
.bottom-box .f_box {
  display: flex;
  flex-wrap: wrap;
}

/*-----------------------------------------------
privacy policy
-----------------------------------------------*/
.p-policy {
  line-height: 1.5;
  padding: 0px 0 50px;
}
.p-policy h3 {
  font-size: 20px;
  margin: 20px 0;
}
.p-policy p {
  margin: 15px 0;
}
.p-policy h4 {
  border-bottom: 1px solid #575757;
  font-size: 16px;
  padding: 3px 0;
  margin: 20px 0;
}
.p-policy  ul li {
  list-style: circle;
  margin: 10px 0 10px 20px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin: 10px 0 10px 20px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}
/*-----------------------------------------------
law
-----------------------------------------------*/
.p-law table tbody tr {
  border-bottom: 2px solid #f5c3c2;
}
.p-law table tbody tr th {
  padding: 25px 10px 3px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-law table tbody tr td {
  padding: 10px 25px 3px;
  width: 65%;
}
.p-law table tbody tr td ul  li {
  margin: 0;
  margin-left: 20px;
}
@media screen and (max-width:576px) {
  .com-about tr {
    display: grid;
    margin-bottom: 20px;
  }
  .p-law table tbody tr td {
    text-align: left;
    width: 100%;
  }
  .p-policy h3 {
    text-align: center;
  }
  .p-policy p {
    margin: 15px 20px;
  }
  .p-policy  ul li {
    margin: 10px 15px 10px 20px;
  }
  .section-ttl .ttl-back p {
    font-size: 50px;
  }
}
