@charset "UTF-8";
@media screen and (min-width: 768px) {
  body {
    position: initial;
  }

  #ttl h1 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 5px;
  }

  #main_area {
    width: 100%;
    height: 486px;
    background: url(../img/about/bg_about_main.jpg) no-repeat center;
    background-size: cover;
  }
  #main_area .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 5%;
    padding-top: 60px;
  }
  #main_area .inner h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 60px;
    letter-spacing: 15px;
    line-height: 1.3;
  }

  #main_area .inner p {
    width: 512px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }

  #history {
    width: 100%;
    background: url(../img/about/bg_history.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  #history .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }
  #history h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 34px;
    width: 100%;
    letter-spacing: 8px;
  }

  #history_detail {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_about.png) repeat center;
    color: #fff;
  }
  #history_detail .box {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #history_detail .box:after {
    content: "";
    display: block;
    clear: both;
  }
  #history_detail .box .left_unit {
    overflow: hidden;
    float: left;
    width: 48%;
    border-radius: 16px;
  }
  #history_detail .box .left_unit img {
    width: 100%;
  }
  #history_detail .box .right_unit {
    float: right;
    width: 48%;
  }
  #history_detail .box .right_unit p {
    color: #fff;
    line-height: 2;
  }
  #history_detail .box .right_unit p span {
    display: block;
    margin: 20px 0 20px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
  }

  #from_now_on {
    width: 100%;
    background: url(../img/about/bg_from_now_on.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  #from_now_on .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    background: url(../img/img_paper-line_w_01.png), url(../img/img_paper-line_b_01.png);
    background-repeat: repeat-x, repeat-x;
    background-position: left bottom, left top;
  }
  #from_now_on h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 34px;
    width: 100%;
    letter-spacing: 8px;
  }


  #from_now_on_detail {
    width: 100%;
    padding: 80px 0;
  }
  #from_now_on_detail h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    width: 100%;
    letter-spacing: 5px;
    padding: 0 0 30px;
  }
  #from_now_on_detail h4 span {
    display: none;
  }
  #from_now_on_detail .feeling_unit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #from_now_on_detail .feeling_unit .img {
    width: 42%;
    max-width: 464px;
  }
  #from_now_on_detail .feeling_unit .img img {
    width: 100%;
  }
  #from_now_on_detail .feeling_unit p {
    width: 28%;
    padding: 0 0.5%;
    line-height: 2;
  }

  #thought {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    background: url(../img/about/bg_thought.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  #thought .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    background: url(../img/img_paper-line_w_02.png) repeat-x left top;
  }
  #thought h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 34px;
    width: 100%;
    letter-spacing: 8px;
  }
 

  #thought_detail {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #thought_detail:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(../img/img_paper-line_w_01.png) repeat-x left bottom;
  }
  #thought_detail .thought_box {
    position: relative;
    height: 640px;
    background-color: #292929;
  }
  #thought_detail .thought_box .douga {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 320px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
  }
  #thought_detail .thought_box .douga video {
    position: absolute;
    width: 100%;
    height: 320px;
    z-index: -1;
  }
  #thought_detail .thought_box .douga .v_inner {
    position: relative;
    top: 50%;
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 0;
    transform: translateY(-50%);
  }
  #thought_detail .thought_box .douga .v_inner h4 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
  }
  #thought_detail .thought_box .douga .v_inner h4 span {
    color: #fff;
  }
  #thought_detail .thought_box .douga .v_inner p {
    color: #fff;
    line-height: 2;
  }
  #thought_detail .thought_box .douga .v_inner .close {
    width: 160px;
    height: 32px;
    margin: 0 auto;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
  }
  #thought_detail .thought_box .douga .v_inner .close:hover {
    color: #b81c22;
    background-color: #fff;
  }
  #thought_detail .thought_box .douga.active {
    width: 200%;
    height: 640px;
    opacity: 1;
    transition: .5s;
  }
  #thought_detail .thought_box .douga.active video {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
  #thought_detail .thought_box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    height: 320px;
  }
  #thought_detail .thought_box .inner h4 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
  }
  #thought_detail .thought_box .inner h4 span {
    color: #fff;
  }
  #thought_detail .thought_box .inner .mouse {
    width: 240px;
    height: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    transition: .2s;
  }
  #thought_detail .thought_box .inner .mouse:hover {
    color: #b81c22;
    background-color: #fff;
  }
  #thought_detail .thought_box .soup_unit {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: url(../img/about/bg_soup.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .soup_unit .douga {
    top: 0;
    left: 0;
    background: url(../img/about/bg_soup.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .soup_unit .inner {
    float: right;
  }
  #thought_detail .thought_box .roasted_pork_unit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: url(../img/about/bg_roasted_pork.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .roasted_pork_unit .douga {
    top: 0;
    right: 0;
    background: url(../img/about/bg_roasted_pork.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .roasted_pork_unit .inner {
    float: left;
  }
  #thought_detail .thought_box .noodles_unit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url(../img/about/bg_temomimen.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .noodles_unit .douga {
    bottom: 0;
    left: 0;
    background: url(../img/about/bg_temomimen.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .noodles_unit .inner {
    float: right;
  }
  #thought_detail .thought_box .rice_unit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background: url(../img/about/bg_rice.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .rice_unit .douga {
    bottom: 0;
    right: 0;
    background: url(../img/about/bg_rice.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .rice_unit .inner {
    float: left;
  }

  #thought_under_detail {
    display: flex;
    width: 100%;
    padding: 0;
    background-color: #292929;
  }
  #thought_under_detail .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    height: 512px;
  }
  #thought_under_detail .inner h4 {
    margin-bottom: 24px;
    color: #fff;
  }
  #thought_under_detail .inner h4 span {
    display: none;
  }
  #thought_under_detail .inner p {
    width: 80%;
    color: #fff;
    text-align: justify;
    line-height: 2;
    font-size: 15px;
  }
  #thought_under_detail .omotenashi_unit {
    width: 50%;
    background: url(../img/about/bg_omotenashi.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_under_detail .omotenashi_unit .inner {
    float: right;
  }
  #thought_under_detail .omotenashi_unit .inner h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    width: 100%;
    letter-spacing: 5px;
    line-height: 1.6;
  }
  #thought_under_detail .sorry_unit {
    width: 50%;
    background: url(../img/about/bg_sorry.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_under_detail .sorry_unit .inner {
    float: left;
  }
  #thought_under_detail .sorry_unit .inner h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    width: 100%;
    letter-spacing: 5px;
    line-height: 1.6;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #ttl {
    position: relative;
    margin-bottom: -4px;
    z-index: 10;
  }
  #ttl h1 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 5px;
  }

  #main_area {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    background: url(../img/about/bg_about_main.jpg) no-repeat center;
    background-size: cover;
  }
  #main_area .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 5%;
    padding-top: 30px;
  }
  #main_area .inner h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 30px;
    letter-spacing: 8px;
    line-height: 1.3;
  }
 
  #main_area .inner p {
    width: 96%;
    color: #fff;
    line-height: 1.6;
  }

  #history {
    width: 100%;
    background: url(../img/about/bg_history.jpg) no-repeat center;
    background-size: cover;
  }
  #history .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }
  #history h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    width: 100%;
    letter-spacing: 8px;
  }

  #history_detail {
    width: 100%;
    padding: 30px 0;
    background: url(../img/bg_about.png) repeat center;
    color: #fff;
  }
  #history_detail .box {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #history_detail .box:after {
    content: "";
    display: block;
    clear: both;
  }
  #history_detail .box .left_unit {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    border-radius: 16px;
  }
  #history_detail .box .left_unit img {
    width: 100%;
  }
  #history_detail .box .right_unit {
    width: 96%;
    margin: 0 auto;
  }
  #history_detail .box .right_unit p {
    color: #fff;
    text-align: justify;
    line-height: 2;
  }
  #history_detail .box .right_unit p span {
    display: block;
    margin: 20px 0 20px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
  }

  #from_now_on {
    width: 100%;
    background: url(../img/about/bg_from_now_on.jpg) no-repeat center;
    background-size: cover;
  }
  #from_now_on .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background: url(../img/img_paper-line_w_01.png), url(../img/img_paper-line_b_01.png);
    background-repeat: repeat-x, repeat-x;
    background-position: left bottom, left top;
  }
  #from_now_on h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    width: 100%;
    letter-spacing: 8px;
  }

  #from_now_on_detail {
    width: 100%;
    padding: 40px 0;
  }
  #from_now_on_detail h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    width: 100%;
    letter-spacing: 1px;
    padding: 0 0 20px 0;
  }
  #from_now_on_detail .feeling_unit {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #from_now_on_detail .feeling_unit .img {
    width: 90%;
    max-width: 464px;
    margin: 0 auto 20px;
  }
  #from_now_on_detail .feeling_unit .img img {
    width: 100%;
  }
  #from_now_on_detail .feeling_unit p {
    margin-bottom: 20px;
    line-height: 2;
  }

  #thought {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background: url(../img/about/bg_thought.jpg) no-repeat center;
    background-size: cover;
  }
  #thought .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    background: url(../img/img_paper-line_w_02.png) repeat-x left top;
  }
  #thought h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    width: 100%;
    letter-spacing: 8px;
  }

  #thought_detail {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #thought_detail:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: url(../img/img_paper-line_w_01.png) repeat-x left bottom;
  }
  #thought_detail .thought_box {
    position: relative;
    background-color: #292929;
  }
  #thought_detail .thought_box .douga {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    opacity: 1;
    transition: .5s;
    z-index: 10;
  }
  #thought_detail .thought_box .douga video {
    display: none;
  }
  #thought_detail .thought_box .douga .v_inner {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 0;
    padding: 20px 0;
  }
  #thought_detail .thought_box .douga .v_inner h4 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  #thought_detail .thought_box .douga .v_inner h4 span {
    color: #fff;
  }
  #thought_detail .thought_box .douga .v_inner p {
    color: #fff;
    line-height: 2;
  }
  #thought_detail .thought_box .douga .v_inner .close {
    width: 160px;
    height: 32px;
    margin: 0 auto;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 28px;
  }
  #thought_detail .thought_box .douga.active {
    width: 100%;
    height: 260px;
    opacity: 1;
    transition: .5s;
  }
  #thought_detail .thought_box .douga.active video {
    display: none;
  }
  #thought_detail .thought_box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 160px;
    margin: 0 auto;
    transition: .5s;
    opacity: 1;
  }
  #thought_detail .thought_box .inner.active {
    overflow: hidden;
    height: 0;
    opacity: 0.1;
  }
  #thought_detail .thought_box .inner h4 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }
  #thought_detail .thought_box .inner h4 span {
    color: #fff;
  }
  #thought_detail .thought_box .inner .mouse {
    width: 200px;
    height: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
  }
  #thought_detail .thought_box .soup_unit {
    width: 100%;
    background: url(../img/about/bg_soup.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .roasted_pork_unit {
    width: 100%;
    background: url(../img/about/bg_roasted_pork.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .noodles_unit {
    width: 100%;
    background: url(../img/about/bg_temomimen.jpg) no-repeat center;
    background-size: cover;
  }
  #thought_detail .thought_box .rice_unit {
    width: 100%;
    background: url(../img/about/bg_rice.jpg) no-repeat center;
    background-size: cover;
  }

  #thought_under_detail {
    width: 100%;
    padding: 0;
    background-color: #292929;
  }
  #thought_under_detail .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    max-width: 560px;
    margin: 0 auto;
    padding: 30px;
  }
  #thought_under_detail .inner h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    width: 100%;
    letter-spacing: 1px;
    padding: 0 0 20px;
  }
  #thought_under_detail .inner p {
    width: 96%;
    color: #fff;
    text-align: justify;
    line-height: 2;
  }
  #thought_under_detail .omotenashi_unit {
    width: 100%;
    background: url(../img/about/bg_omotenashi.jpg) no-repeat center;
    background-size: cover;
  }
 
  #thought_under_detail .sorry_unit {
    width: 100%;
    background: url(../img/about/bg_sorry.jpg) no-repeat center;
    background-size: cover;
  }

}

/*# sourceMappingURL=about.css.map */
