@charset "UTF-8";
/*
  contents

 - reset（編集しない）
 - base（font-familyなどの変更。fontは1.6rem＝16px）
 - link（テキストリンク関連）
 - button（ボタン関連）
 - typography（見出し・注釈・本文など共通）
 - main（各セクションごとのスタイル）
 - footer（コピーライトなどフッター関連）
 - utility（clearfix・mb10など）
 */
/* -----------------------------------------
  reset（編集しない）
  ----------------------------------------- */
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, menu, nav, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    max-height: 99999px;
    line-height: 0;
  }

  body {
    line-height: 1;
  }

  article, aside, details, figcaption, figure,
  footer, header, menu, nav, section {
    display: block;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  /* remember to define focus styles! */
  :focus {
    outline: 0;
  }

  /* remember to highlight inserts somehow! */
  ins {
    text-decoration: none;
  }

  del {
    text-decoration: line-through;
  }

  /* tables still need 'cellspacing=&quot;0&quot;' in the markup */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

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

/* -----------------------------------------
  base（font-familyなどの変更。fontは1.6rem＝16px）
  ----------------------------------------- */
  /* rem用 */
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1.6rem;
  }

  /* 解析タグの隙間対策 */
  body > img {
    display: none;
  }

  #content-wrapper {
    position: relative;
  }
  /* 画像の隙間対策 */
  #content-wrapper img {
    display: block;
    vertical-align: bottom;
    max-width: 100%;
  }

/* -----------------------------------------
  settings
  ----------------------------------------- */

  #content-wrapper a img{
  -webkit-transition: filter 0.5s ease-out;
  -webkit-transition: -webkit-filter 0.5s ease-out;
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
  #content-wrapper a img:hover{
  -webkit-filter: brightness(110%);
  filter:brightness(110%);
}

/* -----------------------------------------
  main（各セクションごとのスタイル）
  ----------------------------------------- */
  /* サイトの最大幅 */
  #content-wrapper {
    max-width: 640px;
    margin: 0 auto;
  }

  html {
    background-color: #FFF!important;
  }



  .p-box {
    position: relative;
  }



/* -----------------------------------------
  button（ボタン関連）
  ----------------------------------------- */

  #content-wrapper .btn {
    position: absolute;
    left: 51.3%;
    width: 92.5%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

    #content-wrapper .btn_more:hover {
    cursor: pointer;
  }

/* -----------------------------------------
  offer
  ----------------------------------------- */

  #content-wrapper .btn_offer {
    position: absolute;
    width: 44.22%;
    right:5%;
    bottom:0;
  }
  #content-wrapper .btn_am {
    width: 56.25%;
      position: absolute;
      bottom: 43%;
      left:50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  }

/* -----------------------------------------
  movie
----------------------------------------- */

  #content-wrapper .movie__box {
    position: relative;
    width: 100%;
    background-image: url(../img/reason_06.jpg);
    padding-top: 93.59%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #content-wrapper .movie__box iframe {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 80% !important;
    height: 60% !important;
  }

  #content-wrapper .movie__box video {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 80% !important;
    height: 60% !important;
  }

/* -----------------------------------------
  footer
----------------------------------------- */
  #content-wrapper footer {
    text-align: center;
    padding: 3.13% 0;
  }
  #content-wrapper footer ul li {
    line-height: 1.5;
    font-size: 18px;
    display: inline-block;
  }
  #content-wrapper footer ul li:nth-of-type(1):after {
    content:'|';
    margin-left: 0.2em;
  }
  #content-wrapper footer ul li a {
    text-decoration: none;
    color:#000;
  }
  #content-wrapper footer ul li a:visited{
    color:#000;
  }
  #content-wrapper footer p.copy {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 2%;
  }
  @media(max-width: 640px){
  #content-wrapper footer ul li {
    font-size: 2.81vw;

  }
  #content-wrapper footer p.copy {
    font-size: 2.5vw;

  }
  }
/* -----------------------------------------
  accorion
----------------------------------------- */
  #content-wrapper .btn_more {
    width: 45%;
    position: absolute;
    right: 21%;
    bottom: 15.5%;
    cursor: pointer;
  }

  #content-wrapper .more_content {
    display: none;
  width: 100%;
  }

    /* -----------------------------------------
    アニメーション
    ----------------------------------------- */
  .btn-anime01 {
    animation: btn-anime01 2s ease infinite;
  }

  @keyframes btn-anime01 {
    0% {
      transform:translateY(0)
    }
    5% {
      transform:translateY(0)
    }
    10% {
      transform:translateY(0)
    }
    20% {
      transform:translateY(-15px)
    }
    25% {
      transform:translateY(0)
    }
    30% {
      transform:translateY(-15px)
    }
    50% {
      transform:translateY(0)
    }
    100% {
      transform:translateY(0)
    }
  }
  .btn-anime01:hover {
    animation-play-state: paused;
  }

/* -----------------------------------------
  フッターバナー
  ----------------------------------------- */
  .footer-banner {
    width: 100%;
    max-width: 640px;
    bottom: 0px;
    text-align: center;
    display: block;
    position: fixed;
    z-index: 9999;

  }
  .footer-banner img {
    width: 100%;
    max-width: 640px!important;
  }
/* -----------------------------------------
  utility（clearfix・mb10など）
  ----------------------------------------- */
  /* clearfix */
  #content-wrapper .clearfix {
    width: 100%;
  }
  #content-wrapper .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }


/*
  マージン

  必要に応じて追加してください。
  */
  #content-wrapper .mt0 {
    margin-top: 0 !important;
  }
  #content-wrapper .mt5 {
    margin-top: 5px !important;
  }
  #content-wrapper .mt10 {
    margin-top: 10px !important;
  }
  #content-wrapper .mt20 {
    margin-top: 20px !important;
  }
  #content-wrapper .mb0 {
    margin-bottom: 0 !important;
  }
  #content-wrapper .mb5 {
    margin-bottom: 5px !important;
  }
  #content-wrapper .mb10 {
    margin-bottom: 10px !important;
  }
  #content-wrapper .mb20 {
    margin-bottom: 20px !important;
  }

