@charset "utf-8";
/* CSS Document */
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
/*============= 【base】 ==============*/
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 auto;
    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;
}

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: 15px;
}

.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: 12px;
    font-style: italic;
    text-align: left;
    /*color: #fff;*/
    margin: 0;
}


.main_wrap {
  padding: 10px 0px;
}

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

.main_wrap h1{
}

.main_wrap h2{
}

.main_wrap h3{
}

.main_wrap h4{

}

.main_wrap h5{

}

.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: 18px;
    font-weight: 900;
    margin-bottom: 14px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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;
}

.disp-smt{
    display: block;
}

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

.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/*============= 【パンくずリスト】 ==============*/
.breadcrumbs {
  width: 100%;
  padding: 0px 10px;
  color: #151515;
 /* font-style: italic;*/
  font-weight: 500;
  text-align: left;
  max-width: 1200px;
  position: relative;
  font-size: 12px;
  margin: 1rem auto;
	overflow:auto;
	white-space:nowrap;
}
/*.breadcrumbs::before {
	content:"";
	background:#393939;
	height:1px;
	width:100%;
	text-align: center;
	max-width: 1200px;
	position:absolute;
	left: 0;
	top: 20px;
	padding: 0px 15px 0 15px;
}*/

.breadcrumbs a{
  color: #393939;
  font-size: 12px;
  font-weight: 500;
}

/*============= 【パンくずリスト】
.breadcrumbs{
  width: 100%;
  padding: 30px 15px 15px 15px;
  color: #151515;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  max-width: 1200px;
  position:relative;
  font-size:10px;
}
.breadcrumbs::before {
	content:"";
	background:#393939;
	height:1px;
	width:100%;
	text-align: center;
	max-width: 1200px;
	position:absolute;
	left: 0;
	top: 20px;
	padding: 0px 15px 0 15px;
}

.breadcrumbs a{
  color: #393939;
  font-size: 10px;
  font-weight: 500;
}
 ==============*/
/*============= 【パンくずリスト(旧記述)】 ==============*/
/*.breadcrumbs{
    width: 100%;
    padding: 12px 14px;
    background-color: #C80003;
    color: #fff6af;
    font-style: italic;
    font-weight: 700;
}

.breadcrumbs a{
    color: #fff;
}*/

/*============= 【header】 ==============*/
.main_h {
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
    height: 55px;
    padding:8px 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;
}


/*============= 【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 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 10px;
}

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

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;
}
.share-sns__eyebrow {
  font-size: 14px;
    text-align: center;
}

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

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

/*============= 【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-30{
    margin-bottom: 30px;
}

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

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

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

/*============= 【初心者エレキ特集｜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{
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {
	
	.breadcrumbs {
  		padding: 0;
		margin: 2rem auto;
		padding: 0px 30px;
		white-space:wrap;
  }
    h1 {
      font-size: 32px;
    }
    .content-wrap {
    	max-width: 1100px;
    	padding: 0px 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;
    }
    .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;
    }

    .disp-smt{
        display: none;
    }
    .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: 160rem;
        padding: 7px 5px;
    }
}