@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:500,600");
@import url("https://fonts.googleapis.com/css?family=Volkhov");
/* main colors */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# typography
# Layout
  ## Header
  ## Content
    ### Title
    ### button
    ### 背景セクション
    ### section
    ### ヒーローイメージ
    ### card
    ### category-style
    ### 詳細ページパターン
    ### form
    ### Pagination
    ### search
    ### sidebar
  ## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # typography
--------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

body {
  margin: 0;
  background-color: #000;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#wrapper {
  background-color: #000;
}

#content {
  min-height: calc(100vh - 267px);
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}
h3 code {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

h1.is-style-headline,
h2.is-style-headline,
h3.is-style-headline,
h4.is-style-headline,
h5.is-style-headline,
h6.is-style-headline {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  line-height: 1.3;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
}
ul::after,
ol::after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: underline;
  color: #FFF;
}
a img {
  transition: all 0.2s ease-in;
}
a:hover {
  color: #EB0000;
}
a:hover img {
  opacity: 0.65;
}
a.over:hover {
  opacity: 0.65;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: bottom;
}

.obj-fit img {
  width: 100%;
}

hr {
  margin: 4rem 0;
  background-color: #FFF;
  opacity: 0.4;
  border-bottom-width: 1px;
}

iframe {
  margin-bottom: 2rem;
  border: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 1.88rem;
  max-width: 1020px;
  box-sizing: border-box;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
.inner .wp-block-group {
  padding: 0;
}
.inner .wp-block-group .wp-block-group__inner-container {
  padding: 0;
  max-width: inherit;
}

.inner-fluid.wide {
  padding: 0 3.125rem;
}

.section {
  margin-bottom: 3rem;
}

.bg_pickup {
  padding: 2rem 0 1px !important;
  background-color: #292929;
}

/* テスト */
.section_big p {
  font-size: 1.4rem;
}

.section_big p span {
  font-size: 1.8rem;
}

.switch-pc {
  display: block;
}

.switch-sp {
  display: none;
}

br.sp {
  display: none;
}

.center {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.wp-block-quote {
  padding-left: 1rem;
  border-left: 2px solid #0f2350;
}
.wp-block-quote cite {
  font-size: 0.8rem;
  font-style: initial;
}

.bd-bottom {
  margin: 0.7rem 0;
  border-bottom: 1px solid #666;
}

/*--------------------------------------------------------------
    ## space-list
--------------------------------------------------------------*/
.mt_0 {
  margin-top: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.mt_6 {
  margin-top: 6rem !important;
}

.mb_6 {
  margin-bottom: 6rem !important;
}

.ml_6 {
  margin-left: 6rem !important;
}

.mr_6 {
  margin-right: 6rem !important;
}

.pt_6 {
  padding-top: 6rem !important;
}

.pb_6 {
  padding-bottom: 6rem !important;
}

.pl_6 {
  padding-left: 6rem !important;
}

.pr_6 {
  padding-right: 6rem !important;
}

.mt_7 {
  margin-top: 7rem !important;
}

.mb_7 {
  margin-bottom: 7rem !important;
}

.ml_7 {
  margin-left: 7rem !important;
}

.mr_7 {
  margin-right: 7rem !important;
}

.pt_7 {
  padding-top: 7rem !important;
}

.pb_7 {
  padding-bottom: 7rem !important;
}

.pl_7 {
  padding-left: 7rem !important;
}

.pr_7 {
  padding-right: 7rem !important;
}

.mt_8 {
  margin-top: 8rem !important;
}

.mb_8 {
  margin-bottom: 8rem !important;
}

.ml_8 {
  margin-left: 8rem !important;
}

.mr_8 {
  margin-right: 8rem !important;
}

.pt_8 {
  padding-top: 8rem !important;
}

.pb_8 {
  padding-bottom: 8rem !important;
}

.pl_8 {
  padding-left: 8rem !important;
}

.pr_8 {
  padding-right: 8rem !important;
}

/*--------------------------------------------------------------
    ## header
--------------------------------------------------------------*/
.logo {
  margin-right: 3rem;
  padding: 1.2rem 0;
  width: 7rem;
  line-height: 1;
}
.logo img {
  font-family: inherit;
}

.btn-toggle-menu {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 3;
  transition: top 0.3s;
}
#header.top {
  top: -56px;
}
#header .inner-fluid {
  position: relative;
  box-sizing: border-box;
  display: flex;
}
#header .search_button {
  margin-bottom: 0;
  padding-left: 0.95rem;
  color: #FFF;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: center;
}
#header .search_button::before {
  content: "\f002";
  font-size: 1.25rem;
}
#header .search_button.active .search_icon {
  width: 0;
  height: 0;
  border-color: transparent;
}
#header .search_button:hover {
  opacity: 0.65;
}
#header .search_button .search_icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #FFF;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
#header .search_button i {
  font-size: 1.2rem;
}
#header input[type=search] {
  padding: 0.6rem 0.6rem 0.6rem 3rem;
  width: 100%;
  height: 47px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  outline: none;
  z-index: 0;
}
#header input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header input[type=search]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header input[type=search]::-webkit-search-cancel-button {
  display: none;
}
#header .ico_s {
  position: absolute;
  top: 50%;
  left: 9px;
  border: 0;
  background-color: transparent;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#header .ico_s i {
  color: #FFF;
  font-size: 1.2rem;
}
#header .search_cancel {
  display: none;
  left: inherit;
  right: 10px;
}
#header .search_cancel i {
  color: #FFF;
}
#header .search_box_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
#header .search_box_wrap.active {
  opacity: 1;
  z-index: 2;
}
#header .search_box_wrap .search_box {
  position: absolute;
  top: 0;
  left: 3.125rem;
  margin: 0.26rem 0;
  width: 470px;
  z-index: 0;
}
#header .search_box_wrap .search_box .search_close {
  position: absolute;
  top: 50%;
  right: 0.95rem;
  transform: translateY(-50%);
  cursor: pointer;
}
#header .search_box_wrap .search_box .search_close::before {
  content: "\f00d";
  font-size: 1.25rem;
}

#h_top {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  z-index: 4;
}
#h_top .inner-fluid {
  position: relative;
  display: flex;
}
#h_top #gnav ul li a {
  color: #FFF;
}
#h_top .logo img.logo_sp {
  display: none;
}
#h_top .htop_search {
  margin-bottom: 0;
  padding-left: 0.95rem;
  color: #FFF;
  z-index: 3;
  align-self: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#h_top .htop_search::before {
  content: "\f002";
  font-size: 1.25rem;
}
#h_top .htop_search:hover {
  opacity: 0.65;
}

.prograss_bar .icon_arr::after, .btn a:before, .btn a:after, #header .search_button::before, #header .search_box_wrap .search_box .search_close::before, #h_top .htop_search::before {
  text-rendering: auto;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
}

#gnav {
  padding: 0.85rem 0;
}
#gnav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}
#gnav ul li {
  float: left;
  margin-bottom: 0;
  padding: 0 0.95rem;
  font-weight: 700;
}
#gnav ul li a {
  color: #FFF;
  text-decoration: none;
}
#gnav ul li a:hover {
  opacity: 0.65;
}
#gnav .search_btn {
  display: none;
}

/*--------------------------------------------------------------
     ### 背景セクション
--------------------------------------------------------------*/
.sec_bg {
  padding: 3rem 0;
  background-color: #DEDEDE;
}

.bg_primary {
  background-color: #0f2350;
  color: #FFF;
}

.bg_primary_dark {
  background-color: #0f2350;
}

.bg_primary_light {
  background-color: #456ABE;
}

.bg_yellow {
  background-color: #FFFF00;
  color: #0f2350;
}
.bg_yellow .btn a {
  color: #0f2350;
  border-color: #0f2350;
}

.bg_red {
  background-color: #C50200;
  color: #FFF;
}

.bg_black {
  background-color: #000;
  color: #FFF;
}

.bg_gray_5 {
  background-color: #444;
  color: #FFF;
}

.bg_gray_4 {
  background-color: #666;
  color: #FFF;
}

.bg_gray_3 {
  background-color: #BCBCBC;
}

.bg_gray_2 {
  background-color: #DEDEDE;
}

.bg_gray_1 {
  background-color: #F6F8F9;
}

.bg_white {
  background-color: #FFF;
}

.bg_hover {
  background-color: #EB0000;
}

.bg_link {
  background-color: #CCC;
}

.bg_success {
  background-color: #88C459;
}

.bg_error {
  background-color: #F5414F;
}

.bg_warning {
  background-color: #FFD137;
}

.no_disc {
  padding: 0;
  list-style-type: none;
}

.caption {
  font-size: 0.88rem;
}

/*--------------------------------------------------------------
    ### スライダー
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    ### title
--------------------------------------------------------------*/
.sub_title {
  font-size: 1.4rem;
  font-weight: 400;
}

.headline {
  margin: 1rem 0 3rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
}
.headline.n_bd {
  border: none;
  margin-bottom: 0 !important;
}

.cat_tit {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.title {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.page_header {
  padding-top: 3.5rem;
}

.page_title {
  margin: 1.7rem 0 3.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.title_lg {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.title_xl {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.entry_ov_tit {
  font-size: 2.5rem;
}

.title_xxl {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.5rem;
}

/*--------------------------------------------------------------
    ###button
--------------------------------------------------------------*/
.btn {
  min-width: 100px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}
.btn a {
  padding: 0.48rem 1.9rem;
}
.btn a:before, .btn a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  border: 1px solid #0f2350;
  border-radius: 20px;
  line-height: 1;
  transform: translateY(-50%);
}
.btn a:hover {
  opacity: 0.5;
}
.btn.white a {
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-primary a {
  background-color: #FFF;
  color: #000;
}
.btn.btn-primary:hover {
  opacity: 0.5;
}
.btn.btn-white a {
  border-color: #FCFCFC;
  background-color: #FCFCFC;
  color: #000;
  font-weight: 700;
}
.btn.btn-sm {
  font-size: 0.8rem;
  height: 28px;
}
.btn.btn-sm a {
  padding: 0 1rem 0.1rem;
}
.btn.btn-md a {
  padding: 0.35rem 2.25rem;
}
.btn.btn-lg a {
  padding: 0.4rem 8rem;
}
.btn.btn-xl a {
  padding: 0.4rem 9rem;
}

.btn-cat {
  margin-right: 0.5rem;
  width: 135px;
  height: 22px;
  text-align: center;
  font-size: 0.75rem;
  overflow: hidden;
}
.btn-cat a {
  display: block;
  padding: 0 0.5rem;
  border-radius: 4px;
  font-weight: 400 !important;
  line-height: 20px;
}

.btn_wrap {
  text-align: center;
}

.btn_list {
  display: inline-block;
  margin-left: 2rem;
  width: 97px;
  height: 33px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

.cat_nav .select_box li a, .c_col .btn-bg span, .btn a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 20px;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
    ### セクション
--------------------------------------------------------------*/
.sec_striped {
  padding: 2.8rem 0 3.7rem;
}
.sec_striped .headline {
  margin-bottom: 1.35rem;
}
.sec_striped .btn_wrap {
  margin-top: 0.6rem;
}

.card_group {
  padding: 5rem 0 4rem;
}

/*--------------------------------------------------------------
    ### ヒーローイメージ
--------------------------------------------------------------*/
#hero {
  position: relative;
  margin-top: 3.5rem;
  width: 100%;
  background-color: #000;
}
#hero .pic {
  position: relative;
}
#hero .pic img {
  position: relative;
  width: 100%;
  height: 500px;
  vertical-align: bottom;
  opacity: 0.5;
  z-index: 1;
}
#hero .page_header {
  padding-top: 0;
}
#hero .hero_copy {
  margin: 5rem 0;
}
#hero.visual_2 {
  margin-bottom: 3.75rem;
}
#hero.visual_2 .pic {
  margin-bottom: 0;
}
#hero.visual_2 .hero_copy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 1;
}
#hero.visual_2 .hero_copy .inner {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
#hero .copy_lead {
  margin-bottom: 6rem;
}

.copy_lead {
  margin-bottom: 4.5rem;
  font-weight: 500;
  line-height: 1.8;
}

/*--------------------------------------------------------------
    ### card
--------------------------------------------------------------*/
.card {
  margin-bottom: 2rem;
  border: none;
  border-radius: 0;
  background-color: #FFF;
}
.card .card-img {
  border-radius: 0;
}
.card .card-body {
  padding: 0.8rem 1rem;
}
.card .card-title {
  margin-bottom: 1rem;
  font-weight: 700;
}
.card .card-title a {
  color: #000;
}
.card .card-txt {
  font-size: 0.9rem;
}
.card .more {
  margin-bottom: 1rem;
}
.card.npd .card-body {
  padding: 0.8rem 0;
}
.card.card_cnt {
  background-color: #F6F8F9;
}
.card.card_cnt .card-title {
  text-align: center;
}
.card.card_cnt .more {
  text-align: center;
}
.card .img-rounded {
  display: block;
  text-align: center;
}
.card .img-rounded img {
  width: 216px;
  height: 216px;
  border-radius: 50%;
}

.col_lg .c_col {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.col_lg .c_col .pic img {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  opacity: 0.57;
}

.c_col {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c_col:hover {
  text-decoration: none;
}
.c_col:hover .bd_tit {
  text-decoration: none;
}
.c_col .pic {
  margin-bottom: 0;
}
.c_col .pic img {
  width: 100%;
  height: 187px;
}
.c_col .col_body {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  font-weight: bold;
  z-index: 1;
}
.c_col .col_body.btm {
  top: inherit;
  bottom: 0;
  padding: 0 2.5rem;
}
.c_col .col_body.btm .bd_tit {
  padding-bottom: 0.6rem;
  background: none;
  border-bottom: 1px solid #FFF;
  text-align: center;
  font-size: 1.375rem;
}
.c_col .col_body.btm .desc {
  padding-top: 0.5rem;
}
.c_col .bd_tit {
  margin-bottom: 0;
  padding: 0.24rem 0.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
}
.c_col .bd_tit br {
  display: none;
}
.c_col .desc {
  min-height: 38px;
  font-size: 0.88rem;
  line-height: 1.3;
}
.c_col .btn-bg {
  margin: 0 auto 1.1rem;
  width: 100px;
  height: 28px;
}
.c_col .btn-bg span {
  border-color: #FCFCFC;
  background-color: #FCFCFC;
  color: #000;
  font-size: 0.81rem;
}
.c_col .btn_gp {
  position: absolute;
  bottom: 1rem;
  margin: 0 -0.5rem;
}
.c_col .btn_gp .btn {
  margin: 0 0.5rem;
}

.sotsuten_wrap .c_list.pickup {
  margin-bottom: 1.2rem;
}
.sotsuten_wrap .c_list.pickup .c_col {
  height: auto;
}
.sotsuten_wrap .c_list.pickup .c_col .pic img {
  height: 254px;
}
.sotsuten_wrap .c_col {
  background: none;
}
.sotsuten_wrap .pagination {
  margin-top: 4rem;
}

.lead {
  font-size: 1.25rem;
}

.lead_md {
  font-size: 1.13rem;
}

.lead_sm {
  font-size: 0.88rem;
}

/*---  アンダーライン強調  ---*/
.color_bd span {
  background: linear-gradient(transparent 55%, #ffee00 40%);
  font-weight: 700;
}

/*--------------------------------------------------------------
    ### category-style
--------------------------------------------------------------*/
.date i {
  margin-right: 0.3rem;
}

.subnav {
  margin-top: 3rem;
}

.display_selectedItem {
  display: none;
}

.cat_nav .select_box {
  margin: 0 -0.94rem;
  padding: 0;
  list-style-type: none;
}
.cat_nav .select_box li {
  float: left;
  margin-bottom: 0.6rem;
  padding: 0 0.94rem;
  width: 25%;
  height: 44px;
}
.cat_nav .select_box li a:hover {
  border: 1px solid #0f2350;
  background-color: #0f2350;
  color: #FFF;
}

.search_select {
  margin: 0 0 2.5rem;
}
.search_select .select_box {
  position: relative;
  display: inline-block;
  margin-right: 2.5rem;
  width: 23.616%;
}
.search_select select {
  display: inline-block;
  padding-left: 0.7rem;
  padding-right: 1rem;
  width: 100%;
  height: 44px;
  border: 1px solid #FFF;
  background-color: #000;
  background-image: url(../img/ico_arrow_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  border-radius: 4px;
  color: #FFF;
  font-size: 0.95rem;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.search_select select:last-child {
  margin-right: 0;
}

.sec_pickup {
  padding-bottom: 0;
}

.bg_box {
  margin-top: 2.2rem;
  padding: 2.5rem 1rem 1.88rem;
  font-weight: bold;
  height: 100%;
}
.bg_box .tit {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.6rem;
}
.bg_box .btn_gp {
  display: flex;
  width: 100%;
  justify-content: center;
}
.bg_box .btn_gp ul {
  margin: 0;
  padding: 0;
  display: flex;
  min-width: 562px;
  list-style-type: none;
  justify-content: space-between;
}
.bg_box .btn_gp ul.center {
  justify-content: center;
}
.bg_box .btn_gp ul::after {
  display: none;
}

.row .col_box {
  margin-top: 2.2rem;
}
.row .bg_box {
  margin-top: 0;
}

#event.sec_striped .btn_wrap {
  margin-top: 2.1rem;
}

.sec_event .pic {
  margin-bottom: 1.25rem;
}
.sec_event .pic img {
  width: 100%;
  height: 216px;
  border-radius: 10px;
}
.sec_event .tit {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.sec_event .tit a {
  text-decoration: none;
}
.sec_event .event_date {
  margin-bottom: 0.5rem;
  color: #444;
  font-size: 1.1rem;
  font-weight: 500;
}

#pp_content {
  display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.archive_overview {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  border-radius: 0;
  background-color: #000;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  transition-duration: 0.4s;
  transform-origin: bottom;
  z-index: 2;
  visibility: hidden;
}
.archive_overview a:hover img {
  opacity: 1;
}
.archive_overview.open {
  visibility: visible;
  transform: scale(1.2);
}
.archive_overview.open .ov_message {
  opacity: 1;
}
.archive_overview .ov_row {
  position: relative;
  z-index: 1;
}
.archive_overview .pp_tit {
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.2;
}
.archive_overview .pp_tit br {
  display: none !important;
}
.archive_overview .ov_trailer .caption {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  text-align: left;
  font-size: 0.5rem;
}
.archive_overview .ov_trailer iframe {
  width: 100%;
  height: 210px;
  margin-bottom: 0;
}
.archive_overview .ov_trailer .pic {
  margin-bottom: 1rem;
}
.archive_overview .ov_trailer .pic img {
  height: 187px;
}
.archive_overview .ov_message {
  text-align: left;
  padding: 0 1rem;
  opacity: 0;
  transition-delay: 0.2s;
  transition-timing-function: linear;
  transition-duration: 0.4s;
}
.archive_overview .ov_message .ov_message_tit {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.archive_overview .ov_message .lead_sm {
  margin-bottom: 1rem;
  font-size: 0.7rem;
}
.archive_overview .ov_message .btn_gp {
  position: relative;
  bottom: inherit;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.archive_overview .ov_message .btn_gp p {
  margin-bottom: 1rem;
}
.archive_overview .ov_message .btn_gp .btn {
  margin-left: 0;
  margin-right: 0;
  transform: scale(0.84);
}
.archive_overview .ov_message .btn_gp .tag {
  width: 80%;
  color: #999;
  font-size: 0.7rem;
}

.pickup_sotsuten .iframe_wrap iframe {
  height: 347px;
}
.pickup_sotsuten .lead_md {
  line-height: 2;
}

.iframe_wrap iframe {
  width: 100%;
}

.pickup h3 {
  margin-bottom: 2rem;
}
.pickup .news .news_in {
  margin-bottom: 0;
}

.news .news_in {
  margin-bottom: 3.5rem;
}
.news ul {
  padding-left: 0;
  list-style-type: none;
}
.news .news__r .news__copy p {
  margin-bottom: 1rem;
  padding: 0 0.93rem;
  font-size: 1rem;
}
.news .news__r .news__copy .date {
  display: inline-block;
  color: white;
  line-height: 1.5;
  white-space: nowrap;
}
.news .news__r .news__copy .btn-cat {
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
}
.news .news__r .news__copy .t_right {
  padding: 0 0.95rem;
}
.news .news__r .news__copy .t_right p {
  padding: 0;
}
.news .news__r .news__copy .t_right .btn-cat {
  margin-right: 1rem;
  padding: 0;
}
.news .news__r .thumb_ph img {
  height: 150px;
}
.news .news_bd {
  padding: 1.8rem 0 0.8rem;
  border-top: 1px solid #ccc;
}
.news .news_bd:last-child {
  border-bottom: 1px solid #ccc;
}
.news.news--ph .news__r {
  margin-bottom: 1.9rem;
}
.news.news--ph .news__r .news__copy p {
  padding: 0;
}
.news.news--ph .news__r .news__copy .tit {
  display: block;
  min-height: 56px;
}
.news.news--ph .news__r .news__copy .tit a {
  color: #444;
  text-decoration: none;
}
.news.news--ph .news__r .news__copy .date {
  display: block;
  color: #777;
  font-size: 0.9rem;
}
.news.news--b .news_in .news__r .news__copy {
  display: flex;
  margin: 0 -0.93rem;
}
.news.news--b .news_in .news__r .news__copy .tit {
  position: relative;
  top: -4px;
  width: 66%;
  vertical-align: middle;
}
.news.news--b .news_in .news__r .news__copy .tit a {
  text-decoration: none;
}
.news.news--b .news_in .news__r .news__copy .btn-cat {
  margin-right: 0;
}
.news.news--d ul {
  padding: 0;
  list-style-type: none;
}
.news.news--d ul li {
  margin-bottom: 2rem;
}
.news.news--d ul li .date {
  display: block;
  margin-bottom: 0.5rem;
}
.news.news--d ul li a {
  color: #444;
}

/*--------------------------------------------------------------
    ### search
--------------------------------------------------------------*/
.not-found .search {
  margin-top: 2rem;
}
.not-found .search .search-form {
  position: relative;
  width: 300px;
}
.not-found .search .search-form input[type=search] {
  outline-offset: inherit;
  padding-left: 0.6rem;
  color: #FFF;
}
.not-found .search .search-form .search-submit {
  padding: 0 1rem 0.2rem;
}

.search-form {
  font-size: 0;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  width: 300px;
  height: 47px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-form input[type=search]:focus {
  border-radius: 0;
}
.search-form .search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 1rem;
  height: 45px;
  border: 0;
  background: #000;
  color: #FFF;
  font-size: 1.1rem;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.search-results .headline {
  border-bottom: none;
}

.search_result .entry_header a {
  color: #FFF;
  font-size: 1.3rem;
}
.search_result .entry_content {
  color: #999;
}

/*--------------------------------------------------------------
    詳細ページパターン
--------------------------------------------------------------*/
.share_sns {
  margin-bottom: 2rem;
  text-align: center;
}
.share_sns.btm {
  margin: 3rem 0 5rem;
}
.share_sns .share_in {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.share_sns .share_in ul {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
}
.share_sns .share_in ul li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0.9rem;
  vertical-align: middle;
}
.share_sns .share_in ul li.ico_tweet a {
  color: #5ba4d9;
}
.share_sns .share_in ul li.ico_fb a {
  color: #395793;
}
.share_sns .share_in ul li.ico_line a {
  color: #6cbe58;
}
.share_sns .share_in ul li.ico_pocket a {
  color: #df4753;
}
.share_sns .share_in ul li.ico_mail a {
  color: #666;
}

.entry_nav {
  position: relative;
  margin: 3.5rem 0 2.5rem;
  width: 100%;
  background-color: #444;
}
.entry_nav ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}
.entry_nav li {
  float: left;
  margin-left: 4rem;
  margin-bottom: 0;
  list-style-type: none;
}
.entry_nav li a {
  display: block;
  padding: 0.68rem 0;
  text-decoration: none;
  color: #bbb;
}
.entry_nav li a i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
  vertical-align: bottom;
}
.entry_nav li:first-child {
  margin-left: 0;
}

#entry_visual {
  position: relative;
  padding-top: 3.8rem;
  width: 100%;
  height: 100vh;
}
#entry_visual .entry_mov_wrap {
  display: flex;
  height: calc(100vh - 140px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#entry_visual #movie {
  text-align: center;
}
#entry_visual #movie iframe {
  margin-bottom: 0;
  max-width: 100%;
  width: 90vw;
  height: 70vh;
}
#entry_visual .pic {
  margin-bottom: 0;
  text-align: center;
}
#entry_visual .pic img {
  max-width: 100%;
  width: 90vw;
  height: 70vh;
}
#entry_visual .entry_nav {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.entry_thumb .entry_thumb_in {
  position: relative;
}
.entry_thumb .pic {
  margin-bottom: 0;
}
.entry_thumb .pic img {
  height: 520px;
}
.entry_thumb .slide_cap {
  width: 617px;
  height: 100%;
  background: url(../img/slide_cap_bg_pc.png) no-repeat;
  background-size: 617px auto;
}
.entry_thumb .slide_cap .slide_cap_in {
  width: 100%;
  padding-left: 5rem;
  text-align: left;
  color: #FFF;
}
.entry_thumb .slide_cap .slide_logo {
  margin-bottom: 2.5rem;
}
.entry_thumb .slide_cap .slide_logo img {
  width: auto;
  max-width: 50%;
}
.entry_thumb .slide_cap .slide_tit {
  margin-bottom: 2rem;
  display: inline-block;
  text-align: left;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.entry_thumb .slide_cap .slide_tit span {
  font-size: 3.75rem;
}
.entry_thumb .slide_cap .slide_tit.switch-sp {
  display: none;
}
.entry_thumb .slide_cap .slide_tit.has-size-small {
  white-space: nowrap;
  font-size: 2.82rem;
}
.entry_thumb .slide_cap .slide_tit.has-size-medium {
  font-size: 3.5rem;
  line-height: 1;
}
.entry_thumb .slide_cap .copy {
  margin-top: 0;
  width: 466px;
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
}
.entry_thumb .slide_cap .copy p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 2;
}

#primary .headline, #page .headline {
  margin-top: 3.8rem;
}

.single_entry {
  margin-bottom: 5.2rem;
}
.single_entry .page_title {
  font-size: 2rem;
}
.single_entry .overview_txt {
  text-align: center;
}
.single_entry .overview_txt .lead {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
.single_entry .overview_txt iframe {
  width: 400px;
  height: 225px;
  margin-bottom: 0;
}
.single_entry .overview_txt .message p {
  line-height: 2;
}
.single_entry .entry_meta {
  margin-bottom: 0.5rem;
}
.single_entry .entry_meta .date {
  display: inline-block;
  margin-right: 1rem;
}
.single_entry .entry_meta .event_date {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #666;
  font-size: 1.1rem;
  font-weight: 500;
}
.single_entry .pic {
  margin-bottom: 2rem;
}
.single_entry .entry_content .wp-block-embed-youtube {
  width: 100%;
}

.single-event .entry_content.entry_sotsuten .wp-block-columns .wp-block-column .wp-block-image img {
  border-radius: 0;
}

.entry_content h6, .entry_content h5, .entry_content h4, .entry_content h3, .entry_content h2, .entry_content h1 {
  margin: 3rem 0 1rem;
}
.entry_content h2 {
  font-size: 1.7rem;
}
.entry_content .title {
  margin-top: 0;
  margin-bottom: 4.2rem;
}
.entry_content ul {
  margin-bottom: 2rem;
}
.entry_content ol {
  margin-bottom: 2rem;
}
.entry_content .wp-block-buttons {
  margin-bottom: 2rem;
}
.entry_content .wp-block-image {
  margin-bottom: 2rem;
}
.entry_content .wp-block-image figcaption {
  margin-bottom: 0;
  color: #999;
  font-size: 0.9rem;
}
.entry_content .wp-block-embed {
  margin-bottom: 2rem;
}
.entry_content .wp-block-embed.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-block-embed.alignright {
  margin-left: auto;
  margin-right: 0;
  max-width: inherit;
}
.entry_content .wp-block-embed iframe {
  margin-bottom: 0;
}
.entry_content .wp-block-embed-youtube {
  width: 628px;
}
.entry_content .wp-block-embed-youtube iframe {
  width: 100%;
}
.entry_content .wp-block-column h6:first-child, .entry_content .wp-block-column h5:first-child, .entry_content .wp-block-column h4:first-child, .entry_content .wp-block-column h3:first-child, .entry_content .wp-block-column h2:first-child, .entry_content .wp-block-column h1:first-child {
  margin-top: 0;
}
.entry_content .wp-block-column .wp-block-embed-youtube {
  width: auto;
}
.entry_content figcaption {
  text-align: left;
  color: #999;
  font-size: 0.8rem;
  line-height: 1.4;
}
.entry_content .wp-block-gallery {
  padding-left: 0 !important;
}
.entry_content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1.5rem;
}
.entry_content .blocks-gallery-caption {
  margin-bottom: 2rem;
}
.entry_content .is-style-circle-mask img,
.entry_content .is-style-rounded img {
  border-radius: 50%;
}
.entry_content .wp-block-table {
  margin-bottom: 2rem;
  overflow-y: hidden;
}
.entry_content .wp-block-table.is-style-regular table {
  border: 1px solid #666;
}
.entry_content .wp-block-table.is-style-regular table th,
.entry_content .wp-block-table.is-style-regular table td {
  border: 1px solid #666;
}
.entry_content .wp-block-table table {
  margin-bottom: 0.5rem;
}
.entry_content .wp-block-table table th,
.entry_content .wp-block-table table td {
  border: none;
  padding: 0 0.5rem 0.5rem 0;
  font-weight: bold;
}
.entry_content .wp-block-media-text {
  margin-bottom: 2rem;
}
.entry_content .wp-block-group.is-style-banner h1,
.entry_content .wp-block-group.is-style-banner h2,
.entry_content .wp-block-group.is-style-banner h3,
.entry_content .wp-block-group.is-style-banner h4,
.entry_content .wp-block-group.is-style-banner h5,
.entry_content .wp-block-group.is-style-banner h6 {
  margin-bottom: 0.5rem;
}
.entry_content .wp-block-group.is-style-banner h1:first-child,
.entry_content .wp-block-group.is-style-banner h2:first-child,
.entry_content .wp-block-group.is-style-banner h3:first-child,
.entry_content .wp-block-group.is-style-banner h4:first-child,
.entry_content .wp-block-group.is-style-banner h5:first-child,
.entry_content .wp-block-group.is-style-banner h6:first-child {
  margin-top: 0;
}
.entry_content .wp-block-group.is-style-banner .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.entry_content.entry_sotsuten {
  margin: 0 auto;
  max-width: 790px;
}
.entry_content.entry_sotsuten hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.entry_content.entry_sotsuten .btn-cat {
  width: auto;
  min-width: inherit;
}
.entry_content.entry_sotsuten .tag_list a {
  text-decoration: none;
}
.entry_content.entry_sotsuten .tag_list a:not(:first-child) {
  padding-left: 0.5rem;
}
.entry_content.entry_sotsuten .wp-block-embed-youtube iframe {
  vertical-align: middle;
}
.entry_content.entry_sotsuten .wp-block-embed-youtube figcaption {
  margin-top: 0.3rem;
}
.entry_content.entry_sotsuten .wp-block-columns .wp-block-column p {
  font-size: 0.95rem;
}
.entry_content.entry_sotsuten .wp-block-columns .wp-block-column .wp-block-image img {
  border-radius: 10px;
}
.entry_content.entry_sotsuten .wp-block-group .wp-block-columns {
  width: 50%;
  justify-content: space-between;
  flex-basis: auto;
  flex-grow: initial;
}

.has-primary-background-color {
  background: #0f2350;
}

.has-primary-color {
  color: #0f2350;
}

.has-gray-4-background-color {
  background: #666;
}

.has-gray-4-color {
  color: #666;
}

.has-yellow-background-color {
  background: #FFFF00;
}

.has-yellow-color {
  color: #FFFF00;
}

.wp-block-group:not(.is-style-wide) > * {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-group {
  padding: 4rem 0 3.7rem;
}
.wp-block-group.has-cyan-bluish-gray-background-color {
  background-color: #F6F8F9;
}
.wp-block-group.is-style-banner {
  margin-top: 1rem;
}
.wp-block-group.is-style-banner .wp-block-group__inner-container {
  padding: 2.5rem 1rem 1.88rem;
}
.wp-block-group.is-style-banner .wp-block-group__inner-container p {
  font-size: 0.88rem;
}
.wp-block-group.has-background.is-style-wide {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.wp-block-group.has-background.is-style-wide .wp-block-group__inner-container {
  padding: 0;
  max-width: inherit;
}
.wp-block-group.is-style-wide {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.wp-block-group.is-style-wide .wp-block-group__inner-container {
  padding: 0;
  max-width: inherit;
}
.wp-block-group.is-style-wide {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0 1.88rem;
  max-width: 1020px;
  box-sizing: border-box;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group {
  padding: 0;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding: 2.5rem 1rem 1.88rem;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container h3 {
  margin-bottom: 1rem;
}
.wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container p {
  font-size: 0.88rem;
}
.wp-block-group .wp-block-group__inner-container .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
.wp-block-group .sec_striped {
  padding: 0;
}
.wp-block-group .sec_striped .headline {
  margin-top: 0;
}

.wp-block-buttons .wp-block-button {
  line-height: 1.65;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.48rem 2rem;
  border: 1px solid #FFF;
  border-radius: 40px;
  background: #FFF;
  color: #000;
  font-size: 0.88rem;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.5 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
  border-color: #abb8c3;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
  border-color: #fcb900;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
  border-color: #0693e3;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-red-background-color {
  background-color: #cf2e2e;
  border-color: #cf2e2e;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-color {
  color: #000;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #FFF;
  background: #000;
  color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #FFF;
  color: #FFF;
}

.wp-block-file {
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.wp-block-file a {
  display: inline-block;
}
.wp-block-file a.wp-block-file__button {
  margin-top: 0.5rem;
  padding: 0.48rem 2rem;
  border: 1px solid #0f2350;
  border-radius: 4px;
  background: #FFF;
  color: #0f2350;
  font-size: 0.88rem;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:visited {
  color: #0f2350;
  opacity: 1;
}
.wp-block-file a.wp-block-file__button:hover {
  text-decoration: none;
  opacity: 0.65 !important;
}
.wp-block-file:last-child {
  margin-bottom: 2rem;
}

.comments-area {
  margin: 0 auto;
  max-width: 790px;
}
.comments-area h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.comment_sec {
  padding-top: 0;
}
.comment_sec .no-comments h2 {
  margin-bottom: 1.5rem;
}
.comment_sec .no-comments hr {
  margin-bottom: 0;
}
.comment_sec h2 {
  margin-bottom: 5rem;
}

.comment-list {
  margin: 3.5rem auto 0;
  padding: 0;
  border-top: 1px solid #666;
}
.comment-list li {
  list-style-type: none;
}
.comment-list li article {
  border-bottom: 1px solid #666;
}
.comment-list .comment-meta {
  margin: 1rem 0;
}
.comment-list .comment-meta a {
  text-decoration: none;
}
.comment-list .comment-metadata time {
  display: none;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .reply {
  margin-bottom: 1.5rem;
}
.comment-list .reply a {
  text-decoration: none;
}

#comment-5 .comment-respond {
  padding-top: 0;
  padding-bottom: 3rem;
  background: none;
}
#comment-5 .comment-respond #reply-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comment-5 .comment-respond #reply-title a {
  font-size: 1rem;
  text-decoration: none;
}

.comment-respond {
  padding-top: 0;
  padding-bottom: 0;
}

.comment-form {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.comment-form p input[type=text] {
  display: block;
  width: 50%;
}
.comment-form .comment-form-comment, .comment-form .form-submit, .comment-form .comment-form-cookies-consent {
  width: 100%;
}
.comment-form .comment-form-comment textarea, .comment-form .form-submit textarea, .comment-form .comment-form-cookies-consent textarea {
  width: 100%;
}
.comment-form .comment-form-author {
  margin-right: 0;
  flex-basis: 0;
  flex-grow: 1;
}
.comment-form .comment-form-email {
  flex-basis: 0;
  flex-grow: 1;
}
.comment-form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border: 3px solid #0f2350;
  background: #FFF;
}
.comment-form input[type=checkbox]:checked {
  color: #0f2350;
}
.comment-form input[type=checkbox]:checked::after {
  opacity: 1;
}
.comment-form input[type=checkbox]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 5px;
  top: 2px;
  position: absolute;
  width: 7px;
  height: 13px;
  border: 3px solid #0f2350;
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.comment-form input[type=checkbox] + label {
  display: inline-block;
  padding-left: 0.6rem;
  vertical-align: top;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
}
.comment-form .form-submit .submit {
  width: 232px;
  height: 48px;
  border: none;
  border-radius: 40px;
  background-color: #FFF;
  color: #000;
}
.comment-form .form-submit .submit:hover {
  opacity: 0.5;
}

.comment-form p label, .comment-form p input[type=email], .comment-form p textarea {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/
.pagination {
  position: relative;
  margin: 0;
  text-align: center;
  clear: both;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0.13rem 0.25rem;
  padding: 0.5rem 0.94rem;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #000;
  text-decoration: none;
  color: #FFF;
  transition: background-color 0.3s;
}
.pagination .current, .pagination a:hover {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
}

/*--------------------------------------------------------------
    ### form
--------------------------------------------------------------*/
.contact_tbl {
  margin-bottom: 3rem;
  width: 100%;
}
.contact_tbl th {
  padding: 0.54rem 0 0 0.27rem;
  width: 25%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: top;
}
.contact_tbl td {
  padding: 0.81rem 0.54rem;
  width: 60%;
  line-height: 1.5;
  vertical-align: top;
}
.contact_tbl td label {
  display: block;
  margin-bottom: 0.3rem;
}
.contact_tbl td .input {
  width: 90%;
  border: 1px solid #666;
  color: #666;
}
.contact_tbl td #zip1, .contact_tbl td #zip2, .contact_tbl td .input {
  padding: 0.4rem 0.35rem;
}
.contact_tbl td #select {
  padding: 0.4rem 0.3rem;
  width: 90%;
  color: #999;
}
.contact_tbl .line {
  padding-bottom: 4rem;
  border-bottom: 1px solid #666;
}
.contact_tbl .n_mark {
  display: inline-block;
  padding: 0.3rem 0.56rem;
  border-radius: 4px;
  background-color: #CC0000;
  color: #FFF;
  font-size: 0.95rem;
  line-height: 1;
}

.sec_contact {
  margin-bottom: 4rem;
}

.mw_wp_form .submit_wrap {
  text-align: center;
}
.mw_wp_form .submit_wrap .agree_policy {
  margin: 0 auto 1.5rem;
  width: 335px;
  text-align: left;
}
.mw_wp_form .submit_wrap .agree_policy input[type=checkbox] {
  margin-right: 0.6rem;
  width: 15px;
  height: 15px;
  transform: scale(1.4);
}
.mw_wp_form .submit_wrap .error {
  clear: both;
}
.mw_wp_form .submit_wrap .btn {
  width: 335px;
  height: 44px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
}
.mw_wp_form .submit_wrap .btn:hover {
  opacity: 0.75;
}
.mw_wp_form.mw_wp_form_confirm .agree_policy {
  display: none;
}
.prograss_bar {
  display: flex;
  margin-bottom: 3.5rem;
  padding: 1rem 0 3.5rem;
  border-bottom: 1px solid #666;
  text-align: center;
  list-style-type: none;
  justify-content: center;
}
.prograss_bar li {
  position: relative;
  float: left;
  padding: 0.5rem 0;
  width: 24%;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #999;
  background-color: #FFF;
  color: #999;
  font-size: 1.2rem;
}
.prograss_bar li span {
  font-weight: 700;
}
.prograss_bar .icon_arr {
  margin-right: 15%;
}
.prograss_bar .icon_arr::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: -40%;
  width: 24px;
  color: #aaa;
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.mw_wp_form.mw_wp_form_confirm .prograss_bar .step2, .mw_wp_form.mw_wp_form_complete .prograss_bar .step3, .prograss_bar li.step1 {
  border: 1px solid #444;
  color: #444;
}

/*--------------------------------------------------------------
    ### sidebar
--------------------------------------------------------------*/
#side_bar {
  margin-bottom: 0;
}
#side_bar .section:last-child {
  margin-bottom: 0;
}
#side_bar .side_title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #666;
  font-size: 1.2rem;
  line-height: 1.6;
}
#side_bar .popular_post {
  padding: 0;
  list-style-type: none;
}
#side_bar .popular_post li {
  margin-bottom: 1.2rem;
}
#side_bar .popular_post li .p_thumb {
  display: block;
  margin-bottom: 0.6rem;
}
#side_bar .popular_post li .p_title {
  display: block;
}
#side_bar .cat_lists {
  padding: 0;
  list-style-type: none;
}
#side_bar .cat_lists li {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
    # footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  margin-top: 7.5rem;
  padding: 3.2rem 0 1.3rem;
  background-color: #0f2350;
}
#footer .inner {
  position: relative;
}
#footer #scroll_top {
  position: absolute;
  right: 10px;
  top: -70px;
  height: 50px;
  transition: all 0.2s ease-in;
  opacity: 0;
}
#footer #scroll_top.fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 20px;
  z-index: 2;
}
#footer #scroll_top.move {
  right: 10px;
  top: -70px;
}
#footer #scroll_top a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(51, 51, 51, 0.3);
  color: #FFF;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
#footer #scroll_top i {
  font-size: 1.6rem;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.75;
}
#footer #ft_logo {
  display: block;
  margin-bottom: 1.3rem;
  width: 7.8rem;
}
#footer #ft_logo img {
  vertical-align: middle;
}
#footer #ft_logo a {
  line-height: 1;
}
#footer #ft_logo a:hover {
  opacity: inherit;
}
#footer .ft_nav_wrap {
  float: left;
  width: 80%;
}
#footer #ft_nav {
  padding-top: 0.5rem;
  margin-bottom: 5rem;
}
#footer #ft_nav ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
#footer #ft_nav ul li {
  float: left;
  margin-bottom: 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
}
#footer #ft_nav ul li:not(:first-of-type) {
  padding: 0 0.95rem;
}
#footer .ft_nav_r {
  float: right;
}
#footer #ft_sns {
  margin-bottom: 2rem;
  text-align: center;
}
#footer #ft_sns a {
  display: inline-block;
  margin-top: 0.2rem;
  padding-left: 1.1rem;
}
#footer #ft_sns a:hover {
  color: #FFF;
}
#footer #ft_sns i {
  display: inline-block;
  font-size: 1.75rem;
  vertical-align: middle;
}
#footer #ft_sns .txt_sns {
  display: inline-block;
  padding: 0 1.3rem;
  font-size: 0.93rem;
  vertical-align: middle;
}
#footer #ft_sns .txt_sns.switch-sp {
  display: none;
}
#footer .ft_contact ul {
  padding: 0;
  list-style-type: none;
}
#footer .ft_contact ul li {
  float: left;
  padding: 0 1rem;
  border-left: 1px solid #FFF;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
#footer .ft_contact ul li:first-child {
  padding-left: 0;
  border: 0;
}
#footer .copyright {
  position: absolute;
  bottom: 0;
  right: 30px;
  margin-bottom: 0;
  padding-bottom: 0.9rem;
  text-align: right;
  color: #FFF;
  font-size: 0.75rem;
}

@media only screen and (min-width: 1200px) {
  .search_select .select_box {
    width: 16.616%;
  }
  .sotsuten_wrap.col4 .c_list.pickup .c_col_wrap:nth-child(3n) .c_col.mouse-enter {
    transform: translateX(-5%);
  }
  .sotsuten_wrap.col4 .c_list.pickup .c_col_wrap:nth-child(3n+1) .c_col.mouse-enter {
    transform: translateX(5%);
  }
  .sotsuten_wrap.col4 .c_list:not(.pickup) .c_col_wrap:nth-child(4n) .c_col.mouse-enter {
    transform: translateX(-10%);
  }
  .sotsuten_wrap.col4 .c_list:not(.pickup) .c_col_wrap:nth-child(4n+1) .c_col.mouse-enter {
    transform: translateX(10%);
  }
  .sotsuten_wrap.col4 .c_list.pickup .archive_overview.open {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 881px) and (max-width: 960px) {
  #gnav {
    padding: 1rem 0;
  }
  #gnav ul li {
    padding: 0 0.7rem;
    font-size: 0.88rem;
  }
}
@media only screen and (min-width: 881px) {
  #gnav {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  #content {
    min-height: calc(100vh - 397px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.is-style-tb-columns {
    justify-content: center;
  }
  .wp-block-columns.is-style-tb-columns .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .news.news--b .news_in .news__r .news__copy .btn-cat {
    width: 180px;
  }
  #ft_nav .ft_nav_l:not(#ft_contact) {
    width: 80%;
  }
  #ft_nav .ft_nav_l:not(#ft_contact) ul li {
    flex: 0 0 50%;
  }
  #ft_nav #ft_contact.ft_nav_l {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  /*--------------------------------------------------------------
   space-class
  --------------------------------------------------------------*/
  .mt_md_0 {
    margin-top: 0rem !important;
  }
  .mb_md_0 {
    margin-bottom: 0rem !important;
  }
  .ml_md_0 {
    margin-left: 0rem !important;
  }
  .mr_md_0 {
    margin-right: 0rem !important;
  }
  .pt_md_0 {
    padding-top: 0rem !important;
  }
  .pb_md_0 {
    padding-bottom: 0rem !important;
  }
  .pl_md_0 {
    padding-left: 0rem !important;
  }
  .pr_md_0 {
    padding-right: 0rem !important;
  }
  .mt_md_1 {
    margin-top: 1rem !important;
  }
  .mb_md_1 {
    margin-bottom: 1rem !important;
  }
  .ml_md_1 {
    margin-left: 1rem !important;
  }
  .mr_md_1 {
    margin-right: 1rem !important;
  }
  .pt_md_1 {
    padding-top: 1rem !important;
  }
  .pb_md_1 {
    padding-bottom: 1rem !important;
  }
  .pl_md_1 {
    padding-left: 1rem !important;
  }
  .pr_md_1 {
    padding-right: 1rem !important;
  }
  .mt_md_2 {
    margin-top: 2rem !important;
  }
  .mb_md_2 {
    margin-bottom: 2rem !important;
  }
  .ml_md_2 {
    margin-left: 2rem !important;
  }
  .mr_md_2 {
    margin-right: 2rem !important;
  }
  .pt_md_2 {
    padding-top: 2rem !important;
  }
  .pb_md_2 {
    padding-bottom: 2rem !important;
  }
  .pl_md_2 {
    padding-left: 2rem !important;
  }
  .pr_md_2 {
    padding-right: 2rem !important;
  }
  .mt_md_3 {
    margin-top: 3rem !important;
  }
  .mb_md_3 {
    margin-bottom: 3rem !important;
  }
  .ml_md_3 {
    margin-left: 3rem !important;
  }
  .mr_md_3 {
    margin-right: 3rem !important;
  }
  .pt_md_3 {
    padding-top: 3rem !important;
  }
  .pb_md_3 {
    padding-bottom: 3rem !important;
  }
  .pl_md_3 {
    padding-left: 3rem !important;
  }
  .pr_md_3 {
    padding-right: 3rem !important;
  }
  .mt_md_4 {
    margin-top: 4rem !important;
  }
  .mb_md_4 {
    margin-bottom: 4rem !important;
  }
  .ml_md_4 {
    margin-left: 4rem !important;
  }
  .mr_md_4 {
    margin-right: 4rem !important;
  }
  .pt_md_4 {
    padding-top: 4rem !important;
  }
  .pb_md_4 {
    padding-bottom: 4rem !important;
  }
  .pl_md_4 {
    padding-left: 4rem !important;
  }
  .pr_md_4 {
    padding-right: 4rem !important;
  }
  .mt_md_5 {
    margin-top: 5rem !important;
  }
  .mb_md_5 {
    margin-bottom: 5rem !important;
  }
  .ml_md_5 {
    margin-left: 5rem !important;
  }
  .mr_md_5 {
    margin-right: 5rem !important;
  }
  .pt_md_5 {
    padding-top: 5rem !important;
  }
  .pb_md_5 {
    padding-bottom: 5rem !important;
  }
  .pl_md_5 {
    padding-left: 5rem !important;
  }
  .pr_md_5 {
    padding-right: 5rem !important;
  }
  .mt_md_6 {
    margin-top: 6rem !important;
  }
  .mb_md_6 {
    margin-bottom: 6rem !important;
  }
  .ml_md_6 {
    margin-left: 6rem !important;
  }
  .mr_md_6 {
    margin-right: 6rem !important;
  }
  .pt_md_6 {
    padding-top: 6rem !important;
  }
  .pb_md_6 {
    padding-bottom: 6rem !important;
  }
  .pl_md_6 {
    padding-left: 6rem !important;
  }
  .pr_md_6 {
    padding-right: 6rem !important;
  }
  .mt_md_7 {
    margin-top: 7rem !important;
  }
  .mb_md_7 {
    margin-bottom: 7rem !important;
  }
  .ml_md_7 {
    margin-left: 7rem !important;
  }
  .mr_md_7 {
    margin-right: 7rem !important;
  }
  .pt_md_7 {
    padding-top: 7rem !important;
  }
  .pb_md_7 {
    padding-bottom: 7rem !important;
  }
  .pl_md_7 {
    padding-left: 7rem !important;
  }
  .pr_md_7 {
    padding-right: 7rem !important;
  }
  .mt_md_8 {
    margin-top: 8rem !important;
  }
  .mb_md_8 {
    margin-bottom: 8rem !important;
  }
  .ml_md_8 {
    margin-left: 8rem !important;
  }
  .mr_md_8 {
    margin-right: 8rem !important;
  }
  .pt_md_8 {
    padding-top: 8rem !important;
  }
  .pb_md_8 {
    padding-bottom: 8rem !important;
  }
  .pl_md_8 {
    padding-left: 8rem !important;
  }
  .pr_md_8 {
    padding-right: 8rem !important;
  }
  .cat_nav .select_box {
    display: block !important;
  }
  .center_pc {
    text-align: center;
  }
  .sotsuten_wrap.col3 .c_list.pickup .c_col_wrap:nth-child(3n) .c_col.mouse-enter {
    transform: translateX(-10%);
  }
  .sotsuten_wrap.col3 .c_list.pickup .c_col_wrap:nth-child(3n+1) .c_col.mouse-enter {
    transform: translateX(10%);
  }
  .sotsuten_wrap.col3 .c_list:not(.pickup) .c_col_wrap:nth-child(3n) .c_col.mouse-enter {
    transform: translateX(-10%);
  }
  .sotsuten_wrap.col3 .c_list:not(.pickup) .c_col_wrap:nth-child(3n+1) .c_col.mouse-enter {
    transform: translateX(10%);
  }
  .sotsuten_wrap.col3 .c_list.pickup .archive_overview.open {
    transform: scale(1.2);
  }
  .entry_thumb .slide_cap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .entry_thumb .slide_cap .slide_cap_in {
    position: absolute;
    left: 0;
    bottom: 2rem;
  }
  .search_result .entry_header a:hover {
    color: #EB0000;
  }
  /*--------------------------------------------------------------
   pagination
  --------------------------------------------------------------*/
  .pagination a.btn-prev, .pagination a.btn-next {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .pagination.pg-lg a,
.pagination.pg-lg span {
    padding: 0.8rem 1.2rem;
  }
  .pagination.pg-lg a.btn-prev,
.pagination.pg-lg a.btn-next {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
@media only screen and (max-width: 880px) {
  /*--------------------------------------------------------------
  # header
  --------------------------------------------------------------*/
  .btn-toggle-menu::before {
    text-rendering: auto;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
  }
  .logo {
    position: relative;
    float: none !important;
    margin: 0 -1.88rem;
    padding: 1.2rem 0;
    width: auto;
    height: 56px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 4;
  }
  .logo img {
    width: 7rem;
  }
  .logo a {
    padding-left: 1.88rem;
  }
  .g-open #h_top .logo {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  }
  .btn-toggle-menu {
    display: block;
    position: absolute;
    top: 0.7rem;
    right: 30px;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1;
    transition: all 0.3s ease-in;
    z-index: 4;
    cursor: pointer;
  }
  .btn-toggle-menu::before {
    content: "\f0c9" !important;
    font-size: 2rem;
  }
  .btn-toggle-menu .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFF;
    color: #FFF;
    transition: all 0.2s ease;
  }
  .btn-toggle-menu .icon-bar + .icon-bar {
    margin-top: 0.38rem;
  }
  .btn-toggle-menu .top-bar {
    transform: rotate(0deg);
  }
  .btn-toggle-menu .middle-bar {
    opacity: 1;
  }
  .btn-toggle-menu .bottom-bar {
    transform: rotate(0deg);
  }
  .btn-toggle-menu:focus {
    outline: none;
  }
  .btn-toggle-menu.collapsed::before {
    content: "\f00d" !important;
  }
  .btn-toggle-menu.collapsed .top-bar {
    margin-left: 0;
    width: 32px;
    transform: rotate(43deg);
    transform-origin: -4% 10%;
  }
  .btn-toggle-menu.collapsed .middle-bar {
    opacity: 0;
  }
  .btn-toggle-menu.collapsed .bottom-bar {
    margin-left: 0;
    width: 32px;
    transform: rotate(-43deg);
    transform-origin: 10% 90%;
  }
  .search_btn {
    margin: 0 0.95rem 2.6rem;
  }
  .search_btn .search-form {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 0.95rem;
  }
  .search_btn .search-form #search_f_sp {
    padding-left: 2rem;
    padding-right: 2.2rem;
    height: 54px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFF;
  }
  .search_btn .search-form #search_f_sp::-moz-placeholder {
    color: #666;
  }
  .search_btn .search-form #search_f_sp:-ms-input-placeholder {
    color: #666;
  }
  .search_btn .search-form #search_f_sp::placeholder {
    color: #666;
  }
  #header {
    padding: 0;
    width: 100%;
    height: 55px;
    box-shadow: none;
  }
  #header .ico_s {
    left: 0;
    padding: 0;
  }
  #header .ico_s i {
    color: #ccc;
    font-size: 1.1rem;
  }
  #header .ico_s.search_cancel {
    left: inherit;
  }
  #h_top {
    height: auto;
    z-index: 4;
  }
  #h_top .logo {
    box-shadow: none;
    background: none;
  }
  #h_top .logo.active img.logo_pc {
    display: inline-block;
  }
  #h_top .logo.active img.logo_sp {
    display: inline-block;
  }
  #h_top .btn-toggle-menu {
    right: 15px;
    color: #FFF;
  }
  #h_top .btn-toggle-menu.collapsed {
    color: #FFF;
  }
  #h_top .htop_search {
    display: none;
  }
  #gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 3.4rem;
    width: 100%;
    height: 100vh;
    background-color: #000;
    clear: both;
    z-index: 3;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #gnav ul {
    margin: 0 0.95rem 3.3rem;
  }
  #gnav ul.m_col li {
    float: left;
    width: 50%;
  }
  #gnav ul.menu_sp {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
    justify-content: center;
  }
  #gnav ul.menu_sp li {
    float: left;
    padding: 0 1rem;
    width: auto;
    font-size: 0.81rem;
    line-height: 1;
  }
  #gnav ul.menu_sp li:not(:first-of-type) {
    border-left: 1px solid #0f2350;
  }
  #gnav ul.menu_sp li a {
    padding: 0;
  }
  #gnav ul li {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
  }
  #gnav ul li a {
    display: block;
    padding: 0.4rem 0;
    color: #FFF;
  }
  #gnav #sns {
    margin-bottom: 2rem;
    text-align: center;
  }
  #gnav #sns a {
    display: inline-block;
    margin-top: 0.2rem;
    padding-left: 1.1rem;
  }
  #gnav #sns a:hover {
    color: #FFF;
  }
  #gnav #sns a:first-child {
    padding-left: 0;
  }
  #gnav #sns i {
    display: inline-block;
    font-size: 1.75rem;
    vertical-align: middle;
  }
  #gnav .search_btn {
    display: block;
  }
  #gnav .h_logo {
    position: relative;
    bottom: 0;
    margin: 6.5rem auto 2rem;
    width: 10rem;
  }
  .search_box_wrap {
    display: none !important;
  }
  .search_button {
    display: none;
  }
  .page_header .headline {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1005px) {
  .entry_content.entry_sotsuten p iframe {
    width: 100%;
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  .inner {
    padding: 0;
    max-width: 100%;
  }
  .inner-fluid {
    padding: 0 1rem;
  }
  .inner-fluid.wide {
    padding: 0 1rem;
  }
  .lead {
    font-size: 1.1rem;
  }
  .lead_md {
    font-size: 1rem;
  }
  #content {
    min-height: calc(100vh - 510px);
  }
  /*--------------------------------------------------------------
   space-class
  --------------------------------------------------------------*/
  .mt_sp_0 {
    margin-top: 0rem !important;
  }
  .mb_sp_0 {
    margin-bottom: 0rem !important;
  }
  .ml_sp_0 {
    margin-left: 0rem !important;
  }
  .mr_sp_0 {
    margin-right: 0rem !important;
  }
  .pt_sp_0 {
    padding-top: 0rem !important;
  }
  .pb_sp_0 {
    padding-bottom: 0rem !important;
  }
  .pl_sp_0 {
    padding-left: 0rem !important;
  }
  .pr_sp_0 {
    padding-right: 0rem !important;
  }
  .mt_sp_1 {
    margin-top: 1rem !important;
  }
  .mb_sp_1 {
    margin-bottom: 1rem !important;
  }
  .ml_sp_1 {
    margin-left: 1rem !important;
  }
  .mr_sp_1 {
    margin-right: 1rem !important;
  }
  .pt_sp_1 {
    padding-top: 1rem !important;
  }
  .pb_sp_1 {
    padding-bottom: 1rem !important;
  }
  .pl_sp_1 {
    padding-left: 1rem !important;
  }
  .pr_sp_1 {
    padding-right: 1rem !important;
  }
  .mt_sp_2 {
    margin-top: 2rem !important;
  }
  .mb_sp_2 {
    margin-bottom: 2rem !important;
  }
  .ml_sp_2 {
    margin-left: 2rem !important;
  }
  .mr_sp_2 {
    margin-right: 2rem !important;
  }
  .pt_sp_2 {
    padding-top: 2rem !important;
  }
  .pb_sp_2 {
    padding-bottom: 2rem !important;
  }
  .pl_sp_2 {
    padding-left: 2rem !important;
  }
  .pr_sp_2 {
    padding-right: 2rem !important;
  }
  .mt_sp_3 {
    margin-top: 3rem !important;
  }
  .mb_sp_3 {
    margin-bottom: 3rem !important;
  }
  .ml_sp_3 {
    margin-left: 3rem !important;
  }
  .mr_sp_3 {
    margin-right: 3rem !important;
  }
  .pt_sp_3 {
    padding-top: 3rem !important;
  }
  .pb_sp_3 {
    padding-bottom: 3rem !important;
  }
  .pl_sp_3 {
    padding-left: 3rem !important;
  }
  .pr_sp_3 {
    padding-right: 3rem !important;
  }
  .mt_sp_4 {
    margin-top: 4rem !important;
  }
  .mb_sp_4 {
    margin-bottom: 4rem !important;
  }
  .ml_sp_4 {
    margin-left: 4rem !important;
  }
  .mr_sp_4 {
    margin-right: 4rem !important;
  }
  .pt_sp_4 {
    padding-top: 4rem !important;
  }
  .pb_sp_4 {
    padding-bottom: 4rem !important;
  }
  .pl_sp_4 {
    padding-left: 4rem !important;
  }
  .pr_sp_4 {
    padding-right: 4rem !important;
  }
  .mt_sp_5 {
    margin-top: 5rem !important;
  }
  .mb_sp_5 {
    margin-bottom: 5rem !important;
  }
  .ml_sp_5 {
    margin-left: 5rem !important;
  }
  .mr_sp_5 {
    margin-right: 5rem !important;
  }
  .pt_sp_5 {
    padding-top: 5rem !important;
  }
  .pb_sp_5 {
    padding-bottom: 5rem !important;
  }
  .pl_sp_5 {
    padding-left: 5rem !important;
  }
  .pr_sp_5 {
    padding-right: 5rem !important;
  }
  .mt_sp_6 {
    margin-top: 6rem !important;
  }
  .mb_sp_6 {
    margin-bottom: 6rem !important;
  }
  .ml_sp_6 {
    margin-left: 6rem !important;
  }
  .mr_sp_6 {
    margin-right: 6rem !important;
  }
  .pt_sp_6 {
    padding-top: 6rem !important;
  }
  .pb_sp_6 {
    padding-bottom: 6rem !important;
  }
  .pl_sp_6 {
    padding-left: 6rem !important;
  }
  .pr_sp_6 {
    padding-right: 6rem !important;
  }
  .mt_sp_7 {
    margin-top: 7rem !important;
  }
  .mb_sp_7 {
    margin-bottom: 7rem !important;
  }
  .ml_sp_7 {
    margin-left: 7rem !important;
  }
  .mr_sp_7 {
    margin-right: 7rem !important;
  }
  .pt_sp_7 {
    padding-top: 7rem !important;
  }
  .pb_sp_7 {
    padding-bottom: 7rem !important;
  }
  .pl_sp_7 {
    padding-left: 7rem !important;
  }
  .pr_sp_7 {
    padding-right: 7rem !important;
  }
  .mt_sp_8 {
    margin-top: 8rem !important;
  }
  .mb_sp_8 {
    margin-bottom: 8rem !important;
  }
  .ml_sp_8 {
    margin-left: 8rem !important;
  }
  .mr_sp_8 {
    margin-right: 8rem !important;
  }
  .pt_sp_8 {
    padding-top: 8rem !important;
  }
  .pb_sp_8 {
    padding-bottom: 8rem !important;
  }
  .pl_sp_8 {
    padding-left: 8rem !important;
  }
  .pr_sp_8 {
    padding-right: 8rem !important;
  }
  .btn-toggle-menu {
    right: 20px;
  }
  #header .logo {
    margin: 0 -1rem;
    padding: 1.2rem 0;
  }
  #header .logo a {
    padding-left: 1rem;
  }
  /*--------------------------------------------------------------
  ### title
  --------------------------------------------------------------*/
  .sub_title {
    font-size: 1.5rem;
  }
  .cat_tit {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .page_title {
    display: block;
    text-align: center;
    font-size: 2.5rem;
  }
  .headline {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
  }
  .title {
    margin-bottom: 2rem;
  }
  .title_lg {
    font-size: 1.75rem;
  }
  .title_xl {
    font-size: 1.5rem;
  }
  .title_xxl {
    text-align: left;
    font-size: 1.75rem;
  }
  .entry_ov_tit {
    margin: 2rem 0 1.3rem;
  }
  /*--------------------------------------------------------------
  ### button
  --------------------------------------------------------------*/
  .btn.btn-lg {
    width: 70%;
  }
  .btn.btn-lg a {
    padding: 0.4rem 0;
  }
  .btn.btn-xl {
    width: 100%;
  }
  .btn.btn-xl a {
    padding: 0.4rem 0;
  }
  .btn-cat {
    font-size: 0.9rem;
  }
  /*--------------------------------------------------------------
  ### sec_striped
  --------------------------------------------------------------*/
  .sec_striped {
    padding: 1.88rem 0 3.75rem;
  }
  .sec_striped .btn_wrap {
    margin-top: 3.5rem;
  }
  .sec_striped .btn_wrap .btn {
    margin-bottom: 0;
  }
  .bg_pickup {
    padding: 1.25rem 0 1px !important;
    background-color: #292929;
  }
  .card_group {
    padding: 3.5rem 0 1.5rem;
  }
  /*--------------------------------------------------------------
  ### hero
  --------------------------------------------------------------*/
  #hero {
    margin-top: 0;
  }
  #hero .hero_copy {
    margin-bottom: 3.3rem;
  }
  #hero.visual_2 {
    margin-bottom: 3.5rem;
  }
  #hero.visual_2 .pic img {
    height: 375px;
  }
  #hero .copy_lead {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.88rem;
    font-weight: bold;
  }
  .copy_lead {
    text-align: left;
    font-size: 1.2rem;
  }
  /*--------------------------------------------------------------
  ### card
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### category-style
  --------------------------------------------------------------*/
  .display_selectedItem {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.8rem;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #444;
    color: #444;
    line-height: 1.3;
  }
  .sec_pickup {
    padding-top: 0;
  }
  .bg_box {
    margin-top: 0;
    padding: 1.5rem 1.88rem 1.2rem;
  }
  .bg_box .btn_gp ul {
    min-width: inherit;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bg_box .btn_gp ul li {
    margin-bottom: 1rem;
  }
  .sotsuten_wrap .c_list.pickup {
    margin-bottom: 0;
  }
  .sotsuten_wrap .c_list.pickup .c_col {
    height: auto;
    box-shadow: inherit;
  }
  .sotsuten_wrap .c_list.pickup .c_col .pic img {
    height: 120px;
  }
  .sotsuten_wrap .c_list.pickup .c_col .bd_tit {
    background: none;
  }
  .sotsuten_wrap .c_col {
    height: auto;
  }
  .sotsuten_wrap .c_col .pic img {
    height: 107px;
  }
  .sotsuten_wrap .c_col .col_body {
    position: relative;
    bottom: auto;
  }
  .sotsuten_wrap .c_col .bd_tit {
    padding: 0.24rem 0 0;
    font-size: 0.88rem;
  }
  .c_col {
    margin: 0 0 1.25rem;
  }
  .c_col .btn_gp {
    margin: 0;
    left: 0;
    width: 100%;
  }
  .c_col .archive_overview {
    display: none !important;
  }
  .sec_event {
    margin-bottom: 1rem;
  }
  .sec_event .pic {
    margin-bottom: 0 !important;
  }
  .sec_event .pic img {
    height: auto;
  }
  .sec_event .tit a {
    text-decoration: underline;
  }
  .sec_event .event_info {
    padding-left: 0.4rem;
    text-align: center;
  }
  .sec_event .event_info p {
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: left;
  }
  .sec_event .event_info .btn {
    text-align: center;
  }
  .pickup_sotsuten {
    margin-bottom: 2.25rem;
  }
  .pickup_sotsuten iframe {
    margin-bottom: 1rem;
  }
  #colorbox {
    background-color: #000;
  }
  #cboxClose {
    opacity: 0;
    -webkit-animation: 0.2s ease 0s normal forwards 1 fadein;
    animation: 0.2s ease 0s normal forwards 1 fadein;
  }
  .c-open #cboxClose {
    opacity: 1;
  }
  .c-open #cboxLoadedContent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-open .archive_overview {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    height: 84vh;
    visibility: visible;
  }
  .c-open .archive_overview .ov_message {
    opacity: 1;
  }
  .archive_overview {
    flex-direction: column;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0;
    border-radius: 0;
  }
  .archive_overview .pic {
    margin-bottom: 1rem;
  }
  .archive_overview .pic img {
    height: 210px;
  }
  .archive_overview .pp_tit {
    margin-bottom: 0.8rem;
    font-size: 1.31rem;
    line-height: 1.2;
  }
  .archive_overview .ov_row {
    overflow-y: scroll;
  }
  .archive_overview .ov_trailer iframe {
    margin-bottom: 0.8rem;
    height: 210px;
  }
  .archive_overview .ov_trailer .caption {
    margin-bottom: 0.8rem;
    padding: 0 1rem;
    font-size: 0.88rem;
  }
  .archive_overview .ov_message {
    padding: 0 1rem;
  }
  .archive_overview .ov_message .ov_message_tit {
    font-size: 0.95rem;
  }
  .archive_overview .ov_message .lead {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .archive_overview .ov_message .lead_sm {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .archive_overview .ov_message .lead_sm br {
    display: block;
  }
  .archive_overview .ov_message .btn_gp {
    display: inherit;
    text-align: center;
  }
  .archive_overview .ov_message .btn_gp .tag {
    text-align: left;
    font-size: 1rem;
  }
  .archive_overview .ov_message .btn_gp p {
    margin-bottom: 1.5rem;
  }
  .archive_overview .ov_message .btn_gp .btn {
    position: relative;
    transform: scale(1);
  }
  .cat_nav .select_box {
    margin: 0;
  }
  .cat_nav .select_box li {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-top: 0;
  }
  .cat_nav .select_box li a {
    display: block;
    padding: 0.8rem;
    border-radius: 0;
    line-height: 1.3;
  }
  .news_wrp {
    margin-bottom: 5.2rem;
  }
  .news .news__r .thumb_ph {
    margin-bottom: 1rem;
  }
  .news .news__r .news__copy .date {
    margin-bottom: 0.7rem;
  }
  .news .news__r .news__copy .btn-cat {
    margin-bottom: 0.7rem;
  }
  .news .news__r .news__copy .t_right {
    display: block;
  }
  .news .news_bd {
    padding-top: 1.5rem;
  }
  .news.news--ph .news__r .news__copy .tit {
    min-height: inherit;
  }
  .news.news--b .news_in {
    min-height: 50vw;
  }
  .news.news--b .news_in .news__r .news__copy .tit {
    width: 84%;
  }
  .news.news--b .news_in .news__r .news__copy .tit_sp {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .news.news--b .news_in .news__r .news__copy.sp-wrap .tit {
    width: 100%;
  }
  .sp-wrap {
    flex-wrap: wrap;
  }
  .search_select {
    margin: 2.6rem 0;
  }
  .search_select .select_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .search_select .select_box:last-child {
    margin-bottom: 0;
  }
  /*--------------------------------------------------------------
  ### 詳細ページパターン
  --------------------------------------------------------------*/
  .share_sns {
    margin: 0 -0.93rem 2rem;
  }
  .share_sns .share_in ul li.share_text {
    display: block;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .entry_nav {
    margin-bottom: 2rem;
  }
  .entry_nav ul {
    padding: 0;
  }
  .entry_nav li {
    margin-left: 0;
    padding: 0 0.85rem;
    font-size: 1rem;
  }
  .entry_nav li a {
    width: auto;
    font-weight: 400;
  }
  .entry_nav li a i {
    margin-right: 0.3rem;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  #entry_visual .entry_mov_wrap {
    height: calc(100vh - 241px);
  }
  #entry_visual #movie iframe {
    margin-bottom: 0;
    width: 90vw;
    height: 37vh;
  }
  #entry_visual .pic img {
    height: 37vh;
    width: 90vw;
  }
  #entry_visual .entry_nav {
    bottom: 1.5rem;
    margin: 0;
  }
  .entry_thumb {
    margin-bottom: 2rem;
  }
  .entry_thumb .pic {
    position: relative;
    margin-bottom: 0;
    height: 320px;
  }
  .entry_thumb .pic img {
    height: 320px;
  }
  .entry_thumb .slide_logo {
    position: absolute;
    left: 1rem;
    bottom: 14px;
    z-index: 2;
  }
  .entry_thumb .slide_logo img {
    width: 50% !important;
    height: auto;
    opacity: 1;
  }
  .entry_thumb .slide_tit {
    margin-bottom: 1.5rem;
    position: absolute;
    left: 1rem;
    bottom: 6px;
    font-size: 2.125rem;
    z-index: 1;
    line-height: 1.3;
  }
  .entry_thumb .slide_tit span {
    font-size: 1.88rem;
  }
  .entry_thumb .slide_tit br {
    display: block;
  }
  .entry_thumb .slide_tit.switch-pc {
    display: none;
  }
  .entry_thumb .slide_tit.switch-sp {
    display: inline-block;
    z-index: 2;
  }
  .entry_thumb .slide_tit.has-size-small {
    font-size: 1.4rem;
  }
  .entry_thumb .slide_tit.has-size-medium {
    font-size: 1.75rem;
  }
  .entry_thumb .slide_cap {
    position: relative;
    padding: 0 1rem 1.25rem;
    width: auto;
    background-color: #222;
    background-image: none;
  }
  .entry_thumb .slide_cap::before {
    position: absolute;
    left: 0;
    top: -80px;
    content: "";
    width: 100%;
    height: 80px;
    background: url(../img/slide_cap_bg_sp.png) no-repeat bottom;
    background-size: 100% 80px;
    opacity: 0.7;
    z-index: 1;
  }
  .entry_thumb .slide_cap .slide_cap_in {
    padding-left: 0;
    text-align: center;
  }
  .entry_thumb .slide_cap .copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    width: 100%;
    text-align: left;
  }
  .entry_thumb .slide_cap .copy p {
    font-size: 0.9rem;
  }
  .entry_thumb .slide_cap .btn_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.75rem;
  }
  .entry_thumb .slide_cap .btn {
    margin-bottom: 0;
  }
  .entry_thumb .slide_cap br {
    display: block;
  }
  .single_entry .page_title {
    text-align: left;
  }
  .single_entry .entry_meta {
    margin-bottom: 1.5rem;
  }
  .single_entry .overview_txt .lead {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .single_entry .overview_txt iframe {
    width: 100%;
  }
  .single_entry .overview_txt .message {
    text-align: left;
  }
  .single_entry .overview_txt .message p {
    font-size: 1rem;
  }
  .single_entry .overview_txt .message h2 {
    text-align: center;
  }
  .single_entry .overview_txt .message.center {
    text-align: center;
  }
  .single_entry.nbsp .entry_content br {
    display: block;
  }
  .single_entry.nbsp .entry_content br.sp {
    display: none;
  }
  .wp-block-group.is-style-banner .wp-block-group__inner-container br {
    display: block;
  }
  .wp-block-group.is-style-wide {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-block-group .wp-block-columns .wp-block-column:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .entry_content .title {
    margin-bottom: 2rem;
  }
  .entry_content.entry_sotsuten h2 {
    margin-bottom: 1.5rem;
  }
  .entry_content.entry_sotsuten p iframe {
    height: 54vw;
  }
  .entry_content.entry_sotsuten br {
    display: block;
  }
  .entry_content.entry_sotsuten br.sp {
    display: none;
  }
  .entry_content.entry_sotsuten .wp-block-group.is-style-banner .wp-block-group__inner-container {
    padding: 2.5rem 1rem 1.88rem;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
    padding: 0;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-columns {
    width: 100%;
    justify-content: center;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-column {
    flex-basis: auto !important;
    flex-grow: initial;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-column:not(:first-of-type) {
    margin-left: 2rem;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-column ul {
    margin-left: 0;
  }
  .entry_content.entry_sotsuten .wp-block-column .wp-block-image {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .entry_content.entry_sotsuten .wp-block-column .wp-block-image img {
    max-width: 71.5%;
  }
  .entry_content .wp-block-embed-youtube {
    width: 100%;
  }
  .entry_content .wp-block-embed iframe {
    max-width: 100% !important;
    width: 100%;
    min-width: 100% !important;
  }
  .entry_content iframe {
    width: 100%;
  }
  .comments-area {
    padding: 0 1rem;
    max-width: inherit;
  }
  .comments-area h2 {
    margin-bottom: 2rem;
    padding-top: 0;
    margin-right: 1rem;
    font-size: 1.5rem;
  }
  .comment_sec {
    padding: 0;
  }
  .comment_sec h2 {
    margin-bottom: 4rem;
  }
  .comment_sec .no-comments {
    margin: 0 auto;
    max-width: auto;
  }
  .comment_sec .no-comments h2 {
    margin-bottom: 2rem;
  }
  .comment-list {
    margin: 2rem 0 0;
    width: auto;
    max-width: inherit;
  }
  .comment-list .comment-content p {
    font-size: 0.88rem;
  }
  .comment-list .reply {
    margin-bottom: 1rem;
  }
  .comment-form {
    width: 100%;
    max-width: auto;
  }
  .comment-form p input[type=text] {
    width: 100%;
  }
  .comment-respond {
    padding-bottom: 0;
  }
  .prograss_bar {
    margin-bottom: 0 !important;
    padding: 0 0 3rem;
    flex-wrap: wrap;
  }
  .prograss_bar li {
    float: none;
    padding: 0.5rem;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1rem;
  }
  .prograss_bar li span {
    padding-right: 1.5rem;
  }
  .prograss_bar .icon_arr {
    margin: 0 0 3rem 0;
  }
  .prograss_bar .icon_arr:after {
    content: "\f063";
    margin: 0 auto;
    top: inherit;
    bottom: -3.2rem;
    left: 0;
    right: 0;
  }
  .contact_tbl th,
.contact_tbl td {
    display: block;
  }
  .contact_tbl th {
    padding: 0 0 0.8rem 0;
    width: 100%;
  }
  .contact_tbl th.line {
    padding: 3rem 0 2.5rem;
    border: 0;
  }
  .contact_tbl td {
    padding: 0.6rem 0;
    width: 100%;
  }
  .contact_tbl td .input {
    width: 100%;
  }
  .contact_tbl td #select {
    width: 100%;
  }
  .mw_wp_form .submit_wrap p {
    display: block;
  }
  .mw_wp_form .submit_wrap .agree_policy {
    width: 100%;
    text-align: center;
  }
  .mw_wp_form .submit_wrap .btn {
    width: 70%;
  }
  /*--------------------------------------------------------------
  ### pagination
  --------------------------------------------------------------*/
  .pagination.pg-lg span, .pagination.pg-lg a, .pagination span, .pagination a {
    margin: 0.13rem 0.2rem;
    padding: 0.3rem 0.7rem;
  }
  /*--------------------------------------------------------------
  ### side_bar
  --------------------------------------------------------------*/
  #side_bar .section:last-child {
    margin-bottom: 0;
  }
  #side_bar .popular_post li:after {
    content: "";
    display: block;
    clear: both;
  }
  #side_bar .popular_post li .p_thumb {
    float: left;
    margin-right: 0.8rem;
    width: 20%;
  }
  #side_bar .popular_post li .p_thumb img {
    width: 100%;
    height: auto;
  }
  #side_bar .popular_post li .p_title {
    width: 100%;
  }
  /*--------------------------------------------------------------
  # footer
  --------------------------------------------------------------*/
  #footer {
    padding: 3.75rem 0 2rem;
    text-align: center;
  }
  #footer #ft_logo {
    margin: 0 auto 2.4rem;
  }
  #footer .ft_nav_wrap {
    width: 100%;
  }
  #footer #ft_nav {
    margin-bottom: 4.3rem;
  }
  #footer #ft_nav ul {
    margin-bottom: 1rem;
  }
  #footer #ft_nav ul li {
    float: none;
    margin-bottom: 1rem;
    font-size: 1.06rem;
  }
  #footer #ft_nav ul li ul li {
    width: 100%;
    font-size: 1rem;
  }
  #footer #ft_nav ul li a {
    display: block;
  }
  #footer #ft_nav .ft_nav_l {
    float: none;
    width: 100%;
  }
  #footer #ft_nav .ft_nav_01 {
    margin-bottom: 0.3rem;
    order: 1;
  }
  #footer .ft_nav_r {
    width: 100%;
  }
  #footer #ft_sns {
    margin-bottom: 1.5rem;
    clear: both;
  }
  #footer #ft_sns.ft_nav_r {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer #ft_sns.ft_nav_r a i {
    font-size: 1.75rem;
  }
  #footer .ft_contact ul {
    display: inline-block;
  }
  #footer .ft_contact ul li:first-child {
    padding-left: 1rem;
  }
  #footer .copyright {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    font-size: 0.71rem;
  }
}
@media screen and (max-width: 320px) {
  .entry_nav li {
    padding: 0 3.65vw;
    font-size: 4.265vw;
  }
  .entry_nav li a i {
    margin-right: 0.3em;
    font-size: 1.5em;
  }
}/*# sourceMappingURL=common.css.map */