@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  reset
--------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
main,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

abbr {
    text-decoration: none;
}

mark {
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
}

hr {
    height: 0;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

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

body {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

/*a:not(.btn):hover {
    opacity: 0.75;
    transition: all 0.1s 0s ease;
}*/

button:focus {
    outline: none;
}


/*a[href^="tel"] {
    color: #fff;
    pointer-events: none;
}*/

.select:focus,
input:focus {
    outline: none;
}

.pc-hide {
    display: none !important;
}

.sp-hide {
    display: block !important;
}

.strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left !important;
}

a{
    transition: all .3s;
}


/* ------------------------------------------
  common
--------------------------------------------- */
.ph-inner-pc-menu{
    display: none;
}

.footer-nav{
    display: none;
}

/*btn*/
.btn-wrap {
    text-align: center;
    padding-top: 50px;
}

.btn-wrap.pt-small {
    padding-top: 40px;
}

.btn-wrap-top {
    padding: 50px 0 70px;
    text-align: center;
}

.btn-wrap-inner{
    display: flex;
    justify-content: center;
}

.btn-wrap-inner li{
    padding: 0 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 340px;
    height: 60px;
    border-radius: 30px;
    background: #711717;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.1s 0s ease;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 39%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translateY(-50%);
}

.btn:hover {
    opacity: .75;
}

/*block*/

.block {
    width: 100%;
    padding: 60px 0;
}

.block.pt-small {
    padding-top: 40px;
}

.bg-gray {
    background: #f5f5f5;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}

/*fadein*/
.fadein{
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein-active{
  opacity: 1;
  transform: translate(0, 0);
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    height: 450px;
    position: relative;
    background: #f3ede1 url(../images/mv.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-lead{
    text-align: center;
    color: #fff;
    font-weight: 700; 
    text-shadow: 1px 1px 8px #000000, -1px 1px 8px #000000, 1px -1px 8px #000000, -1px -1px 8px #000000;
    letter-spacing: 2px;
}


.mv-lead small{
    font-size: 26px;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
}

.mv-lead span{
    font-size: 48px;
    line-height: 1.25;
}

.kv-badge-wrap {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 20px;
    text-align: right;
}

/* ------------------------------------------
  lead
--------------------------------------------- */
.newyear24-head {
    padding-top: 50px;
    text-align: center;
}

.newyear24-head h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 40px;
}

.newyear24-head-lead {
    padding-bottom: 40px;
}

/* ------------------------------------------
  mokuji
--------------------------------------------- */
.newyear24-menu {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.newyear24-menu-zoni {
    background: #fdf3ca;
}

.newyear24-menu-soba {
    background: #dceccf;
}

.newyear24-menu-zosui {
    background: #fbe9e9;
}
.newyear24-menu li {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.newyear24-menu a {
    display: inline-flex;
    align-items: center;
}

.newyear24-menu p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}

.newyear24-menu p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    margin-left: -7px;
    bottom: -20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
}

.newyear24-menu-zoni p:after {
    border-bottom-color: #cbc092;
    border-right-color: #cbc092;
}

.newyear24-menu-soba p:after{
    border-bottom-color: #a0ad95;
    border-right-color: #a0ad95;
}

.newyear24-menu-zosui p:after{
    border-bottom-color: #cb8383;
    border-right-color: #cb8383;
}

/* ------------------------------------------
  soup
--------------------------------------------- */
.soup-block {
    margin-top: 60px;
    position: relative;
}

.soup-block:after{
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
}

.soup-block#kasu:after {
    background: #fdf3ca;
}

.soup-block#soba:after {
    background: #dceccf;
}

.soup-block#zosui:after {
    background: #fbe9e9;
}

.soup-block-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.soup-img {
    width: 100%;
    text-align: right;
}

.soup-block#soba .soup-img {
    text-align: left;
}

.soup-item-inner {
    padding: 160px 0 60px 0;
    display: flex;
}

.soup-text{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -500px;
    z-index: 2;
}

.soup-block#soba .soup-text{
    text-align: right;
}

.soup-text-inner{
    width: 400px;
    height: 270px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.soup-text-inner p{
    font-weight: 500;
}

.soup-title{
    padding-bottom: 20px;   
}

.soup-title span{
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.soup-title small{ 
    font-weight: 700;
    display: block;
    color: #d3d3d3;    
}

.soup-block#zosui .soup-title small{ 
    color: #cb8383;
}

.soup-block#soba .soup-title small{ 
    color: #a0ad95;
}

.soup-block#kasu .soup-title small{ 
    color: #cbc092;
}

.soup-item {
    background: #fff;
    padding-top: 300px;
    display: flex;
    justify-content: end;
}

.soup-gyu .soup-item {
    background: #fbe9e9;
}

.soup-shoga .soup-item {
    background: #ede9db;
}

.soup-wakame .soup-item {
    background: #dceccf;
}

.soup-tamago .soup-item {
    background: #fdf3ca;
}

.soup-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.soup-item-inner{
    padding: 90px 0 60px 110px;
    display: flex;
    position: relative;
    align-items: center;
}

.soup-item-image{
    width: 140px;
    text-align: right;
    position: relative;
}

.soup-item-image p{
    display: flex;
    padding-bottom: 5px;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: 0px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.soup-block#kasu .soup-item-image p{
    background: #cbc092;
}

.soup-block#soba .soup-item-image p{
    background: #a0ad95;
}

.soup-block#zosui .soup-item-image p{
    background: #cb8383;
}

.soup-item-text{
    padding-left: 30px;
    width: 630px;
}

.soup-item-title{
    font-weight: 700;
    padding-bottom: 3px;
    font-size: 20px;
    color: #711717;
}

.soup-block#kasu .soup-item-title{
    color: #c19c00;
}

.soup-block#soba .soup-item-title{
    color: #6baa32;
}

.soup-block#zosui .soup-item-title{
    color: #d72400;
}


.soup-item-lead{
    font-weight: 500;
    padding-bottom: 10px;
}

.soup-item-text > span {
    display: block;
    color: #711717;
    font-weight: 500;
    font-size: 100%;
}

.soup-item-sale{
     text-align: center;
    width: 190px;   
}

.soup-item-sale span{
    color: #711717;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding: 0 10px;
}

.soup-item-sale span:before,
.soup-item-sale span:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background: #711717;
    top: 9px;
}

.soup-item-sale span:before{
    transform: rotate(330deg) translateY(-50%);
    left: 0;
}

.soup-item-sale span:after{
    transform: rotate(30deg) translateY(-50%);
    right: 0;
}

.soup-item-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 310px;
    height: 30px;
    border-radius: 6px;
    background: #711717;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.1s 0s ease;
}

.soup-item-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.soup-item-btn:hover {
    background: #aa1010;
}

/* ------------------------------------------
  campaign
--------------------------------------------- */
.campaign{
    text-align: center;
    padding: 40px;
}

.campaign a:hover{
    opacity: 0.75;
}


/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {
    /*common*/
    html {
        overflow-x: hidden;
    }
    body {
        font-size: 3.8vw;
        min-width: 0;
        overflow-x: hidden;
    }
    .main{
    }
    a:hover,a:not(.btn):hover {
        opacity: 1;
    }
    .btn-wrap {
        padding-top: 30px;
    }
    .btn {
        width: 280px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .btn:after {
        top: 36%;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .pc-hide {
        display: block !important;
    }
    .sp-hide {
        display: none !important;
    }
    .block {
        padding: 30px 20px;
    }
    .block.pt-small {
        padding-top: 20px;
    }
    .inner {
        width: 100%;
    }
    
    .cmn-lead {
        padding-bottom: 20px;
    }
    /*header*/
    .header .logo {
        padding-top: 3px;
    }
    .header a:hover {
        opacity: 1;
    }
    .header .header-inner {
        padding: 0 20px;
    }
    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }
    
    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv-sp {
        position: relative;
        padding-top: 88.5%;
    }
    
    .mv-sp > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    .mv-inner {
        position: absolute;
        padding: 0 4vw;
        text-align: center;
        bottom:4vw; 
    }
    
    .mv-lead {
        text-align: left;
    }

    .mv-lead small{
        font-size: 4.2vw;
    }

    .mv-lead span{
        font-size: 9vw;
    }
    
    .kv-badge {
        position: absolute;
        top: 23vw;
        right: 4vw;
        z-index: 2;
    }

    .kv-badge img {
        width: 28vw;
        height: 28vw;
    }

    /* ------------------------------------------
      head
    --------------------------------------------- */    
    
    .newyear24-head{
        padding: 6vw 4vw 0;
        text-align: center;   
    }
    
    .newyear24-head h2 {
        font-size: 6vw;
        padding-bottom: 6vw;
        letter-spacing: 0.5vw;
    }
    
    .newyear24-head-lead {
        padding-bottom: 6vw;
    }
    
    .newyear24-menu {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .newyear24-menu li {
        width: 31.5%;
        display: block;
        padding: 0 0 5vw 0;
        position: relative;
    }
    
    .newyear24-menu a {
        display: inline-block;
    }
    
    .newyear24-menu-img {
        width: 100%;
        height: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .newyear24-menu-zoni img {
        width: 40%;
    }
    
    .newyear24-menu-soba img {
        width: 40%;
    }
    
    .newyear24-menu-zosui img {
        width: 40%;
    }
    
    .newyear24-menu p {
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1.5;
        position: static;
        margin-bottom: 10px;
        padding-left: 0;
        letter-spacing: 0;
    }
    
    .newyear24-menu p:after {
        left: 50%;
        width: 2.6vw;
        height: 2.6vw;
        transform: rotate(45deg) translateY(-50%);
        margin-left: -2vw;
        bottom: 2vw;
        border-bottom-width: 0.6vw;
        border-bottom-style: solid;
        border-right-width: 2px;
        border-right-style: solid;
    }

    /* ------------------------------------------
      lead
    --------------------------------------------- */
    .lead {
        padding: 30px 20px 30px;
    }

    .lead-title {
        font-size: 16px;
        padding-bottom: 30px;
        letter-spacing: 2px;
    }
    
    .lead-item {
        width: 100%;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .lead-item-image{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .lead-item-image img{
        width: 100%;
    }

    .lead-item-text{
        width: 100%;
    }
    
    .lead-item-title {
        font-size: 14px;
        padding-bottom: 5px;
    }
    
    .lead-item:nth-child(2){
        flex-wrap: wrap-reverse;
    }
    
    .lead-item:last-child {
        padding-bottom: 40px;
    }
    
    /* ------------------------------------------
      mokuji
    --------------------------------------------- */    
    .lead-mokuji {
        width: 100%;
        padding-bottom: 20px;
    }

    .lead-mokuji-title {
        font-size: 16px;
        top: -16px;
    }
    
    .lead-mokuji ul {
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    
    .lead-mokuji-item {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }
    .lead-mokuji-item a {
        width: 100%;
        height: 65px;
        font-size: 3.5vw;
        padding-bottom: 15px;
    }
  
    /* ------------------------------------------
      soup-block
    --------------------------------------------- */     
    .soup-block {
        margin-top: 10vw;
        padding-bottom: 10vw;
        position: relative;
    }
    
    .soup-block#kasu {
        background: #fdf3ca;
    }

    .soup-block#soba {
        background: #dceccf;
    }

    .soup-block#zosui {
        background: #fbe9e9;
    }
    
    .soup-block:after {
        content: none;
    }
    
    .soup-block-inner {
        width: 100%;
    }
    
    .soup-text-inner {
        width: 100%;
        height: auto;
        padding: 5vw 0;
    }

    .soup-text {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        margin: -10vw 0 6vw 0;
        left: 0;
        z-index: 2;
        padding: 0 4vw;
    }
    
    .soup-text-inner {
        width: 100%;
        height: auto;
        padding:6vw 0 7vw;
    }
    
    .soup-title {
        padding-bottom: 3vw;
    }
    
    .soup-title span {
        font-size: 4.8vw;
    }
    
    .soup-item {
        padding: 0 20px 0;
    }
    
    .soup-item-image {
        width: 24vw;
        position: absolute;
        top: 2vw;
    }
    
    .soup-item-image p {
        padding-bottom: 1vw;
        width: 12vw;
        height: 12vw;
        border-radius: 6vw;
        top: -4vw;
        left: 0px;
        text-align: center;
        line-height: 1.4;
        font-weight: 700;
        color: #fff;
        font-size: 3.0vw;
        letter-spacing: 0;
    }

    .soup-item-image img{
        width: 80%;
    }
    
    .soup-item-text {
        padding-left: 0;
        width: 100%;
    }
    
    .soup-item:before {
        content: none;
    }
    
    .soup-item-inner {
        padding: 0 4vw;
        width: 100%;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    
    .soup-item-title {
        padding-left: 30vw;
        font-size: 4.4vw;
    }
    
    .soup-item-lead {
        padding-left: 30vw;
        padding-bottom: 4vw;
    }
    
    .soup-item-sale {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .soup-item-btn {
        width: 100%;
        height: 10vw;
    }

    .soup-item-text > span {
        display: block;
        text-align: center;
    }

    /* ------------------------------------------
      campaign
    --------------------------------------------- */
    .campaign{
        text-align: center;
        padding: 30px 20px;
    }
    
    .campaign img{
        width: 100%;
    }

    .campaign a:hover{
        opacity: 1;
    }



}