@charset "UTF-8";
html {
  overflow: auto;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 62.5%;
  color: #333;
  letter-spacing: .2em;
  min-width: 100%;
  width: 100%;
  font-weight: 100;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #242424;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a:hover {
  opacity: .5;
}

ul {
  list-style: none;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: calc(14 * (100vw / 390));
  }
}

.header {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 2% 0 1.7%;
  width: 100%;
}

.header__logo {
  display: flex;
  align-items: center;
  padding: 0 0 0 4.5%;
}

.header__logo--txt {
  padding: 0 0 0 8%;
}

.header__menu {
  margin: 0 3% 0 0;
}

.header__menu--list li {
  font-size: 16px;
  margin: 0 0 0 87px;
  letter-spacing: .08em;
  display: inline-block;
}

.header__menu--list li a {
  color: #fff;
}

.header__menu--list li.header__sns--facebook {
  margin: 0 0 0 85px;
}

.header__menu--list li.header__sns--instagram {
  margin: 0 0 0 40px;
}

.header__menu--list li.header__sns--line {
  margin: 0 0 0 40px;
}


.header__sns--item {
  display: block;
}

@media only screen and (max-width: 1441px) {
  .header__menu {
    padding: 30px 23px 0 23px;
  }
  .header__menu--list li {
    font-size: 14px;
    margin: 0 0 0 25px;
  }
  .header__menu--list li.header__sns--facebook {
    margin: 0 0 0 25px;
  }
  .header__menu--list li.header__sns--instagram {
    margin: 0 0 0 25px;
  }
  .header__menu--list li.header__sns--line {
    margin: 0 0 0 25px;
  }

}

@media only screen and (max-width: 1001px) {
  .header__menu--list li {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
  .header__menu--list li.header__sns--facebook {
    margin: 0 0 0 15px;
  }
  .header__menu--list li.header__sns--instagram {
    margin: 0 0 0 15px;
  }
  .header__menu--list li.header__sns--line {
    margin: 0 0 0 15px;
  }

}

@media only screen and (max-width: 768px) {
  .header {
    padding: calc(8 * (100vw / 390)) 0 calc(6 * (100vw / 390)) 0;
  }
  .header__logo {
    padding: 5% 0 5% 4.5%;
    width: 85%;
  }
  .header__logo--txt {
    font-size: 10px;
    padding: 0 0 0 4%;
  }
  .header__link {
    padding: 10px 0 0;
    display: none;
  }
  .header__link--fixed {
    position: fixed;
    bottom: 10%;
    right: 0;
  }
  .header__link--fixed a {
    padding: 0 0 2px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
  .header__logo {
    padding: 2% 0 2% 4.5%;
  }
}

.nav-toggle {
  display: none;
  position: absolute;
  right: 6px;
  top: 4.5%;
  width: 49px;
  cursor: pointer;
  z-index: 101;
}

.nav-toggle div {
  position: relative;
  height: 26px;
}

.nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  top: 10px;
}

.nav-toggle span:nth-child(3) {
  top: 20px;
}

.nav-toggle span.nav-toggle-txt {
  height: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
}

#top-head.fixed .logo,
#top-head .mobile-logo {
  text-align: left;
}

.p-header-nav {
  position: absolute;
  visibility: hidden;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  z-index: 100;
}

.p-header-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.p-header-nav ul li {
  float: none;
  position: static;
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  transition: color .6s ease;
  font-size: 24px;
}

.p-header-nav ul li a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  color: #fff;
}

.p-header-nav ul li a,
.p-header-nav #top-head.fixed #global-nav ul li a {
  font-size: 1.5rem;
}

#nav-toggle {
  display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #global-nav {
  visibility: visible;
  position: fixed;
  animation: fade .6s ease 0s 1 alternate none running;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main__content {
  position: relative;
}

.main__content--img {
  width: 100%;
}

.main__content--img img {
  width: 100%;
}

.main__content--ttl {
  position: absolute;
  z-index: 2;
  top: 33%;
  right: 20.3%;
  width: 24.5%;
}

.main__content--ttl--logo {
  display: flex;
  align-items: center;
  margin: 23.5% 0 0;
}

.main__content--ttl--logo--winn {
  width: 34%;
  margin: 0 76px 0 0;
}

.main__content--ttl--logo--recipe {
  width: 26.5%;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 1441px) {
  .main__content--ttl {
    position: absolute;
    z-index: 2;
    top: 22%;
    right: 15.3%;
  }
  .main__content--ttl--logo {
    margin: 13.5% 0 0;
    align-items: center;
  }
  .main__content--ttl--logo--winn {
    width: 34%;
    margin: 0 10% 0 0;
  }
  .main__content--ttl--logo--recipe {
    width: 31.5%;
    margin: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
  .main {
    height: 400px;
  }
  .main__content {
    position: relative;
  }
  .main__content--img img {
    height: 400px;
  }
  .main__content--ttl {
    top: 16%;
    right: 30%;
    width: 35%;
  }
  .main__content--ttl--logo {
    margin: 13.5% 0 0;
    align-items: center;
  }
  .main__content--ttl--logo--winn {
    width: 34%;
    margin: 0 10% 0 0;
  }
  .main__content--ttl--logo--recipe {
    width: 31.5%;
    margin: 0;
  }
}

@media only screen and (max-width: 449px) {
  .main {
    height: 290px;
  }
  .main__content {
    position: relative;
  }
  .main__content--img img {
    height: 290px;
  }
  .main__content--ttl {
    top: 12%;
    right: 23%;
    width: 50%;
  }
  .main__content--ttl--logo {
    margin: 13.5% 0 0;
    align-items: center;
  }
  .main__content--ttl--logo--winn {
    width: 41%;
    margin: 0 10% 0 0;
  }
  .main__content--ttl--logo--recipe {
    width: 31.5%;
    margin: 0;
  }
}

.scroll {
  position: absolute;
  width: 1.25em;
  height: 2.6em;
  bottom: 5.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #F5F5F5;
  text-decoration: none;
  border: 1px solid #F5F5F5;
  border-radius: 1rem;
}

.scroll::before {
  content: 'scroll';
  position: absolute;
  bottom: -3em;
  left: -1em;
  font-size: 14px;
}

.scroll span {
  position: absolute;
  top: 19%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  .scroll {
    width: 1.25em;
    height: 2.8em;
    bottom: 2.5em;
  }
  .scroll:before {
    font-size: 12px;
    bottom: -2em;
  }
  .scroll span {
    width: 0.35em;
    height: 0.35em;
  }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
  .scroll {
    width: 1em;
    height: 2.3em;
    bottom: 1.5em;
  }
}

.top1 {
  position: relative;
}

.top1 .top__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 5.7% 0 1.2%;
  width: 90%;
}

.top1 .top__content:before {
  background: #F5F5F5;
  content: "";
  position: absolute;
  left: 0;
  top: 43.5%;
  width: 55.5%;
  height: 35%;
  z-index: -1;
}

.top1 .top__content:after {
  background: #F5F5F5;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35.2%;
  height: 69.5%;
  z-index: -1;
}

.top1 .top__content--box {
  display: flex;
}

.top1 .top__content--img {
  width: 50%;
}

.top1 .top__content--info {
  width: 50%;
  padding: 3.2% 0 2% 2%;
}

.top1 .top__content--ttl {
  font-size: 67px;
}

.top1 .top__content--ttl span {
  font-size: 29px;
  padding: 0 0 0 6%;
}

.top1 .top__content--txt {
  padding: 2.5% 0% 0 0;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.065em;
}

.top1 .top__content--info2 {
  padding: 8.8% 2% 2% 0;
}

.top1 .top__content--img2 {
  text-align: right;
  margin: -5.1% auto 0;
}

@media only screen and (max-width: 768px) {
  .top1 .top__content {
    padding: 5.7% 0 1.2%;
    width: calc(350 * (100vw / 390));
  }
  .top1 .top__content--box {
    flex-wrap: wrap;
  }
  .top1 .top__content--img {
    width: 100%;
  }
  .top1 .top__content--info {
    width: 100%;
    padding: 3.2% 0 2% 2%;
  }
  .top1 .top__content--ttl {
    font-size: calc(67 * (100vw / 390));
  }
  .top1 .top__content--ttl span {
    font-size: calc(29 * (100vw / 390));
    padding: 0 0 0 3%;
  }
  .top1 .top__content--txt {
    padding: 2.5% 0% 0 0;
    font-size: calc(16 * (100vw / 390));
  }
  .top1 .top__content--info2 {
    padding: 8.8% 2% 2% 0;
  }
  .top1 .top__content--img2 {
    margin: 0 auto;
  }
}

.top2 {
  position: relative;
}

.top2 .top__content {
  max-width: 1140px;
  margin: -10.2% auto 0;
  width: 90%;
}

.top2 .top__content:before {
  content: "";
  position: absolute;
  background-image: url(../img/top/top-content2-bg-txt.png);
  width: 483px;
  height: 169px;
  top: -30%;
  left: 14%;
  z-index: -1;
}

.top2 .top__content--box {
  display: flex;
}

.top2 .top__content--info {
  width: 47%;
  padding: 0;
}

.top2 .top__content--ttl {
  font-size: 67px;
}

.top2 .top__content--ttl span {
  font-size: 29px;
  padding: 0 0 0 6%;
}

.top2 .top__content--txt {
  border-bottom: 1px solid;
  padding: 0 0 2px;
  margin: 6.8% 0 0;
  letter-spacing: 0.1em;
}

.top2 .top__content--txt--first {
  margin: 2.8% 0 0;
}

@media only screen and (max-width: 768px) {
  .top2 .top__content {
    margin: 0 auto;
    width: calc(350 * (100vw / 390));
  }
  .top2 .top__content--box {
    flex-wrap: wrap;
  }
  .top2 .top__content--info {
    width: 100%;
  }
  .top2 .top__content--ttl {
    font-size: calc(67 * (100vw / 390));
  }
  .top2 .top__content--ttl span {
    font-size: calc(29 * (100vw / 390));
  }
}

.top3 {
  position: relative;
}

.top3 .top__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3.7% 0 1.2%;
  width: 90%;
}

.top3 .top__content:before {
  content: "";
  position: absolute;
  background-image: url(../img/top/top-content3-bg-txt.png);
  width: 658px;
  height: 241px;
  top: 15%;
  left: 13.5%;
  z-index: -1;
}

.top3 .top__content:after {
  background: #F5F5F5;
  content: "";
  position: absolute;
  right: 0;
  top: -19.5%;
  width: 35.2%;
  height: 126.5%;
  z-index: -1;
}

.top3 .top__content--box {
  display: flex;
}

.top3 .top__content--img {
  width: 50%;
  text-align: right;
}

.top3 .top__content--info {
  width: 50%;
  padding: 8.2% 0 2% 0;
}

.top3 .top__content--ttl {
  width: 32%;
}

.top3 .top__content--txt {
  padding: 7.5% 10% 0 0;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.065em;
}

.top3 .top__content--link {
  text-align: right;
  margin: 6% 10% 0 0;
}

@media only screen and (max-width: 768px) {
  .top3 .top__content {
    padding: 3.7% 0 1.2%;
    width: 90%;
  }
  .top3 .top__content:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 200px;
    top: 6%;
    left: 5.5%;
    z-index: -1;
  }
  .top3 .top__content--box {
    flex-wrap: wrap;
  }
  .top3 .top__content--img {
    width: 100%;
  }
  .top3 .top__content--info {
    width: 100%;
    padding: 8.2% 0 2% 0;
  }
  .top3 .top__content--ttl {
    width: 37%;
  }
  .top3 .top__content--txt {
    padding: 2.5% 0 0 0;
    font-size: calc(16 * (100vw / 390));
  }
  .top3 .top__content--link {
    margin: 6% 0;
    text-align: center;
  }
}

.top4 {
  position: relative;
}

.top4 .top__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 11.1% 0 10.5%;
  width: 90%;
}

.top4 .top__content:before {
  content: "";
  position: absolute;
  background-image: url(../img/top/top-content4-bg-txt.png);
  width: 938px;
  height: 233px;
  top: 12%;
  right: 14%;
  z-index: -1;
}

.top4 .top__content:after {
  background: #F5F5F5;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 27.5%;
  z-index: -1;
}

.top4 .top__content--box {
  display: flex;
}

.top4 .top__content--img {
  width: 50%;
}

.top4 .top__content--info {
  width: 50%;
}

.top4 .top__content--ttl {
  margin-left: auto;
  width: 22.5%;
}

.top4 .top__content--txt {
  padding: 8% 0 0 10%;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.055em;
}

.top4 .top__content--link {
  text-align: right;
  margin: 8% 0 0 0;
}

@media only screen and (max-width: 768px) {
  .top4 .top__content {
    padding: 11.1% 0 10.5%;
    width: 90%;
  }
  .top4 .top__content:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 64%;
    height: 200px;
    top: 41.5%;
    right: 14%;
    z-index: -1;
  }
  .top4 .top__content--box {
    display: flex;
    flex-wrap: wrap;
  }
  .top4 .top__content--img {
    width: 100%;
  }
  .top4 .top__content--info {
    width: 100%;
    margin: 9% auto 0;
  }
  .top4 .top__content--ttl {
    margin: 0 0 0 auto;
    width: 25.5%;
  }
  .top4 .top__content--txt {
    padding: 8% 0 0 0;
    font-size: calc(16 * (100vw / 390));
  }
  .top4 .top__content--link {
    margin: 8% 0;
    text-align: center;
  }
}

.banner__content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 9.6%;
  padding-bottom: 9.6%;
  position: relative;
  overflow: hidden;
}

.banner__content--box {
  display: flex;
  width: 43.5%;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  padding: 2% 0 3.65%;
  background: #fff;
}

.banner__content--box--img {
  text-align: center;
  margin: 0 auto;
  padding: 3.3% 0 0;
  width: 30%;
}

.banner__content--box--txt {
  padding: 3.3% 20% 5.5%;
  letter-spacing: -.06em;
  line-height: 1.35;
}

.banner__content--box--link {
  margin: 0 auto;
}

.banner__winn {
  background-image: url(../img/common/win-banner-bg.jpg);
}

.banner__recipe {
  background-image: url(../img/common/recipe-banner-bg.jpg);
}

.banner__recipe--box {
  padding: 2.5% 0 3.65%;
}

.banner__recipe--box--txt {
  padding: 3.9% 20% 6.5%;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  .banner__content--box {
    width: 73.5%;
  }
}

@media only screen and (max-width: 768px) {
  .banner__content--box {
    width: 80%;
    padding: 5% 0;
  }
  .banner__content--box--img {
    width: 25%;
  }
  .banner__content--box--txt {
    padding: 5.5%;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: -.01em;
    line-height: 1.5;
  }
  .banner__content--box--link {
    width: 50%;
  }
  .banner__recipe--box--txt {
    padding: 3.9% 20% 6.5%;
  }
}

.address__content {
  display: flex;
}

.address__content--img {
  width: 50%;
}

.address__content--box {
  width: 50%;
  padding: 3.5% 20% 3% 2%;
  background: #000;
  color: #fff;
}

.address__content--txt {
  border-bottom: 1px solid;
  padding: 0 0 2px;
  margin: 6.8% 0 0;
  letter-spacing: 0.1em;
}

.address__content--logo {
  display: flex;
  align-items: center;
  margin: 14% 0 0;
}

.address__content--logo--winn {
  width: 30%;
  margin: 0 41px 0 0;
}

.address__content--logo--recipe {
  width: 23.5%;
  margin: 0;
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  .address__content--txt {
    font-size: 16px;
    margin: 5.8% 0 0;
  }
  .address__content--logo {
    margin: 12% 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .address__content {
    flex-wrap: wrap;
  }
  .address__content--img {
    width: 100%;
  }
  .address__content--box {
    width: 100%;
    padding: 5%;
  }
  .address__content--txt {
    margin: 4.8% 0 0;
  }
  .address__content--logo {
    margin: 8% 0 5%;
  }
}

.footer {
  color: #fff;
  position: relative;
}

.footer__content {
  background: #2D4D5A;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 93px 0 64px;
}

.footer__logo {
  display: flex;
  align-items: center;
  padding: 0 0 0 7.5%;
}

.footer__logo--txt {
  padding: 0 0 0 8%;
}

.footer__menu {
  margin: 0 3% 0 0;
}

.footer__menu--list li {
  font-size: 16px;
  margin: 0 0px 0 87px;
  letter-spacing: .08em;
  display: inline-block;
}

.footer__menu--list li a {
  color: #fff;
}

.footer__menu--list li .header__sns--facebook {
  margin: 0 0 0 85px;
}

.footer__menu--list li .header__sns--instagram {
  margin: 0 0 0 40px;
}

.footer__menu--list li .header__sns--line {
  margin: 0 0 0 40px;

.footer__sns--item {
  display: block;
}

.footer small {
  position: absolute;
  right: 6%;
  bottom: 20%;
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1441px) {
  .footer__menu {
    padding: 30px 23px 0 23px;
  }
  .footer__menu--list li {
    font-size: 14px;
    margin: 0 0px 0 30px;
  }
}

@media only screen and (max-width: 1201px) {
  .footer__logo {
    padding: 0 0 0 5.5%;
  }
}

@media only screen and (max-width: 1001px) {
  .footer__logo {
    padding: 0 0 0 4.5%;
  }
  .footer__menu--list li {
    font-size: 12px;
    margin: 0 0px 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    background: #2D4D5A;
  }
  .footer__content {
    padding: calc(30 * (100vw / 390)) 0 calc(30 * (100vw / 390));
    flex-wrap: wrap;
  }
  .footer__logo {
    padding: 0 4.5%;
  }
  .footer__logo--txt {
    padding: 0 0 0 8%;
  }
  .footer__menu {
    margin: 0 3% 0 0;
    width: 100%;
  }
  .footer__menu--list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__menu--list li {
    font-size: 16px;
    margin: 2% 0;
    width: calc(100% / 3);
    display: inline-block;
    text-align: center;
  }
  .footer__menu--list li a {
    color: #fff;
  }
  .footer__menu--list li.footer__sns--facebook {
    width: 50%;
  }
  .footer__menu--list li.footer__sns--instagram {
    width: 50%;
  }
  .footer__menu--list li.footer__sns--line {
    width: 50%;
  }
  .footer__sns--item {
    display: block;
  }
  .footer small {
    position: relative;
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 0 0 5%;
    display: block;
    text-align: center;
    left: 0;
  }
}
