@charset "UTF-8";
/*Monotone*/
.hp_mb8 {
  margin-bottom: 8px;
}

.hp_ml8 {
  margin-left: 8px;
}

.hp_mb12 {
  margin-bottom: 12px;
}

.hp_mb16 {
  margin-bottom: 16px;
}

.hp_mt24 {
  margin-top: 24px;
}

.hp_mb24 {
  margin-bottom: 24px;
}

.hp_mb32 {
  margin-bottom: 32px;
}

.hp_mb40 {
  margin-bottom: 40px;
}

.hp_mb48 {
  margin-bottom: 48px;
}

.hp_mb56 {
  margin-bottom: 56px;
}

.hp_mb64 {
  margin-bottom: 64px;
}

.hp_mb80 {
  margin-bottom: 80px;
}

.contents {
  display: contents;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .hp_mb0_pc {
    margin-bottom: 0px !important;
  }

  .hp_mt0_pc {
    margin-top: 0px !important;
  }

  .hp_mb24_pc {
    margin-bottom: 24px !important;
  }

  .hp_mb32_pc {
    margin-bottom: 32px !important;
  }

  .hp_mb48_pc {
    margin-bottom: 48px !important;
  }

  .hp_mb80_pc {
    margin-bottom: 80px !important;
  }
}
/*BASE GROUP*/
* {
  box-sizing: border-box;
}

ul,
ol {
  margin-left: 24px;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  /* ≒10px（デフォルトのフォントサイズ） */
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic,
    "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1;
  color: #ffffff;
  font-size: 1.6rem;
  /* 16px*/
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic,
    "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

/*////////////////////////////////section1 & section6*/
.kv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.kv_slider .slick-track {
  height: 100vh;
}

.kv_slider .kv_1 {
  background: url("../images/photo-section01.jpg") no-repeat center center;
}

.kv_slider .kv_2 {
  background: url("../images/photo-section01-02.jpg") no-repeat center center;
}

/* .kv_slider .kv_3 {
  background: url("../images/photo-section01-03.jpg") no-repeat center center;
} */

.kv_slider .kv_4 {
  background: url("../images/photo-section01-04.jpg") no-repeat center center;
}

.kv_slider .kv_5 {
  background: url("../images/photo-section01-05.jpg") no-repeat center center;
}

.kv_slider .kv_1_event {
  background: url("../images/photo-section06-01.jpg") no-repeat center center;
}

.kv_slider .kv_2_event {
  background: url("../images/photo-section06-02.jpg") no-repeat center center;
}

.kv_slider .kv_3_event {
  background: url("../images/photo-section06-03.jpg") no-repeat center center;
}

.kv_slider .kv_4_event {
  background: url("../images/photo-section06-04.jpg") no-repeat center center;
}

.kv_slider .kv_5_event {
  background: url("../images/photo-section06-05.jpg") no-repeat center center;
}

.kv_slider .slick-initialized .slick-slide {
  transition: opacity 1s !important;
}

.kv_slider .slick-slide > div > div {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv_slider .slick-continue > div > div,
.kv_slider .slick-current > div > div {
  animation: 25s zoomin;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
a.scroll {
  padding-top: 60px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

a.scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*///////////////////////Global Menu*/
.navToggle {
  display: block;
  position: fixed;
  right: 20px;
  top: 10px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  text-align: center;
  z-index: 1010;
}

.navToggle:hover {
  opacity: 0.7;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  transition: 0.2s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

@media screen and (min-width: 640px) {
  .navToggle {
    right: 30px;
    top: 20px;
  }
}
nav.globalMenuSp {
  max-width: 320px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: #041e3a;
  color: #fff;
  text-align: center;
  transition: all 0.6s;
  z-index: 1000;
}

div.globalMenuSpInner {
  width: 240px;
  margin: 160px 40px 0;
}

.bl_snsListSide {
  position: absolute;
  left: 40px;
  bottom: 0;
}

.bl_snsListSide_li {
  display: inline-block;
}

/* .bl_snsListSide_li:last-of-type {
  margin-left: 8px;
} */

.bl_snsListSide_li img {
  width: 24px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  color: #fff;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {
  opacity: 0.7;
}

nav.globalMenuSp.active {
  right: 0;
}

.opening {
  background-color: #041e3a;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
}

.opening_logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 2s 0.5s fadein-out forwards;
}

.opening_logo img {
  width: 200px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section .bl_inner {
  opacity: 0;
}

.section.active .bl_inner {
  animation: 1s 0.8s fadein forwards;
}

.page {
  position: relative;
}

/*//////////////////////////////////////////////////////////Section*/
#section1 .fp-bg {
  background-image: url("../images/photo-section01.jpg");
}

#section6 .fp-bg {
  background-image: url("../images/photo-section06-01.jpg");
}

#section2 .fp-bg {
  background: #041e3a;
}

#section7 .fp-bg {
  background: linear-gradient(to bottom, #F4810B 0%, #F4810B 50%, #3889C8 50%, #3889C8 100%);
}

#section8 .fp-bg {
  background: url("../images/photo-section08.jpg") no-repeat center center;
}

#section9 .fp-bg {
  background: url("../images/photo-section09.jpg") no-repeat center center;
}

#section3 .fp-bg {
  /* background: url("../images/photo-section03.jpg") no-repeat center center; */
  background: #f2f2f2;
}

#section4 .fp-bg {
  background: url("../images/sp-photo-section04.jpg") no-repeat top center;
  background-position: top center !important;
}

#section5 .fp-bg {
  background: url("../images/photo-section05.jpg") no-repeat center center;
}

#section1 .fp-bg,
#section3 .fp-bg,
#section4 .fp-bg,
#section5 .fp-bg,
#section6 .fp-bg {
  background-size: cover;
  background-position: center center;
}

#section1 .fp-bg,
#section2 .fp-bg,
#section3 .fp-bg,
#section4 .fp-bg,
#section5 .fp-bg,
#section6 .fp-bg,
#section7 .fp-bg,
#section8 .fp-bg,
#section9 .fp-bg {
  height: 100%;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9 {
  position: relative;
}

#section1,
#section5,
#section6 {
  text-align: center;
}

.section2-box {
  margin: 0px 10% 0px 5%;
  width: 85%;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.section7-box {
  margin: 0px 10% 0px 5%;
  width: 85%;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.section8-box {
  margin: 0px 10% 0px 5%;
  width: 85%;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.section9-box {
  margin: 0px 10% 0px 5%;
  width: 85%;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.section3-box,
.section6-box {
  position: absolute;
  left: 5%;
  bottom: 32px;
  margin-right: 10%;
}

.section4-box {
  position: absolute;
  left: 5%;
  bottom: 32px;
  margin-right: 10%;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .section2-box {
    margin: 0px 0% 0px 0;
    width: 769px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  #section7 .fp-bg {
    background: linear-gradient(to right, #F4810B 0%, #F4810B 50%, #3889C8 50%, #3889C8 100%);
  }

  .section7-box {
    margin: 0px 0% 0px 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .section8-box {
    margin: 0px 0% 0px 0;
    width: 769px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .section9-box {
    margin: 0px 0% 0px 0;
    width: 769px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  .section3-box,
  .section6-box {
    margin-right: auto;
    bottom: 56px;
  }

  .section4-box {
    margin-right: auto;
    bottom: 56px;
  }

  .sp-only {
    display: none;
  }

  .privacy_content {
    /* margin: 0px 10% 0px 5%; */
    width: 85%;
  }
}
/*//////////////////////////////////////////////////////////Layout Group*/
.ly_UPLR80 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 10;
}

.ly_UPLR100 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.ly_LR90 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 10;
}

.ly_dx2Col {
  height: 100vh;
}

.ly_dx_left {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ly_dx_right {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .ly_UPLR100 {
    width: 80%;
  }

  .ly_LR90 {
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  /* 960px以上の場合*/
  .ly_menuBox {
    display: flex;
  }

  .bl_menuBox:nth-child(2),
  .bl_menuBox:nth-child(3) {
    margin-left: 56px;
  }

  #section4 .fp-bg {
    background: url("../images/photo-section04.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .ly_profile2Col {
    display: flex;
    max-width: 769px;
  }

  .ly_dx2Col {
    display: flex;
    width: 100vw;
    height: auto;
  }

  .ly_dx_left {
    width: 50%;
    max-width: 50%;
    height: auto;
    text-align: center;
  }

  .ly_dx_right {
    width: 50%;
    max-width: 50%;
    height: auto;
    text-align: center;
  }
}
/*//////////////////////////////////////////////////////////Element Group*/
.scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.el_brandLogo {
  position: absolute;
  padding-top: 10px;
  padding-left: 10px;
  /* top: 0;
  left: 0; */
  z-index: 1000;
}
.el_brandLogo img {
  width: 100px;
}

@media screen and (min-width: 480px) {
  /* 480px以上の場合*/
  .el_brandLogo img {
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .el_brandLogo img {
    width: 200px;
  }
  .el_btn,
  .dx_btn,
  .dark_btn {
    font-size: 1.2em;
  }
}

.el_btn {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  padding: 18px 10px;
  background-color: #041e3a;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 100px;
}

.dx_btn {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  padding: 18px 10px;
  background-color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #F4810B;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 100px;
}

.dark_btn {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  padding: 18px 10px;
  background-color: #353840;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 100px;
}

.el_btn.el_btn__arrowRight,
.dx_btn.dx_btn__arrowRight,
.dark_btn.dark_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}

.el_btn.el_btn__arrowRight::after,
.dx_btn.dx_btn__arrowRight::after,
.dark_btn.dark_btn__arrowRight::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.83em;
  font-family: FontAwesome;
  font-weight: 900;
  transform: translateY(-50%);
}

.contact_main:focus,
.contact_main:hover,
.el_btn:focus,
.dx_btn:focus,
.dark_btn:focus,
.el_btn:hover,
.dx_btn:hover,
.dark_btn:hover {
  opacity: 0.7;
  /* background-color: #2c354d;
  border-color: #2c354d; */
}

.el_btn_line {
  background-color: #00b900;
  display: inline-block;
  max-width: 100%;
  padding: 4px 10px;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 4px;
  font-size: 1.4rem;
}

span.line {
  background: url("../images/icon_line.png") no-repeat 0 center;
  background-size: 20px 20px;
  width: auto;
  height: 20px;
  padding-left: 24px;
  display: inline-block;
  padding-top: 3px;
}

.el_btn_line:focus,
.el_btn_line:hover {
  background-color: #12c412;
  border-color: #12c412;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .ly-line {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .el_btn_line {
    margin-right: 16px;
  }
}
.link {
  color: #ffffff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.hover:hover {
  opacity: 0.6;
}

/*//////////////////////////////////////////////////////////Text Group*/
.txt_01 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.txt_02 {
  font-weight: bold;
}

.txt_03 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}

.txt_04 {
  line-height: 1.4;
  font-size: 1.4rem;
}

.txt_05 {
  font-size: 1rem;
}

.txt_06 {
  font-size: 1.2rem;
}

.txt_07 {
  font-size: 1.6rem;
}

.txt_semi {
  font-size: 1.6rem;
}

.copy_base {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}

.txt_base {
  font-size: 1.4rem;
  line-height: 2;
}

.tit-middum {
  font-size: 3rem;
}

.txt_memo {
  font-size: 1rem;
  line-height: 1.6;
}

.txt_neon {
  text-shadow: 0 0 10px #ffffff;
}

.txt_dark {
  color: #353840;
}

@media screen and (min-width: 680px) {
  /* 680px以上の場合*/
  .txt_01 {
    font-size: 4rem;
  }

  .txt_02 {
    font-size: 2.4rem;
  }

  .txt_03 {
    line-height: 2;
  }

  .txt_04 {
    font-size: 1.6rem;
  }

  .txt_05 {
    font-size: 1.2rem;
  }

  .txt_06 {
    font-size: 1.6rem;
  }

  .txt_07 {
    font-size: 1.8rem;
  }

  .txt_semi {
    font-size: 2rem;
  }

  .txt_memo {
    font-size: 1.2rem;
  }

  .copy_base {
    font-size: 2.6rem;
  }

  .txt_base {
    font-size: 1.6rem;
    line-height: 2;
  }

  .tit-middum {
    font-size: 4rem;
  }
}
/*//////////////////////////////////////////////////////////Module Group*/
/*///////////////////////Profile Box*/
.bl_profile {
  display: flex;
  margin-bottom: 32px;
}

.bl_profile:last-of-type {
  margin-bottom: 0px;
}

.bl_profile_avator {
  margin-right: 24px;
}

.bl_profile_avator_img {
  width: 64px;
  border-radius: 100px;
  border: 4px solid #ffffff;
}

.bl_profile_info_name {
  font-size: 1.4rem;
}

.bl_dx_img {
  width: 50%;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .bl_profile {
    margin-bottom: 0px;
    flex-shrink: 0;
    width: 50%;
  }

  .bl_profile_avator_img {
    width: 80px;
  }

  .bl_profile_info_name {
    font-size: 1.6rem;
  }
}
/*///////////////////////snsList*/
.bl_snsList {
  list-style: none;
  margin-left: 0;
}

.bl_snsList_li {
  display: inline-block;
}

.bl_snsList_li {
  margin-left: 8px;
}

.bl_snsList_li:first-of-type {
  margin-left: 0;
}

.bl_snsList_li img {
  width: 24px;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .bl_snsList_li img {
    width: 24px;
  }
}
/*///////////////////////Menu Box*/
.bl_menuBox_row {
  display: flex;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.bl_menuBox_row_menu {
  flex-grow: 1;
}

.bl_menuBox_row_space {
  margin: 0 16px;
  flex-grow: 0;
}

.bl_menuBox_row_price {
  flex-grow: 0;
  width: 60px;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .bl_menuBox_row {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
/*///////////////////////Shopinfo*/
.bl_shopInfo_row {
  margin-bottom: 8px;
  font-size: 1.2rem;
  display: flex;
}

.bl_shopInfo_tit {
  width: 100px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .bl_shopInfo_row {
    display: flex;
    margin-bottom: 8px;
    font-size: 1.6rem;
  }

  .bl_shopInfo_info {
    padding-left: 1.6em;
  }
}
/*//////////////////////////////////////////////////////////404*/
.body_404 {
  background: #041e3a;
}

.hp_404_box {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  margin: 0 5%;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .hp_404_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
  }
}

/*////////////////////////////////Contact*/
.contact {
  width: 100%;
  margin-top: 5%;
}
.contact h2 {
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact_title {
  text-align: center;
  font-size: 2em;
  padding-top: 10px;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
}
.contact_message {
  margin-top: 20px;
}
.contact_content {
  display: flex;
  width: 50%;
  margin: 0 auto;
  margin-top: 1%;
  justify-content: center;
}

.contact_category {
  background-color: #23282e;
  color: snow;
  display: inline-block;
  padding-right: 3%;
  font-size: 1.3em;
  width: 50%;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact_category_line {
  background-color: #041e3a;
  color: snow;
  display: inline-block;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 30px 30px 0 0;
}
.contact_category p {
  text-align: left;
  color: snow;
  padding-left: 3%;
}

.contact_main a {
  /* color: #23282E ; */
  color: snow;
  text-decoration: none;
}

.no {
  padding-right: 5%;
}
.contact_content_line {
  width: 60%;
  margin: 0 auto;
  margin-top: 1%;
}
.explanation {
  margin: 0 auto;
  width: 70%;
  margin-bottom: 5%;
}
.explanation p {
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.id_img {
  display: block;
  height: 100px;
  margin: 0 auto;
  margin-top: 10%;
}
.id_gns {
  font-weight: bold;
  border: 1px solid #000;
  padding: 1% 2%;
  margin: 4% 0%;
  padding-left: 35%;
}
.line_title {
  font-weight: bold;
  padding: 1% 0%;
  margin-bottom: 10px;
}
.contact_category_line p {
  color: snow;
}
.contact_line {
  display: flex;
}

.contact_line p {
  color: #23282e;
}

.line_url {
  padding-top: 6%;
  height: 80px;
}
.line_url a {
  padding: 5% 18%;
  background-color: #35b900;
  color: snow;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
.qr {
  width: 50%;
  border: 1px solid #23282e;
  background-color: #fff;
  border-bottom-left-radius: 30px;
}

.qr img {
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-top: 2%;
  margin-bottom: 2%;
}
.id {
  width: 50%;
  border: 1px solid #23282e;
  background-color: #fff;
  border-bottom-right-radius: 30px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .contact_title {
    font-size: 1.5em;
  }
  .contact_content {
    display: block;
  }
  .contact_button {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .contact_category {
    font-size: 1.2em;
    width: 100%;
  }
  .contact_category_line {
    font-size: 1em;
  }
  .contact_category p {
    text-align: center;
  }
  .contact_main {
    width: 100%;
    box-sizing: border-box;
  }
  .contact_content {
    width: 100%;
    display: block;
    margin-top: 5%;
  }
  .contact_content_line {
    width: 100%;
    margin-top: 5%;
  }

  .qr {
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}

/*////////////////////////////////調整*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.between {
  justify-content: space-between;
}

.column_left {
  text-align: center;
  margin-right: 40%;
  margin-top: -20px;
}

.column_right {
  text-align: center;
  margin-left: 40%;
  margin-top: -40px;
  margin-bottom: -40px;
}

@media screen and (min-width: 960px) {
  .column_right,
  .column_left {
    margin: 0;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
}

.txt_sub {
  color: #7a8898;
}

.display_none {
  display: none;
}

.pc_none {
  display: none;
}

.line_camera p {
  font-size: 0.8em;
}

.footer_copyright {
  font-size: 0.8em;
  position: absolute;
  bottom: 1%;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}

/*////////////////////////////////プライバシーポリシー, 利用規約*/
.privacy_content {
  width: 90%;
  max-width: 769px;
  color: #222222;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.privacy_content p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.txt_copyright {
  color: #222222;
  font-size: 0.8em;
}

@media screen and (min-width: 769px) {
  /* 769px以上の場合*/
  .privacy_content {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .privacy_content p {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/*////////////////////////////////スライダー（実績画像動き）*/
/* 960px以上の場合*/
.work01 {
  background: url(../images/work01.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.work02 {
  background: url(../images/work02.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.work03 {
  background: url(../images/work03.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.work04 {
  background: url(../images/work04.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.work05 {
  background: url(../images/work05.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.work06 {
  background: url(../images/work06.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event01 {
  background: url(../images/event01.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event02 {
  background: url(../images/event02.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event03 {
  background: url(../images/event03.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event04 {
  background: url(../images/event04.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event05 {
  background: url(../images/event05.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event06 {
  background: url(../images/event06.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event07 {
  background: url(../images/event07.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event08 {
  background: url(../images/event08.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}
.event09 {
  background: url(../images/event09.png) no-repeat center center / 250px auto;
  display: inline-block;
  width: 250px;
  height: 250px;
}

@media screen and (min-width: 1280px) {
  /* 1280px以上の場合*/
  .work01 {
    background: url(../images/work01.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .work02 {
    background: url(../images/work02.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .work03 {
    background: url(../images/work03.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .work04 {
    background: url(../images/work04.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .work05 {
    background: url(../images/work05.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .work06 {
    background: url(../images/work06.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event01 {
    background: url(../images/event01.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event02 {
    background: url(../images/event02.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event03 {
    background: url(../images/event03.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event04 {
    background: url(../images/event04.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event05 {
    background: url(../images/event05.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event06 {
    background: url(../images/event06.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event07 {
    background: url(../images/event07.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event08 {
    background: url(../images/event08.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
  .event09 {
    background: url(../images/event09.png) no-repeat center center / 350px auto;
    display: inline-block;
    width: 350px;
    height: 350px;
  }
}

/* スライドレールの枠 */
.slide-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* height: 340px; */
  /* margin-bottom: 100px; */
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  /* margin: 0; */
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 3s both;
  animation: loop-slide 30s infinite linear 3s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.work_content,
.event_content {
  transition: all 0.2s;
  margin-right: 30px;
}
.work_content:hover,
.event_content:hover {
  /* transform: translateY(-20px); */
  opacity: 0.7;
  cursor: pointer;
}
