@charset "UTF-8";
/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");

/*-------------------------------
..section_general
--------------------------------*/
.section_general {
  width: 100%;
}

.mptsp {
  margin-top: 400px;
}

.apt40_45 {
  padding-top: 40px;
}

.apt90_45 {
  padding-top: 90px;
}

.apt80_35 {
  padding-top: 80px;
}

.apt70_45 {
  padding-top: 70px;
}

.apt60_35 {
  padding-top: 60px;
}

.apt60_25 {
  padding-top: 60px;
}

.apt60_0 {
  padding-top: 60px;
}

.apt55_35 {
  padding-top: 40px;
}

.apt40_35 {
  padding-top: 40px;
}

.apt35_30 {
  padding-top: 35px;
}

.apt0_0 {
  padding-top: 0;
}

.apb10_0 {
  padding-bottom: 10px;
}

.apb70_15 {
  padding-bottom: 70px;
}

.apb65_30 {
  padding-bottom: 65px;
}

.apb60_15 {
  padding-bottom: 60px;
}

.apb55_30 {
  padding-bottom: 55px;
}

.apb50_20 {
  padding-bottom: 50px;
}

.apb40_15 {
  padding-bottom: 40px;
}

.apb40_30 {
  padding-bottom: 40px;
}

.apb40_15 {
  padding-bottom: 40px;
}

.radius20_10 {
  border-radius: 20px;
}

.bgcolor00 {
  background: #000;
}

.bgcolor01 {
  background: #f6f5f2;
}

.bgcolor02 {
  background: #f2f2f2;
}

.bgcolor03 {
  background: #585858;
}

.bgcolor04 {
  background: #154d4f;
  color: #fff;
}

.sp_bgcolor01 {
  background: #f6f5f2;
}

/* font-size */
.fs_8 {
  font-size: 57.1%;
}

.fs_9 {
  font-size: 64.3%;
}

.fs_10 {
  font-size: 71.4%;
}

.fs_11 {
  font-size: 78.6%;
}

.fs_12 {
  font-size: 85.7%;
}

.fs_13 {
  font-size: 92.9%;
}

.fs_14 {
  font-size: 100%;
}

.fs_15 {
  font-size: 107.1%;
}

.fs_16 {
  font-size: 114.3%;
}

.fs_17 {
  font-size: 121.4%;
}

.fs_18 {
  font-size: 128.6%;
}

.fs_19 {
  font-size: 135.7%;
}

.fs_20 {
  font-size: 142.9%;
}

.fs_21 {
  font-size: 150%;
}

.fs_22 {
  font-size: 157.1%;
}

.fs_23 {
  font-size: 164.3%;
}

.fs_24 {
  font-size: 171.4%;
}

*:focus {
  outline: none;
}

/*
YUI 3.15.0 (build 834026e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  text-align: center;
  font-size: 100%;
  font: 0.85em "Anton", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

* + html body {
  font-size: 0.85em;
}

body {
  font-size: 0.85em;
}

:root body {
  font-size: 0.85em;
}

#wrapper {
  text-align: center;
}

body, h1, h2, h3, h4, h5, h6, p, div, ol, ul, li, dl, dt, dd,
form, input, hr, map, area, noscript, sup, pre, select, iframe {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  max-height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

select {
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

textarea {
  vertical-align: top;
}

a {
  color: #1565c0;
  text-decoration: none;
}

a:visited {
  color: #000;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: top;
  font-size: 0.6em;
}

/* input */
input {
  color: #2d2d2d;
  vertical-align: middle;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: none;
}

.hoveropa {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hoveropa:hover {
  opacity: 0.6;
}

/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
/*

READ ME ============================================
*/
/*-------------------------------
#header
--------------------------------*/
#header {
  z-index: 7777;
  background-color: #000;
  position: fixed;
  width: 100vw;
  max-width: 2560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .pcNavi {
  width: 100%;
  max-width: 2560px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
#header .pcNavi li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 30px;
}
#header .pcNavi li.navilogo {
  margin-right: auto;
}
#header .pcNavi li.navilogo img {
  display: block;
  width: 100%;
}
#header .pcNavi li.sns {
  min-width: 25px;
  margin-right: 10px;
  height: 100%;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#header .pcNavi li.sns:last-child {
  margin-right: 0;
}
#header .pcNavi li.sns.navi07 {
  background: url(../images/svg/icon_insta.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.sns.navi07:hover {
  background: url(../images/svg/icon_insta_on.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.sns.navi08 {
  background: url(../images/svg/icon_twit.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.sns.navi08:hover {
  background: url(../images/svg/icon_twit_on.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.sns.navi09 {
  background: url(../images/svg/icon_ytb.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.sns.navi09:hover {
  background: url(../images/svg/icon_ytb_on.svg) no-repeat center center;
  background-size: auto 16px;
}
#header .pcNavi li.komoji a {
  -webkit-transform: scale(1.13) translateY(-2px);
          transform: scale(1.13) translateY(-2px);
}
#header .pcNavi li a,
#header .pcNavi li p {
  color: #fff;
}
#header .pcNavi li a:hover,
#header .pcNavi li p:hover {
  color: #646464;
}
#header .pcNavi li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
#header .pcNavi li.on a, #header .pcNavi li.on p {
  color: #646464;
}
.fan #header {
  background-color: #323c96;
}
.fan #header .pcNavi li a:hover, .fan #header .pcNavi li p:hover {
  color: #828cc3;
}
.fan #header .pcNavi li.on a, .fan #header .pcNavi li.on p {
  color: #828CC3;
}
#header .spmenu {
  display: none;
}
/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
/*-------------------------------
#footer
--------------------------------*/
#footer {
  width: 100%;
  color: #505050;
}
#footer .inner {
  max-width: 1920px;
  margin: 0 auto;
  height: 200px;
  padding: 55px 0 25px 0;
  position: relative;
}
#footer .inner .ftNavi::before, #footer .inner .ftNavi::after,
#footer .inner .fsnsNavi::before,
#footer .inner .fsnsNavi::after {
  content: "";
  display: block;
  overflow: hidden;
}
#footer .inner .ftNavi::after,
#footer .inner .fsnsNavi::after {
  clear: both;
}
#footer .inner .ftNavi {
  padding: 50px 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .inner .ftNavi li {
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
}
#footer .inner .ftNavi li a {
  color: #505050;
}
#footer .inner .ftNavi li span {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
}
#footer .inner .ftNavi li.acs span {
  display: inline-block;
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
}
#footer .inner .ftNavi li:hover a {
  opacity: 0.7;
}
#footer .inner .ftNavi li + li {
  border-left: 3px solid #505050;
}
#footer .inner .fsnsNavi {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .inner .fsnsNavi li {
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#footer .inner .fsnsNavi li:hover {
  opacity: 0.8;
}
#footer .inner .fsnsNavi li a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .inner .fsnsNavi li.ins a {
  background: url(../images/svg/icon_insta_footer.svg) no-repeat center center;
  background-size: contain;
}
#footer .inner .fsnsNavi li.twt a {
  background: url(../images/svg/icon_twit_footer.svg) no-repeat center center;
  background-size: contain;
}
#footer .inner .fsnsNavi li.ytb a {
  background: url(../images/svg/icon_ytb_footer.svg) no-repeat center center;
  background-size: contain;
}
#footer .inner .fsnsNavi li + li {
  margin-left: 30px;
}
#footer .copy {
  max-width: 300px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-bottom: 10px;
}
#footer .copy img {
  display: block;
  width: 100%;
}
#footer .scrollUp {
  position: relative;
  background: url(../images/svg/page_top_lwr.svg) no-repeat bottom 15px center;
  background-size: 100px auto;
  width: 130px;
  height: 70px;
  margin: 30px auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fan #footer .scrollUp {
  background: url(../images/svg/page_top_lwr_fan.svg) no-repeat bottom 15px center;
  background-size: 100px auto;
}
#footer .scrollUp::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/svg/page_top_upr.svg) no-repeat top center;
  background-size: 30px auto;
  -webkit-animation-name: updown1;
          animation-name: updown1; /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 3s;
          animation-duration: 3s; /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.fan #footer .scrollUp::after {
  background: url(../images/svg/page_top_upr_fan.svg) no-repeat top center;
  background-size: 30px auto;
}
@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#footer .scrollUp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footer .scrollUp a {
  display: block;
  width: 100%;
  height: 100%;
}

.fan #footer .inner .ftNavi li a {
  color: #323c96;
}

.fan #footer .inner .ftNavi li + li {
  border-left-color: #323c96;
}

.fan #footer .inner .fsnsNavi li.ins a {
  background: url(../images/svg/icon_insta_footer_fan.svg) no-repeat center center;
  background-size: contain;
}
.fan #footer .inner .fsnsNavi li.twt a {
  background: url(../images/svg/icon_twit_footer_fan.svg) no-repeat center center;
  background-size: contain;
}
.fan #footer .inner .fsnsNavi li.ytb a {
  background: url(../images/svg/icon_ytb_footer_fan.svg) no-repeat center center;
  background-size: contain;
}
.fan #footer .inner .fsnsNavi li:hover {
  -webkit-filter: hue-rotate(120deg);
          filter: hue-rotate(120deg);
}

.follower {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  border-radius: 50%;
  pointer-events: none;
}

.follower {
  z-index: 1000;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(80, 80, 80, 0.3568627451);
  -webkit-transition: width ease 0.1s, height ease 0.1s, -webkit-transform linear 0.2s;
  transition: width ease 0.1s, height ease 0.1s, -webkit-transform linear 0.2s;
  transition: transform linear 0.2s, width ease 0.1s, height ease 0.1s;
  transition: transform linear 0.2s, width ease 0.1s, height ease 0.1s, -webkit-transform linear 0.2s;
}
.follower.is-active {
  width: 60px;
  height: 60px;
  border: none;
  background-color: rgba(190, 190, 190, 0.538);
}

/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
/*******************************************/
/* .section_upper                          */
/*******************************************/
.section_upper {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
  height: 150px;
}

/*******************************************/
/* #MainWrapper                          */
/*******************************************/
#MainWrapper {
  z-index: 1;
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#MainWrapper.wide {
  max-width: 2560px;
}

/*****************************************/
/* .block_title                          */
/*****************************************/
.block_title {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  position: relative;
  min-height: 50px;
  text-align: left;
}
.block_title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 0.4em;
  border-top: 2px solid black;
  margin-right: 0.3em;
}
.block_title.center {
  text-align: center;
}
.block_title.center::before {
  content: none;
}

/*****************************************/
/* .btnBack                               */
/*****************************************/
.btnBack {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnBack {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.btnBack a {
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 6px;
  border: 2px solid #262626;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.btnBack a .front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btnBack a .back {
  display: none;
}
.btnBack a:hover .front {
  background-color: #000;
  color: #fff;
}

/*****************************************/
/* BIOGRAPHO(HISTORY), DISCOGRAPY TABS   */
/*****************************************/
ul.tabPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000;
}
ul.tabPc li {
  color: #aaaaaa;
  margin-right: 30px;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 1.5625rem;
  letter-spacing: 0.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
ul.tabPc li:hover {
  color: #000;
}
ul.tabPc li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
ul.tabPc li.on {
  color: #000;
  position: relative;
}
ul.tabPc li.on::after {
  height: 3px;
  background-color: #000;
  width: 100%;
  left: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
ul.tabPc li a {
  color: #aaaaaa;
}
ul.tabPc li a:hover {
  color: #000;
}
ul.tabPc.slash {
  padding-bottom: 95px;
}
ul.tabPc.slash li {
  color: #b2b2b2;
}
ul.tabPc.slash li:hover {
  color: #000;
}
ul.tabPc.slash li.on {
  border-bottom: none;
  color: #000;
  cursor: auto;
}
ul.tabPc.slash li::after {
  display: inline;
  content: "/";
  padding-left: 10px;
}
ul.tabPc.slash li:last-child {
  padding-right: 0;
}
ul.tabPc.slash li:last-child::after {
  content: none;
}
.tabSp {
  display: none;
  margin-bottom: 40px;
}
.tabSp .btn,
.tabSp ul {
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  border: 1px solid #000;
  margin: 0 auto;
  text-align: left;
  line-height: 40px;
  padding: 5px 3em 0 1em;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}
.tabSp .btn,
.tabSp ul > li {
  cursor: pointer;
}
.tabSp .btn:hover,
.tabSp ul > li:hover {
  color: #3278dc;
}
.tabSp .btn.on,
.tabSp ul > li.on {
  color: #3278dc;
}
.tabSp .btn {
  position: relative;
}
.tabSp .btn::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) translateY(-20%) rotate(135deg);
          transform: translateX(-50%) translateY(-20%) rotate(135deg);
}
.tabSp .btn.open::after {
  -webkit-transform: translateX(-50%) translateY(-20%) rotate(-45deg);
          transform: translateX(-50%) translateY(-20%) rotate(-45deg);
}
.tabSp ul {
  border-top: none;
}

.sp_disp {
  display: none;
}
br.xl_disp {
  display: none;
}
br.l_disp {
  display: none;
}
br.ml_disp {
  display: none;
}
br.ms_disp {
  display: none;
}
br.s_disp {
  display: none;
}
br.xs_disp {
  display: none;
}

/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
#top {
  background-color: #fff;
}

/*-------------------------------
loading images
--------------------------------*/
.loading {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background-size: 500px auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.loading.active {
  background: #000 url(../images/takami_top_loading_logo.png?v=20250530);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  opacity: 1;
  -webkit-animation: fade-out 1.5s 1 ease 0 forwards;
          animation: fade-out 1.5s 1 ease 0 forwards;
}
.loading.hide {
  opacity: 0;
}

.is-webp .loading.active {
  background-image: url(../images/takami_top_loading_logo.webp?v=20250530);
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/********** background image↓ **********/
#bgimg {
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
  background-image: url(../images/takami_1_HP-1118_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.is-no-webp #bgimg {
  background-image: url(../images/takami_1_HP-1118_2.png?v=20251118);
}

.is-webp #bgimg {
  background-image: url(../images/takami_1_HP-1118_2.webp?v=20251118);
}
.bgimg_ovly {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/takami_1_HP-1118_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 1;
  -webkit-transition: opacity 1.2s linear 1.5s;
  transition: opacity 1.2s linear 1.5s;
  pointer-events: none;
}

.is-no-webp .bgimg_ovly {
  background-image: url(../images/takami_1_HP-1118_2.png?v=20251118);
}

.is-webp .bgimg_ovly {
  background-image: url(../images/takami_1_HP-1118_2.webp?v=20251118);
}
.bgimg_ovly.delayed {
  -webkit-transition: opacity 2s linear 2.1s;
  transition: opacity 2s linear 2.1s;
}

.is-load-complete .bgimg_ovly {
  opacity: 0 !important;
}

/********** background image↑ **********/
.scrollDwnType2 {
  position: absolute;
  bottom: 85px;
  width: 80px;
  left: 3%;
  overflow: visible;
  z-index: 100;
}
.scrollDwnType2 .scrolldwn {
  position: relative;
  display: inline-block;
  color: var(--scroll-color);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    height: 25px;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 75px;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    height: 25px;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 75px;
  }
}
.scrollDwnType2 .movingDwnArw {
  position: absolute;
  width: 30px;
  height: 75px;
  bottom: -100px;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-animation: 2s linear fuwafuwa 2s infinite;
          animation: 2s linear fuwafuwa 2s infinite;
  background-color: rgba(0, 0, 0, 0.1);
}
.scrollDwnType2 .movingDwnArw::before, .scrollDwnType2 .movingDwnArw::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  background-color: var(--scroll-color);
}
.scrollDwnType2 .movingDwnArw::before {
  width: 9px;
  height: 9px;
  left: 10px;
  border-radius: 50%;
}
.scrollDwnType2 .movingDwnArw::after {
  top: 0;
  left: 14px;
  height: 75px;
  width: 1px;
}

/*-------------------------------
.pmMovie
--------------------------------*/
.pmMovie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.29%;
  overflow: hidden;
}

.pmMovie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sp_disp.pmMovie {
  padding-bottom: 56.25%;
}

/*-------------------------------
.top_slider_pc
--------------------------------*/
.top_slider_pc {
  position: absolute;
  right: 4%;
  bottom: 13%;
  max-width: 274px;
  min-height: 300px;
  height: 420px;
  z-index: 100;
}
.top_slider_pc .swiper-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.top_slider_pc .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_slider_pc .swiper-slide {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_slider_pc .swiper-slide a {
  position: relative;
  display: block;
  width: 270px;
  height: 155px;
}
.top_slider_pc .swiper-slide img {
  position: absolute;
  z-index: 2;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.3s;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.top_slider_pc .next-arrow {
  position: absolute;
  margin: auto;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  cursor: pointer;
  background-color: rgba(0, 15, 50, 0.5);
}

.is-load-complete .top_slider_pc .swiper-slide img {
  opacity: 1;
}

/*-------------------------------
.top_slider_sp
--------------------------------*/
.top_slider_sp {
  display: none;
  margin: 0 auto;
  padding-top: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.top_slider_sp.honly {
  display: block;
}
.top_slider_sp .swiper-container {
  height: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.top_slider_sp .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_slider_sp .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.top_slider_sp .swiper-container .swiper-wrapper .swiper-slide a img {
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.3s;
  transition: opacity 0.5s ease-in-out 0.3s;
}
.top_slider_sp .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 40px auto;
}
.top_slider_sp .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 3px;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.477);
  width: 30px;
  margin-right: 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top_slider_sp .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.top_slider_sp .swiper-pagination-bullet-active {
  background-color: #000;
  width: 60px;
}
.top_slider_sp .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.top_slider_sp .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: static;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.is-load-complete .top_slider_sp .swiper-container .swiper-wrapper .swiper-slide a img {
  opacity: 1;
}

/*-------------------------------
.top_gallery_slider
--------------------------------*/
.top_gallery_slider {
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}
.top_gallery_slider .swiper-slide::after {
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* ①疑似要素のボックスを影色で塗りつぶし */
  background-color: rgba(0, 0, 0, 0.3);
  /* ②ブラーフィルターでぼかす */
  -webkit-filter: blur(5px);
          filter: blur(5px);
  /* ③位置やサイズを調整 */
  /* ④乗算で重ねる */
  mix-blend-mode: multiply;
}
.top_gallery_slider .swiper-slide img {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}
.is-load-complete .top_gallery_slider .swiper-slide img {
  opacity: 1;
}

/*-------------------------------
.メイン
--------------------------------*/
/*-------------------------------
.section_general
--------------------------------*/
.section_general .blkwrap {
  display: block;
  color: #000;
}
.section_general .blkwrap .item {
  padding: 90px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section_general .blkwrap .item.newsarea {
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
}
.section_general .blkwrap .item.twt {
  margin: -100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 120px 0 50px 0;
  margin-bottom: 160px;
}
.section_general .blkwrap .item.twt::before {
  z-index: -1;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
.section_general .blkwrap .item .news_area, .section_general .blkwrap .item .twitter_area {
  width: 90%;
}
.section_general .blkwrap .item .news_area .newslist {
  margin: 0 0 0 auto;
  width: 90%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.section_general .blkwrap .item .news_area .newslist.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.section_general .blkwrap .item .news_area .newslist dl {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  color: #505050;
}
.section_general .blkwrap .item .news_area .newslist dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 25px;
  text-decoration: none;
  color: #505050;
}
.section_general .blkwrap .item .news_area .newslist dl a:visited {
  color: #505050;
}
.section_general .blkwrap .item .news_area .newslist dl a:hover {
  color: #323c96;
  background-color: #eaebf7;
}
.section_general .blkwrap .item .news_area .newslist dl:last-child a {
  border-bottom: none;
}
.section_general .blkwrap .item .news_area .newslist dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Anton", sans-serif;
  position: relative;
  padding-left: 1em;
  font-size: 1.875rem;
}
.section_general .blkwrap .item .news_area .newslist dl dt .year {
  font-size: 1rem;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg) translateY(120%);
          transform: rotate(90deg) translateY(120%);
}
.section_general .blkwrap .item .news_area .newslist dl dd {
  margin-left: 30px;
  position: relative;
  font-weight: bold;
}
.section_general .blkwrap .item .news_area .newslist dl.new dd::after {
  content: "NEW!";
  display: inline;
  color: red;
  font-weight: bold;
  padding-left: 0.8em;
}
.section_general .blkwrap .item .news_area .news_viewall {
  margin: 20px 0 100px 50%;
  font-size: 1.5rem;
}
.section_general .blkwrap .item .twitter_area {
  display: block;
  padding-right: 10%;
}
.section_general .blkwrap .item .twitter_area .block_title {
  color: #fff;
  width: 100%;
  padding-top: 100px;
  max-height: 3em;
}
.section_general .blkwrap .item .twitter_area .block_title::before {
  border-color: #fff;
}
.section_general .blkwrap .item .twitter_area .iframe_wrap {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}

/*-------------------------------
  VIEW ALL のボタン
--------------------------------*/
.arrow__btn {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.arrow__btn a {
  display: block;
  overflow: visible;
}
.arrow__btn .t__pare {
  font-family: "Anton", sans-serif;
  position: relative;
  font-size: 1.25rem;
  color: #000;
}
.arrow__btn .t__pare span {
  display: inline-block;
  margin-left: -2px;
}
.arrow__btn .arrow {
  width: 150px;
  position: absolute;
  top: 20px;
  left: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.arrow__btn .arrow.long {
  width: 130px;
}
.arrow__btn .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.arrow__btn .arrow .st0 {
  fill: none;
  stroke: none;
}
.arrow__btn .arrow .st1 {
  fill: none;
  stroke: #212121;
}
.arrow__btn .arrow #line {
  -webkit-transition: opacity 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94), opacity 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94), opacity 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.9, 0.07, 0.45, 0.94);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.arrow__btn .arrow circle.st1 {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  stroke: #222222;
  stroke-dashoffset: 0;
  stroke-dasharray: 100px;
}
.arrow__btn:hover .arrow {
  -webkit-transform: translate3d(-8px, 0, 0);
          transform: translate3d(-8px, 0, 0);
}
.arrow__btn:hover .arrow #line {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.arrow__btn:hover .arrow circle.st1 {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  stroke-dashoffset: 100px;
}

/*-------------------------------
.section_banner
--------------------------------*/
.section_banner {
  width: calc(100% - 20px);
  max-width: 850px;
  margin: 100px auto 50px;
}
.section_banner img, .section_banner picture {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
.section_banner a, .section_banner div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.section_banner div.mobile {
  display: none;
}
.section_banner .sec_bnr_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px auto;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section_banner .sec_bnr_wrp {
  margin-top: 30px;
}
@media only screen and (max-width: 1280px) {
  body {
    margin: 0;
  }
  #header .pcNavi {
    padding: 0 50px;
  }
  #header .pcNavi li {
    font-size: 1.3125rem;
    margin-right: 20px;
  }
  br.xl_disp {
    display: block;
  }
  .section_general .blkwrap .item.newsarea {
    padding: 30px 0;
  }
  .section_general .blkwrap .item.twt {
    margin-top: -80px;
    padding-top: 60px;
    margin-bottom: 80px;
  }
  .section_general .blkwrap .item .news_area .newslist {
    width: 95%;
  }
  .section_general .blkwrap .item .twitter_area .block_title {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 1025px) {
  body {
    margin: 0;
  }
  #header .pcNavi {
    padding: 0 20px;
  }
  #header .pcNavi li {
    font-size: 0.875rem;
  }
  #header .pcNavi li.sns {
    margin-right: 5px;
  }
  #header .pcNavi li.komoji a {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  #footer .inner .ftNavi li span {
    font-size: 1.125rem;
  }
  ul.tabPc {
    display: none;
  }
  .tabSp {
    display: block;
  }
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
  br.l_disp {
    display: block;
  }
  #bgimg {
    background-image: url(../images/takami_1_HP-1118_2sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
  .is-no-webp #bgimg {
    background-image: url(../images/takami_1_HP-1118_2sp.png?v=20251118);
  }
  .is-webp #bgimg {
    background-image: url(../images/takami_1_HP-1118_2sp.webp?v=20251118);
  }
  .bgimg_ovly {
    background-image: url(../images/takami_1_HP-1118_2sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 1;
  }
  .is-no-webp .bgimg_ovly {
    background-image: url(../images/takami_1_HP-1118_2sp.png?v=20251118);
  }
  .is-webp .bgimg_ovly {
    background-image: url(../images/takami_1_HP-1118_2sp.webp?v=20251118);
  }
  .top_slider_pc {
    display: none;
  }
  .top_slider_pc .swiper-slide a {
    height: 100%;
    width: auto;
  }
  .top_slider_pc .next-arrow {
    display: none;
  }
  .top_slider_sp {
    display: block;
  }
  .section_general .blkwrap .item {
    padding: 90px 20px;
  }
  .section_general .blkwrap .item .news_area .newslist dl {
    font-size: 0.875rem;
  }
  .section_general .blkwrap .item .news_area .newslist dl a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  #header .pcNavi {
    display: none;
  }
  #header .spmenu {
    display: block;
  }
  .fan #header .spmenu {
    background-color: #323c96;
  }
  #header .spmenu {
    height: 60px;
    background-color: #000;
    width: 100%;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1em;
  }
  #header .spmenu .spdl {
    z-index: 70000;
    position: fixed;
    top: 60px;
    right: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: #000;
    padding: 20px 10px 20px 10px;
    text-align: left;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
  }
  #header .spmenu .spdl::-webkit-scrollbar {
    display: none;
  }
  #header .spmenu .spdl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: calc(57% + 30px);
    background-color: #4f4f4f;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  #header .spmenu .spdl.open {
    right: 0;
  }
  #header .spmenu .spdl.open .linkline {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  #header .spmenu .spdl_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-height: 600px;
    min-height: 380px;
  }
  #header .spmenu .linkline {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  #header .spmenu .linkline:first-child {
    -webkit-transition: all 0.7s 0.2s ease-in-out;
    transition: all 0.7s 0.2s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(2) {
    -webkit-transition: all 0.7s 0.3s ease-in-out;
    transition: all 0.7s 0.3s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(3) {
    -webkit-transition: all 0.7s 0.4s ease-in-out;
    transition: all 0.7s 0.4s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(4) {
    -webkit-transition: all 0.7s 0.5s ease-in-out;
    transition: all 0.7s 0.5s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(5) {
    -webkit-transition: all 0.7s 0.6s ease-in-out;
    transition: all 0.7s 0.6s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(6) {
    -webkit-transition: all 0.7s 0.7s ease-in-out;
    transition: all 0.7s 0.7s ease-in-out;
  }
  #header .spmenu .linkline:nth-child(7) {
    -webkit-transition: all 0.7s 0.7s ease-in-out;
    transition: all 0.7s 0.7s ease-in-out;
  }
  #header .spmenu .linkline a {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: left;
  }
  #header .spmenu .linkline p {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    height: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
  }
  #header .spmenu .linkline p.textaccess {
    font-size: 1.6875rem;
  }
  #header .spmenu .linkline.sns {
    float: none;
    margin: 30px auto 0;
    max-width: 200px;
    width: 100%;
    padding: 0;
  }
  #header .spmenu .linkline.sns a {
    width: 100%;
    height: 100%;
  }
  #header .spmenu .linkline.sns p {
    width: auto;
  }
  #header .spmenu .linkline.sns > div {
    float: left;
    display: inline;
    width: 33.3%;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .spmenu .linkline.sns > div.ytb {
    background: url(../images/svg/icon_ytb.svg) no-repeat center top;
    background-size: contain;
  }
  #header .spmenu .linkline.sns > div.insta {
    background: url(../images/svg/icon_insta.svg) no-repeat center top;
    background-size: contain;
  }
  #header .spmenu .linkline.sns > div.twt {
    background: url(../images/svg/icon_twit.svg) no-repeat center top;
    background-size: contain;
  }
  #header .burger {
    z-index: 70003;
    top: 15px;
    right: 10px;
    height: 30px;
    width: 30px;
    position: fixed;
    font-size: 0.625rem;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-tap-highlight-color: transparent;
  }
  #header .burger .burger-lines::after {
    left: 0;
    top: -10px;
  }
  #header .burger .burger-lines::before {
    left: 1em;
    top: 10px;
  }
  #header .burger .burger-lines {
    top: 50%;
    margin-top: -1.25px;
  }
  #header .burger .burger-lines, #header .burger .burger-lines::after, #header .burger .burger-lines::before {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 1.25px;
    position: absolute;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
    transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s, 0.2s -webkit-transform;
    width: 30px;
  }
  #header .burger .burger-lines::after, #header .burger .burger-lines::before {
    left: 0;
  }
  #header .burger .burger-lines::after {
    top: -10px;
  }
  #header .burger .burger-lines::before {
    top: 10px;
    width: 20px;
  }
  #header .burger.open .burger-lines, #header .burger.open .burger-lines:after, #header .burger.open .burger-lines:before {
    background-color: white;
    -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s, 0.2s -webkit-transform 0.15s;
  }
  #header .burger.open .burger-lines {
    background-color: transparent;
  }
  #header .burger.open .burger-lines:before, #header .burger.open .burger-lines:after {
    width: 30px;
    left: 0;
    top: 0px;
  }
  #header .burger.open .burger-lines:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .burger.open .burger-lines:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #footer .inner .ftNavi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 350px;
    padding: 40px 0 20px;
  }
  #footer .inner .ftNavi li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 10px;
    margin-bottom: 25px;
  }
  #footer .inner .ftNavi li.news {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  #footer .inner .ftNavi li.disc, #footer .inner .ftNavi li.fan {
    border-left: none;
  }
  .section_upper {
    height: 60px;
  }
  .block_title {
    font-size: 1.875rem;
  }
  .tabSp .btn,
  .tabSp ul {
    font-size: 1.125rem;
    line-height: 35px;
  }
  br.ml_disp {
    display: block;
  }
  .section_general .blkwrap .item .news_area, .section_general .blkwrap .item .twitter_area {
    width: calc(100% - 20px);
  }
  .section_general .blkwrap .item .twitter_area {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  #footer .inner {
    height: auto;
    padding: 35px 0 15px 0;
  }
  #footer .inner .ftNavi li span {
    font-size: 1rem;
  }
  #footer .copy {
    max-width: 250px;
  }
  .follower {
    display: none;
  }
  .btnBack {
    margin-bottom: 20px;
  }
  .btnBack a {
    width: 130px;
    height: 50px;
    font-size: 1.25rem;
    line-height: 50px;
  }
  br.ms_disp {
    display: block;
  }
  .loading.active {
    background-size: 70% auto;
  }
  .top_slider_sp .swiper-pagination-bullet {
    width: 20px;
    margin-right: 10px;
  }
  .top_slider_sp .swiper-pagination-bullet-active {
    width: 30px;
  }
  .section_general .blkwrap .item {
    padding: 50px 10px;
  }
  .section_general .blkwrap .item .news_area, .section_general .blkwrap .item .twitter_area {
    width: 100%;
  }
  .section_general .blkwrap .item .news_area .newslist {
    width: calc(100% - 20px);
  }
  .section_general .blkwrap .item .news_area .newslist dl {
    font-size: 0.75rem;
  }
  .section_general .blkwrap .item .news_area .newslist dl a {
    display: block;
  }
  .section_general .blkwrap .item .news_area .newslist dl dt {
    font-size: 1.5rem;
  }
  .section_general .blkwrap .item .news_area .newslist dl dt .year {
    font-size: 0.875rem;
  }
  .section_general .blkwrap .item .news_area .newslist dl dd {
    margin-left: 0;
  }
  .section_general .blkwrap .item .news_area .news_viewall {
    margin: 30px auto 80px;
    padding-top: 20px;
    font-size: 1.25rem;
    margin-left: -2em;
  }
  .section_general .blkwrap .item .twitter_area .block_title {
    width: 100%;
  }
  .section_banner a, .section_banner div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .section_banner a + div, .section_banner div + a {
    margin-top: 20px;
  }
  .section_banner div.nmobile {
    display: none;
  }
  .section_banner div.mobile {
    display: block;
  }
  .section_banner .sec_bnr_wrp {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  body {
    margin: 0;
  }
  #footer .copy {
    max-width: 220px;
  }
  br.s_disp {
    display: block;
  }
  .top_slider_sp .swiper-pagination-bullet {
    margin-right: 5px;
  }
  .section_general .blkwrap .item.twt::before {
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
  }
  .section_general .blkwrap .item .news_area .newslist dl a {
    padding-left: 0;
  }
  .section_banner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 340px) {
  body {
    margin: 0;
  }
  br.xs_disp {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  #header .spmenu .linkline p {
    font-size: 1.375rem;
  }
  #header .spmenu .linkline p.textaccess {
    font-size: 1.5625rem;
  }
}
@media (min-height: 600px) {
  /* 高さ500px以上の場合 */
  #header .spmenu .spdl_flx {
    padding-top: 20px;
  }
  #header .spmenu .spdl .linkline {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 780px) {
  .section_general .blkwrap .item .twitter_area .iframe_wrap {
    overflow: hidden;
  }
  .section_general .blkwrap .item .twitter_area .iframe_wrap iframe {
    width: calc(100vw - 45px) !important;
  }
}
/*# sourceMappingURL=../maps/top.css.map */
