@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;

  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html,
body {
  overflow-x: hidden;
  scrollbar-width: none;
}
:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input,
textarea {
  max-width: 100%;
  font-size: inherit;
  font-family: inherit;
}

caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

:root {
  --dark-green: #937b16;
  --red: #C60000;
  --light-red: #FC0000;
  --grey: #424242;
  --white: #fff;
}
a {
  color: #191919;
  text-decoration: none;
}

a:hover,
a:active {
  color: #00bcd4;
  text-decoration: none;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

figure {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/*page
----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  text-decoration: none;
  line-height: 1.7;
  background: #fff;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}
.d-block{
  display: block;
}

.color-main {
  color: var(--grey);
}

.color-dark-green {
  color: var(--dark-green);
}

.color-red {
  color: var(--red);
}
.color-light-red{
  color: var(--light-red) !important;
}

.mobile {
  display: none !important;
}

.pc {
  display: block;
}

.relative {
  position: relative;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.serif {
  font-family: serif;
}
table td,
table th {
  border: 1px solid #d8d8d8;
  padding: 10px;
  vertical-align: middle;
  width: auto !important;
}

input,
textarea {
  border: 1px solid #d8d8d8;
  padding: 3px 10px;
}

a:hover img {
  opacity: 0.8;
}

.container {
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: block !important;
}
.container.container-md {
  max-width: 930px;
}
.container.container-lg {
  max-width: 1130px;
}
/*head*/
.bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: 600;
}
.sz-md {
  font-size: 18px;
}
.sz-md-2 {
  font-size: 24px;
}
.sz-md-3 {
  font-size: 28px;
}
.sz-lg {
  font-size: 40px;
}
.sz-lg-2 {
  font-size: 45px;
}
.sz-lg-3 {
  font-size: 48px;
}
.sz-sm {
  font-size: 13px;
}
.pd-sec {
  padding: 100px 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.flex {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

hr {
  border: none;
  margin: 0px;
}

hr.spacing-3 {
  height: 45px;
}

hr.spacing-4 {
  height: 30px;
}
hr.spacing-5 {
  height: 25px;
}
.header-osechi {
  background: url(https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/bg-intro-1.webp) center no-repeat;
  padding: 120px 0 16% 0;
  background-size: cover;
  position: relative;
}
.bg-4 {
  max-width: 200px;
  position: absolute;
  left: -100px;
  bottom: -25px;
  z-index: 2;
}

.header-osechi .wrapper {
  position: relative;
}

.bg-2 {
  max-width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.header-osechi .inside {
  max-width: 700px;
  margin: 0 auto;
}
#sec-1{
  position: relative;
  margin-top: -106px;
  z-index: -1;
}
.wrap-sec-1 {
    background: #DDC864;
    padding: 160px 0 0px 0;
}

#sec-1 .box-intro{
  position: relative;
  border: 4px solid #FC0000;
}
#sec-1 .box-intro:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FC0000;
}
#sec-1 .box-intro:after{
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FC0000;
}

.box-white {
  background-color: #fff;
}
.sec-wave-1{
  position: relative;
  margin-top: -60px;
  z-index: -1;
}
/*.bg-sec-2 {
  background: url(img/bg-sec-2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}*/

.box-white .content-center {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 45px 0;
}
.sec-head {
  text-align: center;
  margin-bottom: 55px;
}
#sec-2 .subtit-en{
  color: #FC0000;
}
.bg-sec-2 {
  margin-top: -8%;

  position: relative;
  padding-top: 160px;
 /* background: url("img/bg-sec-2.jpg") center no-repeat;
  background-size: cover;*/
  position: relative;
/*  overflow-x: hidden;*/
z-index: -3;
}

.icon-sec-2 {
  max-width: 330px;
  position: absolute;
}

#sec-2 > .icon-sec-2 {
  left: -100px;
}

.box-white.box-sec-2 {
  position: relative;
}

.box-sec-2 .icon-sec-2.pos-left {
  bottom: 20%;
  left: -130px;
}

.box-white.box-sec-2 .content-box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 60px 15px 30px;
}

.box-sec-2 .icon-sec-2.pos-right {
  top: 15%;
  right: -300px;
}

.frame-tit {
  background: url("https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/frame-tit.webp") center no-repeat;
  background-size: cover;
  width: 490px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: -45px;
}

.content-box .l-cate {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.content-box .l-cate li {
  padding: 0px 15px;
  background-color: #edece5;
  border-radius: 30px;
  font-size: 18px;
}

.box-white.box-sec-2 .content-box .detail {
  margin: 20px 10px 0px;
}
.box-white.box-sec-2 .content-box .detail p:not(:last-child) {
  margin-bottom: 20px;
}
.box-white.box-sec-2 .content-box .detail .color-light-red{
  font-weight: bold;
}
#sec-2 .sec-head {
  margin-bottom: 100px;
}
.bg-sec-3 {
  background: #DDC864;
  position: relative;
/*  overflow-x: hidden;*/
}

.icon-sec-3 {
  position: absolute;
  max-width: 410px;
}

.icon-sec-3.pos-left {
  left: -120px;
  bottom: -16%;
}

.icon-sec-3.pos-right {
  right: -120px;
  top: 0;
}

.sec-head img {
  max-width: 73px;
}

#sec-3 .sec-head .color-dark-green {
  color: #424242;
  font-size: 14px;
}

#sec-3 .sec-head {
  color: #fff;
  margin-top: 20px;
}
#sec-3 .g-list-4{
  margin-top: 220px;
}
#sec-3 .g-list-4 .item {
  padding-top: 50px;
}
#sec-3 .g-list-4 .item:nth-child(2) {
  transform: translateY(-60px);
}
.bg-item:after {
  content: '';
  position: absolute;
  bottom: -67px;
  left: -60px;
  width: 352px;
  height: 177px;
  background-image: url(https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/bg-item.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.content-box .tit-sec {
  max-width: 80px;
  margin: 0 auto 30px;
}

.content-box .thumb-sec {
  max-width: 440px;
  margin: 0 auto;
}

.g-sec-3 {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 20px;
  color: #fff;
  padding: 30px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 70px;
}
.bg-wood {
  position: absolute;
  width: 100%;
  top: -200px;
}

.bg-wood img {
  width: 100%;
}

#sec-3 {
  padding: 0px 0 160px 0;
}
#sec-3 .g-list-4 .icon {
    width: 200px;
}
.icon-sec-3-circle {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
}
.icon-cloud {
    position: absolute;
}
.icon-cloud img{
  height: 180px;
}
.icon-cloud-1{
  top: 12%;
  left: -20px
}
.icon-cloud-1 img{
  height: 155px;
}
.icon-cloud-2 {
    top: 50%;
    right: -130%;
    transform: translateY(-50%);
    z-index: -1;
}
.icon-cloud-3 {
    bottom: -22%;
    left: -40%;
    z-index: -1;
}
.icon-cloud-3 img {
    height: 190px;
}
.icon-cloud-4 {
  left: -29%;
  top: -20px;
  z-index: -1;
}
.icon-cloud-5 {
    right: -90%;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    z-index: -1;
}
.icon-cloud-6 {
    left: -100%;
    bottom: -28px;
    z-index: -1;
}
.icon-cloud-8{
  right: -12%;
  top: -65px
}
.icon-cloud-8 img{
  height: 155px;
}
.icon-cloud-9 {
 left: -4%;
 top: 7%;
}
#sec-4 {
  position: relative;
  padding: 100px 0 130px 0;
  background: #EDE9D1;
}
#sec-4 .content-box .thumb-sec{
  position: relative;
}
#sec-4 .content-box .thumb-sec:before{
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 119px;
  background: #424242;
  z-index: -1;
}
/*.bg-sec-4 {
  background: url("img/bg-sec-4.jpg") center no-repeat;
  background-size: cover;
}*/
#sec-4 .icon-sec-4 {
  position: absolute;
  max-width: 600px;
}
#sec-4 .g-sec-3 {
  color: var(--grey);
  border-top-color: var(--grey);
  border-bottom-color: var(--grey);
  margin: 70px 50px 0;
}
.g-list-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 125px 15px;
  margin-top: 160px;
}
.g-list-4.two-col{
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  width: 100%;
  margin: 135px auto auto auto;
}
.wave {
  position: absolute;
  max-width: 250px;
}
.wave-left-top {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.wave-left-bottom {
  left: 0;
  bottom: 120px;
}

.wave-right-bottom {
  right: 0px;
  bottom: 35px;
}
#sec-4 .wrap-cont-top {
  position: relative;
}
.g-list-4 .item .frame-top::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: 99;
  background: url("img/bg-sec-4.jpg") center no-repeat;
}
.g-list-4 .item .frame-top::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  z-index: 99;
  background: url("img/bg-sec-4.jpg") center no-repeat;
}
.frame-top {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
}
.frame-bottom {
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: -30px;
  left: 0;
}
.g-list-4 .item .frame-bottom::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: 99;
  background: url("img/bg-sec-4.jpg") center no-repeat;
}
.g-list-4 .item .frame-bottom::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  z-index: 99;
  background: url("img/bg-sec-4.jpg") center no-repeat;
}
.g-list-4 .item {
  position: relative;
  /* background-color: #fff; */
  padding: 70px 25px 30px;
}
.g-list-4 .item .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.g-list-4 .item .inner-item {
  position: relative;
}
.g-list-4 .icon {
  width: 230px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#sec-4 .g-list-4 .item:nth-child(2) .icon,
#sec-4 .g-list-4 .item:nth-child(8) .icon{
  width: 250px;
}
.g-list-4 .tit-detail {
  margin-top: 15px;
/*  min-height: 65px;*/
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
p.note-g-sec {
    text-align: right;
    margin: 0 40px;
}
.g-list-4 .content-detail {
  border-top: 1px solid #ddc864;
  padding-top: 15px;
  font-size: 14px;
}
.g-sec-3 ol.l-right {
  list-style-type: decimal;
}

.g-sec-3 ol.l-right li {
  margin-left: 20px;
}
.sec-contact {
  background-color: #424242;
  padding: 105px 0;
  margin-top: -40px;
  z-index: 4;
  position: relative;
  text-align: center;
  color: var(--red);
  overflow: hidden;
  border-top: 10px solid #AA0000;
}
.sec-contact:before{
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 320px;
  height: 270px;
  background-image: url('https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/bg-sec-5-left.webp');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.sec-contact:after{
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 320px;
  height: 270px;
  background-image: url('https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/bg-sec-5-right.webp');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;

}
.sec-contact .sec-tit-5 img {
  max-width: 25px;
}
.sec-contact .sec-tit-5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #DDC864;
}

.sec-contact .sec-tit-5 img {
  max-width: 25px;
}

a.btn {
  display: inline-block;
  padding: 15px;
  background-color: #c60000; /* 背景色 */
  box-shadow: 0 5px 0 #000; /* 影の太さ・色 */
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  font-size: 30px;
}

a.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
#sec-5 {
  background-color: #AA0000;
  color: #fff;
}
#sec-5 .subtit-en{
  color: #DDC864;
}
.l-offer .content-center {
  background-color: #fff;
  padding: 45px 15px;
  text-align: center;
}

.l-offer .content-center + .content-center {
  margin-top: 15px;
}

.l-offer .content-center h3 {
  margin-bottom: 5px;
}

.l-offer {
  margin-top: 45px;
}
.font-weight-bold {
  font-weight: bold;
}
#sec-6 {
  padding: 135px 0 235px;
}
.bg-sec-6 {
  background: #EAE8DC;
}
.l-qa .item:nth-child(odd) {
  background-color: #fff;
}

.l-qa .item:nth-child(even) {
  background-color: #fff8dc;
}

.l-qa .item {
  padding: 25px;
}

.l-qa .item .item-q,
.l-qa .item .item-a {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 10px;
  color: #000;
}

.l-qa .item div + div {
  margin-top: 20px;
}
footer {
  padding: 30px 0;
  text-align: center;
}

footer .copyright {
  font-size: 11px;
}


@media screen and (max-width: 991px) {
  .bg-4 {
    left: 0;
    bottom: -49px;
  }
}

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

  .pc {
    display: none;
  }
  .header-osechi {
    background: url(https://gigaplus.makeshop.jp/kitanoace/22_osechi/assets/img/bg-intro-sp.webp) center no-repeat;
    background-size: cover;
  }
  .header-osechi .wrapper {
    text-align: center;
  }
  .inside-mobilde {
    margin: 30px 0 10px 0;
  }
  .g-list-4,
  .g-list-4.two-col {
    grid-template-columns: 1fr;
  }
  img.bg-2-sp {
    max-width: 300px;
  }

  .tit-intro {
    font-size: 26px;
    color: #fff;
  }
  #sec-1 {
    margin-top: -70px;
  }
  .box-white .content-center {
    padding: 30px 20px;
  }
  #sec-1 .box-white .sz-md-2 {
    font-size: 22px;
  }
  #sec-1 .box-white .sz-lg-3 {
    font-size: 33px;
  }
  #sec-1 .box-white .sz-md {
    font-size: 13px;
  }
  .pd-sec {
    padding: 50px 0;
  }
  .frame-tit {
    background: url(img/frame-tit-sp.png) center no-repeat;
    width: 310px;
    padding: 14px 10px;
    font-size: 16px;
    background-size: cover;
    top: -25px;
  }
  #sec-2 .sec-head {
    margin-bottom: 70px;
  }
  p.note-g-sec {
    margin: 0;
}
  .box-white.box-sec-2 .content-box {
    padding: 50px 10px 30px;
  }
  .content-box .l-cate li {
    font-size: 15px;
  }
  #sec-2 > .icon-sec-2 {
    left: -150px;
    top: 15%;
  }
  .box-white.box-sec-2 .content-box .detail {
    font-size: 15px;
  }
  #sec-2 {
    padding-top: 80px;
  }
  .box-sec-2 .icon-sec-2.pos-left {
    bottom: -60px;
    left: -130px;
  }
  .box-sec-2 .icon-sec-2.pos-right {
    top: 35%;
    right: -200px;
  }
  #sec-3 .icon-sec-3 {
    max-width: 220px;
  }
  .content-box .thumb-sec {
    max-width: 350px;
    padding: 0 20px;
  }
  .g-sec-3 {
    grid-template-columns: 1fr;
  }
  .g-sec-3 .left {
    max-width: 215px;
    margin: 0 auto;
  }
  .bg-wood {
    top: -50px;
  }
  #sec-3 {
    padding-bottom: 100px;
  }
  #sec-4 {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .g-list-4 .tit-detail {
    min-height: auto;
  }
  #sec-4 .g-sec-3 {
    margin: 0;
  }
  a.btn {
    padding: 10px;
    font-size: 25px;
  }
  .l-offer .content-center h3 {
    font-size: 34px;
  }
  #sec-5 {
    padding: 80px 0;
  }
  #sec-6 {
    padding: 80px 0 100px;
  }
  .l-qa .item {
    padding: 20px 15px;
    font-size: 15px;
  }
  .wave-left-top {
    top: inherit;
    transform: none;
    left: 0;
    bottom: 800px;
  }
  .wave-left-bottom {
    left: 0;
    bottom: 45px;
  }
  .wave-right-bottom {
    right: 0px;
    bottom: 30px;
  }
  #sec-4 .wrap-cont-top {
    padding-bottom: 140px;
  }
  .wave {
    max-width: 150px;
  }
  .wrap-sec-1 {
    padding: 130px 0 0px 0;
  }
  .sec-wave-1 {
    margin-top: 0;
  }
  .icon-sec-3 {
    max-width: 200px;
  }
  .icon-sec-3.pos-left {
    bottom: -10%;
  }
  .icon-sec-3.pos-right {
    top: -2%;
  }
  .icon-sec-3-circle{
    max-width: 200px;
  }
  .sec-contact:before {
   width: 130px;
   height: 120px;
  }
   .sec-contact:after {
    width: 130px;
    height: 120px;
  }
  .icon-cloud-1 img {
    height: 90px;
  }
  .icon-cloud img {
    height: 120px !important;
  }
  .icon-cloud-1 {
    top: 8%;
  }
  .icon-cloud-2 {
    right: -100%;
  }
  .icon-cloud-3 {
    bottom: -5%;
  }
  .icon-cloud-8 {
    right: -26%;
    top: -55px;
  }
  .icon-cloud-9 {
    left: -17%;
    top: 6%;
  }
  #sec-3 .g-list-4 {
    margin-top: 160px;
  }
  #sec-3 .g-list-4 .item:nth-child(2) {
    transform: translateY(0px);
  }
}

/*end 768*/
@media screen and (max-width: 375px) {
}
