@charset "UTF-8";
/*!
Theme Name: siest
Description: 株式会社シスト
Theme URI: https://www.siest.com/
Version: 1.0
License: siest
License URI: https://www.siest.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  min-width: 1240px;
  background-color: #FFF;
  color: #151515;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    line-height: 1.8;
  }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

.top_wrapper {
  position: relative;
  background: url(images/wrapper_bg.jpg) no-repeat center top;
}

.top_wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 1218px;
  height: 1373px;
  background: url(images/top_inner.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top_wrapper::before {
    width: 800px;
    height: 902px;
    left: 0;
  }
}

/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p, figcaption {
  font-size: 1.6rem;
  letter-spacing: .05em;
}

h1 {
  color: #151515;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  color: #151515;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  color: #151515;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  li, tt, tr, dt, dd, p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #3366CC;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:active {
  color: #264A97;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img.img_opacity {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.link_txt {
  color: #3366CC;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a.link_txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3366CC;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

a.link_txt:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

/****************************************

ヘッダー

*****************************************/
header {
  position: relative;
  width: 100%;
}

header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  padding: 35px 0 0 30px;
  background: #151515;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}

header .header_mail {
  position: fixed;
  top: 0;
  right: 120px;
  width: 120px;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: #151515;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 9998;
}

header .header_mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}

header .header_mail a img {
  margin-bottom: 10px;
}

header .header_mail:hover {
  background: #333;
}

@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media print, screen and (max-width: 1300px) and (min-width: 768px) {
  header {
    position: relative;
    width: 100%;
  }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    padding: 20px 0 0 10px;
    background: #151515;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 1;
  }
  header .logo img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    padding: 15px 0 0 15px;
  }
  header .logo img {
    width: 90px;
  }
  header .header_mail {
    right: 70px;
    width: 70px;
    height: 70px;
  }
  header .header_mail a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 16px;
    font-size: 1.3rem;
  }
  header .header_mail a img {
    width: auto;
    margin-bottom: 5px;
  }
}

/****************************************

toggle設定

*****************************************/
#toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #E73161;
  cursor: pointer;
  z-index: 9999;
}

#toggle div {
  position: relative;
}

#toggle span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 38px;
  height: 2px;
  margin-inline: auto;
  background: #FFF;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#toggle span:nth-child(1) {
  top: 42px;
}

#toggle span:nth-child(2) {
  top: 52px;
}

#toggle::after {
  position: absolute;
  content: "Menu";
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  bottom: 16px;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}

.open_navi #toggle span {
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open_navi #toggle span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-315deg);
          transform: translateY(5px) rotate(-315deg);
}

.open_navi #toggle span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(315deg);
          transform: translateY(-5px) rotate(315deg);
}

.open_navi #toggle::after {
  color: #FFF;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  #toggle {
    width: 70px;
    height: 70px;
  }
  #toggle span {
    width: 30px;
  }
  #toggle span:nth-child(1) {
    top: 20px;
  }
  #toggle span:nth-child(2) {
    top: 30px;
  }
  #toggle::after {
    bottom: 7px;
    font-size: 1.3rem;
  }
}

/****************************************

pcハンバーガーメニュー

*****************************************/
@media print, screen and (min-width: 768px) {
  #g_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: url(images/open_navi_img.jpg) left center no-repeat;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  .open_navi #g_navi {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  .pc_open_navi_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    min-width: 580px;
    margin-left: auto;
    padding: 30px;
    background: #111;
  }
  .pc_open_navi_logo {
    margin-bottom: 40px;
  }
  .pc_open_navi_logo img {
    width: 100%;
    height: auto;
  }
  /* ナビの設定 */
  #g_navi .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
    margin-inline: auto;
  }
  #g_navi .menu .menu-item {
    width: 100%;
    padding: 17px 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #g_navi .menu .menu-item span {
    display: block;
    color: #E73161;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.03em;
    font-size: 1.3rem;
    font-weight: normal;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #g_navi .menu .menu-item a {
    display: block;
    color: #FFF;
    font-weight: 600;
  }
  #g_navi .menu .menu-item a:link, #g_navi .menu .menu-item a:visited {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
  }
  #g_navi .menu .menu-item a:hover, #g_navi .menu .menu-item a:active {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-decoration: none;
  }
  #g_navi .menu .menu-item a:hover span, #g_navi .menu .menu-item a:active span {
    color: rgba(231, 49, 97, 0.7);
  }
  #g_navi .menu .sub-menu {
    width: 100%;
    text-align: left;
    display: none;
  }
  #g_navi .menu .sub-menu > li {
    width: 100%;
    padding: 10px 0 0 !important;
    border-bottom: none !important;
    text-align: left;
  }
  #g_navi .menu .sub-menu > li a {
    display: block;
    padding: 10px 10px 10px 15px;
    color: #FFF;
    background: rgba(231, 49, 97, 0.55);
  }
  #g_navi .menu .sub-menu > li a:link, #g_navi .menu .sub-menu > li a:visited, #g_navi .menu .sub-menu > li a:hover, #g_navi .menu .sub-menu > li a:active {
    color: #FFF;
    text-decoration: none;
  }
  #g_navi .menu .sub-menu > li a:hover {
    color: #FFF;
    background: rgba(231, 49, 97, 0.35);
  }
  #g_navi .menu .sub-menu > li:last-child {
    padding-bottom: 10px;
  }
  #g_navi .menu .menu-item-has-children {
    position: relative;
  }
  #g_navi .menu .menu-item-has-children::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 2px solid rgba(231, 49, 97, 0.7);
    border-right: 2px solid rgba(231, 49, 97, 0.7);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    top: 26px;
    right: 20px;
  }
  #g_navi .menu .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 34px;
  }
  .pc_open_navi_menu {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}

/****************************************

spハンバーガーメニュー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    text-align: left;
    padding: 60px 20px 20px;
    background: rgba(0, 0, 0, 0.9);
    background-size: 900px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  .open_navi #sp_navi {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
  }
  #sp_navi .sp_navi_logo {
    width: 120px;
    height: auto;
    margin: 0 auto 30px;
  }
  #sp_navi .menu {
    padding: 30px 0 20px;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    padding: 12px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    color: #FFF;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sp_navi .menu .menu-item span {
    display: block;
    color: #E73161;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.03em;
    font-size: 1.1rem;
    font-weight: normal;
  }
  #sp_navi .menu .menu-item a {
    display: block;
    font-weight: 600;
  }
  #sp_navi .menu .menu-item a:link, #sp_navi .menu .menu-item a:visited, #sp_navi .menu .menu-item a:hover, #sp_navi .menu .menu-item a:active {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
  }
  #sp_navi .menu .sub-menu {
    width: 100%;
    text-align: left;
    display: none;
  }
  #sp_navi .menu .sub-menu > li {
    width: 100%;
    padding: 10px 0 0 !important;
    border-bottom: none !important;
    text-align: left;
  }
  #sp_navi .menu .sub-menu > li a {
    display: block;
    padding: 10px 10px 10px 15px;
    color: #FFF;
    background: rgba(231, 49, 97, 0.55);
  }
  #sp_navi .menu .sub-menu > li a:link, #sp_navi .menu .sub-menu > li a:visited, #sp_navi .menu .sub-menu > li a:hover, #sp_navi .menu .sub-menu > li a:active {
    color: #FFF;
    text-decoration: none;
  }
  #sp_navi .menu .sub-menu > li a:hover {
    color: #FFF;
    background: rgba(231, 49, 97, 0.35);
  }
  #sp_navi .menu .sub-menu > li:last-child {
    padding-bottom: 10px;
  }
  #sp_navi .menu .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu .menu-item-has-children::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 2px solid rgba(231, 49, 97, 0.7);
    border-right: 2px solid rgba(231, 49, 97, 0.7);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #sp_navi .menu .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 28px;
  }
}

/****************************************

メインビジュアル

*****************************************/
#top_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}

#top_mv::before {
  position: absolute;
  content: '';
  top: 60px;
  left: 60px;
  width: calc(100% - 130px);
  height: calc(100vh - 130px);
  border: 5px solid;
  -o-border-image: conic-gradient(#84203F, #D6285E, #151515, #D6285E, #84203F) 1;
     border-image: conic-gradient(#84203F, #D6285E, #151515, #D6285E, #84203F) 1;
}

#top_mv .top_mv_txt {
  padding-left: 8%;
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 490px;
}

#mv::before {
  position: absolute;
  content: '';
  top: 60px;
  left: 60px;
  width: calc(100% - 130px);
  height: 370px;
  border: 5px solid;
  -o-border-image: conic-gradient(#84203F, #D6285E, #151515, #D6285E, #84203F) 1;
     border-image: conic-gradient(#84203F, #D6285E, #151515, #D6285E, #84203F) 1;
}

#mv .mv_img img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#mv .mv_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 16%;
  margin-top: 10px;
  color: #66132D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

#mv .mv_txt span {
  color: #D6285E;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 7rem;
}

@media print, screen and (max-width: 1300px) and (min-width: 768px) {
  #mv .mv_txt {
    left: 14%;
  }
}

@media screen and (max-width: 767px) {
  #top_mv {
    height: 100svh;
  }
  #top_mv::before {
    top: 15px;
    left: 15px;
    width: calc(100% - 38px);
    height: calc(100svh - 38px);
    border-width: 4px;
  }
  #top_mv .top_mv_txt {
    position: absolute;
    right: 0;
    left: 0;
    width: calc(100% - 60px);
    max-width: 400px;
    margin: 0 auto;
    padding-left: 0;
    z-index: 1;
  }
  #mv {
    width: 100%;
    height: 250px;
  }
  #mv::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    width: calc(100% - 38px);
    height: 212px;
    border-width: 4px;
  }
  #mv .mv_img img {
    height: 250px;
    -o-object-position: right;
       object-position: right;
  }
  #mv .mv_txt {
    right: 35px;
    bottom: 30px;
    margin-top: 0;
    font-size: 1.4rem;
    text-align: right;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
  }
  #mv .mv_txt span {
    font-size: 4.2rem;
    line-height: 1;
  }
}

/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
  margin-bottom: 100px;
}

main#page_main_black {
  width: 100%;
  background: url(images/page_cosmo_bg.jpg) no-repeat center top #111;
}

.breadcrumb_area {
  width: 100%;
  margin-bottom: 70px;
  padding: 20px calc((100% - 1200px) / 2);
  text-align: right;
}

.breadcrumb_area .breadcrumb p {
  color: #151515;
  font-size: 1.3rem;
}

.breadcrumb_area .breadcrumb p a {
  color: #151515;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #151515;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

main#page_main_black > .breadcrumb_area .breadcrumb p {
  color: #FFF;
}

main#page_main_black > .breadcrumb_area .breadcrumb p a {
  color: #CCC;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

main#page_main_black > .breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #CCC;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

main#page_main_black > .breadcrumb_area .breadcrumb p a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* 電話番号 */
a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #D6285E;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin-bottom: 50px;
  }
  .breadcrumb_area {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 10px 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.1rem;
  }
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  position: relative;
  width: 100%;
  padding: 120px calc((100% - 1200px) / 2) 170px;
}

.top_box01_txt {
  width: 750px;
  color: #FFF;
  font-weight: 600;
}

.top_box01::before {
  position: absolute;
  content: 'STORIES WITH YOU';
  bottom: -45px;
  left: 0;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.top_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 660px;
  margin-bottom: 60px;
  background: url(images/top_content_bg_right.svg) no-repeat right bottom 50px #FFF;
}

.top_box02 figure {
  width: 990px;
  height: 660px;
}

.top_box02_inner {
  position: absolute;
  right: calc((100% - 1200px) / 2);
  width: 680px;
  z-index: 1;
}

.top_box02_inner_txt {
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.top_box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 660px;
  padding-bottom: 60px;
  background: url(images/top_content_bg_left.svg) no-repeat left bottom #FFF;
}

.top_box03 figure {
  width: 990px;
  height: 660px;
}

.top_box03_inner {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  width: 680px;
  z-index: 1;
}

.top_box03_inner_txt {
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.top_box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 660px;
  margin-bottom: 60px;
  background: url(images/top_content_bg_right.svg) no-repeat right bottom 50px #FFF;
}

.top_box04 figure {
  width: 990px;
  height: 660px;
}

.top_box04_inner {
  position: absolute;
  right: calc((100% - 1200px) / 2);
  width: 680px;
  z-index: 1;
}

.top_box04_inner_txt {
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.top_box05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 660px;
  background: url(images/top_content_bg_left.svg) no-repeat left bottom #FFF;
}

.top_box05 figure {
  width: 990px;
  height: 660px;
}

.top_box05_inner {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  width: 680px;
  z-index: 1;
}

.top_box05_inner_txt {
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 30px 10px 70px;
  }
  .top_box01_txt {
    width: 100%;
  }
  .top_box01::before {
    bottom: -13px;
    font-size: 5rem;
  }
  .top_box02, .top_box03, .top_box04, .top_box05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #FFF;
  }
  .top_box02 figure, .top_box03 figure, .top_box04 figure, .top_box05 figure {
    width: 100%;
    height: auto;
  }
  .top_box02 figure img, .top_box03 figure img, .top_box04 figure img, .top_box05 figure img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_box02_inner, .top_box03_inner, .top_box04_inner, .top_box05_inner {
    position: static;
    width: 100%;
    padding: 20px 10px 50px;
  }
}

/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 140px calc((100% - 1200px) / 2);
  background: #F8F8F8;
}

.news_box .news_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 45px;
}

.news_list {
  width: 370px;
  padding: 0 17px;
}

.news_list figure {
  margin-bottom: 23px;
}

.news_list figure::after {
  padding-top: 60%;
}

.news_list h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #151515;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.news_list h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #151515;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news_list h3:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news_list h3 a:link, .news_list h3 a:visited, .news_list h3 a:hover, .news_list h3 a:active {
  color: #151515;
  text-decoration: none;
}

.news_list .news_txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.news_cat {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 6px 20px 8px;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.bg_news {
  background: #E73161;
}

.bg_video_news {
  background: #219FC9;
}

.bg_stage_news {
  background: #EEBE08;
}

.bg_event_news {
  background: #31B972;
}

.bg_meeting_news {
  background: #893888;
}

.slick-prev,
.slick-next {
  top: 35% !important;
  width: 50px !important;
  height: 50px !important;
  padding: 10px;
  border: 1px solid #151515 !important;
  border-radius: 100vmax;
  background: #FFF !important;
  z-index: 1;
}

.slick-prev {
  left: -20px !important;
}

.slick-next {
  right: -20px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #151515 !important;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 60px 10px;
  }
  .news_box .news_post {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 4%;
  }
  .news_list {
    width: 48%;
    padding: 0 7px;
  }
  .news_list figure {
    margin-bottom: 15px;
  }
  .news_list figure::after {
    padding-top: 75%;
  }
  .news_list h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news_list .news_txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .news_cat {
    padding: 4px 10px 6px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .slick-prev,
  .slick-next {
    top: 25% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 5px !important;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 14px !important;
  }
  .slick-prev {
    left: -10px !important;
  }
  .slick-next {
    right: -10px !important;
  }
}

/****************************************

content下層用

*****************************************/
/* フレックス設定・共通設定 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.w1200 {
  width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .w1200 {
    width: 100%;
    padding: 0 10px;
  }
}

/* 映像企画・制作 */
.video_box01 {
  padding-bottom: 120px;
  color: #FFF;
}

.video_box01_top {
  text-align: center;
}

.video_box01_top .catch_txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.video_box01_bottom {
  position: relative;
  width: 1060px;
  margin-inline: auto;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.video_box01_bottom::before, .video_box01_bottom::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5);
}

.video_box01_bottom::before {
  left: 0;
}

.video_box01_bottom::after {
  right: 0;
}

.video_box01_bottom ol {
  width: 800px;
  margin: 30px auto;
}

.video_box01_bottom ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video_box01_bottom ol li img {
  margin-right: 20px;
}

.video_box01_bottom ol li h3 {
  margin-right: 20px;
  color: #FFF;
  font-size: 2.4rem;
}

.video_box01_bottom ol li p {
  position: relative;
  padding-left: 30px;
}

.video_box01_bottom ol li p::before {
  position: absolute;
  content: '／';
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  font-size: 1.6rem;
}

.video_box01_bottom ol li:not(:last-child) {
  margin-bottom: 10px;
}

.video_box01_bottom ol li br {
  display: none;
}

.marker_txt {
  text-align: center;
}

.marker_txt span {
  display: inline;
  padding: 0 10px 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 165, 189, 0.3)));
  background: linear-gradient(transparent 60%, rgba(252, 165, 189, 0.3) 0%);
  font-size: 2rem;
  font-weight: bold;
}

.video_box02 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/page_line_bg.png) repeat-y center top #FFF;
}

.video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.video_parts {
  position: relative;
  width: 380px;
}

.video_parts figure {
  margin-bottom: 30px;
}

.video_parts figure::after {
  padding-top: 112%;
}

.border_box {
  padding: 30px;
  border: 7px solid #FAD6DF;
  text-align: center;
}

.video_box03 {
  padding-top: 110px;
  background: #F3F3F3;
}

.video_box03_flow {
  padding: 90px 0 90px calc((100% - 1200px) / 2);
  background: url(images/video_flow_bg.png) no-repeat right top;
}

.video_box03_flow ol {
  width: 780px;
}

.video_box03_flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px #FAD8E0;
          box-shadow: 4px 4px #FAD8E0;
}

.video_box03_flow ol li img {
  margin-right: 40px;
}

.video_box03_flow ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .video_box01 {
    padding: 0 10px 60px;
  }
  .video_box01_top {
    text-align: left;
  }
  .video_box01_top .catch_txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .video_box01_bottom {
    width: 100%;
    padding: 0 15px 30px;
  }
  .video_box01_bottom::before, .video_box01_bottom::after {
    top: 15px;
    height: calc(100% - 15px);
  }
  .video_box01_bottom ol {
    width: 100%;
    margin: 30px auto;
  }
  .video_box01_bottom ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video_box01_bottom ol li img {
    width: auto;
    margin: 0 0 10px;
  }
  .video_box01_bottom ol li h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .video_box01_bottom ol li p {
    padding-left: 0;
  }
  .video_box01_bottom ol li p::before {
    display: none;
  }
  .video_box01_bottom ol li:not(:last-child) {
    margin-bottom: 15px;
  }
  .marker_txt span {
    padding: 0 10px 3px;
    font-size: 1.6rem;
  }
  .video_box02 {
    padding: 50px 10px;
    background: #FFF;
  }
  .video_wrap {
    gap: 30px 4%;
  }
  .video_parts {
    width: 48%;
  }
  .video_parts figure {
    margin-bottom: 15px;
  }
  .video_parts p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .border_box {
    padding: 15px;
    border-width: 5px;
    text-align: center;
  }
  .video_box03 {
    padding: 50px 10px 0;
  }
  .video_box03_flow {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 50px 10px;
    background-position: left 40px top;
  }
  .video_box03_flow ol {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .video_box03_flow ol li {
    height: auto;
  }
  .video_box03_flow ol li img {
    width: 80px;
    margin-right: 15px;
  }
  .video_box03_flow ol li .flow_txt {
    padding: 15px 10px 15px 0;
  }
  .video_box03_flow ol li .flow_txt h3 {
    margin-bottom: 5px;
  }
}

/* 舞台企画・制作 */
.stage_box01 {
  padding-bottom: 120px;
  color: #FFF;
}

.stage_box01_top {
  text-align: center;
}

.stage_box01_top .catch_txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.stage_box01_bottom {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.stage_box01_bottom::before, .stage_box01_bottom::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5);
}

.stage_box01_bottom::before {
  left: 0;
}

.stage_box01_bottom::after {
  right: 0;
}

.stage_box01_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 0 65px;
}

.stage_box01_bottom ul li {
  position: relative;
}

.stage_box01_bottom ul li figure {
  margin-bottom: 30px;
  text-align: center;
}

.stage_box01_bottom ul li h3 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
}

.stage_box01_bottom ul li p {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .stage_box01_bottom ul li:not(:last-child) {
    width: 350px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .stage_box01_bottom ul li:last-child {
    width: 330px;
  }
}

.stage_box02 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/page_line_bg.png) repeat-y center top #FFF;
}

.stage_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.stage_parts {
  position: relative;
  width: 380px;
}

.stage_parts figure {
  margin-bottom: 30px;
}

.stage_parts figure::after {
  padding-top: 142%;
}

.stage_box03 {
  padding-top: 110px;
  background: #F3F3F3;
}

.stage_box03_flow {
  padding: 90px 0 90px calc((100% - 1200px) / 2);
  background: url(images/stage_flow_bg.png) no-repeat right top;
}

.stage_box03_flow ol {
  width: 780px;
}

.stage_box03_flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px #FAD8E0;
          box-shadow: 4px 4px #FAD8E0;
}

.stage_box03_flow ol li img {
  margin-right: 40px;
}

.stage_box03_flow ol li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .stage_box01 {
    padding: 0 10px 60px;
  }
  .stage_box01_top {
    text-align: left;
  }
  .stage_box01_bottom {
    padding: 0 15px 30px;
  }
  .stage_box01_bottom::before, .stage_box01_bottom::after {
    top: 15px;
    height: calc(100% - 15px);
  }
  .stage_box01_bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 0;
  }
  .stage_box01_bottom ul li {
    width: 100%;
  }
  .stage_box01_bottom ul li figure {
    margin-bottom: 15px;
  }
  .stage_box01_bottom ul li figure img {
    width: auto;
  }
  .stage_box01_bottom ul li h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .stage_box01_bottom ul li p {
    font-size: 1.4rem;
  }
  .stage_box01_bottom ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .stage_box02 {
    padding: 50px 10px;
    background: #FFF;
  }
  .stage_wrap {
    gap: 30px 4%;
  }
  .stage_parts {
    width: 48%;
  }
  .stage_parts figure {
    margin-bottom: 15px;
  }
  .stage_parts p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .stage_box03 {
    padding: 50px 10px 0;
  }
  .stage_box03_flow {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 50px 10px;
    background-position: left 40px top;
  }
  .stage_box03_flow ol {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .stage_box03_flow ol li {
    height: auto;
  }
  .stage_box03_flow ol li img {
    width: 80px;
    margin-right: 15px;
  }
  .stage_box03_flow ol li .flow_txt {
    padding: 15px 10px 15px 0;
  }
  .stage_box03_flow ol li .flow_txt h3 {
    margin-bottom: 5px;
  }
}

/* イベント企画・運営 */
.event_box01 {
  padding-bottom: 120px;
  color: #FFF;
}

.event_box01_top {
  text-align: center;
}

.event_box01_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.event_box01_top ul li {
  width: 390px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
}

.event_box01_bottom {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.event_box01_bottom::before, .event_box01_bottom::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5);
}

.event_box01_bottom::before {
  left: 0;
}

.event_box01_bottom::after {
  right: 0;
}

.event_box01_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 0 65px;
}

.event_box01_bottom ul li {
  position: relative;
}

.event_box01_bottom ul li figure {
  margin-bottom: 30px;
  text-align: center;
}

.event_box01_bottom ul li h3 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
}

.event_box01_bottom ul li p {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .event_box01_bottom ul li:not(:last-child) {
    width: 350px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .event_box01_bottom ul li:last-child {
    width: 330px;
  }
}

.event_box02 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/page_line_bg.png) repeat-y center top #FFF;
}

.event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.event_parts {
  position: relative;
  width: 380px;
}

.event_parts figure {
  margin-bottom: 30px;
}

.event_parts figure::after {
  padding-top: 75%;
}

.event_box03 {
  padding-top: 110px;
  background: #F3F3F3;
}

.event_box03_manage {
  padding: 20px 0 90px calc((100% - 1200px) / 2);
  background: url(images/event_manage_bg.png) no-repeat right top;
}

.event_box03_manage p {
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

.event_box03_manage ul {
  width: 820px;
  margin: 30px 0;
}

.event_box03_manage ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px #FAD8E0;
          box-shadow: 4px 4px #FAD8E0;
}

.event_box03_manage ul li img {
  margin-right: 20px;
}

.event_box03_manage ul li p {
  font-size: 1.8rem;
  font-weight: bold;
}

.event_box03_manage ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .event_box01 {
    padding: 0 10px 60px;
  }
  .event_box01_top {
    text-align: left;
  }
  .event_box01_top ul {
    gap: 15px 4%;
    margin: 25px 0;
  }
  .event_box01_top ul li {
    width: 48%;
    padding: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .event_box01_bottom {
    padding: 0 15px 30px;
  }
  .event_box01_bottom::before, .event_box01_bottom::after {
    top: 15px;
    height: calc(100% - 15px);
  }
  .event_box01_bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 0;
  }
  .event_box01_bottom ul li {
    width: 100%;
  }
  .event_box01_bottom ul li figure {
    margin-bottom: 15px;
  }
  .event_box01_bottom ul li figure img {
    width: auto;
  }
  .event_box01_bottom ul li h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .event_box01_bottom ul li p {
    font-size: 1.4rem;
  }
  .event_box01_bottom ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .event_box02 {
    padding: 50px 10px;
    background: #FFF;
  }
  .event_wrap {
    gap: 30px 4%;
  }
  .event_parts {
    width: 48%;
  }
  .event_parts figure {
    margin-bottom: 15px;
  }
  .event_parts p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .event_box03 {
    padding: 50px 10px 0;
  }
  .event_box03_manage {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px 50px;
    background-position: left 40px top;
  }
  .event_box03_manage p {
    text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
  }
  .event_box03_manage ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 25px 0;
  }
  .event_box03_manage ul li {
    height: auto;
    padding: 5px 10px 5px 0;
  }
  .event_box03_manage ul li img {
    width: 80px;
    margin-right: 10px;
  }
  .event_box03_manage ul li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .event_box03_manage ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* オンラインファンミーティング */
.meeting_box01 {
  padding-bottom: 120px;
  color: #FFF;
}

.meeting_box01_top {
  text-align: center;
}

.meeting_box01_bottom {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.meeting_box01_bottom::before, .meeting_box01_bottom::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5);
}

.meeting_box01_bottom::before {
  left: 0;
}

.meeting_box01_bottom::after {
  right: 0;
}

.meeting_box01_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 0 65px;
}

.meeting_box01_bottom ul li {
  position: relative;
}

.meeting_box01_bottom ul li figure {
  margin-bottom: 30px;
  text-align: center;
}

.meeting_box01_bottom ul li h3 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
}

.meeting_box01_bottom ul li p {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .meeting_box01_bottom ul li:not(:last-child) {
    width: 350px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .meeting_box01_bottom ul li:last-child {
    width: 330px;
  }
}

.meeting_box02 {
  padding: 110px 0 100px;
  background: #F3F3F3;
}

.meeting_box02_manage {
  padding: 0 0 70px calc((100% - 1200px) / 2);
  background: url(images/meeting_scene_bg.png) no-repeat right bottom;
}

.meeting_box02_manage p {
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

.meeting_box02_manage ul {
  width: 1000px;
  margin: 30px 0;
}

.meeting_box02_manage ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #FFF;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-box-shadow: 4px 4px #FAD8E0;
          box-shadow: 4px 4px #FAD8E0;
}

.meeting_box02_manage ul li p {
  font-weight: bold;
}

.meeting_box02_manage ul li:not(:last-child) {
  margin-bottom: 15px;
}

.meeting_box03 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/meeting_manage_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  text-align: center;
}

.meeting_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.meeting_box03 ul li {
  width: 390px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}

.meeting_box04 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/page_line_bg.png) repeat-y center top #FFF;
}

.meeting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.meeting_parts {
  position: relative;
  width: 380px;
}

.meeting_parts figure {
  margin-bottom: 30px;
}

.meeting_parts figure::after {
  padding-top: 142%;
}

@media screen and (max-width: 767px) {
  .meeting_box01 {
    padding: 0 10px 60px;
  }
  .meeting_box01_top {
    text-align: left;
  }
  .meeting_box01_bottom {
    padding: 0 15px 30px;
  }
  .meeting_box01_bottom::before, .meeting_box01_bottom::after {
    top: 15px;
    height: calc(100% - 15px);
  }
  .meeting_box01_bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 0;
  }
  .meeting_box01_bottom ul li {
    width: 100%;
  }
  .meeting_box01_bottom ul li figure {
    margin-bottom: 15px;
  }
  .meeting_box01_bottom ul li figure img {
    width: auto;
  }
  .meeting_box01_bottom ul li h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .meeting_box01_bottom ul li p {
    font-size: 1.4rem;
  }
  .meeting_box01_bottom ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .meeting_box02 {
    padding: 50px 10px 0;
  }
  .meeting_box02_manage {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px 50px;
    background-position: left 40px top;
  }
  .meeting_box02_manage p {
    text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
  }
  .meeting_box02_manage ul {
    width: 100%;
    margin: 40px 0 25px;
  }
  .meeting_box02_manage ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0 15px 15px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .meeting_box02_manage ul li img {
    width: 80px;
    margin-right: 10px;
  }
  .meeting_box02_manage ul li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .meeting_box02_manage ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .meeting_box03 {
    padding: 50px 10px;
    text-align: left;
  }
  .meeting_box03 ul {
    gap: 10px 0;
    margin: 25px 0;
  }
  .meeting_box03 ul li {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
  .meeting_box04 {
    padding: 50px 10px;
    background: #FFF;
  }
  .meeting_wrap {
    gap: 30px 4%;
  }
  .meeting_parts {
    width: 48%;
  }
  .meeting_parts figure {
    margin-bottom: 15px;
  }
  .meeting_parts p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/* 会社概要 */
.company_box01 {
  padding-bottom: 110px;
}

.company_box02 {
  padding: 110px calc((100% - 1200px) / 2);
  background: url(images/page_line_bg.png) repeat-y center top #FFF;
}

.staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.staff_parts {
  position: relative;
  width: 380px;
}

.staff_parts figure {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.staff_parts figure::after {
  display: block;
  content: '';
  padding-top: 100%;
}

.staff_parts figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .company_box01 {
    padding: 0 10px 50px;
  }
  .company_box02 {
    padding: 50px 10px;
    background: #FFF;
  }
  .staff_wrap {
    gap: 30px 4%;
  }
  .staff_parts {
    width: 48%;
  }
  .staff_parts figure {
    margin-bottom: 15px;
  }
}

/* お問い合わせ */
.contact_box01 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .contact_box01 p {
    text-align: center;
  }
}

.privacy_policy {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background: #F1F1F1;
}

@media print, screen and (min-width: 768px) {
  .privacy_policy {
    text-align: center;
  }
}

.privacy_policy dt {
  margin-bottom: 7px;
  font-weight: 700;
}

.privacy_policy dd {
  font-size: 1.5rem;
}

.form {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .contact_box01, .form {
    width: 100%;
    padding: 0 10px;
  }
  .privacy_policy {
    width: auto;
    margin-inline: 10px;
    padding: 20px 15px;
  }
  .privacy_policy dd {
    font-size: 1.3rem;
  }
}

/****************************************

single.php

*****************************************/
.single_box {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}

.nav-below .list {
  width: 250px;
  background: #E73161;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.nav-below .list:hover {
  background: brightness(#E73161, 15%);
}

.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #151515;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below > a:hover {
  background: #333;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:link, a.page-numbers:visited {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:hover, a.page-numbers:active {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

.junbi_txt {
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
    padding: 0 10px;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
  }
  .nav-below > a span {
    font-size: 1.3rem;
  }
}

/****************************************

aside

*****************************************/
.contact_bar {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2) 70px;
  background: url(images/contact_bar_bg.jpg) center center no-repeat;
  background-size: cover;
}

.contact_bar p {
  margin-bottom: 40px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}

.contact_bar .contact_bar_btn {
  width: 460px;
  margin-inline: auto;
  border: 2px solid #FFF;
  background: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.contact_bar .contact_bar_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}

.contact_bar .contact_bar_btn a img {
  width: 28px;
  height: 22px;
  margin-right: 15px;
}

.contact_bar .contact_bar_btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .contact_bar {
    padding: 50px 10px;
  }
  .contact_bar p {
    margin-bottom: 30px;
  }
  .contact_bar .contact_bar_btn {
    width: 340px;
  }
  .contact_bar .contact_bar_btn a {
    padding: 15px 0;
    font-size: 1.6rem;
  }
}

/****************************************

テーブル

*****************************************/
.company_table {
  width: 100%;
  border-collapse: collapse;
}

.company_table th, .company_table td {
  padding: 25px 30px;
  text-align: left;
  vertical-align: middle;
}

.company_table th {
  width: 30%;
  border-bottom: 2px solid #FDBDCF;
  color: #FFF;
  font-weight: bold;
}

.company_table td {
  width: 70%;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .company_table tr, .company_table td {
    display: block;
    width: 100%;
  }
  .company_table th {
    padding: 12px 10px 3px 10px;
    border-bottom: none;
  }
  .company_table td {
    padding: 0 10px 12px 10px;
    border-bottom: 2px solid #E73161;
  }
}

/****************************************

ボタン

*****************************************/
.btn01 {
  width: 300px;
  background: #F0849C;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 17px 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01 a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  background: #D6285E;
}

.btn01:hover a::before {
  right: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 280px;
  }
  .btn01 a {
    padding: 12px 0;
    font-size: 1.4rem;
  }
}

/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt30 {
  margin-top: 30px;
}

.ml15 {
  margin-left: 15px;
}

.txt630 {
  width: 630px;
}

.txt730 {
  width: 730px;
}

.txt850 {
  width: 850px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60, .mb70, .mb80, .mb90, .mb100, .mb110, .mb120 {
    margin-bottom: 50px;
  }
  .txt630, .txt730, .txt850 {
    width: 100%;
  }
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #D90000;
}

.pink {
  color: #E73161;
}

.blue {
  color: #D6285E;
}

.small {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .small {
    font-size: 1.2rem;
  }
}

/* 位置 */
@media print, screen and (min-width: 768px) {
  .txt_center {
    text-align: center;
  }
}

/****************************************

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}

figure.img_zoom a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

figure.img_zoom::after {
  display: block;
  content: '';
}

figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

figure.img_zoom:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  figure.img_zoom::before {
    font-size: 1.4rem;
  }
}

/****************************************

トップページタイトル

*****************************************/
.top_headline {
  margin-bottom: 70px;
  color: #FFF;
  font-size: 5rem;
  text-shadow: 0 0 8px #151515, 0 0 8px #151515;
}

.top_headline span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  font-weight: 600px;
}

h2.top_subhead01 {
  position: relative;
  margin-bottom: 40px;
  font-size: 4.6rem;
}

h2.top_subhead01 span {
  position: relative;
  text-shadow: 0 0 8px #FFF, 0 0 8px #FFF;
  z-index: 2;
}

h2.top_subhead01::before {
  position: absolute;
  content: attr(data-en);
  top: -70px;
  left: -100px;
  color: rgba(230, 49, 96, 0.2);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
}

h3.top_subhead01 {
  margin-bottom: 30px;
  color: #D6285E;
  font-size: 3.2rem;
  text-shadow: 0 0 8px #FFF, 0 0 8px #FFF;
}

h2.top_news_tit {
  margin-bottom: 40px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1;
}

.contact_bar h2 {
  margin-bottom: 25px;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .top_headline span {
    font-size: 1.6rem;
  }
  h2.top_subhead01 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  h2.top_subhead01::before {
    top: -30px;
    left: -20px;
    font-size: 8rem;
  }
  h3.top_subhead01 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  h2.top_news_tit {
    margin-bottom: 20px;
    font-size: 4.2rem;
  }
  .contact_bar h2 {
    margin-bottom: 15px;
    font-size: 4.2rem;
  }
}

/****************************************

下層ページタイトル

*****************************************/
.headline {
  margin-bottom: 50px;
  padding-bottom: 35px;
  background: url(images/h1_headline.svg) no-repeat center bottom;
  text-align: center;
}

main#page_main_black > .headline {
  color: #FFF;
}

.single_tit {
  font-size: 2.8rem;
}

.h2_subhead01 {
  margin-bottom: 50px;
  font-size: 4rem;
  color: #FFF;
  text-align: center;
}

.h2_subhead01 span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}

.video_box01_bottom h2,
.stage_box01_bottom h2,
.event_box01_bottom h2,
.meeting_box01_bottom h2 {
  position: relative;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 3rem;
  text-align: center;
}

.video_box01_bottom h2::before, .video_box01_bottom h2::after,
.stage_box01_bottom h2::before,
.stage_box01_bottom h2::after,
.event_box01_bottom h2::before,
.event_box01_bottom h2::after,
.meeting_box01_bottom h2::before,
.meeting_box01_bottom h2::after {
  position: absolute;
  content: '';
  top: 20px;
  width: 30%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.video_box01_bottom h2::before,
.stage_box01_bottom h2::before,
.event_box01_bottom h2::before,
.meeting_box01_bottom h2::before {
  left: 0;
}

.video_box01_bottom h2::after,
.stage_box01_bottom h2::after,
.event_box01_bottom h2::after,
.meeting_box01_bottom h2::after {
  right: 0;
}

.h2_subhead02 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #CC1749;
  text-align: center;
}

.h2_subhead02 span {
  display: block;
  margin-top: 15px;
  color: #111;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 6.2rem;
  line-height: 1;
}

.h2_subhead02::before, .h2_subhead02::after {
  position: absolute;
  content: '';
  top: 60%;
  width: 35%;
  height: 1px;
}

.h2_subhead02::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#555), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to left, #555 0%, #555 70%, transparent 100%);
}

.h2_subhead02::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#555), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to right, #555 0%, #555 70%, transparent 100%);
}

.h2_subhead03 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #CC1749;
  text-align: center;
}

.h2_subhead03 span {
  display: block;
  margin-top: 15px;
  color: #111;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 6.2rem;
  line-height: 1;
}

.h2_subhead03::before, .h2_subhead03::after {
  position: absolute;
  content: '';
  top: 60%;
  width: 28%;
  height: 1px;
}

.h2_subhead03::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#555), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to left, #555 0%, #555 70%, transparent 100%);
}

.h2_subhead03::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#555), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to right, #555 0%, #555 70%, transparent 100%);
}

.h2_subhead04 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
}

.h2_subhead04 span {
  display: block;
  margin-top: 15px;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1;
}

.h2_subhead04::before, .h2_subhead04::after {
  position: absolute;
  content: '';
  top: 60%;
  width: 28%;
  height: 1px;
}

.h2_subhead04::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to left, #FFF 0%, #555 70%, transparent 100%);
}

.h2_subhead04::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(70%, #555), to(transparent));
  background: linear-gradient(to right, #FFF 0%, #555 70%, transparent 100%);
}

.company_box01_tit {
  margin-bottom: 20px;
  text-align: center;
}

.company_box01_tit .en {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
}

.company_box01_tit h2 {
  position: relative;
  top: -30px;
  color: #FFF;
  line-height: 1.8;
}

.h3_subhead01 {
  margin-bottom: 25px;
  padding: 0 0 12px 65px;
  border-bottom: 1px solid #EB577E;
  background: url(images/h3_subhead01.svg) no-repeat left top;
  font-size: 2.2rem;
}

.meeting_box02_manage ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 50px;
  margin-right: 20px;
  padding-left: 75px;
  background: #E63160;
  -webkit-clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  color: #FFF;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .single_tit {
    font-size: 2rem;
  }
  .h2_subhead01 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .h2_subhead01 span {
    margin-bottom: 7px;
    font-size: 1.3rem;
  }
  .video_box01_bottom h2,
  .stage_box01_bottom h2,
  .event_box01_bottom h2,
  .meeting_box01_bottom h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .video_box01_bottom h2::before, .video_box01_bottom h2::after,
  .stage_box01_bottom h2::before,
  .stage_box01_bottom h2::after,
  .event_box01_bottom h2::before,
  .event_box01_bottom h2::after,
  .meeting_box01_bottom h2::before,
  .meeting_box01_bottom h2::after {
    top: 15px;
    width: 20%;
  }
  .video_box01_bottom h2::before,
  .stage_box01_bottom h2::before,
  .event_box01_bottom h2::before,
  .meeting_box01_bottom h2::before {
    left: -15px;
  }
  .video_box01_bottom h2::after,
  .stage_box01_bottom h2::after,
  .event_box01_bottom h2::after,
  .meeting_box01_bottom h2::after {
    right: -15px;
  }
  .h2_subhead02 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .h2_subhead02 span {
    margin-top: 7px;
    font-size: 4.2rem;
  }
  .h2_subhead02::before, .h2_subhead02::after {
    width: 25%;
  }
  .h2_subhead03 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .h2_subhead03 span {
    margin-top: 7px;
    font-size: 4.2rem;
  }
  .h2_subhead03::before, .h2_subhead03::after {
    width: 7%;
  }
  .h2_subhead04 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .h2_subhead04 span {
    margin-top: 7px;
    font-size: 4.2rem;
  }
  .h2_subhead04::before, .h2_subhead04::after {
    width: 7%;
  }
  .company_box01_tit {
    margin-bottom: 20px;
  }
  .company_box01_tit .en {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
  }
  .company_box01_tit h2 {
    position: relative;
    top: 7px;
    font-size: 1.6rem;
  }
  .h3_subhead01 {
    margin-bottom: 15px;
    padding: 0 0 7px;
    background: none;
    font-size: 1.6rem;
  }
  .meeting_box02_manage ul li h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
    height: 40px;
    margin: -20px auto 10px;
    padding-left: 0;
    -webkit-clip-path: none;
            clip-path: none;
    font-size: 1.6rem;
    text-align: center;
  }
}

/****************************************

footer

*****************************************/
footer {
  position: relative;
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2) 60px;
  background: #151515;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

.footer_logo {
  margin-bottom: 70px;
  text-align: center;
}

.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-bottom: 55px;
}

.footer_link li {
  color: #CCC;
  font-size: 1.5rem;
  color: #CCC;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer_link li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #CCC;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer_link li:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer_link li a:link, .footer_link li a:visited, .footer_link li a:hover, .footer_link li a:active {
  color: #CCC;
  text-decoration: none;
}

.copyright {
  display: block;
  color: #777;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 10px 30px;
  }
  .pagetop {
    display: none !important;
  }
  .footer_logo {
    width: 120px;
    margin: 0 auto 30px;
  }
  .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    margin-bottom: 20px;
  }
  .footer_link li {
    width: 100%;
    margin-bottom: 7px;
    padding: 0 0 7px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.3rem;
  }
  .copyright {
    font-size: 1.2rem;
  }
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #D6285E solid;
  border-radius: 8px;
  background-color: #D6285E;
  color: #fff;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
          box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
  background-color: #fff;
  color: #D6285E;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #D6285E solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
          box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
  width: 250px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 250px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #D6285E;
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.tc {
  text-align: center;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #D6285E;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #D6285E;
  border-right: 3px solid #D6285E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #D6285E;
  -webkit-box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
          box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
  background-color: #D6285E;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type="radio"] {
  display: none;
}

.wpcf7 .form_input input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #D6285E;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
          box-shadow: 0 0 2px 2px rgba(214, 40, 94, 0.5);
}

.wpcf7 .form_input input[type="radio"]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #D6285E;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 20px;
}

span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #D6285E;
  border-right: 1px solid #D6285E;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #D6285E;
  border-right: 1px solid #D6285E;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #D6285E;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(214, 40, 94, 0.7)), to(rgba(214, 40, 94, 0.7)));
  background-image: linear-gradient(90deg, rgba(214, 40, 94, 0.7), rgba(214, 40, 94, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
          box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
          box-shadow: 0 0 1px 1px rgba(214, 40, 94, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7 .tc input[type="submit"] {
    font-size: 16px;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/*# sourceMappingURL=style.css.map */