@charset "utf-8";

/*
Theme Name: Japansound
*/

/*-------------------------------------------
ress.min.css
-------------------------------------------*/
html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,::before,::after{background-repeat:no-repeat;box-sizing:inherit}::before,::after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit'],[role='button']{cursor:pointer}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy='true']{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled='true']{cursor:default}

/*-------------------------------------------
Sawarabi Mincho
-------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Sawarabi_Mincho/SawarabiMincho-Regular.woff2') format('woff2'),
       url('./fonts/Sawarabi_Mincho/SawarabiMincho-Regular.woff') format('woff'),
       url('./fonts/Sawarabi_Mincho/SawarabiMincho-Regular.ttf') format('truetype');
}

/*-------------------------------------------
Shippori Mincho
-------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/Shippori_Mincho/ShipporiMincho-ExtraBold.woff2') format('woff2'),
       url('./fonts/Shippori_Mincho/ShipporiMincho-ExtraBold.woff') format('woff'),
       url('./fonts/Shippori_Mincho/ShipporiMincho-ExtraBold.ttf') format('truetype');
}

/*-------------------------------------------
共通設定
-------------------------------------------*/
html {

}

body {
  font-family: 'Sawarabi Mincho', serif;
}

textarea {
  border-radius: 0;
}

address {
  font-style: normal;
}

iframe {
  vertical-align: bottom;
}

audio {
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
/*  width: max(100%, 1200px);*/
  margin: 0 auto;
}

.container {
/*  width: calc((1520 / 1920) * 100%);*/

  margin-left: auto;
}

.home .container {
/*  padding: 108px 110px 15px 115px;*/



  padding: 182px 5.73vw 80px 6vw;
  padding: 82px 5.73vw 80px 6vw;
  padding: 82px 6vw 80px;
}

body:not(.home) .container {
  width: min(calc((1520 / 1920) * 100%), calc(100% - 320px));
/*  padding: 170px 52px 20px 62px;*/


  padding: 65px 2.71vw 20px 4.2vw;
}

.inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 30px;
}

.inview {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}

.inview.is-show {
  transform: translateY(0);
  opacity: 1;
}

.sp {
  display: none;
}

@media screen and (max-width: 1130px) {

  body:not(.home) .container {
    width: 100%;
    padding: 0 20px;
  }

}

@media screen and (max-width: 767px) {

  .container {
    min-width: 100%;
    padding-top: 64px;
  }

  .home .container {
    padding: 42px 20px 40px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
body:not(.home) .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
/*  width: min(100%, 400px);*/
/*  height: 100vw;*/
  width: max(calc((400 / 1920) * 100%), 320px);
/*  width: 400px;*/
  height: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

.home .header__container {
  padding: 22px 26px;
}

body:not(.home) .header__container {
  padding: 108px 20px;
  padding: 56px 20px;
}

.header__title {
  margin-bottom: 62px;
  font-size: 14px;
}

.home .header__title {

}

body:not(.home) .header__title {
  text-align: center;
}

.home .header__logo {
  width: 356px;
  width: 166px;
  margin: 0 auto 190px;
  margin: 0 auto 80px;
}

body:not(.home) .header__logo {
  width: 114px;
  margin: 0 auto 142px;
  margin: 0 auto 40px;
}

.header__logo a {
  display: block;
  transition: opacity .6s;
}

.header__logo a:hover {
  opacity: .6;
}

.home .global-nav__list {
  display: flex;
  justify-content: center;
}

.global-nav__item {

}

.home .global-nav__item {
  font-size: 65px;
  font-size: 30px;
}

body:not(.home) .global-nav__item {
  font-family: 'Shippori Mincho', serif;
  font-size: 29px;
  font-weight: 800;
  text-align: center;
}

.home .global-nav__item:nth-child(n + 2) {
  margin-left: 150px;
  margin-left: 80px;
}

body:not(.home) .global-nav__item:nth-child(n + 2) {
  margin-top: 10px;
}

.global-nav__item a {
  display: block;
  color: #000;
  transition: opacity .6s;
}

.home .global-nav__item a {
  position: relative;
  padding: 0 20px;
  padding: 0 10px;
}

.global-nav__item a:hover {
  opacity: 0.6;
}

.home .global-nav__item a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  height: 2px;
  background: #000;
  content: '';
}

body:not(.home) .global-nav__item a:before {
  margin-right: 8px;
  content: '-';
}

@media screen and (max-width: 1130px) {

  body:not(.home) .header {
    position: static;
    width: 100%;
    height: auto;
  }

  body:not(.home) .header__container {
    padding: 20px 20px;
  }

  .header__title {
    margin-bottom: 22px;
    font-size: 12px;
  }

  body:not(.home) .header__title {
    text-align: left;
  }

  body:not(.home) .header__group {
    display: block;
  }

  body:not(.home) .header__logo {
    width: 74px;
    margin: 0 0 40px;
  }

  .global-nav__list {
    display: flex;
  }

  body:not(.home) .global-nav__item {
    font-size: 18px;
  }

  body:not(.home) .global-nav__item:nth-child(n + 2) {
    margin-top: 0;
    margin-left: 25px;
  }

}

@media screen and (max-width: 767px) {

  body:not(.home) .header {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  body:not(.home) .header__container {
    padding: 22px 26px;
  }

  .home .header__logo {
    width: 120px;
    margin: 0 auto 80px;
  }

  .home .global-nav__list {
    flex-wrap: wrap;
  }

  .home .global-nav__item {
    font-size: 18px;
  }

  .home .global-nav__item:nth-child(n + 2) {
    margin-left: 30px;
  }

  .home .global-nav__item a {
    padding: 0 10px;
  }

  .home .global-nav__item a:after {
    height: 2px;
  }

}

/*-------------------------------------------

-------------------------------------------*/
.front {
/*  padding: 182px 36px 42px 48px;*/
  width: min(100%, 1212px);
  margin: 0 auto;
}

.front__text {
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 20px;
  line-height: 1.75;
}

.front__annot {
  margin-bottom: 200px;
  text-align: right;
}

.front__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 170px;
}

.front__item {
  width: calc((100% - (115px * 1)) / 2);
  padding: 23px;
  background: #282828;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.front__item:nth-child(2n) {
  margin-left: 112px;

  margin-left: 115px;
}

.front__item:nth-child(n + 3) {
  margin-top: 102px;
}

.front-menu__list {
  display: flex;
  justify-content: center;
}

.front-menu__item {
  font-size: 39px;
}

.front-menu__item:nth-child(n + 2) {
  margin-left: 10px;
}

.front-menu__item:nth-child(n + 2):before {
  margin-right: 10px;
  content: '/';
}

.front-menu__list {
  display: flex;
  justify-content: center;
}

.front-menu__item {
  font-size: 39px;
}

.front-menu__item:nth-child(n + 2) {
  margin-left: 10px;
}

.front-menu__item a {
  color: #000;
  transition: opacity .6s;
}

.front-menu__item a:hover {
  opacity: 0.6;
}

.front-menu__item:nth-child(n + 2):before {
  content: '/';
}

@media screen and (max-width: 767px) {

  .front__text {
    font-size: 16px;
  }

  .front__annot {
    margin-bottom: 60px;
    font-size: 14px;
    text-align: left;
  }

  .front__list {
    display: block;
    margin-bottom: 60px;
  }

  .front__item {
    width: 100%;
    padding: 25px 10px;
    font-size: 16px;
  }

  .front__item:nth-child(2n) {
    margin-left: 0;
  }

  .front__item:nth-child(n + 2) {
    margin-top: 15px;
  }

  .front-menu__list {
    flex-wrap: wrap;
  }

  .front-menu__item {
    font-size: 16px;
  }

}

/*-------------------------------------------
h1見出し（下層ページ）
-------------------------------------------*/
.commom-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {

  .commom-title {
    font-size: 22px;
  }

}

/*-------------------------------------------
エクストラナビ（下層ページ）
-------------------------------------------*/
.extra-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.hamburger {
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  background: #c6c6c6;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 10px;
  width: 55px;
  height: 8px;
  background: #000;
  transition: transform .4s, width .4s, opacity .4s;
}

.hamburger span:first-child {
  top: 17px;
}

.hamburger.is-open span:first-child {
/*    transform: translateY(7px) rotate(-45deg);*/
  transform: translateY(16px) rotate(45deg);
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger span:nth-child(3) {
  bottom: 17px;
}

.hamburger.is-open span:nth-child(3) {
/*    transform: translateY(-7px) rotate(45deg);*/
  transform: translateY(-16px) rotate(-45deg);
}

.menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  width: min(100%, 440px);
  padding: 30px 20px;
  background: #d5d5d5;
}

.menu__item {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 800;
}

.menu__item a {
  display: block;
  padding: 4px 16px;
  background: #d5d5d5;
  color: #000;
  transition: background .6s, color .6s;
}

.menu__item a:hover {
  background: #b7b7b7;
  color: #f00;
}

.searchform {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.searchform input {
  height: 44px;
  padding: 0 25px;
  border-radius: 22px;
  background: #d5d5d5;
  font-size: 14px;
}

.searchform button {
  width: 75px;
  height: 75px;
}

.searchform button img {
  width: 38px;
}

@media screen and (max-width: 767px) {

  .extra-nav {
    display: block;
  }

  .searchform {
    margin-right: 0;
  }

  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
  }

  .menu {
    position: fixed;
    top: 115px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 100;
  }

  .menu__item {
    font-size: 20px;
  }

  .menu__item:nth-child(n + 2) {
    margin-top: 8px;
  }

}

/*-------------------------------------------
パンくずリスト（下層ページ）
-------------------------------------------*/
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb span {
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  font-weight: 800;
}

.breadcrumb a {
  color: #000;
  transition: opacity .6s;
}

.breadcrumb a:hover {
  opacity: .6;
}

.breadcrumb__arrow {
  margin: 0 3px;
}

@media screen and (max-width: 767px) {

  .breadcrumb span {
    font-size: 14px;
  }

  .breadcrumb span {
    font-size: 12px;
    margin: 0 2px;
  }

}

/*-------------------------------------------
環境音（第二階層）
-------------------------------------------*/
.sound-terms {
  padding: 45px 0 10px;
}

.sound-terms .commom-title {
  margin-bottom: 90px;
}

.sound-terms-list {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 1130px);
  margin: 0 auto;
}

.sound-terms-item {
  width: calc((100% - (33px * 4)) / 5);
}

.sound-terms-item:nth-child(5n - 3),
.sound-terms-item:nth-child(5n - 2),
.sound-terms-item:nth-child(5n - 1),
.sound-terms-item:nth-child(5n) {
  margin-left: 33px;
}

.sound-terms-item:nth-child(n + 6) {
  margin-top: 100px;
}

.sound-terms-item a {
  transition: opacity .6s;
}

.sound-terms-item a:hover {
  opacity: 0.6;
}

.sound-terms-item__title {
  margin-bottom: 2px;
  color: #000;
  font-family: 'Shippori Mincho', serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.sound-terms-item__image {
  position: relative;
}

.sound-terms-item__image:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.sound-terms-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {

  .sound-terms {
    padding: 45px 0 60px;
  }

  .sound-terms .commom-title {
    margin-bottom: 40px;
  }

  .sound-terms-item {
    width: calc((100% - (30px * 1)) / 2);
  }

  .sound-terms-item:nth-child(5n - 3),
  .sound-terms-item:nth-child(5n - 2),
  .sound-terms-item:nth-child(5n - 1),
  .sound-terms-item:nth-child(5n) {
    margin-left: 0;
  }

  .sound-terms-item:nth-child(2n) {
    margin-left: 30px;
  }

  .sound-terms-item:nth-child(n + 3) {
    margin-top: 30px;
  }

  .sound-terms-item__title {
    font-size: 20px;
  }

}

/*-------------------------------------------
環境音（第三階層）
-------------------------------------------*/
.sound-list,
.search {
  padding: 45px 0 10px;
}

.sound-item {
  display: flex;
  align-items: center;
}

.sound-item:nth-child(n + 2) {
  margin-top: 25px;
}

.sound-item__group {
  display: flex;
  align-items: center;
  width: 16%;

  width: 215px;
}

.sound-item__label {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.sound-item__title {
  width: calc(215px - 62px);
  padding-left: 40px;
  font-family: 'Shippori Mincho', serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.sound-item__audioplayer {
  flex-grow: 1;
  margin-right: 30px;
  padding-left: 20px;
}

.sound-item__audioplayer audio {
  width: 100%;
}

.simplefavorite-button {
}

.simplefavorite-button .sf-icon-star-empty,
.simplefavorite-button .sf-icon-star-full {
  font-size: 30px;
}

.sound-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  transition: opacity .6s;
}

.sound-item__icon:hover {
  opacity: 0.6;
}

.sound-item__icon img {
  height: 100%;
}

@media screen and (max-width: 767px) {

  .sound-list,
  .search {
    padding: 45px 0 60px;
  }

  .sound-item {
    flex-wrap: wrap;
  }

  .sound-item:nth-child(n + 2) {
    margin-top: 40px;
  }

  .sound-item__group {
    width: 100%;
    margin-bottom: 15px;
  }

  .sound-item__label,
  .sound-terms .sound-item__label {
    width: 50px!important;
    height: 50px!important;
    font-size: 14px;
  }

  .sound-item__title {
    padding-left: 15px;
    font-size: 20px;
  }

  .sound-item__audioplayer {
    margin-right: 15px;
    padding-left: 0;
  }

  .sound-item__icon {
    width: 25px;
    height: 25px;
  }

  .simplefavorite-button .sf-icon-star-empty,
  .simplefavorite-button .sf-icon-star-full {
    font-size: 25px;
  }

}

/*-------------------------------------------
お気に入りの音源
-------------------------------------------*/
.favorite {
  padding: 45px 0 10px;
}

@media screen and (max-width: 767px) {

  .favorite {
    padding: 45px 0 60px;
  }

}

/*-------------------------------------------
利用規約
-------------------------------------------*/
.terms {
  padding: 45px 0 10px;
}

.terms .commom-title {
  margin-bottom: 40px;
}

.terms__content > *:first-child {
  margin-top: 0;
}

.terms__content > * + * {
  margin-top: 1.75em;
}

.terms__content h2 {
  margin: 72px 0 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-size: 28px;
  font-weight: 400;
}

.terms__content h2 + * {
  margin-top: 0;
}

.terms__content ul li {
  padding-left: 18px;
  text-indent: -18px;
}

.terms__content ul li,
.terms__content p {
  font-size: 24px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {

  .terms {
    padding: 45px 0 60px;
  }

  .terms .commom-title {
    margin-bottom: 30px;
  }

  .terms__content h2 {
    margin: 42px 0 16px;
    font-size: 20px;
  }

  .terms__content ul li,
  .terms__content p {
    font-size: 16px;
  }

  .terms__content ul li {
    padding-left: 13px;
    text-indent: -13px;
  }

}

/*-------------------------------------------
固定ページ（デフォルト）
-------------------------------------------*/
.default-page {
  padding: 45px 0 10px;
}

.default-page .commom-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  .default-page {
    padding: 45px 0 60px;
  }

  .default-page .commom-title {
    margin-bottom: 30px;
  }

}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.contact {
  padding: 45px 0 10px;
}

.contact .commom-title {
  margin-bottom: 40px;
}

.wpcf7 {
/*   width: min(100%, 670px); */
}

.wpcf7__list {
  margin-bottom: 40px;
}

.wpcf7__list dt:nth-of-type(n + 2) {
  margin-top: 45px;
}

.wpcf7__list dt {
  margin-bottom: 15px;
}

/* 必須 */
.wpcf7__list dt span {
  margin-right: 10px;
  padding: 4px 8px;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
  letter-spacing: 0.05em;
}

/* 入力欄 / テキストエリア */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #DDDDDD;
  background: #F8F8F8;
  outline: none;
}

/* 送信ボタン */
.wpcf7__button {
  width: 300px;
  height: 62px;
  margin: 0 auto;
}

input[type="submit"] {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: 0.6;
}

/* ajax-loader */
.wpcf7-spinner {
  display: none!important;
}

@media screen and (max-width: 767px) {

  .contact {
    padding: 45px 0 60px;
  }

  .contact .commom-title {
    margin-bottom: 35px;
  }

  .wpcf7__list dt {
    margin-bottom: 10px;
  }

  .wpcf7__list dt:nth-of-type(n + 2) {
    margin-top: 35px;
  }

  input[type="submit"] {
    font-size: 16px;
  }

}

/*-------------------------------------------
フッター
-------------------------------------------*/
.footer {

}

.home .footer {
  padding: 15px 30px;
}

body:not(.home) .footer {
  width: min(calc((1520 / 1920) * 100%), calc(100% - 320px));
  margin-left: auto;
  padding: 15px 30px 15px 425px;
  padding: 64px 30px 15px 4.2vw;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
}

.footer-nav {
  margin-bottom: 32px;
}

body.home .footer-nav {
  margin-top: 64px;
}

body:not(.home) .footer .c-sns {
  display: none;
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.footer-nav__item {
  font-size: 18px;
}

.footer-nav__item a {
  display: inline-block;
  color: #000;
  transition: opacity .6s;
}

.footer-nav__item a:hover {
  opacity: .6;
}

@media screen and (max-width: 1130px) {

  body:not(.home) .footer {
    width: 100%;
    padding: 64px 30px 15px;
  }

  .footer-nav {
    margin-top: 48px!important;
  }

  body:not(.home) .footer .c-sns {
    display: block;
  }

}

@media screen and (max-width: 767px) {

  .footer {
    padding: 15px 20px;
  }


  .footer-nav__list {
    gap: 16px 32px;
flex-wrap: wrap;
  }

  .footer-nav__item {
    font-size: 15px;
  }

  .footer__copyright {
/*     text-align: center; */
  }

}

/*-------------------------------------------
WP-Members
-------------------------------------------*/
.button_div input[type="submit"] {
  padding: 30px;
}

#wpmem_login legend,
#wpmem_reg legend {
  margin-bottom: 25px!important;
  font-family: 'Sawarabi Mincho', serif!important;
}

.register_status {
  margin-bottom: 10px;
}

.register_links li:nth-child(n + 2),
.default-page__content li:nth-child(n + 2) {
  margin-top: 20px;
}

.login_status a,
.register_links li a,
.default-page__content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

.login_status a {
  margin-top: 10px;
}

.login_status a:hover,
.register_links li a:hover,
.default-page__content li a:hover {
  opacity: 0.6;
}

#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
  border-radius: 0!important;
}

@media screen and (max-width: 767px) {



}

/* ページネーション　*/
/* ページネーション　*/
.c-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
}

.c-pagination .page-numbers {
   display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-weight: 500;
}

.c-pagination .page-numbers.current {
  background: #000;
  color: #fff;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  position: relative;
}

.c-pagination .page-numbers.prev:before,
.c-pagination .page-numbers.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  content: '';
}

.c-pagination .page-numbers.prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.c-pagination .page-numbers.next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.c-pagination a {
  border: 1px solid #e6e6e6;
  color: #000;
  transition: opacity .6s;
}

.c-pagination a.prev:hover,
.c-pagination a.next:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {



}

.sound-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 32px;
}

.sound-item .sound-item__title {
  width: auto;
  padding-left: 0;
}

.sound-item .sound-item__inner {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.sound-item .sound-item__audioplayer {
  padding-left: 0;
}

@media screen and (max-width: 767px) {

  .sound-item {
    grid-template-columns: none;
    gap: 12px 0;
  }

  .sound-item .sound-item__inner {
    margin-top: 12px;
  }

}

.header__inner {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}

.home .header .c-sns {
  display: none;
}

@media screen and (max-width: 1130px) {

  .home .header__inner {
    justify-content: center;
  }

}

@media screen and (max-width: 767px) {



}

/* sns */
.c-sns {

}

.c-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}

.c-sns__item {
  line-height: 1;
}

.c-sns__item a {
  display: block;
  transition: opacity .6s;
}

.c-sns__item a:hover {
  opacity: 0.6;
}

.c-sns__item img {

}

@media screen and (max-width: 767px) {

  .header__inner {
    display: block;
    align-items: center;
    gap: 0 40px;
  }

  .header__inner .c-sns {
    display: none;
  }

}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

/*-------------------------------------------
コラム（一覧）
-------------------------------------------*/
.p-archive {
  padding-top: 40px;
}

.c-news__list {
  margin-top: 12px;
}

.c-news__item {
  border-bottom: 1px solid #ccc;
}

.c-news__item a {
  display: block;
  position: relative;
  padding: 20px 0 20px calc(12px + 4px);
  transition: opacity .6s;
}

.c-news__item a:hover {
  opacity: .6;
}

.c-news__item a:before {
  position: absolute;
  top: calc(20px + (18px * 1.5 / 2) - (12px / 2));
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: #000;
  content: '';
}

.c-news-item__title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {

  

}

/*-------------------------------------------
コラム（投稿）
-------------------------------------------*/
.p-single {
  padding-top: 40px;
}

.p-single__title {
  padding: 12px 16px;
  background: #c6c6c6;
  font-size: 22px;
  line-height: 1.5;
}

/* 投稿 */
.p-content-area {
  margin-top: 32px;
}

.p-content-area > :first-child {
  margin-top: 0!important;
}

.p-content-area > * + * {

}

.p-content-area:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (max-width: 767px) {

  /*.p-content-area > * + * {

  }*/

}

/* 見出し（投稿） */
.p-content-area h2,
.p-content-area h3,
.p-content-area h4,
.p-content-area h5,
.p-content-area h6 {
  line-height: 1.5;
}

.p-content-area h2 + *,
.p-content-area h3 + *,
.p-content-area h4 + *,
.p-content-area h5 + *,
.p-content-area h6 + * {

}

/* H2（投稿） */
.p-content-area h2 {
  margin: 32px 0 8px;
  font-size: 18px;
}

/* H3（投稿） */
.p-content-area h3 {
  margin: 80px 0 32px;
  font-size: 18px;
}

.p-content-area h4 {
  margin: 60px 0 32px;
  font-size: 16px;
}

.p-content-area h5,
.p-content-area h6 {
  margin: 32px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {



}

/* 段落（投稿） */
.p-content-area p {
  line-height: 1.75;
}

.p-content-area p + p {
  margin-top: calc(16px * 1.75);
}

@media screen and (max-width: 767px) {

  .p-content-area p {
    font-size: 15px;
  }

  .p-content-area p + p {
    margin-top: calc(15px * 1.75);
  }

}

/* リンク（投稿） */
.p-content-area a {
  color: #000;
  text-decoration: underline 1px;
  text-underline-offset: .16em;
  transition: opacity .6s;
}

.p-content-area a:hover {
  opacity: .6;
}

/* リスト（投稿） */
.p-content-area ol li,
.p-content-area ul li {
  padding-left: 16px;
}

.p-content-area ol li,
.p-content-area ul li {
  position: relative;
  line-height: 1.9;
}

.p-content-area ol li:before,
.p-content-area ul li:before {
  position: absolute;
  top: calc((16px * 1.9 / 2) - (1px / 2));
  left: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}

@media screen and (max-width: 767px) {

  .p-content-area ol li,
  .p-content-area ul li {
    font-size: 15px;
  }

  .p-content-area ol li:before,
  .p-content-area ul li:before {
    top: calc((15px * 1.9 / 2) - (1px / 2));
  }

}

/* 引用（投稿） */
.p-content-area blockquote {
  margin-inline: 32px;
  padding: 16px 24px;
  border: 1px solid #000;
}

.p-content-area blockquote p {

}

@media screen and (max-width: 767px) {

  .p-content-area blockquote {
    margin-inline: 0;
    padding: 16px 24px;
    font-size: 15px;
  }

}

/* 左寄せ・中央揃え・右寄せ（投稿） */
.p-content-area .alignleft {
  float: left;
  margin: 8px 24px 8px 0;
}

.p-content-area .aligncenter {
  display: block;
  margin: 0 auto;
}

.p-content-area .alignright {
  float: right;
  margin: 8px 0 8px 24px;
}

@media screen and (max-width: 767px) {

  .p-content-area .alignleft {
    float: none;
    margin: 0;
  }

  .p-content-area .alignright {
    float: none;
    margin: 0;
  }

}

.sound-item .sound-item__title span {
display: inline-block;
margin-left: 16px;
color: #df1c13;
text-transform: capitalize;
}