@charset "utf-8";
/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ryumin {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hiragino {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Yu Gothic';
}

.warnock {
  font-family: warnock-pro, serif;
  font-weight: 700;
  font-style: italic;
}

.shelby {
  font-family: shelby, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka {
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
}

/* init */

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'fot-tsukuaoldmin-pr6n', 'YuMincho';
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 125px;
  font-weight: 400;
  line-height: 0.7em;
  font-style: normal;
  color: #fff;
  margin-right: .5em;
}

h1 span {
  position: relative;
}

h1 span::after {
  content: "";
  background: url(../img/fathersday/nekutai.png) no-repeat center;
  background-size: contain;
  width: 58px;
  height: 125px;
  left: 105%;
  position: absolute;
  width: 5vw;
  height: calc(5vw * 125 / 58);
  /* 縦横比維持で高さ自動計算 */
}

h2 {
  font-size: 25px;
  font-weight: 300;
  font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'fot-tsukuaoldmin-pr6n', 'YuMincho';
  ;
  font-style: normal;
  line-height: 1.5em;
  margin: 6% 0;
  text-align: center;
}

h3 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 3%;
}



@media screen and (max-width: 1000px) {

  h1 {
    font-size: 10vw;
  }

  h1 span {
    font-size: 7vw;
  }

  .fv-text2 {
    width: 20vw;
  }

  h2 {
    font-size: 2.9vw;
  }


}

@media screen and (max-width: 540px) {
  h1 {}

  h2 {
    font-size: 18px;
  }

  h2 span {
    font-size: 16px;
  }

  h3 {
    font-size: 5vw;
  }
}

p {
  line-height: 1.5em;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.wrap {
  width: 1080px;
  /* background: rgba(0, 0, 0, 0.212); */
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.container {
  width: 100%;
  overflow: hidden;
}

.wrap824 {
  width: 90%;
  max-width: 824px;
  margin: 0 auto;
}


@media screen and (max-width: 1100px) {
  .inner {
    width: 90%;

  }

  .wrap {
    width: 90%;

  }

  .container {
    width: 100%;
    overflow: hidden;
  }
}

.sec-p {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-p {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec-p.-last {
  padding-bottom: 0;
}

.sec-p.-first {
  padding-top: 0;
}



/* ------ link ------ */

a {
  color: #000;
}

a:hover {
  color: #555;
}





@media screen and (max-width: 768px) {

  body {
    font-size: 16px;
  }

  a:hover img, a:hover, form:hover {
    /* opacity: 1; */
    transform: none;
    transition-duration: 0;
  }
}

/*btn
------------------------------------*/

a, form, button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover, form:hover {
  /* opacity: 0.6; */
}

/*ps sp
------------------------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


.bg-darkgreen {
  background: #022558;
}

.bg-beige {
  background: #B0DAE6;
}





/*fv
------------------------------------*/

.fv {
  text-align: center;
  position: relative;
  padding: 35% 0 0;
  z-index: 4;
}

.fv-img {
  position: relative;
}

.bg-img1 {

  width: 100%;
}

.bg-img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.bg-img3 {
  width: 100%;
}

.top-img {
  width: 100%;
}


@media screen and (max-width: 1280px) {

  .fv {
    text-align: center;
    position: relative;
    padding: 40% 0 0;

  }
}


@media screen and (max-width: 768px) {}



.fv-text {
  position: relative;
  z-index: 3;
}

.fv h2 {
  font-size: 40px;
  color: #fff;

}

.message-inner {
  width: 700px;
  margin: 0 auto;

}

.message-area {
  color: #000;
  font-size: 19px;
}

.message-area {}

.fv .line-flex {
  display: flex;
  align-items: center;
  margin-bottom: 4%;
  font-size: 26px;
}

.fv .line-flex::before {
  display: block;
  content: '';
  flex-grow: 1;
  height: 3px;
  margin-right: 5%;
  margin-left: 15%;
  border-top: #000 solid 1px;
}

.fv .line-flex::after {
  display: block;
  content: '';
  flex-grow: 1;
  height: 3px;
  margin-left: 5%;
  margin-right: 15%;
  border-top: #000 solid 1px;
}

.fv p {
  line-height: 50px;
  font-size: 20px;

}

.fv-inner {
  position: relative;
}

.fv .pic-cookie {
  position: absolute;
  bottom: 70%;
  right: -100px;
  max-width: 623px;

}

.fv .thanks-img {
  position: absolute;
  bottom: 110%;
  left: 0;
  max-width: 272px;
}



@media screen and (max-width: 1280px) {

  .fv .pic-cookie {
    position: absolute;
    right: -5vw;
    width: 50vw;
  }

  .fv .thanks-img {
    position: absolute;
    left: 15vw;
    width: 22vw;

  }



  .fv .nekutai-img img {

    width: 5vw;
  }

}

@media screen and (max-width: 1000px) {


  .fv h2 {
    font-size: 6vw;

  }

  .fv-inner {
    width: 90%;
    margin: 0 auto;
  }

  .message-inner {
    width: 90%;
    padding: 5% 0;
  }


}






@media screen and (max-width: 768px) {

  .fv p {
    line-height: 2;
    font-size: 16px;
  }

  .fv .line-flex {

    font-size: 5vw;
  }

  .fv .line-flex::before {

    margin-left: 5%;

  }

  .fv .line-flex::after {

    margin-right: 5%;

  }

}





/* product -------------------------- */

.product {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  color: #707070;
}

.product-inner {
  background: #fff;
  padding: 7%;
}

.product-item {
  top: 0;
  left: -10%;
  position: absolute;
  z-index: 2;
}

.product-item2 {
  position: absolute;
  z-index: 1;
  top: -117px;
  left: -32px;

}

.product1-flex {
  display: flex;
  justify-content: space-around;
}

.pic-cookie-s {
  width: 44%;
  object-fit: cover;
}

.product1-text {
  width: 48%;
}

.product1-text .price {
  margin-top: 5%;
  margin-bottom: 3%;
}

.product1-text .small {
  font-size: 14px;
  margin-bottom: 4%;
}

.product1-text span {
  font-size: 25px;
}

.product1-text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product1-text ul li.text {
  width: 68%;
  text-align: center;
}

.product1-text ul li.item-img {
  width: 22%;
}

.product-text .item {
  width: 100%;
}

.product1-text dd {
  border-bottom: solid 1px #022558;
  padding: 5px 0;
  color: #525242;
}

.bg-green {
  background: #022558;
  color: #fff;
}

.btn-wrap {
  text-align: center;
}

.btn-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  background: #4893C6;
}

.btn-reserve {
  font-size: min(3vw, 25px);
  font-weight: bold;
  text-align: center;
  width: 90%;
  max-width: 400px;
  padding: .8em;
  display: inline-block;
  background: #fff;
  color: #002B40;
  border-radius: 36px;
}

@media only screen and (max-width: 768px) {
.btn-reserve {
  width: 80%;
  max-width: 250px;
   font-size: min(3vw, 16px);
}
}

.btn-reserve:hover {
  color: #fff;
  background: #002B40;
  transition: all .7s;
}

@media only screen and (max-width: 1100px) {

  .product-item {
    margin-left: -5%;

  }

  .product-item2 {
    width: 40vw;
    top: -17vw;
    left: -5vw;

  }


  .btn-flex {
    flex-direction: column;
    align-items: center;

  }




}

@media only screen and (max-width: 768px) {

  .product1-flex {
    flex-direction: column;

  }

  .pic-cookie-s {
    width: 100%;
    margin-bottom: 5%;
  }

  .product1-text {
    width: 100%;
  }

  .product1-text .price {
    margin-top: 5%;

  }


}

/* @media only screen and (max-width: 540px) {

  .btn-reserve {

    width: 100%;
  }
} */

.product2-area {
  position: relative;
}

.product2-item {
  position: absolute;
  z-index: 1;
  right: -155px;
  top: -38px;

}

.product2-flex {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 2em;

}

.product2-content-desc {
  text-align: center;
  margin-bottom: 2em;
}


.product2-flex ul {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 70%;
}




.product2-flex ul li {
  background: #4893C6;
  color: #fff;
  margin: 0 5px;
  padding: 21px 10px;
  width: 124px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product2-flex p {
  margin-bottom: 10px;
}

.product2-text span {
  font-size: 25px;
}

.product2-text .small {
  font-size: 14px;
  margin-bottom: 0;
}

.product2-content-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.product2-content {
  width: 40%;
}

.product2-content-list {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .product2-content {
    width: 100%;
  }

  .product2-content-list {
    width: 100%;
  }
}



.product2-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 9%;
  gap: 40px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .product2-list {
    flex-direction: column;
  }
}

.product2 .product1-text {
  width: 100%;
}

.product2-list-img {
  margin-bottom: 10px;
}



@media only screen and (max-width: 1100px) {

  .product2-item {
    top: -3vw;
    right: -17vw;
    width: 60vw;

  }


}

@media only screen and (max-width: 768px) {

  .product2-flex {
    flex-direction: column;
  }

  .product2-flex ul {
    width: 100%;
    margin-bottom: 5%;
  }

  .product2-flex ul li {

    font-size: 3vw;
    margin: 0 .5vw;
    padding: 3vw .5vw;
  }

  .product2-text {
    width: 100%;
  }




}



/* shop ----------------------- */

.shop-bg {
  background: #B0DAE6;
}

.shop {
  padding: 88px 0;
  color: #707070;
}

@media only screen and (max-width: 768px) {
  .shop {
    padding: 10px 0;
  }
}

.shop-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.shop-box {
  text-align: center;
  line-height: 1.5;
}

.shop-box p {
  font-size: 22px;
  border-bottom: 1px solid #707070;
  padding-bottom: 2%;
}

.shop-box ul {
  margin-top: 3%;
}

.shop-box ul li {
  font-size: 32px;
}

.shop-box ul li.small {
  font-size: 18px;
  margin-bottom: 5%;
  padding: 5px 0;
}



@media only screen and (max-width: 1100px) {

  .shop-flex {
    flex-direction: column;
    margin-top: 80px;
  }

  .shop-box {
    width: 100%;
    margin-bottom: 5%;
  }

  .reserve-text {
    border: #F29B5B solid 1px;
    padding: 7% 5%;
    font-size: 18px;
    text-align: left;
  }
}

.bg-reserve {
  background: #4893C6;
  color: #fff;

}


/* fixed bottom-bar ------------ */

/* .fixedbar-bottom {
  display: none;
} */


.fixedbar-bottom {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    background: #4893C6;
  }

@media only screen and (max-width: 768px) {
.fixedbar-bottom {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 0 5px;
  width: 100%;
  height: 84px;
}
  

}

.fixedbar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  gap: 10px;
}

.fixedbar-list li {
  /* width: 47%; */
  /* margin: auto; */

}

.fixedbar-btn {
  background: #fff;
  color: #002B40;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 36px;
  width: 100%;
  width: min(45vw, 400px);
  padding: .5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(4vw, 25px);
}

@media only screen and (max-width: 768px) {
.fixedbar-btn {
  font-size: min(3.5vw, 20px);
}
}

.fixedbar-bottom .mail-btn01 {

}

.fixedbar-bottom .mail-btn02 {}

.fixedbar-bottom {

  .fa-solid {
    margin-right: 0.5em;
  }
}



/* } */




/* footer
--------------------ーーーーーーーーーーーーーーー */


footer {
  background-color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.83;
}

.footer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 65px 0 20px;
  margin-top: 0;
}

.footer_nav {
  display: flex;
}

.footer_nav .footer_main {
  width: 25%;
}

.footer_nav .footer_main .footer_main_link {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 10px auto 0;
}

.footer_nav_sub {}

.footer_nav_sub .footer_sub {}

.footer_nav_sub .footer_sub .footer_sub_link {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin: 10px auto 0;
}

.footer_nav_sub .footer_sub .footer_sub_link::before {
  content: '- ';
}

.footer_logo {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 10px auto 0;
}

.footer_logo img {
  width: 100%;
  display: block;
}

.footer_ico {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}

.footer_ico_link {
  width: 100%;
  max-width: 35px;
  margin: 0 10px;
}

.copyright {
  color: #fff;
  display: block;
  margin: 20px 0 0;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer {
    background-color: #333;
  }

  .footer__inner {
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 40px 15px 20px;
    margin-top: 0;
    padding-bottom: 90px;
  }

  .footer_nav {
    display: flex;
    flex-wrap: wrap;
  }

  .footer_nav .footer_main {
    width: 50%;
  }

  .footer_nav .footer_main .footer_main_link {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 10px auto 0;
  }

  .footer_nav_sub {}

  .footer_nav_sub .footer_sub {}

  .footer_nav_sub .footer_sub .footer_sub_link {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin: 10px auto 0;
  }

  .footer_nav_sub .footer_sub .footer_sub_link::before {
    content: '- ';
  }

  .footer_logo {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 30px auto 0;
  }

  .footer_logo img {
    width: 100%;
    display: block;
  }

  .footer_ico {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
  }

  .footer_ico_link {
    width: 100%;
    max-width: 35px;
    margin: 0 10px;
  }

  .copyright {
    color: #fff;
    display: block;
    margin: 20px 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
}