@charset "utf-8";

/*
Theme Name: CINQ ARTS
Author: JohnyWorks
Version: 1.0
*/

/*------------------------------------------------------------
	リセットスタイル
----------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
figure {
  font-size: 0;
}
figure img {
  max-width: 100%;
}
img,
fieldset {
  border: 0;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button {
  border: none;
  cursor: pointer;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 100%;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*------------------------------------------------------------
	ベーススタイル
----------------------------------------------------------- */
body {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.12em;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #646464;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 85%;
  }
}

/*	PC・SPで表示、非表示
------------------------------*/
.visible_desktop {
  display: inherit !important;
}
.hidden_desktop {
  display: none !important;
}
.visible_tab {
  display: inherit !important;
}
.hidden_tab {
  display: none !important;
}
.visible_sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .visible_desktop {
    display: none !important;
  }
  .hidden_desktop {
    display: inherit !important;
  }
}

@media only screen and (max-width: 768px) {
  .visible_tab {
    display: none !important;
  }
  .hidden_tab {
    display: inherit !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible_sp {
    display: inherit !important;
  }
}

/*	レイアウトスタイル
------------------------------*/
.container,
.flex_box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.flex_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.container.lg,
.flex_box.lg {
  max-width: 1200px;
}
.container.md,
.flex_box.md {
  max-width: 1000px;
}
.container.sm,
.flex_box.sm {
  max-width: 800px;
}

/*	clearfix
------------------------------*/
.cf {
  overflow: hidden;
  zoom: 1;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*	見出しスタイル
------------------------------*/
.base_hd {
  margin-bottom: 110px;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
.base_hd_en {
  display: block;
  margin-bottom: 10px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 365%;
  letter-spacing: 0.26em;
}
.base_hd::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
}

.base_hd_sub {
  font-size: 85%;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .base_hd_en {
    font-size: 265%;
  }
}
@media only screen and (max-width: 480px) {
  .base_hd {
    margin-bottom: 90px;
  }
}

/*	ボタンスタイル
------------------------------*/
.btn_base a {
  display: block;
  width: 88%;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px;
  color: #fff;
  font-size: 90%;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #323232;
  background: -moz-linear-gradient(left, #323232 0%, #464646 100%);
  background: -webkit-linear-gradient(left, #323232 0%, #464646 100%);
  background: linear-gradient(to right, #323232 0%, #464646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#464646',GradientType=1 );
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn_base a:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.btn_base a::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn_base a:hover::after {
  right: 10px;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
  width: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 999;
}
#header .site-title {
  width: 120px;
}
.drawer-hamburger {
  display: block;
  padding: 50px 50px 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
}
.drawer-hamburger-txt {
  display: block;
  padding: 20px 5px 0;
  color: #323232;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 90%;
  letter-spacing: 0.26em;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drawer-hamburger-icon {
  display: block;
  width: 90%;
  height: 1px;
  margin: 10px auto 0;
  background-color: #323232;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  content: "";
  display: block;
  width: 130%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #323232;
  position: absolute;
  top: -12px;
  left: -15%;
}
.drawer-hamburger-icon:after {
  top: 12px;
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  right: -105%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 15vh 0 0;
  background-color: #323232;
}
.drawer-open {
  overflow: hidden !important;
}
.drawer-open .drawer-nav {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-open .drawer-hamburger-txt {
  padding: 40px 5px 0;
  color: #fff;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background-color: #fff;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer-nav .flex_box {
  align-items: center;
}
.drawer-nav .logo {
  width: 50%;
}
.drawer-nav .menu_wrap {
  width: 50%;
  padding-left: 50px;
  text-align: center;
}
.drawer-nav .main-menu li {
  margin-top: 40px;
}
.drawer-nav .main-menu li:first-child {
  margin-top: 0;
}
.drawer-nav .main-menu a {
  color: #fff;
  font-size: 165%;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26em;
  line-height: 1.4;
}
.drawer-nav .main-menu a:hover {
  color: #a0a0a0;
}
.drawer-nav .sns-menu {
  margin-top: 50px;
}
.drawer-nav .sns-menu li {
  display: inline-block;
  height: 30px;
  margin-left: 30px;
}
.drawer-nav .sns-menu li:first-child {
  margin-left: 0;
}
.drawer-nav .sns-menu li img {
  width: auto;
  height: 100%;
}
.drawer-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
.drawer-open .drawer-overlay {
  display: block;
}

@media only screen and (max-width: 768px) {
  .drawer-nav .flex_box {
    flex-direction: column;
  }
  .drawer-nav .logo {
    width: 25%;
    margin: 0 auto 50px;
  }
  .drawer-nav .menu_wrap {
    width: 100%;
    padding-left: 0;
  }
  .drawer-nav .main-menu li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    padding-top: 25px;
  }
  #header .container {
    width: 80%;
  }
  #header .site-title {
    width: 60px;
  }
  .drawer-hamburger {
    padding: 25px 20px 0;
  }
  .drawer-open .drawer-hamburger-txt {
    padding: 20px 5px 0;
  }
  .drawer-hamburger-icon {
    width: 80%;
  }
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    width: 50%;
    left: unset;
    right: 30%;
  }
  .drawer-nav .main-menu a {
    font-size: 125%;
  }
  .drawer-nav .sns-menu li {
    height: 20px;
  }
}

/*	main
------------------------------*/
#main {
  padding-top: 50px;
  background: url("img/fv_obj.svg") no-repeat center top;
  background-size: 90%;
}
@media only screen and (max-width: 480px) {
  #main {
    background: url("img/fv_obj_sp.svg") no-repeat center top;
    background-size: 90%;
  }
}

/*	コンテンツスタイル
------------------------------*/
.contents_body h2 {
  margin: 3rem auto 1.5rem;
  padding: 10px 30px;
  font-size: 145%;
  line-height: 1.6;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.contents_body h3,
.contents_body h4,
.contents_body h5,
.contents_body h6 {
  margin: 3rem auto 1.5rem;
  padding: 5px 20px;
  font-size: 125%;
  line-height: 1.6;
  border-left: 5px solid #323232;
}
.contents_body a {
  text-decoration: underline;
}
.contents_body a:hover {
  text-decoration: none;
}
.contents_body p,
.contents_body dl,
.contents_body ul,
.contents_body ol,
.contents_body .uagb-columns__wrap,
.contents_body .wp-block-table,
.contents_body .wp-block-image,
.contents_body .wp-block-media-text,
.contents_body .wp-block-embed,
.contents_body pre.wp-block-verse {
  margin: 1.5rem auto;
  position: relative;
}
.contents_body ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}
.contents_body ol li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-top: 15px;
}
.contents_body ul li:first-child,
.contents_body ol li:first-child {
  margin-top: 0;
}
.contents_body ul ul li {
  list-style-type: circle;
}
.contents_body ul ul ul li {
  list-style-type: square;
}
.contents_body ol ol li {
  list-style-type: lower-roman;
}
.contents_body ol ol ol li {
  list-style-type: lower-latin;
}
figure[class~="wp-block-table"] {
  font-size: inherit;
}
.contents_body table {
  width: 100%;
}
.contents_body th,
.contents_body td {
  padding: 20px;
  font-size: 90%;
  vertical-align: middle;
  line-height: 1.4;
  border: 1px solid #a0a0a0;
}
.contents_body th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #a0a0a0;
}
.contents_body .wp-block-image {
  overflow: hidden;
  zoom: 1;
  font-size: inherit;
}
.contents_body .wp-block-image img {
  height: auto;
}
.contents_body .wp-block-image::after {
  content: "";
  clear: both;
  display: block;
}
.contents_body .wp-block-image figcaption {
  color: #646464;
  font-size: 85%;
  text-align: right;
}
.contents_body .wp-caption .wp-caption-text {
  margin: 5px 0 0;
  font-size: 85%;
  color: #646464;
}
.contents_body .wp-caption .wp-caption-text a {
  text-decoration: underline;
  color: #646464;
}
.contents_body .wp-caption .wp-caption-text a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 15px;
  background: url("img/chevron-right-solid.svg") no-repeat right center;
  background-size: contain;
}
.contents_body .wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}
.contents_body .alignnone,
.contents_body .alignleft,
.contents_body .alignright,
.contents_body .aligncenter,
.contents_body .wp-caption img {
  max-width: 100%;
  height: auto;
}
.contents_body .alignleft {
  float: left;
  margin-right: 30px;
}
.contents_body .alignright {
  float: right;
  margin-left: 30px;
}
.contents_body .aligncenter {
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .contents_body h2,
  .contents_body h3 {
    padding: 10px 15px;
  }
  .wp-block-table td {
    display: block;
  }
  .wp-block-table td:first-child {
    border-bottom: none;
    border-top: none;
    text-align: center;
    font-weight: 700;
  }
  .wp-block-table tr:first-child td:first-child {
    border-top: 1px solid #a0a0a0;
  }
}

.fc-content {
  white-space: normal !important;
}

/*	トピックス
------------------------------*/
#topics .topics_item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
#topics .topics_item:nth-child(3n) {
  margin-right: 0;
}
#topics .eyecatch {
  margin-bottom: 20px;
}
#topics .eyecatch img {
  width: 100%;
  height: 230px;
}
#topics .topics_title {
  margin-bottom: 20px;
  line-height: 1.6;
}
#topics .topics_title a {
  font-weight: 700;
}
#topics .topics_date {
  display: block;
  margin-bottom: 10px;
  font-size: 85%;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.26em;
}
#topics .topics_category {
  display: block;
  font-size: 85%;
  font-family: din-2014, sans-serif;
  font-weight: 300;
}
#topics .topics_category a {
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  #topics .topics_item {
    width: 45%;
    margin-right: 10%;
  }
  #topics .topics_item:nth-child(3n) {
    margin-right: 10%;
  }
  #topics .topics_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #topics .topics_item {
    width: 100%;
    margin-right: 0;
  }
  #topics .topics_item:nth-child(3n) {
    margin-right: 0;
  }
  #topics .eyecatch img {
    height: 180px;
  }
}

/*	パンくずリスト
------------------------------*/
.breadcrumbs {
  margin: 150px 0 20px;
  font-size: 85%;
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 15px;
  background: url("img/chevron-right-solid.svg") no-repeat right center;
  background-size: contain;
}
.breadcrumbs span:first-child:before {
  display: none;
}

@media only screen and (max-width: 480px) {
  .breadcrumbs {
    margin: 80px 0 20px;
  }
}

/*	ページネーション
------------------------------*/
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: inline-block;
  margin: 0 15px;
  padding: 15px 20px;
  color: #000;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #323232;
  background-color: transparent;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #fff;
  border: 1px solid #323232;
  background-color: #323232;
}

@media only screen and (max-width: 480px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 5px;
  }
}

/*	ファンクラブバナー
------------------------------*/
.bnr_funclub {
  margin-top: 150px;
}

/*	プライバシーポリシー
------------------------------*/
.page-id-3 .contents_body p {
  font-size: 90%;
  line-height: 2.4;
}

/*	404
------------------------------*/
.error404 #notfound {
  padding: 120px 0;
}
.error404 #notfound p {
  text-align: center;
  font-size: 165%;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  padding: 100px 0;
  color: #fff;
  background-color: #323232;
}
#footer .site-title {
  width: 90%;
  max-width: 120px;
  margin: 0 auto 30px;
}
#footer .footer-nav {
  margin-bottom: 40px;
}
#footer .menu-item {
  text-align: center;
  line-height: 2.2;
}
#footer .menu-item a {
  color: #fff;
  font-size: 80%;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  letter-spacing: 0.52em;
}
#footer .menu-item a:hover {
  color: #a0a0a0;
}
#footer .publicity {
  margin-bottom: 40px;
  font-size: 75%;
  text-align: center;
  line-height: 2.2;
}
#footer .sns-menu {
  text-align: center;
}
#footer .sns-menu li {
  display: inline-block;
  height: 20px;
  margin-left: 30px;
}
#footer .sns-menu li:first-child {
  margin-left: 0;
}
#footer .sns-menu li img {
  width: auto;
  height: 100%;
}
#footer .copyright {
  display: block;
  margin-top: 40px;
  font-size: 65%;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  letter-spacing: 0.52em;
  text-align: center;
}
