@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #111;
  font-size: 1.7rem;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure,
  form, input, textarea, select, button, div {
    font-size: 3.75vw;
  }
}

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

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 801px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.wrap {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .wrap {
    width: calc(100% - 12.5vw);
    max-width: initial;
  }
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .inner {
    width: 100%;
    max-width: initial;
  }
}

.content {
  overflow: hidden;
}

.roll {
  font-family: "RocknRoll One", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

.zen {
  font-family: "Zen Kaku Gothic New", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .tab {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
body.fixed .header_logo {
  display: none;
}

/*menu*/
.toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10001;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
}

.toggle.active {
  position: fixed;
}

.toggle div {
  position: relative;
  display: block;
  width: 54px;
  height: 30px;
}

.toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1.5px;
}

.toggle span:nth-child(1) {
  top: 0;
}

.toggle span:nth-child(2) {
  top: 50%;
}

.toggle span.hover {
  background: none;
  bottom: 0;
}

.toggle span.hover:before {
  content: "MENU";
  display: block;
  width: 100%;
  height: 16px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
}

body.fixed .toggle {
  background: none;
}

body.fixed .toggle span:nth-child(1) {
  top: 30%;
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg);
}

body.fixed .toggle span:nth-child(2) {
  top: 30%;
  -webkit-transform: rotate(-345deg);
  transform: rotate(-345deg);
}

body.fixed .toggle span.hover:before {
  content: "CLOSE";
}

body.fixed {
  overflow: hidden;
}

#header {
  background: none;
}

body.fixed #header .nav_wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header .nav_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: #0368b6;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

#header .nav_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

#header .nav_wrap .wrap {
  max-width: 930px;
  min-height: 100vh;
  padding: 10% 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#header ul li + li {
  margin-top: 30px;
}

#header ul li a {
  display: inline-block;
  font-family: "RocknRoll One", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.3;
}

#header .archive_nav p {
  padding: 1em 0;
}

@media screen and (max-width: 1024px) {
  .toggle {
    top: 2%;
    right: 5%;
  }
  #header .nav_wrap {
    height: 100%;
  }
  #header .nav_wrap p img,
  #header .nav_wrap ul li img {
    width: auto;
    height: 15px;
  }
  #header .nav_wrap ul.nav li:first-of-type img {
    height: 16px;
  }
}
@media screen and (max-width: 800px) {
  /*menu*/
  .toggle {
    width: 14vw;
    height: 14vw;
    top: 6vw;
    right: 5%;
  }
  .toggle.active {
    position: fixed;
  }
  .toggle div {
    position: relative;
    display: block;
    width: 8vw;
    height: 5.5vw;
  }
  #header .archive_nav,
  #header ul {
    padding: 5% 0 28%;
  }
  #header .archive_nav ul {
    padding: 0;
  }
  #header ul li + li {
    margin-top: 5%;
  }
  #header .nav_wrap ul.nav li:first-of-type img {
    height: 41px;
  }
  #header ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .toggle {
    width: 12.5vw;
    height: 12.5vw;
  }
  .toggle div {
    width: 6.625vw;
    height: 5vw;
  }
  .toggle span {
    height: 0.375vw;
  }
  .toggle span:nth-child(2) {
    top: 40%;
  }
  .toggle span.hover:before {
    height: auto;
    font-size: 1.625vw;
    white-space: nowrap;
  }
  #header .nav_wrap {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  #header .nav_wrap .wrap {
    display: block;
    padding: 20% 0;
  }
  #header ul {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #header .archive_nav {
    padding-top: 0;
  }
  #header .archive_nav p,
  #header ul li {
    margin-left: 0;
  }
  #header .archive_nav ul {
    margin-top: 1em;
  }
  #header ul.nav li img {
    width: auto;
    height: 3.4vw;
  }
  #header ul.nav li:first-of-type img {
    height: 10vw;
  }
  #header .archive_nav p img,
  #header .archive_nav li img {
    width: auto;
    height: 3.4vw;
  }
  #header ul li a {
    font-size: 4vw;
  }
}
#header .nav_wrap .ico {
  position: absolute;
  pointer-events: none;
}
#header .nav_wrap .ico .svg svg {
  width: 94.6666666667vw;
  height: auto;
}
#header .nav_wrap .ico .svg .svg-elem-2,
#header .nav_wrap .ico .svg .svg-elem-3,
#header .nav_wrap .ico .svg .svg-elem-4,
#header .nav_wrap .ico .svg .svg-elem-5,
#header .nav_wrap .ico .svg .svg-elem-6,
#header .nav_wrap .ico .svg .svg-elem-7,
#header .nav_wrap .ico .svg .svg-elem-8,
#header .nav_wrap .ico .svg .svg-elem-9 {
  opacity: 0;
}
#header .nav_wrap .ico.ico01 {
  bottom: calc(50% - 10vw);
  right: 50%;
}
#header .nav_wrap .ico.ico01 .svg-elem-1 {
  stroke-dashoffset: 2486.5090332031px;
  stroke-dasharray: 2486.5090332031px;
}
#header .nav_wrap .ico.ico02 {
  top: calc(50% - 10vw);
  left: 50%;
}
#header .nav_wrap .ico.ico02 .svg-elem-1 {
  stroke-dashoffset: 2486.5087890625px;
  stroke-dasharray: 2486.5087890625px;
}
#header .nav_wrap.active .ico .svg .svg-elem-2,
#header .nav_wrap.active .ico .svg .svg-elem-3,
#header .nav_wrap.active .ico .svg .svg-elem-4,
#header .nav_wrap.active .ico .svg .svg-elem-5,
#header .nav_wrap.active .ico .svg .svg-elem-6,
#header .nav_wrap.active .ico .svg .svg-elem-7,
#header .nav_wrap.active .ico .svg .svg-elem-8,
#header .nav_wrap.active .ico .svg .svg-elem-9 {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  transition-delay: 1.5s;
}
#header .nav_wrap.active .ico01 .svg .svg-elem-1 {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  stroke-dashoffset: 4973.0180664063px;
}
#header .nav_wrap.active .ico02 .svg .svg-elem-1 {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  stroke-dashoffset: 4973.017578125px;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 801px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_white {
  color: #fff;
}

.txt_blue01 {
  color: #0368b6;
}

.txt_yellow01 {
  color: #fdd000;
}

.txt_green01 {
  color: #009843;
}

.txt_red01 {
  color: #e11817;
}

.ib {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.str_ttl {
  text-align: center;
  font-size: 5rem;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .str_ttl {
    font-size: 7.25vw;
  }
}

.sec_ttl_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .sec_ttl_box {
    margin-bottom: 13.75vw;
  }
}
.sec_ttl_box .ttl_txt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .sec_ttl_box .ttl_txt {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 600px) {
  .sec_ttl_box .ttl_txt img {
    width: 33vw;
  }
}
.sec_ttl_box .txt {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .sec_ttl_box .txt {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 600px) {
  .sec_ttl_box .txt {
    font-size: 2.875vw;
  }
}

.sec_ttl {
  text-align: center;
  font-family: "RocknRoll One", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .sec_ttl {
    font-size: 5.75vw;
  }
}
.sec_ttl span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sec_ttl span:nth-child(1) {
  transition-delay: 0s;
}
.sec_ttl span:nth-child(2) {
  transition-delay: 0.1s;
}
.sec_ttl span:nth-child(3) {
  transition-delay: 0.2s;
}
.sec_ttl span:nth-child(4) {
  transition-delay: 0.3s;
}
.sec_ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.sec_ttl span:nth-child(6) {
  transition-delay: 0.5s;
}
.sec_ttl span:nth-child(7) {
  transition-delay: 0.6s;
}
.sec_ttl span:nth-child(8) {
  transition-delay: 0.7s;
}
.sec_ttl span:nth-child(9) {
  transition-delay: 0.8s;
}
.sec_ttl span:nth-child(10) {
  transition-delay: 0.9s;
}
.sec_ttl span:nth-child(11) {
  transition-delay: 1s;
}
.sec_ttl span:nth-child(12) {
  transition-delay: 1.1s;
}
.sec_ttl span:nth-child(13) {
  transition-delay: 1.2s;
}
.sec_ttl span:nth-child(14) {
  transition-delay: 1.3s;
}
.sec_ttl span:nth-child(15) {
  transition-delay: 1.4s;
}
.sec_ttl span:nth-child(16) {
  transition-delay: 1.5s;
}
.sec_ttl span:nth-child(17) {
  transition-delay: 1.6s;
}
.sec_ttl span:nth-child(18) {
  transition-delay: 1.7s;
}
.sec_ttl span:nth-child(19) {
  transition-delay: 1.8s;
}
.sec_ttl span:nth-child(20) {
  transition-delay: 1.9s;
}
.sec_ttl span:nth-child(21) {
  transition-delay: 2s;
}
.sec_ttl span:nth-child(22) {
  transition-delay: 2.1s;
}
.sec_ttl span:nth-child(23) {
  transition-delay: 2.2s;
}
.sec_ttl span:nth-child(24) {
  transition-delay: 2.3s;
}
.sec_ttl span:nth-child(25) {
  transition-delay: 2.4s;
}
.sec_ttl span:nth-child(26) {
  transition-delay: 2.5s;
}
.sec_ttl span:nth-child(27) {
  transition-delay: 2.6s;
}
.sec_ttl span:nth-child(28) {
  transition-delay: 2.7s;
}
.sec_ttl span:nth-child(29) {
  transition-delay: 2.8s;
}
.sec_ttl span:nth-child(30) {
  transition-delay: 2.9s;
}
.sec_ttl span:nth-child(31) {
  transition-delay: 3s;
}
.sec_ttl span:nth-child(32) {
  transition-delay: 3.1s;
}
.sec_ttl span:nth-child(33) {
  transition-delay: 3.2s;
}
.sec_ttl span:nth-child(34) {
  transition-delay: 3.3s;
}
.sec_ttl span:nth-child(35) {
  transition-delay: 3.4s;
}
.sec_ttl span:nth-child(36) {
  transition-delay: 3.5s;
}
.sec_ttl span:nth-child(37) {
  transition-delay: 3.6s;
}
.sec_ttl span:nth-child(38) {
  transition-delay: 3.7s;
}
.sec_ttl span:nth-child(39) {
  transition-delay: 3.8s;
}
.sec_ttl span:nth-child(40) {
  transition-delay: 3.9s;
}
.sec_ttl span:nth-child(41) {
  transition-delay: 4s;
}
.sec_ttl span:nth-child(42) {
  transition-delay: 4.1s;
}
.sec_ttl span:nth-child(43) {
  transition-delay: 4.2s;
}
.sec_ttl span:nth-child(44) {
  transition-delay: 4.3s;
}
.sec_ttl span:nth-child(45) {
  transition-delay: 4.4s;
}
.sec_ttl span:nth-child(46) {
  transition-delay: 4.5s;
}
.sec_ttl span:nth-child(47) {
  transition-delay: 4.6s;
}
.sec_ttl span:nth-child(48) {
  transition-delay: 4.7s;
}
.sec_ttl span:nth-child(49) {
  transition-delay: 4.8s;
}
.sec_ttl span:nth-child(50) {
  transition-delay: 4.9s;
}
.sec_ttl span:nth-child(51) {
  transition-delay: 5s;
}
.sec_ttl span:nth-child(52) {
  transition-delay: 5.1s;
}
.sec_ttl span:nth-child(53) {
  transition-delay: 5.2s;
}
.sec_ttl span:nth-child(54) {
  transition-delay: 5.3s;
}
.sec_ttl span:nth-child(55) {
  transition-delay: 5.4s;
}
.sec_ttl span:nth-child(56) {
  transition-delay: 5.5s;
}
.sec_ttl span:nth-child(57) {
  transition-delay: 5.6s;
}
.sec_ttl span:nth-child(58) {
  transition-delay: 5.7s;
}
.sec_ttl span:nth-child(59) {
  transition-delay: 5.8s;
}
.sec_ttl span:nth-child(60) {
  transition-delay: 5.9s;
}
.sec_ttl span:nth-child(61) {
  transition-delay: 6s;
}
.sec_ttl span:nth-child(62) {
  transition-delay: 6.1s;
}
.sec_ttl span:nth-child(63) {
  transition-delay: 6.2s;
}
.sec_ttl span:nth-child(64) {
  transition-delay: 6.3s;
}
.sec_ttl span:nth-child(65) {
  transition-delay: 6.4s;
}
.sec_ttl span:nth-child(66) {
  transition-delay: 6.5s;
}
.sec_ttl span:nth-child(67) {
  transition-delay: 6.6s;
}
.sec_ttl span:nth-child(68) {
  transition-delay: 6.7s;
}
.sec_ttl span:nth-child(69) {
  transition-delay: 6.8s;
}
.sec_ttl span:nth-child(70) {
  transition-delay: 6.9s;
}
.sec_ttl span:nth-child(71) {
  transition-delay: 7s;
}
.sec_ttl span:nth-child(72) {
  transition-delay: 7.1s;
}
.sec_ttl span:nth-child(73) {
  transition-delay: 7.2s;
}
.sec_ttl span:nth-child(74) {
  transition-delay: 7.3s;
}
.sec_ttl span:nth-child(75) {
  transition-delay: 7.4s;
}
.sec_ttl span:nth-child(76) {
  transition-delay: 7.5s;
}
.sec_ttl span:nth-child(77) {
  transition-delay: 7.6s;
}
.sec_ttl span:nth-child(78) {
  transition-delay: 7.7s;
}
.sec_ttl span:nth-child(79) {
  transition-delay: 7.8s;
}
.sec_ttl span:nth-child(80) {
  transition-delay: 7.9s;
}
.sec_ttl span:nth-child(81) {
  transition-delay: 8s;
}
.sec_ttl span:nth-child(82) {
  transition-delay: 8.1s;
}
.sec_ttl span:nth-child(83) {
  transition-delay: 8.2s;
}
.sec_ttl span:nth-child(84) {
  transition-delay: 8.3s;
}
.sec_ttl span:nth-child(85) {
  transition-delay: 8.4s;
}
.sec_ttl span:nth-child(86) {
  transition-delay: 8.5s;
}
.sec_ttl span:nth-child(87) {
  transition-delay: 8.6s;
}
.sec_ttl span:nth-child(88) {
  transition-delay: 8.7s;
}
.sec_ttl span:nth-child(89) {
  transition-delay: 8.8s;
}
.sec_ttl span:nth-child(90) {
  transition-delay: 8.9s;
}
.sec_ttl span:nth-child(91) {
  transition-delay: 9s;
}
.sec_ttl span:nth-child(92) {
  transition-delay: 9.1s;
}
.sec_ttl span:nth-child(93) {
  transition-delay: 9.2s;
}
.sec_ttl span:nth-child(94) {
  transition-delay: 9.3s;
}
.sec_ttl span:nth-child(95) {
  transition-delay: 9.4s;
}
.sec_ttl span:nth-child(96) {
  transition-delay: 9.5s;
}
.sec_ttl span:nth-child(97) {
  transition-delay: 9.6s;
}
.sec_ttl span:nth-child(98) {
  transition-delay: 9.7s;
}
.sec_ttl span:nth-child(99) {
  transition-delay: 9.8s;
}
.sec_ttl span:nth-child(100) {
  transition-delay: 9.9s;
}
.sec_ttl.fade-on {
  opacity: 1;
}
.sec_ttl.fade-on span {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------
	.btn
------------------------------ */
.grad-btn {
  position: absolute;
  bottom: 2.2em;
  right: 5%;
  padding-right: 2.5em;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

.grad-btn::before {
  content: "もっと読む ";
}

.grad-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.2em;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9;
  transition: all 0.5s;
}

.grad-item {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  height: 5em;
  margin-bottom: 2.933em;
}

::-webkit-full-page-media, :future, :root .grad-item {
  padding-right: 0.5em;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}

.grad-trigger:checked ~ .grad-btn::after {
  bottom: -0.6em;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}

@media screen and (min-width: 801px) {
  .grad-btn:hover::after {
    bottom: 0em;
  }
  .grad-trigger:checked ~ .grad-btn:hover::after {
    bottom: -0.2em;
  }
}
@media screen and (max-width: 1024px) {
  .grad-item {
    margin-bottom: 3em;
  }
  .grad-btn {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }
  .grad-btn::after {
    position: relative;
    right: -0.5em;
    bottom: 0.7rem;
  }
  .grad-trigger:checked ~ .grad-btn::after {
    bottom: -0.4em;
    right: -2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .grad-btn {
    font-size: 3.375vw;
    bottom: 1em;
  }
  .grad-item {
    font-size: 3.5vw;
  }
  .grad-btn::after {
    bottom: 0.5em;
    border-width: 2px;
  }
  .grad-trigger:checked ~ .grad-btn::after {
    bottom: -0.3em;
  }
  .external {
    font-size: 2.8vw;
    text-align: left;
  }
  .external a {
    font-size: 2.8vw;
    display: inline-block;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }
}
/* ------------------------------
	.fukidashi
------------------------------ */
.fukidashi {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 3s;
}

.fade-on .fukidashi {
  opacity: 1;
  transform: scale(1);
}