@keyframes bg_anime {
  0% {
    transform: scale(1.01, 1.01);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes moji_Move {
  0% {
    filter: blur(30px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes steam_Move {
  0% {
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    top: 30%;
    opacity: 0;
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1.5);
    opacity: 0.7;
  }
  66% {
    transform: rotateY(2deg);
    transform: scale(1.2, 0.7);
    opacity: 0.2;
  }
  100% {
    filter: blur(16px);
    transform: rotateY(50deg);
    transform: scale(1.9, 1.6);
    opacity: 0.7;
    top: -1000px;
  }
}
@media screen and (min-width: 768px) {
  #main {
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 740px;
    background: #fff url(../img/img_main.jpg) no-repeat center bottom;
    background-size: cover;
    z-index: -1;
  }
  #main.active {
    -webkit-animation: bg_anime 1.5s linear;
    animation: bg_anime 1.5s linear;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  #main h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 320px;
    height: 576px;
    margin: 0;
    background: url(../img/img_catch.png) no-repeat center;
    background-size: 320px 576px;
    color: #fff;
    font-size: 56px;
    text-indent: -9999px;
  }
  #main h2.active {
    transition: .4s;
    -webkit-animation: moji_Move 1.5s linear;
    animation: moji_Move 1.5s linear;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
  }
  #main .steam {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: calc(50% - 130px);
    z-index: 1;
    transform-origin: 58.7645% 50.5281%;
  }
  #main .steam.active {
    -webkit-animation: steam_Move 5s linear;
    animation: steam_Move 5s linear;
    transition: all 5s;
    animation-delay: 1s;
  }
  #main #stamp {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 96px;
    height: 96px;
    background: url(../img/img_bannai-stamp.png) no-repeat center;
    background-size: 96px;
  }
  #main #stamp span {
    display: none;
  }

  #main_slider {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
  }

  #about {
    width: 100%;
    padding: 100px 0;
    background: url(../img/bg_about.png) repeat center top;
    color: #fff;
  }
  #about #about_kitakata {
    position: relative;
    width: 96%;
    max-width: 1120px;
    height: 372px;
    margin: 0 auto 40px;
  }
  #about #about_kitakata:after {
    content: "";
    display: block;
    clear: both;
  }
  #about #about_kitakata .img {
    position: absolute;
    top: -20px;
    left: 0;
    width: 50.35%;
  }
  #about #about_kitakata .img img {
    width: 100%;
    border-radius: 15px;
  }
  #about #about_kitakata h2 {
    width: 320px;
    height: 148px;
    margin-left: 55.35%;
    margin-bottom: 28px;
    padding-top: 60px;
    background: url(../img/ttl_about_01.png) no-repeat center 60px;
    background-size: 100%;
  }
  #about #about_kitakata h2 span {
    display: none;
  }
  #about #about_kitakata p {
    margin-left: 55.35%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }
  #about #about_kitakata .link_btn {
    margin-left: 55.35%;
  }
  #about #about_made {
    position: relative;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  #about #about_made:after {
    content: "";
    display: block;
    clear: both;
  }
  #about #about_made h3 {
    width: 650px;
    height: 60px;
    margin: 0 auto 40px;
    background: url(../img/ttl_about_02.png) no-repeat center top;
    background-size: cover;
  }
  #about #about_made h3 span {
    display: none;
  }
  #about #about_made .img {
    float: right;
    width: 50.35%;
  }
  #about #about_made .img img {
    width: 100%;
    border-radius: 15px;
  }
  #about #about_made p {
    float: right;
    width: 46%;
    height: 279px;
  }
  #about #about_made p img {
    width: 80%;
    max-width: 385px;
    max-height: 279px;
    margin-top: 35%;
    margin-left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #about .ac {
    margin: 0 auto;
  }

  #information {
    width: 100%;
    padding: 80px 0;
    background-image: url(../img/img_paper-line_wh.png), url(../img/img_paper-line_wh_2.png);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
  }
  #information h2 {
    width: 334px;
    height: 32px;
    margin: 0 auto 40px;
    background: url(../img/ttl_information.png) no-repeat center top;
    background-size: cover;
  }
  #information h2 span {
    display: none;
  }
  #information .tag {
    width: 90px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
  }
  #information .tag.blog {
    background-color: #202339;
  }
  #information .tag.shop {
    background-color: #388e3c;
  }
  #information .tag.limited {
    background-color: #b81c22;
  }
  #information #information_panel {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    background: url(../img/bg_paperline_bk.png) no-repeat center bottom;
  }
  #information #information_panel.five_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #information #information_panel.five_content:after {
    content: "";
    display: block;
    position: relative;
    width: 31%;
    max-width: 300px;
    height: 0;
  }
  #information #information_panel .panel_unit {
    position: relative;
    /*width: 31%;*/
    width: 23%;
    max-width: 300px;
  }
  #information #information_panel .panel_unit .tag {
    position: absolute;
    top: 0;/*
    left: 16px;*/
    left: 12px;
  }
  #information #information_panel .panel_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #information #information_panel .panel_unit .img img {
    width: 100%;
  }
  #information #information_panel .panel_unit .description {
    padding: 0 16px;
  }
  #information #information_panel .panel_unit .description .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #information #information_panel .panel_unit .description .ttl .sub {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }
  #information #information_panel .panel_unit .description .ttl h3 {
    width: 200px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #information #information_panel .panel_unit .description p {
    font-size: 15px;
  }
  #information #information_list {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
  }
  #information #information_list dl {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  #information #information_list dl dt {
    margin-right: 32px;
    color: #222a46;
    font-weight: bold;
  }
  #information #information_list dl dt.tag {
    color: #fff;
    text-align: center;
  }
  #information #information_list dl dd {
    width: 75%;
    margin-left: 32px;
    font-size: 15px;
  }
  #information .ac {
    margin: 0 auto;
  }

  #benefit {
    width: 100%;
    padding: 56px 0;
    background: url(../img/bg_benefit.png) repeat left top;
    color: #fff;
  }
  #benefit h2 {
    width: 624px;
    height: 60px;
    margin: 0 auto 40px;
    background: url(../img/ttl_benefit.png) no-repeat center;
    background-size: cover;
    line-height: 1;
  }
  #benefit h2 span {
    display: none;
  }
  #benefit #benefit_area {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
  }
  #benefit #benefit_area .benefit_unit {
    width: 28.57%;
    max-width: 320px;
  }
  #benefit #benefit_area .benefit_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #benefit #benefit_area .benefit_unit .img img {
    width: 100%;
  }
  #benefit #benefit_area .benefit_unit .ttl {
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  #benefit #benefit_area .benefit_unit .txt {
    margin-bottom: 16px;
    color: #fff;
    font-size: 15px;
  }
  #benefit #benefit_area .link_btn_w {
    width: 96%;
    max-width: 320px;
    margin: 0 auto;
  }
  #benefit .iziModal,
  #benefit .iziModal02,
  #benefit .iziModal03 {
    display: none;
  }

  #recruit {
    width: 100%;
    padding: 56px 0;
    background: url(../img/bg_recruit.png) repeat left top;
  }
  #recruit .recruit_ttl {
    width: 152px;
    height: 32px;
    margin: 0 auto 40px;
    background: url(../img/ttl_recruit.png) no-repeat center;
    background-size: cover;
  }
  #recruit .recruit_ttl span {
    display: none;
  }
  #recruit .box_two {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 80px;
  }
  #recruit .box_two .box_unit {
    width: 45.71%;
    max-width: 512px;
  }
  #recruit .box_two .box_unit .img {
    margin-bottom: 28px;
    font-size: 0;
  }
  #recruit .box_two .box_unit .img img {
    width: 100%;
  }
  #recruit .box_two .box_unit .link_btn {
    margin: 0 auto;
  }
  #recruit .brand_ttl {
    width: 212px;
    height: 32px;
    margin: 0 auto 40px;
    background: url(../img/ttl_brand.png) no-repeat center;
    background-size: cover;
  }
  #recruit .brand_ttl span {
    display: none;
  }
  #recruit .bnr_area {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #recruit .bnr_area ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #recruit .bnr_area ul li {
    width: 28.57%;
    max-width: 320px;
    margin-right: 7.14%;
    margin-bottom: 20px;
    list-style-type: none;
    font-size: 0;
  }
  #recruit .bnr_area ul li:nth-child(3n) {
    margin-right: 0;
  }
  #recruit .bnr_area ul li img {
    width: 100%;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 86vh;
    min-height: 288px;
    z-index: -1;
    background: #fff url(../img/img_main.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #main.active {
    -webkit-animation: bg_anime 1.5s linear;
    animation: bg_anime 1.5s linear;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  #main h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 160px;
    height: 288px;
    margin: 0;
    background: url(../img/img_catch.png) no-repeat center;
    background-size: 160px 288px;
    color: #fff;
    font-size: 56px;
    text-indent: -9999px;
  }
  #main h2.active {
    transition: .4s;
    -webkit-animation: moji_Move 1.5s linear;
    animation: moji_Move 1.5s linear;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
  }
  #main .steam {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 130px);
    z-index: 2;
    opacity: 0;
  }
  #main .steam.active {
    -webkit-animation: steam_Move 5s linear;
    animation: steam_Move 5s linear;
    transition: all 5s;
    animation-delay: 1s;
  }
  #main #stamp {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    background: url(../img/img_bannai-stamp.png) no-repeat center;
    background-size: 48px;
  }
  #main #stamp span {
    display: none;
  }

  #main_slider {
    margin-top: 45px;
  }

  #about {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg_about.png) repeat center top;
    color: #fff;
  }
  #about #about_kitakata {
    position: relative;
    width: 96%;
    max-width: 360px;
    margin: 0 auto 40px;
  }
  #about #about_kitakata:after {
    content: "";
    display: block;
    clear: both;
  }
  #about #about_kitakata .img {
    width: 96%;
    max-width: 360px;
    margin: 0 auto;
  }
  #about #about_kitakata .img img {
    width: 100%;
    border-radius: 15px;
  }
  #about #about_kitakata h2 {
    width: 96%;
    max-width: 360px;
    height: 74px;
    margin: 0 auto 14px;
    padding-top: 30px;
    background: url(../img/ttl_about_01.png) no-repeat left 30px;
    background-size: 160px 44px;
  }
  #about #about_kitakata h2 span {
    display: none;
  }
  #about #about_kitakata p {
    width: 96%;
    max-width: 360px;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }
  #about #about_kitakata .link_btn {
    margin: 0 auto;
  }
  #about #about_made {
    position: relative;
    width: 96%;
    max-width: 360px;
    margin: 0 auto 40px;
  }
  #about #about_made:after {
    content: "";
    display: block;
    clear: both;
  }
  #about #about_made h3 {
    width: 96%;
    max-width: 325px;
    height: 28px;
    margin: 0 auto 20px;
    background: url(../img/ttl_about_02.png) no-repeat center top;
    background-size: cover;
  }
  #about #about_made h3 span {
    display: none;
  }
  #about #about_made .img {
    width: 96%;
    max-width: 360px;
    margin: 0 auto 20px;
  }
  #about #about_made .img img {
    width: 100%;
    border-radius: 15px;
  }
  #about #about_made p {
    text-align: center;
  }
  #about #about_made p img {
    width: 193px;
    height: 140px;
    margin: 0 auto;
    border-radius: 4px;
  }
  #about .ac {
    margin: 0 auto;
  }

  #information {
    width: 100%;
    padding: 40px 0;
    background-image: url(../img/img_paper-line_wh.png), url(../img/bg_body_sp.png), url(../img/img_paper-line_wh_2.png);
    background-position: left top, center top, left bottom;
    background-repeat: repeat-x, repeat, repeat-x;
  }
  #information h2 {
    width: 167px;
    height: 16px;
    margin: 0 auto 20px;
    background: url(../img/ttl_information.png) no-repeat center top;
    background-size: 167px 16px;
  }
  #information h2 span {
    display: none;
  }
  #information .tag {
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #information .tag.blog {
    background-color: #202339;
  }
  #information .tag.shop {
    background-color: #388e3c;
  }
  #information .tag.limited {
    background-color: #b81c22;
  }
  #information #information_panel {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    background: url(../img/bg_paperline_bk.png) no-repeat center bottom;
  }
  #information #information_panel .panel_unit {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  #information #information_panel .panel_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
  }
  #information #information_panel .panel_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #information #information_panel .panel_unit .img img {
    width: 100%;
  }
  #information #information_panel .panel_unit .description {
    padding: 0 16px;
  }
  #information #information_panel .panel_unit .description .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #information #information_panel .panel_unit .description .ttl .sub {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }
  #information #information_panel .panel_unit .description .ttl h3 {
    width: 200px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
  }
  #information #information_panel .panel_unit .description .ttl .price span {
    font-size: 15px;
  }
  #information #information_panel .panel_unit .description p {
    font-size: 15px;
  }
  #information #information_list {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
  }
  #information #information_list dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  #information #information_list dl dt {
    margin-right: 16px;
    margin-bottom: 10px;
    color: #222a46;
    font-weight: bold;
  }
  #information #information_list dl dt.tag {
    color: #fff;
    text-align: center;
  }
  #information #information_list dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
  #information .ac {
    margin: 0 auto;
  }

  #benefit {
    width: 100%;
    padding: 26px 0;
    background: url(../img/bg_benefit.png) repeat left top;
    color: #fff;
  }
  #benefit h2 {
    width: 312px;
    height: 30px;
    margin: 0 auto 20px;
    background: url(../img/ttl_benefit.png) no-repeat center;
    background-size: 312px 30px;
    line-height: 1;
  }
  #benefit h2 span {
    display: none;
  }
  #benefit #benefit_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
  }
  #benefit #benefit_area .benefit_unit {
    width: 100%;
    max-width: 320px;
    margin-bottom: 40px;
  }
  #benefit #benefit_area .benefit_unit .img {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 0;
  }
  #benefit #benefit_area .benefit_unit .img img {
    width: 100%;
  }
  #benefit #benefit_area .benefit_unit .ttl {
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  #benefit #benefit_area .benefit_unit .txt {
    margin-bottom: 16px;
    color: #fff;
    font-size: 15px;
  }
  #benefit #benefit_area .link_btn_w {
    width: 96%;
    max-width: 320px;
    margin: 0 auto;
  }

  #recruit {
    width: 100%;
    padding: 28px 0;
    background: url(../img/bg_recruit.png) repeat left top;
  }
  #recruit .recruit_ttl {
    width: 76px;
    height: 16px;
    margin: 0 auto 20px;
    background: url(../img/ttl_recruit.png) no-repeat center;
    background-size: 76px 16px;
  }
  #recruit .recruit_ttl span {
    display: none;
  }
  #recruit .box_two {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  #recruit .box_two .box_unit {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 40px;
  }
  #recruit .box_two .box_unit .img {
    margin-bottom: 20px;
  }
  #recruit .box_two .box_unit .img img {
    width: 100%;
  }
  #recruit .box_two .box_unit .link_btn {
    margin: 0 auto;
  }
  #recruit .brand_ttl {
    width: 106px;
    height: 16px;
    margin: 0 auto 20px;
    background: url(../img/ttl_brand.png) no-repeat center;
    background-size: 106px 16px;
  }
  #recruit .brand_ttl span {
    display: none;
  }
  #recruit .bnr_area {
    width: 96%;
    margin: 0 auto;
  }
  #recruit .bnr_area ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #recruit .bnr_area ul li {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 1%;
    list-style-type: none;
    font-size: 0;
  }
  #recruit .bnr_area ul li img {
    width: 100%;
  }
}

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