@charset "UTF-8";
/* ================================================
/ itononiwa takibi 2020
/ takibi-itononiwa-base.css
/ ============================================== */

@import url("normalize.css");

*{
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
  overflow: auto;
}
body {
  width: 100%;
  font-family:'Open Sans', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000000;
  position: relative;
  overflow: hidden;
  margin: 0;
}
img {
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}
*:focus {
  outline: none;
}
a {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: .4s;
}
a:hover {
  opacity: .7;
  transition: .4s;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a img {
  border: 0;
}
div.sp, img.sp {
  display: block;
}
div.pc, img.pc {
  display: none;
}
br.inline-pc {
  display: block;
  }
br.inline-sp {
  display: none;
}
@media screen and (min-width: 48em) {
  div.sp, img.sp {
    display: none;
  }
  div.pc, img.pc {
    display: block;
  }
  br.inline-pc {
    display: none;
  }
  br.inline-sp {
    display: block;
  }
}

/*container*/
.container {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
footer{
  margin-top: auto;
}

/************************************************
 header & contentbase
*************************************************/

.header {
  position: relative;
  height: 50vw;
}
.logo-header {
  text-align: center;
  padding-top: 14vw;
}
.logo-header img {
  width: 40vw;
  max-width: 220px;
}
_:-ms-lang(x), .logo-header img {
  width: 50%;
  max-width: 100%;
}
.header h1 span{
  font-size: 2.1rem;
}
.contents {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  padding: 0;
}
.contents .last-mb {
  padding-bottom: 8vw;
}

@media screen and (min-width: 48em) {
  .header {
    height: 40vw;
  }
  .logo-header {
    text-align: center;
    padding-top: 12vw;
  }
  .logo-header img {
    width: 50%;
    max-width: 240px;
  }
  .contents {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  .contents .last-mb {
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 57em) {
  .header {
    height: 320px;
  }
  .logo-header {
    padding-top: 90px; 
  }
  .logo-header img {
    width: 240px;
    max-width: initial;
  }
  .contents .last-mb {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 72em) {
  .header {
    height: 320px;
  }
  .logo-header img {
    width: 240px;
  }
  .contents {
    width: 100vw;
    margin: 0 auto;
  }
}

/************************************************
 section
*************************************************/
.background-white {
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.background-lightgray {
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}
.background-gray {
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #7d7d6d;
}
.background-black {
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #222720;
}

/************************************************
 menu
*************************************************/
.menu-choice-section {
  padding-bottom: 6vw;
}
.menu-choice-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 3vw;
  width: 94vw;
}
.menu-choice {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin: 0;
  text-align: center;
  transition: all 0.2s ease-out;
}
.menu-choice:hover {
  opacity: .8;
  padding-top: .6rem;
  margin-bottom: -.6rem;
  transition: all 0.2s ease-out;
}
.menu-choice-title {
  position: relative;
  width: 30vw;
  height: 30vw;
  color: #000000;
  font-size: 4.375vw;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0 auto;
  padding: 0;
}
span.text-title {
  display: inline-block;
  position: absolute;
  top: 48%;
  left: 0;  
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30vw;
}
span.text-small {
  font-size: 80%;
}
span.adjust {
  letter-spacing: -.2rem;
}
span.downarrow {
  display: inline-block;
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3vw;
  height: 3vw;
  border: 2px solid;
  border-color: transparent transparent #000000 #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 57em) {
  .menu-wrap {
    padding-bottom: 4rem;
  }
  .menu-choice-section {
    padding-bottom: 3rem;
  }
  .menu-choice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 3rem;
    width: calc(100vw - 64px);
  }
  .menu-choice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin: 0;
    text-align: center;
  }
  .menu-choice-title {
    position: relative;
    width: 206px;
    height: 206px;
    margin: 0 auto; 
    font-size: 2.4rem;
    letter-spacing: .1rem;
  }
  span.text-title {
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 0;  
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 206px;
  }
  span.text-small {
    font-size: 80%;
  }
  span.adjust {
    letter-spacing: -.2rem;
  }
  span.downarrow {
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    border: 2px solid;
    border-color: transparent transparent #000000 #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 72em) {
  .menu-choice-section {
    padding-bottom: 3rem;
  }
  .menu-choice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 3rem;
    width: 1120px;
  }
  span.text-title {
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 0;  
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 206px;
  }
  span.text-small {
    font-size: 80%;
  }
  span.adjust {
    letter-spacing: -.2rem;
  }
  span.downarrow {
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    border: 2px solid;
    border-color: transparent transparent #000000 #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/************************************************
 common & column
*************************************************/
.column {
  width: 94vw;
  margin: 0 auto;
  padding: 8vw 0;
}
.column-mt {
  margin-top: 6vw;
}
h2.headline {
  font-weight: normal;
  line-height: 1.8;
  margin: 0 auto 3vw;
  padding: 0;
  text-align: center;   
}
h2.headline .choice-number {
  font-family: 'ash_tfregular';
  font-size: 4.375vw;
  margin: 0;
  line-height: 1;
}
h2.headline .choice-number span {
  display: inline-block;
  font-size: 13.125vw;
  padding-left: 1vw;
  padding-right: 4vw;
}
h2.headline .choice-title {
  font-size: 6.125vw;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0 auto;
  padding: 0;
  line-height: 2;
}
.text-lead {
  font-size: 4.375vw;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0;
  margin: 0;
}
.text-lead span {
  text-underline-position: under;
  -webkit-text-decoration: #ff8300 wavy underline;
  text-decoration: #ff8300 wavy underline;
}
/*.text-lead br {
    display: none;
  }*/
.text {
  font-size: 3.75vw;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0;
  margin: 0;
}
.t-center {
  display: block;
  text-align: center;
}

@media screen and (min-width: 57em) {
  .column {
    width: calc(100vw - 64px);
    margin: 0 auto;
    padding: 60px 0;
  }
  .column-mt {
    margin-top: 3rem;
  }
  h2.headline {
    font-weight: normal;
    line-height: 1.8;
    margin: 0 auto 3rem;
    padding: 0;
    text-align: center;   
  }
  h2.headline .choice-number {
    font-family: 'ash_tfregular';
    font-size: 24px;
    margin: 0;
    line-height: 1;
  }
  h2.headline .choice-number span {
    display: inline-block;
    font-size: 72px;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  h2.headline .choice-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .1rem;
    margin: 0 auto;
    padding: 0;
  }
  .text-lead {
    width: 768px; 
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
    padding: 0;
    margin: 0 auto;
  }
  .text-lead br {
    display: block;
  }
  .text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 72em) {
  .column {
    width: 1120px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .column-mt {
    margin-top: 3rem;
  }
  h2.headline {
    font-weight: normal;
    line-height: 1.8;
    margin: 0 auto 3rem;
    padding: 0;
    text-align: center;   
  }
  h2.headline .choice-number {
    font-family: 'ash_tfregular';
    font-size: 24px;
    margin: 0;
    line-height: 1;
  }
  h2.headline .choice-number span {
    display: inline-block;
    font-size: 72px;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  h2.headline .choice-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .1rem;
    margin: 0 auto;
    padding: 0;
  }
  .text-lead {
    width: 768px; 
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
    padding: 0;
    margin: 0 auto;
  }
  .text-lead br {
    display: block;
  }
  .text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0;
    margin: 0;
  }
}

/************************************************
 media
*************************************************/
.takibi-movie {
  margin: 0 auto;
  text-align: center;
}

.takibi-movie video {
  width: 94vw;
}

.mediafile {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .takibi-movie video {
    width: calc(100vw - 64px);
  }
}

@media screen and (min-width: 64em) {
  .takibi-movie video {
    width: 100%;
  }
}

/************************************************
 link
*************************************************/

.link {
  width: 90vw;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 8vw auto;
}
.link a {
  display: block;
  color: #ffffff;
  margin: 0 auto;
  padding: 3.25vw 0;
  background-color: #ff8300;
  border: 2px solid #ff8300;
  border-radius: 16px;
  text-decoration: none;
  transition: .4s;
}
.link a:hover {
  color: #ff8300;
  background-color: #ffffff;
  border: 2px solid #ff8300;
  border-radius: 16px;
  transition: .4s;
}

a.link-night {
  color: #000000;
}
a.link-night:hover {
  opacity: .7;
}


@media screen and (min-width: 48em) {
  .link {
    width: 60vw;
    font-size: 1.6rem;
    margin: 3vw auto;
  }
  .link a {
    font-size: 1.8rem;
    padding: 1.8rem 0;
  }
}

@media screen and (min-width: 64em) {
  .link {
    width: 600px;
    font-size: 1.8rem;
    margin: 2rem auto;
  }
  .link a {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}

.kuma-sprite {
  position: absolute;
  bottom: 0;
  left: 2%; 
  width: 140px;
  background-image: url(../img/kumakuma.png);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% 0%;
  cursor: pointer;
}
.kuma-sprite:hover {
  -webkit-animation: kuma 5s steps(1) 0s infinite;
  animation: kuma 5s steps(1) 0s infinite;
  background-position: 0% 0%;
}
.kuma-sprite::after {
  content: '';
  display: block;
  padding-top: 63.461538%;
}
.kuma-sprite img {
  display: none;
}

@media screen and (min-width: 48em) {
  .kuma-sprite {
    position: absolute;
    bottom: 0;
    left: 32%; 
    width: 160px;
    background-image: url(../img/kumakuma.png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: 0% 0%;
    cursor: pointer;
  }
}


@-webkit-keyframes kuma {
  0% {
    background-position: 0% 0%;
  }
  5%{
    background-position: 100% 0%;
  }
  10%{
    background-position: 0% 0%;
  }
  15%{
    background-position: 100% 0%;
  }
  20%{
    background-position: 0% 0%;
  }
  25%{
    background-position: 100% 0%;
  }
  30%{
    background-position: 0% 0%;
  }
  35%{
    background-position: 100% 0%;
  }
  40%{
    background-position: 0% 0%;
  }
  45%{
    background-position: 100% 0%;
  }
  50%{
    background-position: 0% 0%;
  }
  55%{
    background-position: 100% 0%;
  }
  60%{
    background-position: 0% 0%;
  }
  65%{
    background-position: 100% 0%;
  }
  70%{
    background-position: 0% 0%;
  }
  75%{
    background-position: 100% 0%;
  }
  80%,85%,90%,95%{
    background-position: 0% 0%;
  }
  100%{
    background-position: 100% 0%;
  }
}
@keyframes kuma {
  0% {
    background-position: 0% 0%;
  }
  5%{
    background-position: 100% 0%;
  }
  10%{
    background-position: 0% 0%;
  }
  15%{
    background-position: 100% 0%;
  }
  20%{
    background-position: 0% 0%;
  }
  25%{
    background-position: 100% 0%;
  }
  30%{
    background-position: 0% 0%;
  }
  35%{
    background-position: 100% 0%;
  }
  40%{
    background-position: 0% 0%;
  }
  45%{
    background-position: 100% 0%;
  }
  50%{
    background-position: 0% 0%;
  }
  55%{
    background-position: 100% 0%;
  }
  60%{
    background-position: 0% 0%;
  }
  65%{
    background-position: 100% 0%;
  }
  70%{
    background-position: 0% 0%;
  }
  75%{
    background-position: 100% 0%;
  }
  80%,85%,90%,95%{
    background-position: 0% 0%;
  }
  100%{
    background-position: 100% 0%;
  }
}


/************************************************
 footer
*************************************************/
.footer {
  width: 100vw;
  height: auto;
}
.footer-inner {
  width: 100vw;
  margin: 0 auto;
  padding: 1vw;
  background-color: #000000;
}
.copyright {
  color: #ffffff;
  font-size: 3.125vw;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.copyright > span {
  font-family: Verdana, "Droid Sans";
}

@media screen and (min-width: 48em) {
  .copyright {
    font-size: 1.4rem;
  }
}

_:-ms-lang(x), .text {
  font-size: 4vw;
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 48em) {
  _:-ms-lang(x), .text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

/************************************************
 color
*************************************************/
.color-white {
  color: #ffffff;
}

