@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*============= 【base】 ==============*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.1389));
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1c1c1c;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: "palt";
  letter-spacing: 0.08rem;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  /*color: inherit;*/
}
.wordbreaknormal{
	word-break:normal; !important;
}

.inner-box a{
	color: inherit;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrap {
  width: 100%;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}



.content-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.d-flex2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
  width: 100%;
}

.col-10 {
  width: 100%;
}

.col_smt-2 {
  width: 16%;
}

.col_smt-3 {
  width: 25%;
}

.col_smt-4 {
  width: 33%;
}

.col_smt-6 {
  width: 50%;
}

.col_smt-8 {
  width: 67%;
}

.col_smt-9 {
  width: 75%;
}

.col_smt-10 {
  width: 84%;
}

.inner-box {
  padding: 5px;
}

.wrap-inner {
  padding: 10px;
  margin-bottom: 8px;
}

.blog_title {
  width: 100%;
  position: relative;
  /*background-color: #393939;*/
  padding: 4px 0px;
  /*border-radius: 4px;*/
  border-bottom: 1px solid #000;
  margin-bottom: 16px;

}

.blog_title__inner {
  padding: 14px 5px 5px;
}

.blog_title .blog_title__inner h1 {
  font-size: 18px;
  font-style: italic;
  text-align: left;
  /*color: #fff;*/
  margin: 0;
}


.main_wrap {
  padding: 10px 0px;
}

.main_wrap p {
  margin-bottom: 14px;
}

.main_wrap h1 {
    line-height: 140%;
}

.main_wrap h2 {
    line-height: 140%;
}

.main_wrap h3 {
    line-height: 140%;
}

.main_wrap h4 {
    line-height: 140%;
}

.main_wrap h5 {
    line-height: 140%;	
}

.topics_title {
  width: 100%;
}

.topics_title h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  padding-bottom: 3px;
  border-bottom: 1px solid #565656;
}

time.sub_info_date {
  font-size: 12px;
  /*color: #fff;*/
  font-weight: 600;
}

time.sub_info_date2 {
  position: relative;
  font-size: 12px;
  text-align: right;
  display: block;
}

.headline {
  position: relative;
  padding-top: 30px;
  font-size: 26px;
  border-bottom: 1px solid rgba(5, 62, 98, 1);
  margin-bottom: 20px;
}

.topics_box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.topics_box figure {
  margin: 0 !important;
}

.topics_box--h1 {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	line-height:normal;
}

.topics_box--lead {
  font-size: 12px;
  font-weight: 300;
  color: #6C6C6C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.disp-pc {
  display: none !important;
}

.disp-smt {
  display: block !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*============= 【検索窓】 ==============*/
.searchandfilter {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    max-width: 780px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}
.searchandfilter ul {
    display: inline-block;
    width: 100%;
}

.searchandfilter input[type="text"] {
    border: none;
    height: 2.0em;
	width: 45em;
}
.searchandfilter input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #1C1C1C;
    color: #fff;
    position: absolute;
    width: 4.5em;
    height: 3em;
    right: 0px;
    top: -3px;
    outline: none;
}

/*============= 【パンくずリスト】 ==============*/
.breadcrumbs {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 4.8rem auto 0rem;
}

.breadcrumbs>ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 143rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.breadcrumbs>ol>li {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: .07em;
    line-height: 1.1667;
    margin: 0 0 0 1.5rem;
    padding-right: 1rem;
    position: relative;
    white-space: nowrap;
    list-style-type:none;
}
.breadcrumbs>ol>li a {
    display: inline-block;
    text-decoration: none;
	color:#000;
}

.breadcrumbs>ol>li::after {
    width: .935rem;
    height: .93rem;
    background-image: url(https://www.ikebe-gakki.live/Contents/ImagesPkg/common/common_breadcrumb_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    padding: 0 .5em;
    vertical-align: text-bottom;
}
.breadcrumbs>ol>li:nth-last-of-type(1)::after {
    display: none
}
.breadcrumbs>ol {
        flex-wrap: nowrap;
        padding: 0 0 .7rem;
        overflow-x: auto
    }
/*============= 【header】 ==============*/
.main_h {
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 55px;
  padding: 15px 0;
  overflow: hidden;
  color: #FDFDFD;
  background: #000000;
  font-size: 0.9rem;
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.logo {
  width: 15rem;
  display: block;
  margin: 0px;
  line-height: 1;
}

/* overlay-styles.css */
.hamburger-overlay {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

/*============= 【button】 ==============*/
.button-01 {
  display: block;
  margin: 0 3px 8px 0;
}


.button-01 a {
  max-width: 26rem;
  font-size: 14px;
  background: #0e6cc9;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  height: 5.4rem;
  padding: 10px 42px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-style: italic;
}

.button-01 a:hover {
  background: #af0000;
}

.button-02 {
  display: inline-block;
  margin: 0 3px 8px 0;
}


.button-02 a {
  background: #1c1c1c;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 3px 7px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 10px;
}

.button-02 a:hover {
  background: #af0000;
  color: #fff;
}

.button-02 a::before {
  font-family: "Font Awesome 5 Free"; /* FA5 用 */
  font-weight: 900; /* solid アイコンに必須 */
  content: "\f07b"; /* ← ココがタグアイコン */
  padding-right: 4px;
}

.button-03 {
  display: inline-block;
  margin: 0 3px 8px 0;
}


.button-03 a {
    background: #cc141c;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 401px;
    padding: 3px 8px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 800;
    font-size: 13px;
}

.button-03:nth-child(2) a {
    background: #E75400;
   
}

.button-03:nth-child(3) a {
    background: #B5A25D;
   
}

.button-03 a:hover {
  background: #af0000;
  color: #fff;
}

.button-04 {
  display: inline-block;
  margin: 0 3px 8px 0;
}


.button-04 a {
  background: #002b57;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 3px 7px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 10px;
}

.button-04 a:hover {
  background: #af0000;
  color: #fff;
}

.button-04 a::before{
  content:"#";
  padding-right:2px;  
}

a.btn-sns {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
}

a.btn-sns:hover {
  color: #fff;
}

a.btn-sns--facebook {
  background: #1877f2;
}

a.btn-sns--twitter {
  background: #1da1f2;
}

a.btn-sns--instagram {
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

a.btn-sns--line {
  background: #00b900;
}

/*============= 【SNS】 ==============*/

.share-sns {}

.share-sns__icons {
  width: 145px;
	margin:0 auto;
}

.share-sns__eyebrow {
  font-size: 14px;
  text-align: center;
}

.share-sns__icon {
  width: 40px;
  margin: 4px;
}

.l-img-link {
  display: block;
}

/*============= 【pagenation】 ==============*/
.nav-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 220px;
	margin:30px auto;
}

.nav-links li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
}

.nav-links li > *:not(.dots) {
    width: 45px;
    border-radius: 50%;
    color: #000000;
    background: #efefef;
    transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current, .nav-links li > a:hover {
    color: #ffffff;
    background: #000000;
}

/*============= 【CATEGORY】 ==============*/

.categoryPanel .categoryList * {
  pointer-events: all;
}

.categoryPanel .gridUnit-categoryList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: unset;
  grid-auto-columns: 1fr;
  gap: 0.8rem 0.2rem;
  grid-auto-flow: row;
  grid-template-areas: unset;
}

.griditem-category_Detail {
  position: static;
  inset: 0;
  z-index: 3;
  display: flex;
  color: var(--font-color);
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  pointer-events: all;
  opacity: 1;
}

.griditem-category {
  position: static;
  width: 100%;
  overflow: inherit;
}

.griditem-category img {
  object-fit: cover;
  aspect-ratio: 1;
  position: static;
}

.griditem-category_bg {
  position: static;
  width: 100%;
  aspect-ratio: inherit;
}

.category_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 0 auto;
}

.category_info h3 {
  display: none;
}

.category_info p {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.6rem;
}


/*============= 【page_top】 ==============*/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #1e1e1e;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*============= 【top cap】 ==============*/
.top-cap {
  font-size: 14px;
  color: #444;
  font-weight: 500;
  text-align: center;
}

/*============= 【copyright】 ==============*/
.copyright {
  line-height: 20px;
  text-align: center;
  padding: 20px 0 20px;
  font-size: 10px;
  background-color: #222222;
  color: #DFDFDF;
}

.copyright a img {
  margin-bottom: 4px;
}

.copyright p {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

/*============= 【Custom】 ==============*/
div#ez-toc-container {
  width: 100%;
  margin: 0;
}

/*============= 【買取強化キャンペーン｜postid-29899】 ==============*/
.postid-29899 .wp-block-heading.has-text-align-center.has-white-color.has-vivid-red-background-color.has-text-color.has-background {
  padding: 15px 5px;
}

.postid-29899 .m-width {
  max-width: 600px;
}

.postid-29899 .fixed_btn {
  position: fixed;
  bottom: -50px;
  right: 110px;
  padding: 0;
  z-index: 20000;
}

.postid-29899 .smb-btn__label {
  color: #fff !important;
}

.postid-29899 h3.has-background {
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.postid-29899 h1.has-background {
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.postid-29899 .introduction--button {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  right
}

.postid-29899 .button-join {
  max-width: 320px;
  width: calc(100%/1);
}

.postid-29899 .button-join a {
  text-align: center;
  background: #cf2e2e;
  color: #fff;
  padding: 20px 10px;
  border-radius: 4em;
  margin: 10px;
  display: block;
  font-weight: 900;
}

.postid-29899 .footerbtn {
  position: fixed;
  bottom: 0px;
  z-index: 2000;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  max-width: 1024px;
}

.postid-29899 #page_top {
  display: none;
}

@media (min-width: 640px) {
  .postid-29899 .button-join {
    width: calc(100%/2);
  }

  .postid-29899 .footerbtn {
    max-width: 640px;
    bottom: 30px;
  }
}
  @media (min-width: 880px) {
    .postid-29899 #page_top {
      display: block;
    }
  }

/*============= 【買取強化キャンペーン｜postid-29899】 ==============*/

/*============= 【初心者エレキ特集｜postid-44855,postid-49717】 ==============*/
.postid-44855 .wp-block-image img,
.postid-49717 .wp-block-image img {
  border-radius: 4px;
}

.postid-44855 .smb-tabs[data-orientation="horizontal"]>.smb-tabs__tabs .smb-tabs__tab,
.postid-49717 .smb-tabs[data-orientation="horizontal"]>.smb-tabs__tabs .smb-tabs__tab {
  padding-bottom: 20px;
}

.postid-44855 .c-row>.c-row__col,
.postid-49717 .c-row>.c-row__col {
  margin: 0px;
  margin-bottom: var(--_gap);
}

.postid-44855 .product-ttl,
.postid-49717 .product-ttl {
  font-size: 120%;
  font-weight: bold;
  /*border-left: solid 7px;*/
  /*padding-left: 10px;*/
}

.postid-44855 .50k .product-ttl,
.postid-49717 .50k .product-ttl {
  border-left: #c00913 !important;
}

.postid-44855 #50-100k .product-ttl,
.postid-49717 #50-100k .product-ttl {
  border-left: #202020;
}

.postid-44855 #100k .product-ttl,
.postid-49717 #100k .product-ttl {
  border-left: #5a5a5a;
}

.postid-44855 .beginner-box,
.store-box,
.postid-49717 .beginner-box,
.store-box {
  margin-bottom: 0;
}

.postid-44855 .beginner-fig,
.postid-49717 .beginner-fig {
  margin-bottom: 0;
}

.postid-44855 .icon-midasi img,
.postid-49717 .icon-midasi img {
  margin: 0;
}

.postid-44855 .detail>div>figure>a>img,
.postid-49717 .detail>div>figure>a>img {
  border: solid 3px;
  border-radius: 30em;
}

.postid-44855 .smb-balloon__body:after,
.postid-44855 .smb-balloon__body:before,
.postid-49717 .smb-balloon__body:after,
.postid-49717 .smb-balloon__body:before {
  border-color: #0000 !important;
  border-style: unset !important;
  content: "" !important;
  display: block !important;
  height: 0 !important;
  margin-left: 0 !important;
  position: absolute !important;
  width: 0 !important;
}

.postid-44855 .smb-balloon__body:before,
.postid-49717 .smb-balloon__body:before {
  border-bottom-color: var(--smb-balloon--border-color) !important;
  border-width: 0 calc(5px + var(--smb-balloon--border-width)) calc((5px + var(--smb-balloon--border-width))*2) !important;
  left: calc(25px + var(--smb-balloon--avatar-border-width)*2/2 - var(--smb-balloon--border-width)*2/2) !important;
  top: calc(-10px - var(--smb-balloon--border-width)*2) !important;
}

.postid-44855 .smb-balloon__body:after,
.postid-49717 .smb-balloon__body:after {
  border-bottom-color: var(--smb-balloon--background-color) !important;
  border-width: 0 5px 10px !important;
  left: calc(25px + var(--smb-balloon--avatar-border-width)*2/2) !important;
  top: -10px !important;
}

.postid-44855 .smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs::after,
.smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs>.smb-tabs__tab-wrapper::after,
.postid-49717 .smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs::after,
.smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs>.smb-tabs__tab-wrapper::after {
  bottom: 0;
  height: 0px;
  left: 0;
  right: 0;
}

.postid-44855 .smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs .smb-tabs__tab[aria-selected="true"]::after,
.postid-49717 .smb-tabs.is-style-line[data-orientation="horizontal"]>.smb-tabs__tabs .smb-tabs__tab[aria-selected="true"]::after {
  bottom: 0;
  height: 3px;
  left: 0;
  right: 0;
}

.postid-44855 .productwrap,
.postid-49717 .productwrap {
  padding: 15px;
}

.postid-44855 .smb-tabs__tab-wrapper img,
.postid-49717 .smb-tabs__tab-wrapper img {
  filter: drop-shadow(2px 2px 2px #352e2850);
}

.postid-44855 .detail img,
.postid-49717 .detail img {
  background: #fff;
  padding: 15px;
  border: solid 3px;
  border-radius: 20em;
}

@media screen and (min-width: 320px) {
  .header_inner {
	  max-width: 144rem;
        padding: 0 10px;
	  margin-inline:auto;
    }
}

@media screen and (min-width: 768px) {

.breadcrumbs[data-breadcrumbs-type="scroll"] {
        max-width: none;
        width: 100%;
        padding: 1rem 0 0;
        margin: 0;
    }

  h1 {
    font-size: 32px;
  }

  .content-wrap {
      max-width: 1100px;
      padding: 10px 30px 30px;
    }

  .content-wrap2 {
    max-width: 1000px;
    padding: 32px 32px;
  }

  .content-wrap3 {
    padding: 64px 0 64px;
    12px;
  }

  .blog-block-txt {
    padding: 10px;
    font-size: 22px;
  }

  .blog-block-txt a span {
    font-size: 15px;
  }

  .blog-block-txt2 {
    padding: 10px;
    font-size: 14px;
  }

  .blog-block-txt2 a span {
    font-size: 12px;
  }

  .categoryPanel .gridUnit-categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 4px 4px;
    grid-auto-flow: row;
    grid-template-areas:
      ". . . . .     .    "
      ". . . . .     .    "
      ". . . . searchBox searchBox";
  }

  .griditem-category {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
  }

  .griditem-category img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .griditem-category_Detail {
    position: absolute;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    pointer-events: none;
    margin: auto;
    opacity: 0;
  }

  .griditem-category_bg {
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .categoryList * {
    pointer-events: none;
  }

  .category_info h3 {
    display: block;
    font-family: var(--font-en);
    text-transform: uppercase;
    font-style: italic;
    word-break: break-word;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .category_info p {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.2rem;
  }

  .blog_title .blog_title__inner h1 {
    font-size: 24px;
  }

  .blog_title__inner {
    padding: 4px 8px;
  }

  @media (hover: hover) and (pointer: fine) {
    .triger-categoryAnime:hover {
      opacity: 1;
    }

    .triger-categoryAnime:hover img.upImg {
      transform: scale(1.1, 1.1);
      opacity: 1;
    }

    .triger-categoryAnime img.upImg {
      transition: 0.6s all;
      opacity: 1;
    }

    .triger-categoryAnime:hover .griditem-category_bg::after,
    .triger-categoryAnime:hover .griditem-category_Detail {
      opacity: 1;
    }

    .triger-categoryAnime .griditem-category_bg::after,
    .triger-categoryAnime .griditem-category_Detail {
      transition: opacity 0.6s;
    }

    .griditem-category[data-category="all"] .triger-categoryAnime:hover .griditem-category_Detail {
      color: #fff;
    }

  }

  .triger-categoryAnime img.upImg {
    transition: 1s all;
  }

  .triger-categoryAnime .griditem-category_bg::after {
    display: none;
  }

  .griditem-category[data-category="all"] .griditem-category_Detail {
    color: var(--font-color);
  }

  .griditem-category[data-category="all"] {
    background: #F7F7F7;
  }

  .triger-categoryAnime .griditem-category_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgb(175, 0, 0);
    opacity: 0;
  }
}

@media screen and (min-width: 950px) {
  a.btn-sns {
    font-size: 3.5rem;
    width: 60px;
    height: 60px;
    padding: 13px;
  }
	.button-03 a {
		padding: 3px 40px;
		font-size: 18px;
	}

  .address-btn {
    font-size: 16px;
  }

  .col_smt-4 {
    margin: 0;
  }

  .store_address {
    font-size: 15px;
  }

  .inner-box {
    padding: 16px;
  }

  .store_name {
    font-size: 20px;
  }

  .blog_title .blog_title__inner h1 {
    font-size: 22px;
  }

  .disp-pc {
    display: block !important;
  }

  .disp-smt {
    display: none !important;
  }

  .col-2 {
    width: 16%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33%;
  }

  .col-6 {
    width: 50%;
  }

  .col-8 {
    width: 67%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 84%;
  }

  .main_wrap h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .main_wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .main_wrap h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .main_wrap h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .main_wrap h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  time.sub_info_date2 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 12px;
  }

  div#ez-toc-container {
    width: 500px;
    margin: 0;
  }

  .topics_box--h1 {
    font-size: 22px;
  }

  .button-01 a {
    font-size: 18px;
  }

  .topics_title h2 {
    font-size: 24px;
  }

}

@media screen and (min-width: 1600px) {
  .header_inner {
    max-width: 144rem;
  }
}

.flex-container {
	display: flex;
	justify-content:center;
	}
.reuse-guide .reuse-registarea .container_large .reuse-card .flex-container{
	gap:2rem;
}
.reuse-guide .reuse-registarea .container_large .reuse-card .button-Base {
	margin: 0;
}
.button-type--shadow {
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.button-type--rounded {
	border-radius: 0.6rem;
}
.button-size--L {
	max-width: 34rem;
}
.button-withicon {
	height: 6rem;
}
.button-Base {
	display: grid;
	place-content: center;
	width: 100%;
	height: 5.4rem;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
}
.button-withicon--inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
}
.button-withicon--inner img {
	width: auto;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 600px) {
	.flex-container {
		display: block;
	}
	.button-Base {
		margin: 12px auto;
	}
}