@charset "UTF-8";
.u-bree, .sec_tit .sub, .count, .wrp_d .box .wrp_prof .name p, .copy {
  font-family: bree, sans-serif;
  font-weight: bold;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media only screen and (min-width: 769px), print {
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 769px), print {
  .container {
    max-width: calc(100vw - 20px);
    width: 1100px;
    padding: 0;
  }
  .container.-lg {
    width: 1210px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px), print {
  .container.-flex {
    position: relative;
    left: -1%;
  }
}
@media only screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}
@media only screen and (min-width: 769px), print {
  .u-hidden-pc {
    display: none;
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.text.center {
  text-align: center;
}

.gotham {
  font-family: "Montserrat", sans-serif;
}

.text__link {
  color: #1d1d1d;
  text-decoration: underline;
}

/*--- header ---*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  animation: 0.2s ease-out 0.75s both ani-head;
}

@media only screen and (min-width: 900px), print {
  header {
    position: fixed;
  }
}
@keyframes ani-head {
  0% {
    top: -95px;
  }
  100% {
    top: 0;
  }
}
.head_inner {
  padding: 0 1rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 900px), print {
  .head_inner {
    height: 90px;
    padding: 0 3rem;
  }
}
.head_inner .head_btn {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 899px) {
  .head_inner .head_btn {
    display: none;
  }
}
.head_inner .head_btn a {
  display: block;
  margin: 0 5px;
}

.head_inner .head_btn a img {
  max-width: 218px;
}

.logo img {
  width: 138px;
}

@media only screen and (min-width: 900px), print {
  .logo img {
    width: 216px;
  }
}
/*--- section ---*/
.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .triangle {
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.triangle__bg {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .triangle__bg {
    overflow: hidden;
    height: 3em;
  }
}
.sec_inner {
  padding: 2.5rem 0;
}

@media only screen and (max-width: 768px) {
  .sec_inner.-theme {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .sec_inner {
    padding: 80px 0;
  }
}
.sec_inner.black {
  background-color: #383838;
  position: relative;
}

.ori_bg {
  position: relative;
  background-image: url(assets/images/ori_bg.png);
  background-size: cover;
}

.sec_tit {
  margin-bottom: 2em;
}

@media only screen and (min-width: 769px), print {
  .sec_tit {
    margin-bottom: 50px;
  }
}
.sec_tit .sub {
  color: #fa1d26;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}

.sec_tit h2 {
  font-size: 1.75em;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px), print {
  .sec_tit h2 {
    font-size: 2.125em;
  }
}
/*--- public ---*/
.y_un {
  text-decoration: underline;
  text-decoration-thickness: 30%;
  text-underline-offset: -30%;
  text-decoration-color: #ffde43;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

.y_un2 {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.y_un2::after {
  content: "";
  position: absolute;
  border-bottom: 15px solid #ffde43;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.cha_bg {
  background-image: url(assets/img2/cha_bg.jpg);
  background-size: cover;
}

/*--- btn ---*/
.btn_box {
  display: flex;
}

.btn_box a {
  display: block;
  margin: 0 5px;
}

@media only screen and (min-width: 769px), print {
  .btn_box a img {
    max-width: 256px;
  }
}
/*--- mv ---*/
.company_img {
  max-width: calc(100% - 2.5rem);
}

@media only screen and (min-width: 769px), print {
  .company_img {
    width: 876px;
  }
}
.mv {
  position: relative;
}
.mv .moviebox {
  position: absolute;
  width: 39vw;
  padding-top: 21.9375vw;
  right: 2vw;
  top: 17vw;
}
@media only screen and (max-width: 899px) {
  .mv .moviebox {
    width: 100%;
    padding-top: 56.25%;
    left: 0;
    right: 0;
    bottom: 28vw;
    top: auto;
  }
}
.mv iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.mv__bgimg {
  width: 100%;
}

.mv__caution {
  font-size: 0.75em;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .mv__caution {
    bottom: 0.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .mv__caution {
    left: 9%;
    bottom: 2em;
  }
}
@media only screen and (min-width: 769px) {
  .mv .btn_box {
    position: absolute;
    left: 9%;
    bottom: 5vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 900px) {
  .mv .btn_box a img {
    max-width: 18vw;
  }
}
@media only screen and (max-width: 920px) {
  .mv .btn_box {
    bottom: 5vw;
  }
}
@media only screen and (max-width: 899px) {
  .mv .btn_box {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 1em 0.5em;
    justify-content: center;
  }
}
/*--- kadai ---*/
.n_tit {
  font-weight: 900;
  color: #fff;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

@media only screen and (min-width: 769px), print {
  .n_tit {
    font-size: 2.875em;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_n {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_n .item:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.wrp_n .item img {
  width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_n .item {
    width: 31%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_n .item:nth-of-type(2) {
    margin-right: 35%;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_n .item:last-child {
    position: relative;
  }
}
.wrp_n .item .ab_img {
  top: -333px;
  left: 36px;
  right: 0;
  margin: auto;
  width: 422px;
  text-align: center;
}
@media only screen and (max-width: 1623px) and (min-width: 769px) {
  .wrp_n .item .ab_img {
    max-width: 26vw;
    top: -20vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrp_n .item .ab_img {
    width: 85%;
    display: block;
    margin: 1.5em 1em 0 auto;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_n .item .ab_img {
    position: absolute;
  }
}
.companycont {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .companycont {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  #issue .sec_inner {
    padding-bottom: 50px;
  }
}

/* wrp_cen */
.wrp_cen {
  background-color: #fff;
  width: calc(100% - 2rem);
  padding: 2em 1em;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  max-width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_cen {
    margin: 40px auto 20px;
    width: 792px;
  }
}
.wrp_sup {
  background-color: #fff;
  padding: 80px 1em 2em;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .wrp_sup {
    padding: 80px 0 50px;
  }
}
.wrp_sup .wrp_img {
  margin-top: -140px;
  margin-bottom: 20px;
}

.wrp_sup .wrp_img > img {
  width: 220px;
}

@media only screen and (max-width: 768px) {
  .wrp_sup .wrp_img > img {
    position: relative;
    top: 1em;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_sup .wrp_img > img {
    width: 350px;
  }
}
.wrp_sup > img {
  max-width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_sup > img {
    width: 933px;
  }
}
/*--- point ---*/
@media only screen and (max-width: 768px) {
  .point.-p2 {
    padding-bottom: 0.5em;
  }
}
section {
  width: 100%;
  box-sizing: border-box;
}

.point h2 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .point h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sec_inner.point {
  background-image: linear-gradient(to right, #fefdf2 0%, #f4f3f3 100%);
}

.sec_inner.point.none {
  background-image: none;
}

.sec_inner.point:nth-of-type(2n) {
  background-image: linear-gradient(to left, #fefdf2 0%, #f4f3f3 100%);
}

.count {
  border-radius: 50%;
  border: solid 2.5px #fa1d26;
  color: #fa1d26;
  text-align: center;
  line-height: 0.85;
  margin-bottom: 5px;
  width: 3.125em;
  height: 3.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25em;
  font-size: 1.125em;
}

@media only screen and (min-width: 769px), print {
  .count {
    font-size: 1.375em;
  }
}
.flow .count {
  color: #fff;
  border: none;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .flow .count {
    margin-top: 0.75em;
  }
}
.point .wrp_tit h3 {
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1.429em;
}

@media only screen and (min-width: 769px), print {
  .point .wrp_tit h3 {
    font-size: 30px;
  }
}
.wrp_lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .wrp_lr {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_lr.-rev {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_lr.rev {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_lr.rev {
    flex-direction: row-reverse;
  }
}
.wrp_lr .item_img {
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr .item_img {
    width: 50%;
  }
}
.wrp_lr .item_img.-p1 {
  max-width: 80%;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr .item_img.-p1 {
    width: 538px;
    margin-left: -3em;
    padding-right: 2em;
  }
}
.wrp_lr .item_img.-p3 {
  max-width: 80%;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr .item_img.-p3 {
    width: 450px;
  }
}
.wrp_lr .item_img.-p4 {
  max-width: 100%;
}

.wrp_lr .item_img img {
  max-height: 380px;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr .content {
    width: 50%;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_lr .content.-p1 {
    width: 572px;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_lr .content.-p1 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_lr .content.-p3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .wrp_lr .content.-p4 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_lr2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.wrp_lr2 .item_left {
  width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr2 .item_left {
    width: auto;
  }
}
.wrp_lr2 .item_right {
  width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_lr2 .item_right {
    width: 620px;
  }
  .point2img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .point2img {
    position: relative;
    margin: 2em 0;
    overflow-x: scroll;
  }
  .point2img img {
    width: 800px;
    max-width: none;
  }
  .point2img__bg {
    position: relative;
  }
  .point2img__wh {
    z-index: 3;
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 3em;
    height: 100%;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }
}
.accordion {
  position: relative;
  margin-bottom: 2rem;
  padding: 20px 20px 2em;
  box-shadow: 0px 0px 0.75em rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 769px), print {
  .accordion {
    margin-bottom: 70px;
    padding: 20px 20px 60px;
  }
}
.accordion:last-of-type {
  margin-bottom: 0;
}

.accordion-btn {
  background-color: #fff;
  border: 1px solid #000;
  bottom: 15px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin: auto;
  padding: 0.75em;
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  width: 248px;
  padding-left: 1.5em;
}

@media only screen and (max-width: 768px) {
  .accordion-btn {
    font-size: 0.85em;
  }
}
.accordion-btn::after {
  content: "もっと読む ↓";
}

.accordion-btn:hover {
  background-color: #000;
  color: #fff;
}

.accordion-text {
  overflow: hidden;
  position: relative;
}

.accordion-text.is-hide {
  height: 400px;
}

@media only screen and (min-width: 769px), print {
  .accordion-text.is-hide {
    height: 260px;
  }
}
.accordion-text::before {
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
}

.accordion-btn.is-show {
  bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .accordion-btn.is-show {
    display: none;
  }
}
.accordion-btn.is-show::after {
  content: "閉じる";
}

.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

@media only screen and (min-width: 769px), print {
  .wrp_voice .wrp_box {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px), print {
  .wrp_voice .wrp_box .item_img {
    width: 30%;
  }
}
.wrp_voice .wrp_box .wrp_content {
  width: 100%;
}

@media only screen and (min-width: 769px), print {
  .wrp_voice .wrp_box .wrp_content {
    width: calc(70% - 1.5em);
  }
}
.wrp_voice .wrp_box .wrp_content .wrp_tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .wrp_voice .wrp_box .wrp_content .wrp_tit {
    flex-direction: column-reverse;
  }
}
.wrp_voice .wrp_box .wrp_content .wrp_tit .cat {
  background: #e279a1;
  color: #fff;
  border-radius: 1em;
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1;
  font-weight: 900;
}

.wrp_voice .wrp_box .wrp_content .wrp_tit .cat.-blue {
  background: #81c8ef;
}

@media only screen and (max-width: 768px) {
  .wrp_voice .wrp_box .wrp_content .wrp_tit .cat {
    margin-top: 0.5em;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0.5em;
  }
}
.wrp_voice .wrp_box .wrp_content .wrp_tit h3 {
  font-size: 1.25em;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.6;
}

.wrp_voice__h4 {
  font-weight: 900;
  font-size: 1.125em;
  margin-bottom: 1em;
}

.wrp_voice__txt {
  font-size: 0.938em;
  line-height: 1.85;
  margin-bottom: 2em;
}

.wrp_voice__name {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.6;
}

/* modal */
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 25;
}

.md-contents {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  width: 850px;
  height: 520px;
  transform: translateX(-50%);
  z-index: 30;
  background-color: #fff;
  padding: 30px 30px;
}

.md-contents .wrp_content {
  position: relative;
}

.md-contents .wrp_content .close_btn {
  display: block;
  position: absolute;
  top: -80px;
  right: -30px;
  z-index: 40;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.md-contents .wrp_content .close_btn i {
  margin-right: 0;
}

.md-contents .wrp_iframe {
  margin-bottom: 20px;
}

.md-contents .wrp_iframe .iframe_size {
  width: 100%;
  height: 445px;
}

.md-contents .box_title {
  font-size: 18px;
  font-weight: 500;
}

/*--- movie ---*/
@media only screen and (min-width: 769px), print {
  .movie_box {
    display: flex;
    flex-wrap: wrap;
  }
}
.movie_box .wrp_box {
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px), print {
  .movie_box .wrp_box {
    margin-bottom: 2em;
    flex-basis: 24%;
    margin-left: 1%;
  }
}
.movie_box .wrp_box a {
  display: block;
  box-shadow: 0px 0px 0.75em rgba(0, 0, 0, 0.08);
}

.movie_box .wrp_box .item_img {
  position: relative;
}

.movie_box .wrp_box .item_img img {
  width: 100%;
}

.movie_box .wrp_box .item_img .play_icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2em;
  height: 2em;
}

.movie_box .wrp_box .item_tit {
  background-color: #fff;
  padding: 1em 1.5em;
  color: #1d1d1d;
}

/*--- flow ---*/
.sec_inner.flow {
  background: url(assets/images/flow_bg1_sp.png) 50% 100%/160% 100% no-repeat;
  padding: 70px 0;
}

@media only screen and (min-width: 769px), print {
  .sec_inner.flow {
    background: url(assets/images/flow_bg1.png) 50% 100%/130% 100% no-repeat;
  }
}
.sec_inner.flow:nth-of-type(2n):not(:last-of-type) {
  background-image: url(assets/images/flow_bg2_sp.png);
}

@media only screen and (min-width: 769px), print {
  .sec_inner.flow:nth-of-type(2n):not(:last-of-type) {
    background-image: url(assets/images/flow_bg2.png);
  }
}
.sec_inner.flow .tri_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.sec_inner.flow .tri_img img {
  max-width: 150px;
}

.flow {
  position: relative;
}

.flow:nth-of-type(1) {
  z-index: 9;
}

.flow:nth-of-type(2) {
  z-index: 8;
}

.flow:nth-of-type(3) {
  z-index: 7;
}

.flow:nth-of-type(4) {
  z-index: 6;
}

.flow:nth-of-type(5) {
  z-index: 5;
}

.flow:nth-of-type(6) {
  z-index: 4;
}

.flow:nth-of-type(7) {
  z-index: 3;
}

.flow:nth-of-type(8) {
  z-index: 2;
}

.flow .wrp_box {
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .flow .wrp_box {
    padding-bottom: 1em;
  }
  .flow .wrp_box.-s8 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .flow .wrp_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .flow .wrp_box .content {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px), print {
  .flow .wrp_box .content {
    width: 50%;
  }
  .flow .wrp_box .content.-s4 {
    width: 60%;
  }
  .flow .wrp_box .content.-s2 {
    width: 55%;
  }
  .flow .wrp_box .content.-s7 {
    width: 60%;
  }
}
.flow:nth-of-type(1) .wrp_box .content .count,
.flow:nth-of-type(7) .wrp_box .content .count {
  background-color: #efb64c;
}

.flow:nth-of-type(2) .wrp_box .content .count,
.flow:nth-of-type(8) .wrp_box .content .count {
  background-color: #e179a1;
}

.flow:nth-of-type(3) .wrp_box .content .count {
  background-color: #8bd2f7;
}

.flow:nth-of-type(4) .wrp_box .content .count {
  background-color: #80be89;
}

.flow:nth-of-type(5) .wrp_box .content .count {
  background-color: #dc5c56;
}

.flow:nth-of-type(6) .wrp_box .content .count {
  background-color: #aaa5cd;
}

.flow .wrp_box .content h3 {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 769px), print {
  .flow .wrp_box .content h3 {
    font-size: 1.875em;
  }
}
.flow .wrp_box .item_img {
  position: relative;
  width: 86%;
}

@media only screen and (min-width: 769px), print {
  .flow .wrp_box .item_img {
    text-align: right;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .flow .wrp_box .item_img {
    display: block;
    margin: 0 auto;
  }
  .flow .wrp_box .item_img.-sp100 {
    width: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .flow .wrp_box .item_img img {
    max-height: 194px;
  }
}
.flow .wrp_box .item_img .pub_btn {
  max-width: 260px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-right: 0;
}

@media only screen and (min-width: 769px), print {
  .flow .wrp_box .item_img .pub_btn {
    max-width: 300px;
  }
}
.flow .wrp_box .item_img .bt_img {
  -moz-text-align-last: center;
       text-align-last: center;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 769px), print {
  .flow .wrp_box .item_img .bt_img {
    margin-bottom: -30vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow .wrp_box .item_img .bt_img {
    width: 70%;
    margin-top: -7em;
    margin-left: -1em;
  }
}
.flow .wrp_box .item_img .bt_img img {
  max-height: 250px;
}

.flow.-arrow {
  margin-top: -7vw;
}

@media only screen and (max-width: 768px) {
  .flow.-arrow {
    margin-top: -18vw !important;
  }
}
@media only screen and (max-width: 900px), print {
  .flow.-arrow {
    margin-top: -12vw;
  }
}
.flow.last {
  z-index: 1;
  position: relative;
  background-size: 120% 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfbef+0,f2f2f2+100 */
  background: #fcfbef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcfbef 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfbef", endColorstr="#f2f2f2",GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 768px) {
  .flow.last {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 899px) {
  .flow.last .ab_img {
    width: 70%;
    margin: 0 0 0 auto;
    overflow: hidden;
  }
  .flow.last .ab_img img {
    position: relative;
    left: 30%;
  }
}
@media only screen and (min-width: 900px), print {
  .flow.last .ab_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 900px), print {
  .flow.last .ab_img img {
    height: 100%;
  }
}
/*--- directors ---*/
.wrp_d {
  max-width: 95%;
  margin-left: auto;
  position: relative;
  padding-bottom: 2em;
}

@media only screen and (min-width: 769px), print {
  .wrp_d {
    max-width: 85%;
    padding-bottom: 70px;
  }
}
.wrp_d .box {
  background-color: #fff;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.08);
  margin: 1em;
}

.wrp_d .box .wrp_prof {
  display: flex;
  align-items: center;
}

.wrp_d .box .wrp_prof .item_img {
  width: 45%;
  padding: 1.5em 0 1.5em 1em;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .wrp_d .box .wrp_prof .item_img img {
    width: 120px;
  }
}
.wrp_d .box .wrp_prof .name {
  width: 55%;
}

.wrp_d .box .wrp_prof .name p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.875em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #fa1d26;
}

.wrp_d .box > p {
  padding: 0px 20px 20px;
  font-size: 0.938em;
}

.wrp_d .slick-prev {
  bottom: -80px;
  right: 26%;
  left: auto;
  top: auto;
}

@media only screen and (max-width: 768px) {
  .wrp_d .slick-prev {
    right: auto;
    left: 0;
    bottom: -50px;
  }
}
.wrp_d .slick-next {
  bottom: -80px;
  right: 20%;
  top: auto;
}

@media only screen and (max-width: 768px) {
  .wrp_d .slick-next {
    bottom: -50px;
    right: 10%;
  }
}
.wrp_d .slick-prev::before,
.wrp_d .slick-next::before {
  color: #1d1d1d;
  font-family: sans-serif;
  font-weight: bold;
  border: solid 1.5px #1d1d1d;
  border-radius: 50%;
  padding: 8px 8px;
}

/*--- qa ---*/
.qa_box .qa_item {
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefdf1+0,fff8f8+100 */
  background: #fefdf1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fefdf1 0%, #fff8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefdf1", endColorstr="#fff8f8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  cursor: pointer;
}

.qa_box .qa_item__no {
  font-weight: 700;
  font-size: 1.5em;
  position: absolute;
  top: 0.5em;
  left: 0.75em;
}

@media only screen and (min-width: 769px), print {
  .qa_box .qa_item__no {
    font-size: 1.875em;
    left: 1em;
  }
}
.qa_box .qa_item__no.-a {
  color: #fa1d26;
  top: 0;
}

.qa_box .qa_item__h {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px), print {
  .qa_box .qa_item__h {
    font-size: 1.125em;
  }
}
.qa_box .qa_item.is-active .q:after {
  transform: rotate(180deg);
}

.qa_box .qa_item .q {
  position: relative;
  padding: 1.5em 3em;
}

@media only screen and (min-width: 769px), print {
  .qa_box .qa_item .q {
    padding: 2em 4.5em;
  }
}
.qa_box .qa_item .q:after {
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.686%22%20height%3D%2218.691%22%20viewBox%3D%220%200%2014.686%2018.691%22%3E%20%3Cpath%20id%3D%22_-%22%20data-name%3D%22-%22%20d%3D%22M18.275%2C107.5l-1.2%2C1.193L22.431%2C114H7v1.687H22.431l-5.36%2C5.307%2C1.2%2C1.193%2C7.416-7.343Z%22%20transform%3D%22translate(122.186%20-7)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E") 50%/auto 100% no-repeat;
  display: block;
}

.qa_box .qa_item .a {
  position: relative;
  padding: 0em 1.5em 1.5em 3em;
  margin-top: 2em;
}

@media only screen and (min-width: 769px), print {
  .qa_box .qa_item .a {
    padding: 0em 2em 2em 4.5em;
  }
}
.qa_box:nth-of-type(2n) .qa_item {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff8f8+0,fefdf1+100 */
  background: #fff8f8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fff8f8 0%, #fefdf1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff8f8", endColorstr="#fefdf1",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/*------PC3------*/
/*------PC2------*/
/*---PAD pro---*/
@media only screen and (max-width: 1050px) {
  /* modal */
  .md-contents {
    width: 750px;
    height: 530px;
  }
  .md-contents .wrp_iframe .iframe_size {
    height: 390px;
  }
}
/*---PAD---*/
/*---Sm---*/
@media only screen and (max-width: 767px) {
  /* オフキャンバス */
  .m-toggle {
    border: none;
    display: block;
    position: relative;
    background: none;
    z-index: 9999;
    outline: none !important;
    margin-right: 15px;
  }
  .offcanvas-toggle .icon-bar {
    background: white;
  }
  .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    margin: auto;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .offcanvas-toggle.is-open .icon-bar {
    background: white;
  }
  .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    margin-top: 14px;
  }
  .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
    transform: rotate(-135deg) translate(8px, 8px);
    margin-top: 2px;
  }
  .off-base.navbar-offcanvas {
    top: 0;
    overflow: auto;
    z-index: 999;
    padding: 60px 0 0;
  }
  /*offcanvas-size*/
  .navbar-offcanvas {
    max-width: 300px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    right: -300px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    transform: translateX(-300px);
  }
  .sm-nav-box ul {
    margin-top: 30px;
  }
  .sm-nav-box li {
    border-bottom: solid 1px #ccc;
    position: relative;
  }
  .sm-nav-box li a {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 13px;
    color: white;
  }
  .sm-nav-box .poz {
    position: absolute;
    top: 40%;
    right: 5%;
    color: #9f9f9f;
  }
  .top-bor-nav {
    border-top: solid 1px #ccc;
  }
  /* modal */
  .md-contents {
    width: calc(100% - 1rem);
    height: 70vw;
    padding: 0.5em;
  }
  .md-contents .wrp_iframe {
    margin-bottom: 10px;
  }
  .md-contents .wrp_iframe .iframe_size {
    height: 165px;
  }
  .md-contents .box_title {
    font-size: 16px;
  }
  .md-contents .wrp_content .close_btn {
    top: -60px;
    right: -0.25em;
    font-size: 30px;
  }
}
.copy {
  background: #343434;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  padding: 0.5em 0.5em 10em;
}

@media only screen and (min-width: 769px), print {
  .copy {
    padding: 0.5em;
  }
}
/*---Sm small---*/
.faq {
  background: #fafafa;
}

.wrp_iframe iframe {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: static !important;
}

.inview {
  opacity: 0;
  transition: 1s;
}

.inview.-fadein {
  opacity: 1;
}

.inview.-inviewUp {
  transform: translate(0, 2rem);
  -webkit-transform: translate(0, 2rem);
}

.inview.-inviewUp.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-rss .rss__article {
  opacity: 0;
  transform: scale(0.6);
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}

.inview.-rss .rss__article:nth-of-type(1) {
  transition-delay: 0.2s;
}

.inview.-rss .rss__article:nth-of-type(2) {
  transition-delay: 0.4s;
}

.inview.-rss .rss__article:nth-of-type(3) {
  transition-delay: 0.6s;
}

.inview.-rss.-fadein .rss__article {
  opacity: 1;
  transform: scale(1);
}

.inview.-inviewDelay02 {
  transition-delay: 0.2s;
}

.inview.-inviewDelay03 {
  transition-delay: 0.3s;
}

.inview.-inviewDelay04 {
  transition-delay: 0.4s;
}

.inview.-inviewDelay05 {
  transition-delay: 0.5s;
}

.inview.-inviewDelay06 {
  transition-delay: 0.6s;
}

.inview.-inviewDelay07 {
  transition-delay: 0.7s;
}

.inview.-inviewDelayonline.-inviewLeft {
  transform: translate(-2rem, 0);
  -webkit-transform: translate(-2rem, 0);
}

.inview.-inviewDelayonline.-inviewLeft.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewDelayonline.-inviewRight {
  transform: translate(2rem, 0);
  -webkit-transform: translate(2rem, 0);
}

.inview.-inviewDelayonline.-inviewRight.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewDelayonline.-inv-menus {
  transform: scale(0.6);
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.-inviewDelayonline.-inv-menus.-fadein {
  transform: scale(1);
}

.u-hover, .movie_box .wrp_box a {
  transition: all 0.3s cubic-bezier(0.58, -0.6, 0.32, 1.6);
}

.u-hover:hover, .movie_box .wrp_box a:hover {
  transform: scale(1.025);
}

/*--- spiral ---*/
.smp_tmpl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#SMP_STYLE .body {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#SMP_STYLE .body_tbl {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #ffffff;
}

#SMP_STYLE h1 {
  margin: 0;
  padding: 10px 10px 10px 10px;
  background: #333333;
  color: #ffffff;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
}

#SMP_STYLE .header_img_smartphone {
  display: none;
}

#SMP_STYLE .header_img_tablet {
  display: none;
}

#SMP_STYLE .header_img_pc {
  display: block;
}

#SMP_STYLE .header_text {
  margin: 0;
  padding: 20px 70px 20px 70px;
  background: #f1f1f1;
  color: #111111;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

#SMP_STYLE .header_rmesg {
  margin: 0;
  padding: 0;
  color: #111111;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

#SMP_STYLE .header_emesg {
  width: 720px;
  margin: 30px auto;
  padding: 20px 20px 20px 20px;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

#SMP_STYLE dl {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 13px 0 0 0;
}

#SMP_STYLE dl.top {
  border-top: 1px solid #dddddd;
}

#SMP_STYLE dt.title {
  font-weight: normal;
  margin: 0;
  padding: 0px 15px 18px 0;
  color: #333333;
  background-color: #ffffff;
  font-size: 108%;
  text-align: left;
  line-height: 1.2;
  vertical-align: top;
}

#SMP_STYLE dt.title .caution {
  display: block;
  width: 220px;
  color: #5f5f5f;
  font-size: 85%;
  font-weight: normal;
  padding: 10px 0 0 0;
  line-height: 1.2;
  text-align: left;
}

#SMP_STYLE dd.data {
  width: 100%;
  margin: 0;
  color: #5f5f5f;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

#SMP_STYLE .input {
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 25px;
  color: #333333;
  border: 1px solid #000;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}

#SMP_STYLE .zipcode li.code01 input {
  width: 30px;
}

#SMP_STYLE .zipcode li.code02 input {
  width: 40px;
}

#SMP_STYLE .integer li.num01 input {
  width: 90%;
}

#SMP_STYLE .integer li.num02 input {
  width: 90%;
}

#SMP_STYLE .integer li.num03 input {
  width: 90%;
}

#SMP_STYLE .price input {
  width: 200px;
}

#SMP_STYLE .num input {
  width: 60px;
}

#SMP_STYLE .integer input {
  width: 100%;
}

#SMP_STYLE .real input {
  width: 170px;
}

#SMP_STYLE .pass input {
  width: 150px;
}

#SMP_STYLE .epass input {
  width: 160px;
}

#SMP_STYLE .time input {
  width: 20px;
}

#SMP_STYLE .time .year {
  width: 40px;
}

#SMP_STYLE ul,
#smp_style li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#SMP_STYLE .zipcode ul li,
#SMP_STYLE .integer ul li,
#SMP_STYLE .time ul li {
  width: auto;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}

#SMP_STYLE .integer ul li {
  width: 28%;
}

#SMP_STYLE .multi1 label {
  display: block;
  float: left;
  min-width: 135px;
  margin: 0 0 7px 0;
  padding: 0 10px;
  text-align: left;
}

#SMP_STYLE .multi1 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.4em 0 0 0;
  padding: 0;
  box-shadow: 0 0 0 0 transparent inset;
  border-radius: 0 0 0 0;
  overflow: hidden;
}

#SMP_STYLE .multi1 label span {
  display: block;
  margin: 0 0 0 30px;
  font-size: 100%;
  font-weight: normal;
}

#SMP_STYLE .multi1 .radio input {
  border-radius: 1em;
}

#SMP_STYLE .multi2 li {
  display: inline;
  float: left;
  min-width: 135px;
  margin: 0 0 0 0;
  padding: 0 5px 2px 10px;
  text-align: left;
  clear: both;
}

#SMP_STYLE .multi2 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 0 transparent inset;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 0 0 0 0;
  overflow: hidden;
}

#SMP_STYLE .multi2 label span {
  display: block;
  margin: 0 0 0 30px;
  font-size: 100%;
  font-weight: normal;
}

#SMP_STYLE .multi2 .radio input {
  border-radius: 1em;
}

#SMP_STYLE select {
  margin-bottom: 8px;
  font-size: 100%;
  width: 180px;
}

#SMP_STYLE textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #000;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}

#SMP_STYLE .image input {
  width: 100%;
}

#SMP_STYLE .file input {
  width: 100%;
}

#SMP_STYLE input.clear {
  width: 55px;
  text-align: center;
}

#SMP_STYLE input.submit {
  display: block;
  width: 270px;
  margin: 40px auto;
  border: hidden;
  border-radius: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  border: solid 2px #fff;
  box-shadow: 0 0 3px #ccc;
  background-color: #fa1d26;
}

#SMP_STYLE input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}

#SMP_STYLE input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}

#SMP_STYLE input.searchZipcode {
  width: 150px;
  height: 32px;
  margin: auto;
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  /* for modern browser */
  background: linear-gradient(to bottom, #606060 0%, #303030 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}

#SMP_STYLE input.searchZipcode:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}

#SMP_STYLE input.imageZipcode {
  margin: auto;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}

#SMP_STYLE input[name=SMPFORM_BACK] {
  width: 270px;
  height: 42px;
  margin: 40px 0 40px 0;
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  /* for modern browser */
  background: linear-gradient(to bottom, #606060 0%, #303030 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}

#SMP_STYLE input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}

#SMP_STYLE input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}

#SMP_STYLE .sample {
  color: #555555;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
}

#SMP_STYLE .suffix {
  color: #111111;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  height: 35px;
  line-height: 35px;
}

#SMP_STYLE .need {
  color: #cc0000;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 13px;
}

#SMP_STYLE .msg {
  display: block;
  color: #dd0000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

#SMP_STYLE .sub_text {
  width: 760px;
  font-size: 123.1%;
  font-weight: normal;
  padding: 150px 0;
  text-align: left;
  color: #111111;
}

#SMP_STYLE .error {
  background: #ffe4e4;
}

#SMP_STYLE .spiralSeal {
  width: 80%;
  overflow: hidden;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#SMP_STYLE .spiralSeal tr td.description {
  display: table-cell;
  text-align: left;
  overflow: auto;
}

#SMP_STYLE .spiralSeal tr td.img {
  display: table-cell;
  margin-left: 0px;
  margin-right: 0px;
  overflow: auto;
  text-align: center;
}

#SMP_STYLE .footer_text {
  width: 760px;
  font-size: 100%;
  margin: 30px 0 0 0;
  font-weight: normal;
  text-align: left;
}

#SMP_STYLE .cf:before,
#SMP_STYLE .cf:after {
  content: "";
  display: table;
}

#SMP_STYLE .cf:after {
  clear: both;
}

#SMP_STYLE .cf.p50 {
  width: 48%;
}

@media screen and (min-width: 726px) and (max-width: 981px) {
  #SMP_STYLE .body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    *font-size: small;
    *font: x-small;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background: #ffffff;
  }
  #SMP_STYLE .body_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    border: none;
    background: #ffffff;
  }
  #SMP_STYLE h1 {
    margin: 0;
    padding: 10px 10px 10px 10px;
    background: #333333;
    color: #ffffff;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
  }
  #SMP_STYLE .header_img_smartphone {
    display: none;
  }
  #SMP_STYLE .header_img_tablet {
    display: block;
  }
  #SMP_STYLE .header_img_pc {
    display: none;
  }
  #SMP_STYLE .header_text {
    margin: 0;
    padding: 15px 70px 15px 70px;
    background: #f1f1f1;
    color: #111111;
    font-size: 93%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .header_rmesg {
    margin: 0;
    padding: 0;
    color: #111111;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .header_emesg {
    width: 80%;
    margin: 30px auto 10px;
    padding: 15px 15px 15px 15px;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE dl {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
  }
  #SMP_STYLE dl.top {
    border-top: 1px solid #dddddd;
  }
  #SMP_STYLE dt.title .caution {
    display: block;
    width: 100%;
    color: #5f5f5f;
    font-size: 85%;
    font-weight: normal;
    padding: 10px 0 0 0;
    line-height: 1.2;
    text-align: left;
  }
  #SMP_STYLE dd.data {
    margin: 0;
    color: #5f5f5f;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
  }
  #SMP_STYLE .input {
    margin-bottom: 8px;
    color: #333333;
    border-radius: 3px 3px 3px 3px;
    font-size: 108%;
    text-align: left;
  }
  #SMP_STYLE .zipcode li.code01 input {
    width: 30px;
  }
  #SMP_STYLE .zipcode li.code02 input {
    width: 40px;
  }
  #SMP_STYLE .price input {
    width: 200px;
  }
  #SMP_STYLE .num input {
    width: 60px;
  }
  #SMP_STYLE .integer input {
    width: 100%;
  }
  #SMP_STYLE .real input {
    width: 170px;
  }
  #SMP_STYLE .pass input {
    width: 50%;
  }
  #SMP_STYLE .epass input {
    width: 50%;
  }
  #SMP_STYLE .time input {
    width: 20px;
  }
  #SMP_STYLE .time .year {
    width: 40px;
  }
  #SMP_STYLE .time .new_line {
    clear: both;
  }
  #SMP_STYLE ul,
  #smp_style li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SMP_STYLE .zipcode ul li,
  #SMP_STYLE .integer ul li,
  #SMP_STYLE .time ul li {
    width: auto;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
  }
  #SMP_STYLE .integer ul li {
    width: 28%;
  }
  #SMP_STYLE .multi1 label {
    display: block;
    float: left;
    min-width: 126px;
    margin: 0 10px 7px 0;
    padding: 10px 10px 0 10px;
    border-radius: 4px 4px 4px 4px;
    background: #f1f1f1;
    text-align: left;
  }
  #SMP_STYLE .multi1 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    box-shadow: 0 0 0 0 transparent inset;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    overflow: hidden;
  }
  #SMP_STYLE .multi1 label span {
    display: block;
    margin: 0 0 10px 30px;
    font-size: 100%;
  }
  #SMP_STYLE .multi1 .radio input {
    border-radius: 1em;
  }
  #SMP_STYLE .multi2 li {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 10px 10px 10px 10px;
    border-radius: 4px 4px 4px 4px;
    background: #eeeeee;
    text-align: left;
    clear: both;
  }
  #SMP_STYLE .multi2 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 0 0 transparent inset;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
  }
  #SMP_STYLE .multi2 label span {
    display: block;
    margin: 0 0 0 30px;
    font-size: 100%;
  }
  #SMP_STYLE .multi2 .radio input {
    border-radius: 1em;
  }
  #SMP_STYLE select {
    margin-bottom: 8px;
    font-size: 100%;
    width: 180px;
  }
  #SMP_STYLE textarea {
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    font-size: 108%;
    text-align: left;
  }
  #SMP_STYLE .image input {
    width: 100%;
  }
  #SMP_STYLE .file input {
    width: 100%;
  }
  #SMP_STYLE input.clear {
    width: 55px;
    text-align: center;
  }
  #SMP_STYLE input.image {
    margin: 40px 0 40px 0;
    width: auto;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #SMP_STYLE input[name=SMPFORM_BACK] {
    width: 40%;
    height: 42px;
    margin: 40px 0 40px 0;
    border: hidden;
    border-radius: 3px 3px 3px 3px;
    /* other browser */
    background: #303030;
    /* for old webkit */
    /* for modern browser */
    background: linear-gradient(to bottom, #606060 0%, #303030 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 153.9%;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
  }
  #SMP_STYLE input.image {
    margin: 40px 0 40px 0;
    width: auto;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #SMP_STYLE input.searchZipcode {
    width: 40%;
    height: 32px;
    margin: auto;
    margin-left: 30px;
    border: hidden;
    border-radius: 3px 3px 3px 3px;
    /* other browser */
    background: #303030;
    /* for old webkit */
    /* for modern browser */
    background: linear-gradient(to bottom, #606060 0%, #303030 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 153.9%;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
  }
  #SMP_STYLE input.searchZipcode:hover {
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90);
    opacity: 0.9;
  }
  #SMP_STYLE input.imageZipcode {
    margin: auto;
    width: auto;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #SMP_STYLE .sample {
    color: #555555;
    font-size: 93%;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
  }
  #SMP_STYLE .suffix {
    color: #111111;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    height: 35px;
    line-height: 35px;
  }
  #SMP_STYLE .need {
    color: #cc0000;
    text-align: left;
  }
  #SMP_STYLE .msg {
    display: block;
    color: #dd0000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
  }
  #SMP_STYLE .sub_text {
    width: 80%;
    font-size: 123.1%;
    font-weight: normal;
    padding: 150px 0;
    text-align: left;
    color: #111111;
  }
  #SMP_STYLE .error {
    background: #ffe4e4;
  }
  #SMP_STYLE .spiralSeal {
    width: 80%;
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  #SMP_STYLE .spiralSeal tr td.description {
    display: table-cell;
    text-align: left;
    overflow: auto;
  }
  #SMP_STYLE .spiralSeal tr td.img {
    display: table-cell;
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
    text-align: center;
  }
  #SMP_STYLE .footer_text {
    width: 80%;
    font-size: 93%;
    margin: 30px 0 0 0;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .cf:before,
  #SMP_STYLE .cf:after {
    content: "";
    display: table;
  }
  #SMP_STYLE .cf:after {
    clear: both;
  }
  #SMP_STYLE .cf {
    *zoom: 1;
  }
}
@media screen and (max-width: 725px) {
  #SMP_STYLE .body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    *font-size: small;
    *font: x-small;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background: #ffffff;
  }
  #SMP_STYLE .body_tbl {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    border: none;
    background: #ffffff;
  }
  #SMP_STYLE h1 {
    margin: 0;
    padding: 10px 10px 10px 10px;
    background: #333333;
    color: #ffffff;
    font-size: 153.9%;
    font-weight: bold;
    text-align: center;
  }
  #SMP_STYLE .header_img_smartphone {
    display: block;
  }
  #SMP_STYLE .header_img_tablet {
    display: none;
  }
  #SMP_STYLE .header_img_pc {
    display: none;
  }
  #SMP_STYLE .header_text {
    margin: 0;
    padding: 15px 15px 15px 15px;
    background: #f1f1f1;
    color: #111111;
    font-size: 85%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .header_rmesg {
    margin: 0 0 0 0;
    padding: 0;
    color: #111111;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .header_emesg {
    width: 240px;
    margin: 10px auto 10px;
    padding: 15px 15px 15px 15px;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE dl.top {
    border-top: 1px solid #dddddd;
  }
  #SMP_STYLE dt.title .caution {
    display: block;
    width: 270px;
    color: #5f5f5f;
    font-size: 85%;
    font-weight: normal;
    padding: 10px 0 0 0;
    line-height: 1.2;
    text-align: left;
  }
  #SMP_STYLE dd.data {
    position: relative;
    margin: 0 0 10px 0;
    color: #5f5f5f;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
  }
  #SMP_STYLE .input {
    margin-bottom: 8px;
    color: #333333;
    border-radius: 3px 3px 3px 3px;
    font-size: 108%;
    text-align: left;
    padding: 10px 12px;
  }
  #SMP_STYLE .zipcode li.code01 input {
    width: 30px;
  }
  #SMP_STYLE .zipcode li.code02 input {
    width: 40px;
  }
  #SMP_STYLE .price input {
    width: 150px;
  }
  #SMP_STYLE .num input {
    width: 60px;
  }
  #SMP_STYLE .integer input {
    width: 100%;
  }
  #SMP_STYLE .real input {
    width: 170px;
  }
  #SMP_STYLE .pass input {
    width: 150px;
  }
  #SMP_STYLE .epass input {
    width: 160px;
  }
  #SMP_STYLE .time input {
    width: 20px;
  }
  #SMP_STYLE .time .year {
    width: 40px;
  }
  #SMP_STYLE .time .new_line {
    clear: both;
  }
  #SMP_STYLE ul,
  #smp_style li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SMP_STYLE .zipcode ul li,
  #SMP_STYLE .integer ul li,
  #SMP_STYLE .time ul li {
    width: auto;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
  }
  #SMP_STYLE .integer ul li {
    width: 28%;
  }
  #SMP_STYLE .multi1 label {
    display: block;
    min-width: 250px;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    background: #f1f1f1;
    text-align: left;
  }
  #SMP_STYLE .multi1 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    box-shadow: 0 0 0 0 transparent inset;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    overflow: hidden;
  }
  #SMP_STYLE .multi1 label span {
    display: block;
    margin: 0 0 0 25px;
    font-size: 100%;
  }
  #SMP_STYLE .multi1 .radio input {
    border-radius: 1em;
  }
  #SMP_STYLE .multi2 li {
    display: block;
    min-width: 250px;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    background: #f1f1f1;
    text-align: left;
    width: auto;
  }
  #SMP_STYLE .multi2 label input {
    display: block;
    float: left;
    width: 20px;
    margin: 0.2em 0 0 0;
    padding: 0;
    box-shadow: 0 0 0 0 transparent inset;
    border-radius: 3px 3px 3px 3px;
    text-align: left;
    overflow: hidden;
  }
  #SMP_STYLE .multi2 label span {
    display: block;
    margin: 0 0 0 25px;
    font-size: 100%;
  }
  #SMP_STYLE .multi2 .radio input {
    border-radius: 1em;
  }
  #SMP_STYLE select {
    margin-bottom: 8px;
    font-size: 100%;
    width: 180px;
  }
  #SMP_STYLE textarea {
    border-radius: 3px 3px 3px 3px;
    font-size: 108%;
    text-align: left;
    padding: 10px 12px;
  }
  #SMP_STYLE .image input {
    width: 100%;
  }
  #SMP_STYLE .file input {
    width: 100%;
  }
  #SMP_STYLE input.clear {
    width: 55px;
    text-align: center;
  }
  #SMP_STYLE input.image {
    margin: 40px 0 40px 0;
    width: auto;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #SMP_STYLE input[name=SMPFORM_BACK] {
    width: 150px;
    height: 42px;
    margin: 20px 0 40px 0;
    border: hidden;
    border-radius: 3px 3px 3px 3px;
    /* other browser */
    background: #303030;
    /* for old webkit */
    /* for modern browser */
    background: linear-gradient(to bottom, #606060 0%, #303030 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 153.9%;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
  }
  #SMP_STYLE input.image {
    margin: 40px 0 40px 0;
    width: auto;
    border: none;
    padding: 0;
    vertical-align: middle;
  }
  #SMP_STYLE .sample {
    color: #555555;
    font-size: 93%;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
  }
  #SMP_STYLE .suffix {
    color: #111111;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    height: 35px;
    line-height: 35px;
  }
  #SMP_STYLE .need {
    color: #cc0000;
    text-align: left;
  }
  #SMP_STYLE .msg {
    display: block;
    color: #dd0000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
  }
  #SMP_STYLE .sub_text {
    width: 270px;
    font-size: 123.1%;
    font-weight: normal;
    padding: 150px 0;
    text-align: left;
    color: #111111;
  }
  #SMP_STYLE .error {
    background: #ffe4e4;
  }
  #SMP_STYLE .spiralSeal {
    width: 270px;
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  #SMP_STYLE .spiralSeal tr td.description {
    display: block;
    text-align: left;
    overflow: auto;
  }
  #SMP_STYLE .spiralSeal tr td.img {
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    overflow: auto;
    text-align: center;
  }
  #SMP_STYLE .footer_text {
    width: 270px;
    font-size: 85%;
    margin: 30px 0 0 0;
    font-weight: normal;
    text-align: left;
  }
  #SMP_STYLE .cf:before,
  #SMP_STYLE .cf:after {
    content: "";
    display: table;
  }
  #SMP_STYLE .cf:after {
    clear: both;
  }
  #SMP_STYLE .cf {
    *zoom: 1;
  }
}
/* tab */
.nav-tabs {
  max-width: 700px;
  margin: 0 auto 30px;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
}

.nav-tabs .nav-link {
  border: 0px;
  margin-bottom: 5px;
  margin-bottom: 0;
  transform: scale(1.4);
  margin-right: 8px;
  margin-top: 3px;
}

.nav-tabs .nav-item label {
  font-size: 18px;
}

.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.nav-tabs .nav-item:last-of-type {
  margin-right: 0;
}

.ad_chu {
  margin-top: 40px;
  text-align: center;
}

.ad_chu a {
  color: #4996e3;
}

.tab-content > .tab-pane > div {
  padding-top: 300px;
  margin-top: -300px;
}

/*---Sm---*/
@media only screen and (max-width: 767px) {
  #SMP_STYLE .cf.p50 {
    width: 100%;
  }
  .sm-hidden {
    display: none;
  }
  .nav-tabs .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .nav-tabs .nav-item:last-of-type {
    margin-bottom: 0;
  }
  .tab-content > .tab-pane > div {
    padding-top: 230px;
    margin-top: -230px;
  }
}
.form__select {
  display: block;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  line-height: inherit;
  padding: 16px 30px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #999999, #999999 80px, #fff 80px);
  background-repeat: no-repeat, repeat;
  background-position: right 30px top 50%, right;
  background-size: 19px 11px, 100%;
  outline: none;
}

.form__select::-ms-expand {
  display: none;
}

.form__select option {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .form__select {
    padding: 10px 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #999999, #999999 60px, #fff 60px);
    background-position: right 20px top 50%, right;
  }
}
.list-q {
  margin-bottom: -100px;
}

.item-q {
  margin: 0 0 15px;
}

.item-q:last-child {
  margin: 0;
}

.item-title {
  color: #FF6C33;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.item-title span {
  font-family: Futura, sans-serif;
  font-size: 39px;
}

.item-q picture {
  width: 100%;
}

.item-q:last-child {
  width: 101.5%;
}

@media only screen and (max-width: 768px) {
  .list-q {
    margin-bottom: -30px;
  }
  .item-q {
    margin: 0 0 30px;
  }
  .item-q:last-child {
    width: 100%;
  }
}
.movie_box_portrait {
  display: block;
}

@media only screen and (min-width: 769px), print {
  .movie_box_portrait {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .movie_box_portrait_sp, .movie_box_portrait_sp_view {
    display: none;
  }
}
.movie_box_portrait .wrp_box {
  margin-bottom: 1em;
}

@media only screen and (min-width: 999px), print {
  .movie_box_portrait .wrp_box {
    width: 163px;
    margin: 0 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 998px) {
  .movie_box_portrait .wrp_box {
    width: 23%;
    margin: 0 1%;
  }
}
.movie_box_portrait_sp .wrp_box {
  margin: 0 12px;
}

.movie_box_portrait .wrp_box a,
.movie_box_portrait_sp .wrp_box a {
  display: block;
  box-shadow: 0px 0px 0.75em rgba(0, 0, 0, 0.08);
}

.movie_box_portrait .wrp_box .item_img,
.movie_box_portrait_sp .wrp_box .item_img {
  position: relative;
}

.movie_box_portrait .wrp_box .item_img img,
.movie_box_portrait_sp .wrp_box .item_img img {
  width: 100%;
}

.movie_box_portrait .wrp_box .item_img .play_icon,
.movie_box_portrait_sp .wrp_box .item_img .play_icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2em;
  height: 2em;
}

.movie_box_portrait .wrp_box .item_tit,
.movie_box_portrait_sp .wrp_box .item_tit {
  background-color: #fff;
  padding: 1em 1.5em;
  color: #1d1d1d;
}

.movie_box_portrait_sp .slick-prev {
  left: 0;
  top: 190px;
  z-index: 2;
}

.movie_box_portrait_sp .slick-next {
  top: 190px;
  right: 18px;
  z-index: 2;
}

.movie_box_portrait_sp .slick-prev::before,
.movie_box_portrait_sp .slick-next::before {
  color: #1d1d1d;
  font-family: sans-serif;
  font-weight: bold;
  border: solid 1.5px #1d1d1d;
  border-radius: 50%;
  padding: 8px 8px;
  background: #fff;
}

.u-hover, .movie_box_portrait .wrp_box a {
  transition: all 0.3s cubic-bezier(0.58, -0.6, 0.32, 1.6);
}

.u-hover:hover, .movie_box_portrait .wrp_box a:hover {
  transform: scale(1.025);
}

.movie_box_portrait .md-contents {
  width: 440px;
  height: 720px;
}

.movie_box_portrait .wrp_iframe iframe {
  aspect-ratio: 9/16;
}

@media only screen and (max-width: 1365px), print {
  .movie_box_portrait .md-contents {
    width: 50vh;
    height: 88vh;
  }
}
@media only screen and (max-width: 767px), print {
  .movie_box_portrait .md-contents {
    width: 72vw;
    height: 128vw;
  }
}
/* overflow scroll movie */
@media only screen and (max-width: 767px), print {
  .movie_box {
    display: flex;
    overflow-x: scroll;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-bottom: 50px;
  }
  .movie_box .wrp_box {
    width: 285px;
  }
  .movie_box .wrp_box a {
    width: 285px;
  }
  .movie_box_portrait {
    display: flex;
    overflow-x: scroll;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-bottom: 50px;
  }
  .movie_box_portrait .wrp_box {
    width: 164px;
  }
  .movie_box_portrait .wrp_box a {
    width: 164px;
  }
}
.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_btn a {
  display: block;
  margin: 0 5px;
}

.contact_btn a img {
  max-width: 218px;
}

@media only screen and (max-width: 767px), print {
  .contact_btn a img {
    max-width: 100%;
  }
}
.works {
  background: #f9f9f9;
}

.genre .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media only screen and (max-width: 768px) {
  .genre .flexbox {
    gap: 30px 6%;
  }
}
.genre .flexbox .box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .genre .flexbox .box {
    width: 47%;
  }
}
.genre .flexbox .box p.genre {
  text-align: center;
  padding: 7px 10px;
  border-radius: 30px;
  background: black;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
.genre .flexbox .box:nth-child(1) p.genre {
  background: #EFB64B;
}
.genre .flexbox .box:nth-child(2) p.genre {
  background: #E279A1;
}
.genre .flexbox .box:nth-child(3) p.genre {
  background: #80BE89;
}
.genre .flexbox .box:nth-child(4) p.genre {
  background: #81C8EF;
}
.genre .flexbox .box:nth-child(5) p.genre {
  background: #F76054;
}
.genre .flexbox .box:nth-child(6) p.genre {
  background: #AAA5CC;
}
.genre .flexbox .box .imgbox {
  text-align: center;
}

.cta1 {
  padding: 70px 0;
  background: url(assets/img2/cta_bg.jpg) no-repeat center center/cover;
  color: white;
}
@media only screen and (max-width: 767px) {
  .cta1 {
    padding: 50px 0;
  }
}
.cta1 h3 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: table;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .cta1 h3 {
    font-size: 24px;
  }
}
.cta1 h3::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
  transform: rotate(-10deg);
}
.cta1 h3::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
  transform: rotate(10deg);
}
.cta1 h3 .yellow {
  color: #FFDE43;
}
.cta1 .leadtxt {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .cta1 .leadtxt {
    font-size: 18px;
  }
}
.cta1 .imgbox {
  text-align: center;
  margin-bottom: 20px;
}
.cta1 .ctabtnbox .btnflex {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cta1 .ctabtnbox .btnflex {
    display: block;
  }
  .cta1 .ctabtnbox .btnflex img {
    max-width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta1 .container2 {
  padding: 50px 0;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.7);
  color: #1d1d1d;
}
.cta1 .container2 .inner2 {
  width: 1100px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.cta1 .container2 .inner2 .txt1 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: table;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .cta1 .container2 .inner2 .txt1 {
    font-size: 18px;
  }
}
.cta1 .container2 .inner2 .txt1 .bordergray {
  background: linear-gradient(to bottom, transparent 60%, #FFDE43 0);
}
.cta1 .container2 .inner2 .txt1::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1d1d1d;
  transform: rotate(-10deg);
}
.cta1 .container2 .inner2 .txt1::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1d1d1d;
  transform: rotate(10deg);
}
.cta1 .container2 .inner2 .txt2 {
  text-align: center;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .cta1 .container2 .inner2 .txt2 {
    font-size: 36px;
  }
}
.cta1 .container2 .inner2 .txt2 a {
  color: #f51d27;
}
.cta1 .container2 .inner2 .txt2 a .telicon1 {
  position: relative;
  padding-left: 30px;
}
.cta1 .container2 .inner2 .txt2 a .telicon1::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -15px;
  right: auto;
  top: 4px;
  bottom: 0;
  margin: auto;
  background: url(assets/img2/tel.png) no-repeat center center/cover;
}
.cta1 .container2 .inner2 .txt3 {
  text-align: center;
}

.movie_box .wrp_box .item_tit {
  padding: 10px 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1230px) {
  .movie_box .wrp_box .item_tit .tagspace {
    min-height: 70px;
  }
}
.movie_box .wrp_box .item_tit .tagspace .tab {
  padding: 5px 15px 7px 15px;
  border-radius: 20px;
  color: white;
  line-height: 1;
  display: inline-block;
  height: auto;
  margin-bottom: 5px;
  margin-right: 3px;
  font-size: 12px;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color {
  background: #1d1d1d;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color1 {
  background: #EFB64B;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color2 {
  background: #E279A1;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color3 {
  background: #80BE89;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color4 {
  background: #81C8EF;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color5 {
  background: #F76054;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color6 {
  background: #AAA5CC;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color7 {
  background: #EFB64B;
}
.movie_box .wrp_box .item_tit .tagspace .tab.color8 {
  background: #EFB64B;
}

a:hover {
  color: rgb(245, 29, 39);
}

@media (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}/*# sourceMappingURL=style.css.map */