@charset "utf-8";

/*
  page.css
---------------------------------------------------------------------------------------------------------------------------------------------*/

/* hero
--------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  #hero {
    padding-top: 15px;
  }
  #hero .inner .slider-list {
    width: calc(100% - 41.549296vw);
    max-width: 1300px;
    margin: 0 auto;
  }
  #hero .inner .slider-list .slider-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 130 / 63;
  }
  #hero .inner .slider-list .slider-item .headline {
    position: absolute;
    top: 3.307692%;
    display: block;
    height: auto;
  }
  #hero .inner .slider-list .slider-item.item-1 {
    background: url('../images/common/img_slide_1.jpg') center center / cover no-repeat;
  }
  #hero .inner .slider-list .slider-item.item-2 {
    background: url('../images/common/img_slide_2.jpg') center center / cover no-repeat;
  }
  #hero .inner .slider-list .slider-item.item-1 .headline {
    left: 4.076923%;
    width: 37.461538%;
  }
  #hero .inner .slider-list .slider-item.item-2 .headline {
    left: 3.307692%;
    width: 38.384615%;
  }
}
@media (max-width: 767px) {
  #hero .inner {
    display: block;
  }
  #hero .inner .slider-list {
    width: 100%;
    max-width: auto;
    }
  #hero .inner .slider-list .slider-item {
    aspect-ratio: 125 / 159;
  }
  #hero .inner .slider-list .slider-item .headline {
    position: absolute;
    top: calc( 30 / 750 * 100vw );
  }
  #hero .inner .slider-list .slider-item.item-1 {
    background: url('../images/common/sp_img_slide_1.jpg') center center / cover no-repeat;
  }
  #hero .inner .slider-list .slider-item.item-2 {
    background: url('../images/common/sp_img_slide_2.jpg') center center / cover no-repeat;
  }
  #hero .inner .slider-list .slider-item.item-1 .headline {
    left: calc( 28 / 750 * 100vw );
    width: calc( 476 / 750 * 100vw );
  }
  #hero .inner .slider-list .slider-item.item-2 .headline {
    left: calc( 23 / 750 * 100vw );
    width: calc( 480 / 750 * 100vw );
  }
}

/* howto
--------------------------------------------------------------------------------------------------------*/
#howto .inner {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  #howto .inner {
    max-width: 900px;
  }
  #howto h3:last-child {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #howto .inner {
    padding-right: calc(40 / 750 * 100vw);
    padding-bottom: calc(95 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
  #howto h3 img { width: calc(670 / 750 * 100vw); }
  #howto h3:not(:first-child) {
    margin-top: calc(80 / 750 * 100vw);
  }
}

/* menu
--------------------------------------------------------------------------------------------------------*/
#menu .inner {
  padding-bottom: 6.5rem;
}
#menu ul li {
  margin-right: .5rem;
  margin-left: .5rem;
}
#menu ul li a {
  display: block;
}

/* point
--------------------------------------------------------------------------------------------------------*/
#point .inner {
  padding-top: 2.0rem;
  padding-bottom: 3.0rem;
}
#point .field {
  padding-top: 2.0rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #point .field {
    max-width: 750px;
  }
  #point .item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 2.0rem;
  }
  #point .item ul {
    padding-top: 5.0rem;
  }
  #point .item ul li:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  #point .item ul li:nth-of-type(1) img { width: 393px;}
  #point .item ul li:nth-of-type(2) img { width: 363px;}
  #point .item ul li:nth-of-type(3) img { width: 274px;}
  #point .item .photo img { width: 317px;}

  #point .box {
    padding-top: 1.0rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  #point .box dl {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #point .box dl:not(:last-child) {
    margin-bottom: 4.0rem;
  }
  #point .box dl:nth-of-type(2n+1) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #point .box dl:nth-of-type(2n+1) dt {
    margin-left: 4.2rem;
  }
  #point .box dl:nth-of-type(2n) dt {
    margin-right: 3.8rem;
  }
}
@media (max-width: 767px) {
  #point .inner {
    padding-top: 0;
    padding-bottom: calc(72 / 750 * 100vw);
  }
  #point h3 img {
    width: calc(603 / 750 * 100vw);
  }
  #point .field {
    padding-top: calc(40 / 750 * 100vw);
  }
  #point .item {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #point .photo {
    text-align: center;
    margin-bottom: calc(12 / 750 * 100vw);
  }
  #point .photo img {
    width: calc(532 / 750 * 100vw);
  }
  #point ul {
    padding-left: calc(135 / 750 * 100vw);
  }
  #point ul li:not(:last-child) {
    margin-bottom: calc(22 / 750 * 100vw);
  }
  #point ul li:nth-of-type(1) img { width: calc(474 / 750 * 100vw);}
  #point ul li:nth-of-type(2) img { width: calc(438 / 750 * 100vw);}
  #point ul li:nth-of-type(3) img { width: calc(330 / 750 * 100vw);}
  
  #point .box {
    padding-top: calc(75 / 750 * 100vw);
  }
  #point .box dl {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #point .box dl:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  #point .box dl:nth-of-type(2n+1) dt {
    text-align: left;
    padding-left: calc(120 / 750 * 100vw);
  }
  #point .box dl:nth-of-type(2n) dt {
    text-align: right;
    padding-right: calc(104 / 750 * 100vw);
  }
  #point .box dd {
    position: relative;
    text-align: center;
  }
  #point .box dl:nth-of-type(1) dd {
    top: calc(37 / 750 * -100vw);
    margin-bottom: calc(37 / 750 * -100vw);
  }
  #point .box dl:nth-of-type(2) dd {
    top: calc(27 / 750 * -100vw);
    margin-bottom: calc(27 / 750 * -100vw);
  }
  #point .box dl:nth-of-type(1) dt img { width: calc(354 / 750 * 100vw);}
  #point .box dl:nth-of-type(1) dd img { width: calc(499 / 750 * 100vw);}
  #point .box dl:nth-of-type(2) dt img { width: calc(348 / 750 * 100vw);}
  #point .box dl:nth-of-type(2) dd img { width: calc(500 / 750 * 100vw);}
}

/* arrange
--------------------------------------------------------------------------------------------------------*/
#arrange .inner {
  padding-top: 2.0rem;
  padding-bottom: 3.0rem;
}
#arrange .flex {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #arrange .flex {
    max-width: 895px;
    flex-wrap: wrap;
  }
  #arrange .flex .item:first-child {
    width: 443px;
    margin: -2.5rem 0 0 1.5rem;
  }
  #arrange .flex .item:nth-child(2) {
    width: 422px;
    margin: -.8rem 2rem 0 -0.5rem;
  }
  #arrange .flex .item:nth-child(3) {
    width: 449px;
    margin: -1.8rem 0px 0 1rem;
  }
  #arrange .flex .item:last-child {
    width: 444px;
    margin: -1rem -1rem 0 -3rem;
  }
}
@media (max-width: 767px) {
  #arrange .inner {
    padding-top: 0;
    padding-bottom: calc(112 / 750 * 100vw);
  }
  #arrange h3 img {
    width: calc(684 / 750 * 100vw);
  }
  #arrange .flex .item:first-child {
    width: calc(637 / 750 * 100vw);
    margin: 0 0 0 calc(65 / 750 * 100vw);
  }
  #arrange .flex .item:nth-child(2) {
    width: calc(608 / 750 * 100vw);
    margin: 0 0 0 calc(75 / 750 * 100vw);
  }
  #arrange .flex .item:nth-child(3) {
    width: calc(645 / 750 * 100vw);
    margin: 0 0 0 calc(65 / 750 * 100vw);
  }
  #arrange .flex .item:last-child {
    width: calc(637 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) 0 0 calc(65 / 750 * 100vw);
  }
}


/* movie
--------------------------------------------------------------------------------------------------------*/
#movie .inner {
  padding-bottom: 4.5rem;
}
#movie .headline {
  margin-bottom: 8.0rem;
}
#movie .field {
  border: 5px solid #461913;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #movie .field {
    max-width: 650px;
  }
  #movie .headline:not(:first-child) {
    margin-top: 9.0rem;
  }
}
#movie .video-wrap {
  position: relative;
}
#movie .video-wrap::before {
  content: '';
  display: inline-block;
  padding-top: 56.25%;
}
#movie .video-wrap video,
#movie .video-wrap iframe {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
#movie .video-wrap video {
  object-fit: cover;
}

@media (max-width: 767px) {
  #movie .inner {
    padding-bottom: calc(40 / 750 * 100vw);
  }
  #movie h3 img {
    width: calc(603 / 750 * 100vw);
  }
  #movie .headline {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  #movie .headline:not(:first-child) {
    margin-top: calc(100 / 750 * 100vw);
  }
  #movie .field {
    border: 3px solid #461913;
    margin-right: calc(50 / 750 * 100vw);
    margin-left: calc(50 / 750 * 100vw);
  }
}

/* local
--------------------------------------------------------------------------------------------------------*/
#local .field {
  padding-top: 3.5rem;
}
#local .maps {
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/page/local_map.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#local .maps::before {
  content: '';
  position: absolute;
  background: url(../images/page/local_balloon.png) no-repeat center center;
  background-size: cover;
}
#local .maps ul li {
  position: absolute;
}
#local .maps ul li a { display: block;}
@media (min-width: 768px) {
  #local .inner {
    padding-top: 5rem;
  }
  #local h4 img { width: 345px;}
  #local .item {
    margin-top: 4.5rem;
    padding-top: 16.0rem;
    padding-bottom: 12.0rem;
  }
  #local .maps {
    width: 600px;
    height: 739px;
  }
  #local .maps::before {
    top: -15.8rem;
    left: -3.4rem;
    width: 300px;
    height: 207px;
  }
  #local .maps ul li:nth-of-type(1) { top: -13.0rem; right: 11.0rem;}
  #local .maps ul li:nth-of-type(2) { top: 7.5rem; right: 29.4rem;}
  #local .maps ul li:nth-of-type(3) { top: 41.6rem; right: -0.8rem;}
  #local .maps ul li:nth-of-type(4) { top: 62.7rem; right: 11.8rem;}
  #local .maps ul li:nth-of-type(5) { top: 31.8rem; right: 42.7rem;}
  #local .maps ul li:nth-of-type(6) { top: 70.1rem; right: 38.2rem;}
  #local .maps ul li img { width: 74px;}
  #local .maps ul li:nth-of-type(5) img { width: 157px;}
  #local .maps ul li:nth-of-type(6) img { width: 112px;}
}
@media (max-width: 767px) {
  #local .inner {
    padding-top: calc(85 / 750 * 100vw);
  }
  #local .field {
    padding-top: calc(72 / 750 * 100vw);
  }
  #local h3 img {
    width: calc(603 / 750 * 100vw);
  }
  #local h4 img {
    width: calc(514 / 750 * 100vw);
  }
  #local .item {
    margin-top: calc(45 / 750 * 100vw);
    padding-top: calc(250 / 750 * 100vw);
    padding-bottom: calc(90 / 750 * 100vw);
  }
  #local .maps {
    width: calc(600 / 750 * 100vw);
    height: calc(739 / 750 * 100vw);
  }
  #local .maps::before {
    top: calc(252 / 750 * -100vw);
    left: calc(6 / 750 * -100vw);
    width: calc(359 / 750 * 100vw);
    height: calc(248 / 750 * 100vw);
  }
  #local .maps ul li:nth-of-type(1) { top: calc(172 / 750 * -100vw); right: calc(94 / 750 * 100vw);}
  #local .maps ul li:nth-of-type(2) { top: calc(35 / 750 * 100vw); right: calc(279 / 750 * 100vw);}
  #local .maps ul li:nth-of-type(3) { top: calc(388 / 750 * 100vw); right: calc(24 / 750 * -100vw);}
  #local .maps ul li:nth-of-type(4) { top: calc(596 / 750 * 100vw); right: calc(102 / 750 * 100vw);}
  #local .maps ul li:nth-of-type(5) { top: calc(275 / 750 * 100vw); left: calc(22 / 750 * -100vw);}
  #local .maps ul li:nth-of-type(6) { top: calc(663 / 750 * 100vw); left: calc(84 / 750 * 100vw);}

  #local .maps ul li img { width: calc(101 / 750 * 100vw);}
  #local .maps ul li:nth-of-type(5) img { width: calc(220 / 750 * 100vw);}
  #local .maps ul li:nth-of-type(6) img { width: calc(154 / 750 * 100vw);}
}

/* sns
--------------------------------------------------------------------------------------------------------*/
#sns .inner {
  padding-bottom: 4.0rem;
}
#sns .inner a {
  display: block;
}
#sns .inner .note {
  color: #451A14;
  margin-left: 20px;
  font-size: 90%;
}
#sns > .sns-block {
  width: 900px;
  margin: 0 auto;
  padding: 8px 15px 18px 10px;
  background: #fff;
}
#sns > .sns-block > .sns-block_list {
  display: flex;
  flex-wrap: wrap;
}
#sns > .sns-block > .sns-block_list > .sns-block_list_item {
  width: 164px;
  margin: 10px 0 0 10px;
  border: #b4b4b4 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}
#sns > .sns-block > .sns-block_list > .sns-block_list_item > .sns-block_list_item_link {
  display: block;
  width: 100%;
  padding: 10px;
}
#sns > .sns-block > .sns-block_list > .sns-block_list_item > .sns-block_list_item_link > .sns-block_list_item_link_name {
  margin-top: 10px;
  color: #461913;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#sns > .sns-block > .sns-blocok_logo {
  width: 200px;
  margin: 26px auto 0 auto;
}
@media (min-width: 768px) {
  #sns .inner {
    max-width: 850px;
  }
  #sns .field {
    padding-left: 21.5rem;
  }
  #sns .field > * {
    position: relative;
  }
  #sns .field ul {
    top: -0.8rem;
    margin-bottom: -0.8rem;
    padding-right: 5.4rem;
  }
  #sns .field ul li:first-child {
    margin-right: 5.4rem;
  }
  #sns .field ul li img { width: 72px;}
  #sns .field .photo {
    top: -4.0rem;
    margin-bottom: -4.0rem;
  }
  #sns .field .photo img { width: 301px;}
}
@media (max-width: 767px) {
  #sns .inner {
    border-bottom: none;
    padding-bottom: calc(72 / 750 * 100vw);
    position: relative;
  }
  #sns h3 img {
    width: calc(681 / 750 * 100vw);
  }
  #sns .field {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #sns .field .photo {
    text-align: center;
  }
  #sns .field .photo img {
    width: calc(628 / 750 * 100vw);
  }
  #sns .field ul {
    -webkit-align-self: center;
    align-self: center;
    padding-top: calc(15 / 750 * 100vw);
  }
  #sns .field ul li {
    margin-right: calc(40 / 750 * 100vw);
    margin-left: calc(40 / 750 * 100vw);
  }
  #sns .field ul li img {
    width: calc(100 / 750 * 100vw);
  }
  #sns .inner .note {
    padding-top: calc(40 / 750 * 100vw);
    margin-left: calc(40 / 750 * 100vw);
  }
  #sns > .sns-block {
    width: calc(730 / 750 * 100vw);
    margin: 0 auto;
    padding: 0 calc(27 / 750 * 100vw) calc(46 / 750 * 100vw) calc(9 / 750 * 100vw);
  }
  #sns > .sns-block > .sns-block_list > .sns-block_list_item {
    width: calc(328 / 750 * 100vw);
    margin: calc(18 / 750 * 100vw) 0 0 calc(18 / 750 * 100vw);
    border: #b4b4b4 calc(2 / 750 * 100vw) solid;
  }
  #sns > .sns-block > .sns-block_list > .sns-block_list_item > .sns-block_list_item_link {
    padding: calc(20 / 750 * 100vw);
  }
  #sns > .sns-block > .sns-block_list > .sns-block_list_item > .sns-block_list_item_link > .sns-block_list_item_link_name {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  #sns > .sns-block > .sns-blocok_logo {
    width: calc(400 / 750 * 100vw);
    margin: calc(46 / 750 * 100vw) auto 0 auto;
  }
}

/* products
--------------------------------------------------------------------------------------------------------*/
#products .inner {
  padding-top: 5.0rem;
  padding-bottom: 6.0rem;
}
#products .field {
  padding-top: 3.8rem;
}
@media (min-width: 768px) {
  #products .field {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  #products .field::before,
  #products .field::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #products .field::before {
    top: 15.0rem;
    right: 3.0rem;
    width: 155px;
    height: 94px;
    background-image: url(../images/page/products_bg.png);
  }
  #products .field::after {
    top: 13.3rem;
    left: 1.0rem;
    width: 152px;
    height: 116px;
    background-image: url(../images/page/products_balloon-01.png);
  }
  #products h4 {
    margin-bottom: 3.5rem;
  }
  #products .item {
    padding-top: 5.0rem;
  }
  #products .item dl:nth-of-type(2) {
    margin-right: 3.5rem;
    margin-left: 2.0rem;
  }
  #products .item dl:not(:nth-child(1)) {
    padding-top: 1.6rem;
  }
  #products .item dl dt {
    margin-right: 1.0rem;
  }
  #products .item dl:nth-of-type(3) dt {
    margin-right: 2.0rem;
    padding-top: 1.0rem;
  }
  #products .item dl:nth-of-type(1) dt img { width: 157px;}
  #products .item dl:nth-of-type(2) dt img { width: 120px;}
  #products .item dl:nth-of-type(3) dt img { width: 68px;}

  #products .item dl:nth-of-type(1) dd {
    padding-top: 4.0rem;
  }
  #products .item dl:nth-of-type(2) dd {
    padding-top: 2.2rem;
  }
  #products .item dl:nth-of-type(3) dd {
    padding-top: 2.2rem;
  }
  #products .item dl dd img { width: 133px;}
  
  #products .to-recipe {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
    position: relative;
  }
  #products .to-recipe::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 7.4rem;
    width: 152px;
    height: 116px;
    background: url(../images/page/products_balloon-02.png) no-repeat center center;
    background-size: cover;
  }
}
#products .to-recipe,
#products #pagetop {
  text-align: center;
}
#products .to-recipe a,
#products #pagetop a {
  display: inline-block;
}
@media (max-width: 767px) {
  #products .inner {
    padding-top: calc(85 / 750 * 100vw);
    padding-bottom: calc(120 / 750 * 100vw);
  }
  #products .field {
    padding-top: calc(85 / 750 * 100vw);
  }
  #products h3 img {
    width: calc(603 / 750 * 100vw);
  }
  #products h4 {
    margin-bottom: calc(75 / 750 * 100vw);
  }
  #products h4 img {
    width: calc(336 / 750 * 100vw);
  }
  #products p img {
    width: calc(641 / 750 * 100vw);
  }
  #products .item {
    position: relative;
    padding-top: calc(267 / 750 * 100vw);
    padding-left: calc(90 / 750 * 100vw);
    padding-right: calc(75 / 750 * 100vw);
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #products .item::before,
  #products .item::after {
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #products .item::before {
    top: calc(50 / 750 * 100vw);
    left: calc(83 / 750 * 100vw);
    width: calc(274 / 750 * 100vw);
    height: calc(167 / 750 * 100vw);
    background-image: url(../images/page/products_bg.png);
  }
  #products .item::after {
    top: calc(166 / 750 * 100vw);
    right: calc(68 / 750 * 100vw);
    width: calc(277 / 750 * 100vw);
    height: calc(178 / 750 * 100vw);
    background-image: url(../images/page/products_balloon-01-sp.png);
  }
  #products .item dl {
    -webkit-align-items: center;
    align-items: center;
  }
  #products .item dl:not(:last-child) {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  #products .item dl dt {
    text-align: center;
    margin-right: calc(45 / 750 * 100vw);
    -webkit-flex: 0 0 calc(277 / 750 * 100vw);
    flex: 0 0 calc(277 / 750 * 100vw);
  }
  #products .item dl:nth-of-type(1) dt img { width: calc(277 / 750 * 100vw);}
  #products .item dl:nth-of-type(2) dt img { width: calc(240 / 750 * 100vw);}
  #products .item dl:nth-of-type(3) dt img { width: calc(134 / 750 * 100vw);}
  #products .item dl dd {
    -webkit-flex: 1;
    flex: 1;
  }
  #products .item dl dd img { width: calc(262 / 750 * 100vw);}
  #products .to-recipe {
    position: relative;
    padding-top: calc(300 / 750 * 100vw);
  }
  #products .to-recipe::before {
    content: '';
    position: absolute;
    top: calc(31 / 750 * 100vw);
    left: calc(222 / 750 * 100vw);
    width: calc(303 / 750 * 100vw);
    height: calc(230 / 750 * 100vw);
    background: url(../images/page/products_balloon-02.png) no-repeat center center;
    background-size: cover;
  }
  #products .to-recipe img {
    width: calc(500 / 750 * 100vw);
  }
  
}

/*
  page.css End
--------------------------------------------------------