@media screen and (min-width: 769px), print {
  .first_view {
    position: relative;
    width: 100%;
    height: 320px;
    background-image: url(../images/first_view_pc.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .first_view h2 {
    background-image: url(/common/images/sprite/sprite_message.png?rev=1515653429063);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -187px;
    width: 380px;
    height: 113px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-animation: first_view 1s 0.5s forwards;
       -moz-animation: first_view 1s 0.5s forwards;
            animation: first_view 1s 0.5s forwards;
  }
  .first_view:before {
    position: absolute;
    content: '';
    display: block;
    width: 1100px;
    height: 27px;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -moz-border-radius-bottomleft: 27px;
         border-bottom-left-radius: 27px;
    -moz-border-radius-bottomright: 27px;
         border-bottom-right-radius: 27px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
         box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
  }
  .contents {
    background-color: #f4f3f1;
  }
  .sologan {
    position: relative;
    width: 1100px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background-color: #f4f3f1;
    margin: -27px auto 0;
    padding: 105px 0 130px;
  }
  .sologan h2 {
    background-image: url(/common/images/sprite/sprite_message.png?rev=1515653429063);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 730px;
    height: 167px;
    margin: 0 auto 40px;
  }
  .sologan p {
    font-size: 2.2rem;
    color: #372613;
    line-height: 44px;
    text-align: center;
  }
  .concept {
    position: relative;
    width: 100%;
    padding: 75px 0 80px;
    background-image: url(../images/concept_bg_pc.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
         background-size: cover;
  }
  .concept .inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1100px;
    height: 75px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .concept .title {
    position: absolute;
    bottom: 0;
    left: -77px;
    padding: 117px 0 35px;
    width: 386px;
  }
  .concept .title h2 {
    position: relative;
    margin: 0 auto 13px;
    background-image: url(/common/images/sprite/sprite_message.png?rev=1515653429063);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -400px -247px;
    width: 202px;
    height: 40px;
    z-index: 1;
  }
  .concept .title p {
    position: relative;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    line-height: 28px;
    z-index: 1;
    letter-spacing: 2px;
  }
  .concept .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 111px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 111px solid rgba(55, 38, 19, 0.9);
    border-left: 193px solid transparent;
    border-right: 193px solid transparent;
  }
  .concept .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    opacity: 0.9;
    background-color: #372613;
  }
  .concept .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .concept .wrapper li {
    padding: 127px 0 102px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .concept .wrapper li h3 {
    letter-spacing: 1px;
    font-weight: lighter;
    line-height: 1;
    text-align: center;
    color: #372613;
    font-size: 4rem;
  }
  .concept .wrapper li h3:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 2px;
    background-color: #6f6152;
  }
  .concept .wrapper li p {
    font-size: 2rem;
    color: #372613;
    line-height: 34px;
    text-align: center;
  }
  .concept .wrapper .mes {
    background-color: #e6d894;
    opacity: 0.95;
  }
  .concept .wrapper .con {
    opacity: 0.95;
    background-color: #eabfa0;
  }
  .concept .wrapper .pro {
    opacity: 0.95;
    background-color: #c8d8a9;
  }
  .about {
    position: relative;
    padding: 90px 0 58px;
  }
  .about .title {
    position: absolute;
    top: -80px;
    left: 50%;
    padding: 46px 0 68px;
    width: 386px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about .title h2 {
    position: relative;
    margin: 0 auto 13px;
    background-image: url(/common/images/sprite/sprite_message.png?rev=1515653429063);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -400px -187px;
    width: 207px;
    height: 40px;
    z-index: 1;
  }
  .about .title p {
    position: relative;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    line-height: 28px;
    z-index: 1;
    letter-spacing: 2px;
  }
  .about .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 111px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-top: 112px solid rgba(55, 38, 19, 0.9);
    border-left: 193px solid transparent;
    border-right: 193px solid transparent;
  }
  .about .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    opacity: 0.9;
    background-color: #372613;
  }
  .about .text_box {
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 48px 0 33px;
    border: 7px solid #a16b2e;
  }
  .about .text_box .top_box {
    color: #372613;
    font-size: 2rem;
    line-height: 38px;
    text-align: center;
  }
  .about .text_box .top_box:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #a16b2e;
    margin: 20px auto 18px;
  }
  .about .text_box .bottom_box {
    color: #a16b2e;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
  }
  .about .contact h3 {
    text-align: center;
    color: #372613;
    font-size: 2.4rem;
    line-height: 1;
    margin: 50px 0 23px;
  }
  .about .contact .tel_btn {
    display: block;
    margin: 0 auto;
    width: 390px;
    height: 80px;
    background-color: #372613;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 4rem;
    letter-spacing: 1px;
    cursor: none;
    pointer-events: none;
  }
  .about .contact .tel_btn small {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 12px;
  }
  .about .contact .time, .about .contact .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .about .contact .time dt, .about .contact .time dd, .about .contact .mail dt, .about .contact .mail dd {
    display: inline-block;
  }
  .about .contact .time {
    font-size: 1.8rem;
    margin: 25px 0 22px;
  }
  .about .contact .time dt {
    margin-right: 8px;
  }
  .about .contact .mail {
    font-size: 2.3rem;
  }
  .about .contact .mail dt {
    margin-right: 8px;
  }
  .about .contact .mail a {
    text-decoration: underline;
    color: #372613;
    font-size: 2.3rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .about .contact .mail a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .first_view {
    position: relative;
    width: 100%;
    height: 50.78125vw;
    background-image: url(../images/first_view_sp.jpg);
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .first_view h2 {
    width: 70.83333vw;
    height: 20.96354vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_message_sp.png?rev=1515653429064");
    -moz-background-size: 191.36029% 309.93789%;
         background-size: 191.36029% 309.93789%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-animation: first_view 1s 0.5s forwards;
       -moz-animation: first_view 1s 0.5s forwards;
            animation: first_view 1s 0.5s forwards;
    text-align: center;
  }
  .first_view h2 img {
    width: 40.49479vw;
    height: 17.1875vw;
  }
  .contents {
    background-color: #f4f3f1;
    -moz-box-shadow: inset 0 10.41667vw 10.41667vw -2.60417vw rgba(0, 0, 0, 0.1);
         box-shadow: inset 0 10.41667vw 10.41667vw -2.60417vw rgba(0, 0, 0, 0.1);
  }
  .sologan {
    position: relative;
    width: 93.48958vw;
    margin: -2.34375vw auto 0;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    padding: 7.8125vw 0 34.76562vw;
    background-color: #f4f3f1;
  }
  .sologan h2 {
    width: 62.10938vw;
    height: 64.97396vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_message_sp.png?rev=1515653429064");
    -moz-background-size: 218.23899% 100%;
         background-size: 218.23899% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    margin: 0 auto 7.8125vw;
  }
  .sologan p {
    color: #372613;
    font-size: 3.64583vw;
    line-height: 7.55208vw;
    text-align: center;
  }
  .concept {
    position: relative;
    width: 100%;
    padding: 11.71875vw 0 12.63021vw;
    background-image: url(../images/concept_bg_sp.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .concept .inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 11.71875vw;
  }
  .concept .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 37.76042vw;
    padding: 14.32292vw 0 3.90625vw;
    width: 57.55208vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .concept .title h2 {
    position: relative;
    margin: 0 auto 1.5625vw;
    width: 34.11458vw;
    height: 6.77083vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_message_sp.png?rev=1515653429064");
    -moz-background-size: 397.32824% 959.61538%;
         background-size: 397.32824% 959.61538%;
    background-position: 63.79974% 56.59955%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .concept .title p {
    position: relative;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    z-index: 1;
    letter-spacing: 2px;
  }
  .concept .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.92708vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 16.92708vw solid rgba(55, 38, 19, 0.9);
    border-left: 28.77604vw solid transparent;
    border-right: 28.77604vw solid transparent;
  }
  .concept .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20.83333vw;
    opacity: 0.9;
    background-color: #372613;
  }
  .concept .wrapper {
    width: 100%;
  }
  .concept .wrapper li {
    padding: 12.5vw 0 10.41667vw;
    width: 100%;
  }
  .concept .wrapper li h3 {
    letter-spacing: 1px;
    font-weight: lighter;
    line-height: 1;
    text-align: center;
    color: #372613;
    font-size: 7.03125vw;
  }
  .concept .wrapper li h3:after {
    content: "";
    display: block;
    margin: 4.29688vw auto 2.60417vw;
    width: 13.02083vw;
    height: 2px;
    background-color: #6f6152;
  }
  .concept .wrapper li p {
    font-size: 3.64583vw;
    color: #372613;
    line-height: 5.72917vw;
    text-align: center;
  }
  .concept .wrapper .mes {
    background-color: #e6d894;
    opacity: 0.95;
  }
  .concept .wrapper .con {
    opacity: 0.95;
    background-color: #eabfa0;
  }
  .concept .wrapper .pro {
    opacity: 0.95;
    background-color: #c8d8a9;
  }
  .about {
    position: relative;
    padding: 14.32292vw 0 7.8125vw;
  }
  .about .title {
    position: absolute;
    top: -12.76042vw;
    left: 50%;
    padding: 9.11458vw;
    width: 57.55208vw;
    height: 35.41667vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about .title h2 {
    position: relative;
    margin: 0 auto 2.86458vw;
    width: 37.76042vw;
    height: 6.77083vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_message_sp.png?rev=1515653429064");
    -moz-background-size: 358.96552% 959.61538%;
         background-size: 358.96552% 959.61538%;
    background-position: 66.17843% 40.49217%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .about .title p {
    position: relative;
    text-align: center;
    color: white;
    font-size: 3.64583vw;
    z-index: 1;
    letter-spacing: 2px;
  }
  .about .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.44792vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-top: 17.44792vw solid rgba(55, 38, 19, 0.9);
    border-left: 28.77604vw solid transparent;
    border-right: 28.77604vw solid transparent;
  }
  .about .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.96875vw;
    opacity: 0.9;
    background-color: #372613;
  }
  .about .text_box {
    position: relative;
    width: 94.79167vw;
    margin: 0 auto;
    padding: 9.11458vw;
    border: 0.91146vw solid #a16b2e;
  }
  .about .text_box .top_box {
    color: #372613;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
  }
  .about .text_box .top_box:after {
    content: '';
    display: block;
    width: 15.625vw;
    height: 2px;
    background-color: #a16b2e;
    margin: 20px auto 18px;
  }
  .about .text_box .bottom_box {
    color: #a16b2e;
    font-size: 3.64583vw;
    line-height: 6.64062vw;
  }
  .about .contact h3 {
    text-align: center;
    color: #372613;
    font-size: 4.6875vw;
    line-height: 1;
    margin: 9.11458vw 0 5.46875vw;
  }
  .about .contact .tel_btn {
    display: block;
    margin: 0 auto;
    width: 85.80729vw;
    height: 17.57812vw;
    background-color: #372613;
    text-align: center;
    line-height: 17.57812vw;
    color: white;
    font-size: 8.72396vw;
    letter-spacing: 1px;
  }
  .about .contact .tel_btn small {
    display: inline-block;
    font-size: 6.11979vw;
    margin-right: 2.60417vw;
  }
  .about .contact .time, .about .contact .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .about .contact .time dt, .about .contact .time dd, .about .contact .mail dt, .about .contact .mail dd {
    display: inline-block;
  }
  .about .contact .time {
    font-size: 3.90625vw;
    margin: 5.85938vw;
  }
  .about .contact .time dt {
    margin-right: 2.08333vw;
  }
  .about .contact .mail {
    font-size: 4.94792vw;
  }
  .about .contact .mail dt {
    margin-right: 2.08333vw;
  }
  .about .contact .mail a {
    text-decoration: underline;
    color: #372613;
    font-size: 4.94792vw;
  }
}
