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

a {
  color: #fff;
  text-decoration: none;
}
a img {
  display: block;
}

ul li, ol li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/*common*/
html {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: #062b01;
  color: #fff;
  scroll-behavior: smooth;
}

body {
  background-image: url(./images/bg-green.jpg);
  background-repeat: repeat;
}
body h1, body h2, body h3, body h4, body h5, body p, body li {
  letter-spacing: 0.05em;
  font-weight: 300;
}
body p {
  line-height: 1.5;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  body p {
    font-size: 16px;
  }
}

a:hover {
  cursor: pointer;
}

a.line {
  position: relative;
  display: inline-block;
}
a.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
a.line:hover {
  opacity: 0.8;
}

.container, .container-wide {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 1200px;
}
@media print, screen and (min-width: 768px) {
  .container, .container-wide {
    width: calc(100% - 96px);
  }
}
@media print, screen and (min-width: 1200px) {
  .container, .container-wide {
    width: calc(100% - 180px);
  }
}

@media print, screen and (max-width: 767px) {
  footer .container {
    padding-bottom: 50px;
  }
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.com-btm {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .com-btm {
    margin-bottom: 30px;
  }
}

.pc-view {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/*flexbox*/
@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: flex;
  }
  .flex_pc .item {
    width: 50%;
  }
}

/*mainvisual*/
#mv-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/mv-sp.jpg);
  height: 600px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #mv-area {
    background-image: url(./images/mv.jpg);
    height: 800px;
  }
}
#mv-area h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 767px) {
  #mv-area h1 {
    height: 145px;
  }
  #mv-area h1 img {
    height: 100%;
    width: auto;
  }
}

#mv {
  background: url(./images/mv-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom left;
}
#mv .mv-inner {
  padding: 50px 0 30px;
}
@media print, screen and (min-width: 768px) {
  #mv .mv-inner {
    display: flex;
    align-items: center;
    text-align: center;
  }
  #mv .mv-inner > div {
    width: 50%;
  }
}
#mv .container {
  position: relative;
}
#mv .container .mv-logo {
  position: absolute;
  top: 20px;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  #mv .container .mv-logo {
    width: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  #mv {
    background-size: auto 60%;
    background-position: top left 10%;
  }
  #mv .tree {
    width: 72%;
  }
  #mv .txt {
    width: 62%;
  }
  #mv .tree, #mv .txt {
    margin: 0 auto;
  }
}

#about-sobagni-xmas {
  padding: 70px 0 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #about-sobagni-xmas {
    padding: 25px 0 0;
  }
}
#about-sobagni-xmas .ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media print, screen and (max-width: 767px) {
  #about-sobagni-xmas .ttl {
    font-size: 18px;
  }
}
#about-sobagni-xmas .msg {
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  #about-sobagni-xmas .msg {
    line-height: 1.5;
    text-align: left;
  }
}

#ranking .ttl {
  margin-bottom: 30px;
  width: clamp(216px, 36vw, 433px);
}
#ranking .items {
  padding: 0 30px;
  display: flex;
  align-items: top;
  margin-bottom: 45px;
}
#ranking .items .item {
  width: 20%;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
#ranking .items .item a {
  display: block;
  padding-top: 20px;
}
#ranking .items .item a img {
  margin: auto;
  height: 212px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#ranking .items .item a:hover img, #ranking .items .item a:hover span {
  transition: 0.5s;
  transform: translateY(-10px);
}
#ranking .items .item::before {
  content: "";
  display: block;
  width: clamp(24px, 2.6vw, 32px);
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
}
#ranking .items .item:nth-of-type(1)::before {
  background-image: url("./images/mark1.png");
}
#ranking .items .item:nth-of-type(2)::before {
  background-image: url("./images/mark2.png");
}
#ranking .items .item:nth-of-type(3)::before {
  background-image: url("./images/mark3.png");
}
#ranking .items .item:nth-of-type(4)::before {
  background-image: url("./images/mark4.png");
}
#ranking .items .item:nth-of-type(5)::before {
  background-image: url("./images/mark5.png");
}
#ranking .items span {
  display: block;
  padding-top: 15px;
  font-size: clamp(11px, 1.2vw, 15px);
}
@media print, screen and (max-width: 767px) {
  #ranking .items {
    overflow-x: scroll;
    padding: 0 0 10px;
  }
  #ranking .items .item {
    width: 150px;
    flex-shrink: 0;
    padding: 0;
  }
  #ranking .items .item a img {
    height: 138px;
  }
  #ranking .items .item span {
    font-size: 11px;
  }
}

#wrapping-bnr {
  text-align: center;
}
#wrapping-bnr a {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
#wrapping-bnr a .img-wrap {
  display: table;
  background-color: #fff;
  position: relative;
}
#wrapping-bnr a .img-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}
#wrapping-bnr a img {
  display: block;
}
#wrapping-bnr a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}
#wrapping-bnr a:hover .img-wrap::after {
  border: solid 1px #cc9d58;
}

#products #idea-wrap, #products #budget-wrap {
  display: none;
}
#products #idea-wrap.view, #products #budget-wrap.view {
  display: block;
}

#products .tab-warp {
  display: flex;
  width: 100%;
}
#products #idea-wrap, #products #budget-wrap {
  padding: 30px 15px 0;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  #products #idea-wrap, #products #budget-wrap {
    margin-bottom: 60px;
  }
}
#products #tab-idea {
  width: 66%;
}
#products #tab-budget {
  width: calc(34% + 1px);
  margin-left: -1px;
}
#products .tab h2 {
  padding: 10px 15px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #products .tab {
    width: 50%;
  }
  #products .tab#tab-budget {
    width: calc(50% + 1px);
    margin-left: -1px;
  }
  #products .tab h2 {
    padding: 20px 28px;
  }
  #products #idea-wrap, #products #budget-wrap {
    padding: clmap(30px, 5vw, 60px) 15px 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #products #idea-wrap, #products #budget-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#products .tab h2 {
  color: #cc9d58;
  letter-spacing: 0;
}
#products .tab, #products #idea-wrap, #products #budget-wrap {
  border: solid 1px #cc9d58;
}
#products .tab {
  border-radius: 28px 28px 0 0;
}
#products .tab.view {
  border-bottom: none;
}
#products #idea-wrap, #products #budget-wrap {
  border-top: none;
}
#products .tab h2 {
  font-weight: 300;
  font-size: clamp(13px, 2vw, 24px);
}
#products #tab-idea.view, #products #tab-budget.view, #products #idea-wrap.view, #products #budget-wrap.view {
  background: #6b0000;
}

.index-warp {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.index-warp a {
  display: block;
  border: solid 1px #6b0000;
  max-width: 100%;
  display: table;
  width: calc((100% - 90px) / 4);
}
.index-warp a .img-wrap {
  display: table;
  background-color: #fff;
  position: relative;
}
.index-warp a .img-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}
.index-warp a img {
  display: block;
}
.index-warp a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}
.index-warp a:hover .img-wrap::after {
  border: solid 1px #cc9d58;
}
.index-warp a img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .index-warp {
    flex-wrap: wrap;
  }
  .index-warp a {
    width: calc((100% - 15px) / 2);
  }
  .index-warp a:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
}
.index-warp .txt {
  display: table;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #6b0000;
  padding-top: 10px;
}
.index-warp .txt::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  height: 8.6602540378px;
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 4px;
}
@media print, screen and (max-width: 767px) {
  .index-warp .txt::after {
    height: 5.1961524227px;
    width: 8px;
  }
}
.index-warp a .txt {
  position: relative;
  font-size: clamp(11px, 1.3vw, 16px);
  letter-spacing: 0;
}
.index-warp a .txt::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: #fff;
  transition: 0.2s;
  transform-origin: left;
}
.index-warp a:hover .txt::before {
  width: 100%;
}

.product {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .product {
    margin-bottom: 60px;
  }
}
.product .intro {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .product .intro {
    margin-bottom: 30px;
  }
}
.product .intro img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .product .intro .img {
    margin-bottom: 25px;
  }
}
.product .intro .txt h3 {
  font-size: clamp(15px, 2vw, 26px);
  margin-bottom: clamp(20px, 3vw, 40px);
}
.product .intro .txt p {
  font-size: 14px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 767px) {
  .product .intro .txt p {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .product .intro {
    display: flex;
    justify-content: space-between;
  }
  .product .intro .img, .product .intro .txt {
    width: calc(50% - 15px);
  }
}
.product .intro .txt {
  text-align: center;
}
.product .intro .txt::before {
  content: "";
  display: block;
  width: 52px;
  height: 70px;
  background: url(./images/reindeer.png) no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
@media print, screen and (max-width: 767px) {
  .product .intro .txt::before {
    width: 34px;
    height: 46px;
  }
}
.product .intro .txt p {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .product .intro .txt {
    display: table;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .product .intro .txt p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

.product .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .list ul li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 40px;
}
.product .list ul li a, .product .list ul li .item-copy, .product .list ul li .item-txt {
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .product .list ul li {
    width: calc((100% - 90px) / 4);
  }
}
.product .list ul li .item-copy {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.5;
  min-height: 54px;
}
@media print, screen and (min-width: 768px) {
  .product .list ul li .item-copy {
    min-height: 81px;
  }
}
.product .list ul li .item-txt {
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.4;
  word-break: break-all;
  min-height: 84px;
}
.product .list ul li .item-price {
  text-align: right;
  font-size: clamp(12px, 1.5vw, 18px);
}
.product .list ul li .item-price small {
  font-size: clamp(10px, 1vw, 12px);
}
.product .list ul li a:hover img {
  opacity: 0.7;
}
.product .list ul li a {
  display: table;
  background-color: #fff;
  position: relative;
}
.product .list ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
}

#budget-wrap h3 {
  font-size: clamp(15px, 2vw, 26px);
  margin-bottom: clamp(20px, 3vw, 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#budget-wrap h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  flex-grow: 1;
  background: #cc9d58;
  margin-left: 30px;
}

.price-index-warp {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.price-index-warp a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border: solid 1px #cc9d58;
  color: #cc9d58;
  width: calc((100% - 90px) / 4);
}
.price-index-warp a img {
  width: 100%;
}
.price-index-warp a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media print, screen and (max-width: 767px) {
  .price-index-warp {
    flex-wrap: wrap;
  }
  .price-index-warp a {
    width: calc((100% - 15px) / 2);
  }
  .price-index-warp a:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
}

footer {
  text-align: center;
  padding-bottom: 60px;
}
footer a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */