@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
  color: #000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* common ==== */
@-ms-viewport {
  width: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";

}

button,
input,
select,
textarea,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type="text"]:focus,
button {
  outline: 0;
}

.content {
  overflow: hidden;
}

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*
header
------------------------------------- */
.haed {
  position: fixed;
  z-index: 1000;
  width: 98%;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gnavi li.active a,
.gnavi span.active {
  color: #0060e8;
  font-weight: bold;
}

.head-inner .w-logo img {
  filter: invert(48%) sepia(45%) saturate(14%) hue-rotate(334deg) brightness(97%) contrast(83%);
  max-width: none;
  width: 100%;
}

.haed.is-show .w-logo {
  display: none;
}

/*
content
------------------------------------- */
.page-mv {
  position: relative;
  height: 450px;
}

.nagoya .page-mv {
  background: url(../img/bg_tit_nagoya.webp) center top / cover no-repeat;
}

.osaka .page-mv {
  background: url(../img/bg_tit_osaka.webp) center top / cover no-repeat;
}

.tokyo .page-mv {
  background: url(../img/bg_tit_tokyo.webp) center top / cover no-repeat;
}

.page-mv .w-logo {
  position: absolute;
  top: 121px;
  right: 35px;
  width: 116px;
}

.page-mv .w-logo a {
  display: block;
}

.page-mv .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 150px 20px 0 20px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.page-mv .tit-area {
  padding-left: 45px;
}

.page-mv .updata {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}

.page-mv .updata-logo {
  width: 324px;
  margin-right: 22px;
}

.cont-area {
  background: url(../img/bg_main.jpg) 0 0;
  position: relative;
  margin-top: -65px;
  border-radius: 70px 70px 0 0;
  padding: 55px 0 160px;
}

.cont-area::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../../common/img/bg_cont01.png) right 345px no-repeat;
  z-index: 0;
}

.cont-area::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../common/img/bg_cont02.png) 0 2240px no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}

.cont-area>* {
  position: relative;
  z-index: 1;
}



.cont-area h1 {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}

.cont-area h1::before {
  content: "";
  margin-right: 14px;
  display: block;
  width: 22px;
  height: 4px;
  background: #7c7e89;
}


/*ボタン*/
.btn button,
.btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 60px;
  background: linear-gradient(to right, #015eea, #058bf5);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}


/*ボタン色追加*/
.osaka button,
.osaka .btn a {
  background: linear-gradient(to right, #1b9b00, #14dc69);
}

.tokyo button,
.tokyo .btn a {
  background: linear-gradient(to right, #ff3c2a, #ff901b);
}

/*-----ボタン色追加*/


/*
footer
------------------------------------- */


footer {
  color: #fff;
  background: #000;
  border-radius: 70px 70px 0 0;
  margin-top: -60px;
  position: relative;
  min-width: 1240px;
}

.f-inner {
  margin: 0 auto;
  padding: 75px 20px 50px;
  width: 1240px;
  display: flex;
}

.f-outline {
  max-width: 415px;
  width: 100%;
}

.f-outline h2 {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 35px;
}

.f-outline dl {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.f-outline dt {
  font-weight: 500;
  width: 5.5em;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.f-outline dd {
  font-weight: 300;
  width: calc(100% - 5.5em);
}

.f-top__contact dt {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 20px;
}

.f-top__contact dd {
  font-size: 1.4rem;
  line-height: 2.14;
}

.f-top__contact dd a {
  text-decoration: underline;
  color: #fff;
  transition: .3s;
}

.f-top__share {
  margin-left: auto;
}

.f-top__share dt {
  color: #747474;
  font-size: 1.2rem;
}

.f-top__share dd {
  margin-top: 27px;
}

.f-top__share ul {
  display: flex;
}

.f-top__share li {
  width: 50px;
}

.f-top__share li:not(:first-child) {
  margin-left: 20px;
}

.f-top__share-hashutag {
  margin-top: 40px;
}

.f-top__share-hashutag dd a {
  font-size: 3rem;
  text-decoration: underline;
  color: #fff;
  transition: .3s;
  font-family: 'Poppins';
}

.f-bot {
  border-top: solid 1px #262626;
}

.f-bot .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 40px;
}

.f-bot .f-logo {
  width: 120px;
}

.copy {
  color: #a3a3a3;
  font-size: 1.0rem;
}

/*All END*/
/* ----------------------------------------------------
メディアクエリ設定 (PC) 769px～
---------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  body {
    min-width: 1240px;
  }

  /*
	ここからheader
	------------------------------------- */
  .haed,
  .clone-nav {
    min-width: 1240px;
  }

  .head-inner {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 43px;
    transition: .3s;

  }

  .haed .logo {
    width: 123px;
    flex-shrink: 0;
  }

  .drawer-hamburger {
    display: none;
  }

  .drawer--top .drawer-nav {
    background: none;
    margin-left: 80px;
    height: auto;
    position: inherit;
    overflow: visible;

  }

  .gnavi {
    display: flex;
    align-items: center;
  }

  .gnavi>li {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .gnavi>li>a {
    height: 80px;
  }

  .gnavi>li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    color: #000;
  }

  .gnavi li a:hover,
  .gnavi .pulldown:hover {
    color: #0060e8;
  }

  .gnavi>li+li {
    margin-left: 40px;
  }

  .gnavi .pulldown {
    position: relative;
  }

  .gnavi .pulldown span {
    font-weight: 500;
  }

  .gnavi .pulldown span::after {
    content: "＋";
    margin-left: 5px;
  }

  .gnavi .pulldown ul {
    width: 112px;
    position: absolute;
    top: 87px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    opacity: 0;
    z-index: -3;
    visibility: hidden;
    transition: .3s;
  }

  .gnavi .pulldown:hover ul {
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }

  .gnavi .pulldown li+li {
    margin-top: 18px;
  }

  .head-inner .w-logo {
    width: 124px;
  }

  /*is-show*/
  .haed.is-show {
    animation: header 0.4s;
  }

  .haed.is-hide {
    animation: header02 0.4s;
  }

  .haed.is-show .head-inner,
  .haed.is-show .gnavi>li,
  .haed.is-show .gnavi>li>a {
    height: 60px;
  }



  @keyframes header {
    0% {
      transform: translateY(-100px)
    }

    100% {
      transform: translateY(0)
    }
  }

  @keyframes header02 {
    0% {
      transform: translateY(-100px)
    }

    100% {
      transform: translateY(0)
    }
  }

  /*
	---ここまでheader
	------------------------------------- */


  /*tablet PC END*/
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .gnavi>li a::before,
  .subnavi>li a,
  .page-mv a,
  footer a,
  .btn button,
  .btn a {
    transition: .3s;
  }

  .gnavi>li a:hover::before {
    width: 100%;
  }

  .subnavi>li a:hover,
  footer a:hover,
  .btn button:hover,
  .btn a:hover {
    opacity: 0.7;
    text-align: center;
  }

  .f-top__share-hashutag dd a:hover {
    opacity: .5;
  }

}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  /*
	ここからheader
	------------------------------------- */
  .haed {
    top: 3.125vw;
    width: 93.75vw;
    height: 14.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .head-inner {
    position: relative;
    width: 100%;
  }

  .haed .logo {
    width: 26vw;
    margin-left: 7vw;
  }

  .haed .w-logo {
    position: absolute;
    display: flex;
    align-items: center;
    width: 22vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13vw;
  }

  .drawer-hamburger {
    position: absolute;
    width: 5vw;
    height: 3.4375vw;
    padding: 0;
    font-size: 0;
    z-index: 10000;
    top: 2.03125vw;
    right: 5.3125vw !important;
  }

  .drawer-hamburger-icon {
    margin-top: 0;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    background: #000;
    width: 100%;
    height: 0.34vw;
  }

  .drawer-hamburger-icon::before {
    top: -1.5625vw;
  }

  .drawer-hamburger-icon::after {
    top: 1.5625vw;
  }


  .drawer-open .is-show {
    transform: none;
  }

  .drawer--top .drawer-nav {
    top: -100%;
  }

  .drawer-nav {
    width: 100%;
    z-index: 9999;
    background: transparent;
  }

  .drawer-menu {
    margin: 20.5vw auto 0;
    width: 93.75vw;
    background: #fff;
    border-radius: 4vw;
  }

  .gnavi {
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 6vw 8vw;
  }

  .drawer-nav li,
  .drawer-nav li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    font-size: 4.375vw;
  }

  .gnavi>li+li {
    border-top: 1px dotted #ccc;
  }

  .gnavi>li a,
  .gnavi .pulldown {
    display: block;
    color: #000;
    position: relative;
    padding: 3vw 2vw;
  }

  .gnavi>li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 3vw;
    height: 3vw;
    border-top: 0.4vw solid #000;
    border-right: 0.4vw solid #000;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2vw;
  }

  .gnavi .pulldown::before,
  .gnavi .pulldown::after {
    content: "";
    position: absolute;
    display: block;
    width: 4vw;
    height: 0.4vw;
    background: #000;
    right: 1vw;
    top: 6vw;
  }

  .gnavi .pulldown::after {
    transform: rotate(90deg);
    transition: .3s;
  }

  .gnavi .pulldown.open::after {
    transform: rotate(0);
  }

  .gnavi .pulldown ul {
    display: none;
    padding: 0;
    margin: 3vw -2vw 0 0;
  }

  .gnavi .pulldown li a {
    padding: 3vw 0;
  }


  .haed.is-show {
    animation: header-sp 0.4s;
  }

  .haed.is-hide {
    animation: header-sp02 0.4s;
  }

  .haed.is-show .logo {
    margin: 0 auto;
  }

  @keyframes header-sp {
    0% {
      transform: translateY(-20vw)
    }

    100% {
      transform: translateY(0)
    }
  }

  @keyframes header-sp02 {
    0% {
      transform: translateY(-20vw)
    }

    100% {
      transform: translateY(0)
    }
  }

  /*
	ここまでheader
	------------------------------------- */
  /*
  content
  ------------------------------------- */

  .page-mv {
    height: 112.03125vw;
    color: #fff;
    overflow: hidden;
  }

  .page-mv img {
    max-width: none;
    width: 100%;
  }

  .page-mv .w-logo {
    width: 21.875vw;
    top: 20.3125vw;
    right: 3.125vw;
  }

  .page-mv .inner {
    width: 100%;
    padding: 8vw 6.25vw 0;
    flex-direction: column;
    justify-content: center;
  }

  .page-mv .tit-area {
    padding-left: 0;
  }

  .page-mv h1 {
    margin-bottom: 9.375vw;
  }

  .page-mv .updata {
    margin-bottom: 7.8125vw;
  }

  .page-mv .updata-logo {
    width: 53.125vw;
    margin-right: 3.75vw;
  }

  .nagoya .page-mv {
    background-image: url(../img/bg_tit_nagoya_sp.webp);
  }

  .osaka .page-mv {
    background-image: url(../img/bg_tit_osaka_sp.webp);
  }

  .tokyo .page-mv {
    background-image: url(../img/bg_tit_tokyo_sp.webp);
  }


  .nagoya .page-mv .area-logo {
    width: 30.46875vw;
  }

  .nagoya .page-mv .date {
    width: 80.46875vw;
  }

  .osaka .page-mv .area-logo {
    width: 21.40625vw;
  }

  .osaka .page-mv .date {
    width: 71.09375vw;
  }

  .tokyo .page-mv .area-logo {
    width: 21.40625vw;
  }

  .tokyo .page-mv .date {
    width: 82.34375vw;
  }

  .cont-area {
    overflow: hidden;
    margin-top: -9.375vw;
    border-radius: 9.375vw 9.375vw 0 0;
    padding: 0;
  }

  .cont-area::after {
    width: 100%;
    height: 84.375vw;
    top: 100vw;
    background: url(../../common/img/bg_cont01_sp.png) 0 0 / contain no-repeat;
  }

  .cont-area::before {
    width: 100%;
    height: 96.40625vw;
    top: auto;
    bottom: -14.0625vw;
    background: url(../../common/img/bg_cont02_sp.png) 0 0 / contain no-repeat;
  }

  /*タイトル周り*/
  .cont-area h1 {
    margin-bottom: 6.25vw;
  }

  .cont-area h1::before {
    width: 4.0625vw;
    height: 0.625vw;
    margin-right: 2.5vw;
  }

  .cont-area h1 img {
    width: 100%;
  }

  /*ボタン*/
  .btn button,
  .btn a {
    font-size: 4.375vw;
    padding-bottom: 0;
    margin: 0 auto;
    border-radius: 30vw;
  }

  /*
	footer
	------------------------------------- */
  footer {
    min-width: 1px;
    margin-top: -9.375vw;
    border-radius: 9.375vw 9.375vw 0 0;
  }

  .f-inner {
    padding: 10.9375vw 6.25vw 6.25vw;
    width: 100%;
    display: block;
  }

  .f-outline {
    max-width: none;
  }

  .f-outline h2 {
    font-size: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .f-outline dl {
    font-size: 3.75vw;
  }

  .f-outline dt {
    margin-bottom: 3.125vw;
  }

  .f-top__contact {
    margin-top: 7.8125vw;
  }

  .f-top__contact dt {
    font-size: 7.1875vw;
    margin-bottom: 4.6875vw;
  }

  .f-top__contact dd {
    line-height: 2;
    font-size: 3.75vw;
  }



  .f-top__share dt {
    font-size: 3.85vw;
    margin-top: 12.5vw;
  }

  .f-top__share dd {
    margin-top: 6.25vw;
  }

  .f-top__share li {
    width: 15.625vw;
  }

  .f-top__share li:not(:first-child) {
    margin-left: 6.25vw
  }

  .f-top__share-hashutag dd a {
    font-size: 5.3125vw;
  }

  .f-bot .f-inner {
    padding: 9.375vw 6.25vw 12.5vw;
    display: block;
  }

  .f-bot .f-logo {
    width: 40.625vw;
  }

  .copy {
    margin-top: 6.25vw;
    font-size: 3.125vw;
  }



  /*smartPhone END*/
}