/*------------------------------------------------------------------------------------------
*
*
    teaser.css
*
*
------------------------------------------------------------------------------------------ */
@media (min-width: 641px) {
  #teaser #wrap {
    width: 1000px;
    padding-top: 0; }

  header {
    height: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    header .logo img {
      width: 284px; }

  #kv {
    margin-bottom: 13px; }
    #kv img {
      width: 100%; }
    #kv.aw {
      margin-bottom: 10px; }

  #teaser .btn {
    width: 360px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 50px; }
    #teaser .btn a {
      display: block;
      position: relative; }
      #teaser .btn a img {
        width: 100%; }

  #yodogawa {
    padding-bottom: 70px;
    text-align: center;
    border-bottom: 1px solid #303061; }
    #yodogawa.aw {
      padding-bottom: 0; }
    #yodogawa .inner {
      padding-bottom: 35px;
      display: inline-block;
      text-align: left; }
      #yodogawa .inner p {
        margin-bottom: 2em;
        line-height: 1.875em;
        font-size: 16px;
        color: #231815; }
    #yodogawa .pic img {
      width: 774px; }
    #yodogawa .btn_home {
      margin-top: 45px;
      margin-bottom: 20px !important;
      text-align: center; }
      #yodogawa .btn_home img {
        width: 250px;
        height: 60px; }

  hr.dot {
    width: 753px;
    height: 4px;
    margin: 0 auto;
    display: block;
    border: none;
    background-image: url(../images/teaser/line_dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 753px 4px; }

  .btn_detail a {
    width: 168px;
    height: 30px;
    margin: 0 auto;
    background-color: #303061;
    border: 1px solid #303061;
    color: #fff;
    font-size: 12.87px;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    transition: background, color;
    transition-duration: .15s; }
    .is_pc .btn_detail a:hover, .is_sp .btn_detail a.touch {
      background-color: #fff !important;
      color: #303061 !important; }

  #feature {
    padding-top: 80px;
    padding-bottom: 90px;
    overflow: hidden; }
    #feature .prod {
      width: 800px;
      margin: 0 auto; }
      #feature .prod ul {
        display: flex; }
        #feature .prod ul li {
          width: 50%;
          text-align: center; }
          #feature .prod ul li .ph {
            width: 320px;
            height: 390px;
            margin: 0 auto; }
            #feature .prod ul li .ph img {
              width: 320px;
              height: 390px;
              object-fit: contain;
              object-position: bottom;
              font-family: "object-fit: contain; object-position: bottom;"; }
          #feature .prod ul li .t {
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #303061;
            min-height: 86px;
            padding-left: 75px;
            background-image: url(../images/teaser/ico_new.png);
            background-repeat: no-repeat;
            background-size: 46px;
            background-position: 15px center;
            white-space: nowrap;
            text-align: left; }
            #feature .prod ul li .t h3 {
              font-size: 20px;
              font-weight: bold;
              margin-bottom: 5px; }
            #feature .prod ul li .t .price {
              font-size: 16px;
              font-weight: bold; }
    #feature .desc {
      padding-top: 40px;
      padding-left: 360px; }
      #feature .desc.b {
        padding-top: 80px; }
      #feature .desc p {
        font-size: 16px;
        line-height: 1.875em;
        margin-bottom: 2em; }
    #feature .ph_detail {
      width: 750px;
      margin: 0 auto;
      display: flex;
      padding-top: 20px;
      padding-bottom: 10px; }
      #feature .ph_detail p {
        width: 50%;
        height: 560px;
        line-height: 0; }
        #feature .ph_detail p img {
          width: 375px;
          height: 560px;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; }
    #feature .item {
      margin-top: 55px;
      padding-top: 55px;
      border-top: 1px solid #303061; }
      #feature .item h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px; }
    #feature .btn_home {
      margin-top: 80px;
      text-align: center; }
      #feature .btn_home img {
        width: 250px;
        height: 60px; } }
/* ----- min-width : 641px ----- */
