@charset "UTF-8";
/*reset*/
* {
  padding-left: 0;
  margin: 0;
  box-sizing: border-box;
}

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

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
  scroll-behavior: smooth;
}

body h1, body h2, body h3, body h4, body h5, body p, body li, body a {
  letter-spacing: 0.025em;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #5a1b02;
}
body p {
  line-height: 1.8;
  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 {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 640px) {
  .container {
    width: calc(100% - 4vw);
  }
}
@media print, screen and (min-width: 980px) {
  .container {
    width: calc(100% - 8vw);
  }
}
@media print, screen and (min-width: 1200px) {
  .container {
    width: calc(100% - 12.15vw);
  }
}
@media print, screen and (min-width: 1366px) {
  .container {
    width: 1200px;
  }
}

/*余白*/
.mb16 {
  margin-bottom: 16px;
}

.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;
  }
}

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

.fade {
  opacity: 0;
  transform: translateY(30px);
  overflow: hidden;
  transition: opacity 1.5s, transform 1s;
}
.fade.toleft {
  transform: translateX(30px);
}
.fade.toright {
  transform: translateX(-30px);
}
.fade.tobottom {
  transform: translateY(-30px);
}

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

.functions, #solution2 .wrap {
  overflow: hidden;
}

/**/
#mv {
  background: url(./images/mv-bg.png), linear-gradient(to bottom, #fff9d9, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  padding: 30px 0 20px;
  padding-bottom: 25.9vw;
}
@media print, screen and (min-width: 768px) {
  #mv {
    padding: min(15vw, 180px) 0 calc(40px + 17.7vw);
  }
}
@media print, screen and (max-width: 428px) {
  #mv h1 {
    margin-bottom: 45px;
    margin-right: 30px;
  }
  #mv h1.pc {
    display: none;
  }
}
@media print, screen and (min-width: 429px) {
  #mv h1 {
    margin-bottom: 45px;
  }
  #mv h1.sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #mv h1 {
    margin-bottom: 88px;
  }
}
#mv .mv-txt {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  #mv .mv-txt {
    font-size: 22px;
    letter-spacing: 0.1;
  }
}
#mv .mv-txt h2 {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #mv .mv-txt h2 {
    font-size: min(3vw, 36px);
    margin-bottom: 1.77em;
  }
}
#mv .mv-txt p {
  margin-bottom: 1em;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  #mv .mv-txt p {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
#mv .mv-txt::after {
  content: "";
  display: block;
  background: url(./images/mv-ikutake.png) no-repeat;
  width: 83%;
  height: 29.88vw;
  margin: 30px auto;
  background-size: contain;
}
@media print, screen and (max-width: 639px) {
  #mv .mv-txt::after {
    width: 100%;
    height: 33vw;
    margin: 1em auto 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #mv .mv-txt::after {
    width: 621px;
    height: 222px;
    margin: 64px auto;
  }
}
#mv .schedule {
  background: #fff;
  border-radius: 16px;
  border: solid 2px #5a1b02;
  text-align: center;
  padding: clamp(18px, 2vw, 24px) 0;
  max-width: 83%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mv .schedule {
    border-radius: 30px;
    padding: 40px 0;
    max-width: 621px;
  }
}
#mv .schedule h2 {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 1em;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #mv .schedule h2 {
    font-size: clamp(14px, 2vw, 24px);
  }
}
#mv .schedule p {
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  #mv .schedule p {
    font-size: clamp(12px, 1.5vw, 18px);
  }
}

@media print, screen and (max-width: 767px) {
  #items {
    overflow: hidden;
  }
}
#items::before {
  content: "";
  display: block;
  background-size: contain;
  width: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  #items::before {
    background-image: url(./images/item-ttl.png);
    height: 25.9150805271vw;
    margin: 60px 0 0 auto;
  }
}
@media print, screen and (min-width: 1366px) {
  #items::before {
    background-image: url(./images/item-ttl-xl.png);
    height: 17.7vw;
    margin: 30px 0 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  #items::before {
    background-image: url(./images/item-ttl-sp.png);
    height: 30.6666666667vw;
    margin: 60px 0 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #items {
    transform: translateY(-25.9150805271vw);
    margin-bottom: -25.9150805271vw;
  }
}
@media print, screen and (min-width: 1366px) {
  #items {
    transform: translateY(-17.7vw);
    margin-bottom: -17.7vw;
  }
}
@media print, screen and (max-width: 767px) {
  #items {
    transform: translateY(-30.6666666667vw);
    margin-bottom: -30.6666666667vw;
  }
}
#items .items-inner {
  background: linear-gradient(to bottom, #fff9d9, #fffef8);
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  #items .items-inner {
    padding: 60px 0;
  }
}
#items .btns {
  display: flex;
  gap: 15px;
}
@media print, screen and (max-width: 767px) {
  #items .btns {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #items .btns {
    gap: 24px;
    margin-bottom: 64px;
  }
}
#items .btns .btn {
  border-radius: 30px;
  background: #fff;
  padding: 16px 4px;
  text-align: center;
  width: calc((100% - 15px) / 2);
}
#items .btns .btn.view {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
}
#items .btns .btn:not(.view) {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.36);
}
@media print, screen and (min-width: 768px) {
  #items .btns .btn {
    padding: 16px 8px;
    width: calc((100% - 72px) / 4);
  }
}
#items .btns .btn::before {
  display: block;
  width: 100%;
  height: 34.9333333333vw;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  #items .btns .btn::before {
    height: 9.7222222222vw;
  }
}
#items .btns .btn.hesoten::before {
  background-image: url(./images/items-hesoten.png);
}
#items .btns .btn.coaster::before {
  background-image: url(./images/items-coaster.png);
}
#items .btns .btn.mousepad::before {
  background-image: url(./images/items-mousepad.png);
}
#items .btns .btn.cupholder::before {
  background-image: url(./images/items-cupholder.png);
  background-position: 60% center;
}
#items .btns .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #5a1b02;
  border-bottom: 0;
  margin: 12px auto 4px;
}
#items .btns .btn p span {
  background: #5a1b02;
  color: #fff;
  padding: 4px;
  width: 80%;
  margin: 8px auto 8px;
  display: inline-block;
  line-height: 1;
}
#items .btns .btn p {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  #items .btns .btn p {
    font-size: min(1.33vw, 16px);
  }
}

#items .contents {
  display: none;
  padding: 45px 15px 15px;
}
#items .contents.view {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #items .contents {
    padding: 70px 70px 70px;
  }
}
#items .contents section {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  #items .contents section {
    margin-bottom: 100px;
  }
}
#items .contents h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #items .contents h2 {
    font-size: min(2vw, 24px);
  }
}
#items .contents h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(./images/foot-print.png) no-repeat;
  background-size: contain;
  margin: 24px auto;
}
@media print, screen and (min-width: 768px) {
  #items .contents h2::after {
    width: 40px;
    height: 38px;
    margin: 2.66em auto;
  }
}
#items .contents h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  #items .contents h3 {
    font-size: min(2vw, 24px);
    margin-bottom: 1.33em;
  }
}
#items .contents p {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #items .contents p {
    font-size: min(1.5vw, 18px);
  }
}

#items .contents {
  border-radius: 30px;
  background: #fff;
}
#items .contents .intro .usecase {
  margin-top: 30px;
}
@media print, screen and (max-width: 767px) {
  #items .contents .intro .usecase .item:first-of-type {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #items .contents .intro .usecase {
    display: flex;
    gap: 30px;
  }
  #items .contents .intro .usecase .item {
    width: calc((100% - 30px) / 2);
  }
}
#items .contents .lineup .wrap {
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  #items .contents .lineup .wrap .item {
    padding: 0 2%;
  }
}
#items .contents .lineup .wrap .item img {
  display: block;
  margin-bottom: 20px;
}
#items .contents .lineup .wrap .item.new {
  position: relative;
}
#items .contents .lineup .wrap .item.new::before {
  color: #5a1b02;
  content: "New";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  #items .contents .lineup .wrap .item.new::before {
    left: 25px;
  }
}
#items .contents .lineup .wrap .item span {
  display: block;
  background: #5a1b02;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  #items .contents .lineup .wrap .item span {
    font-size: clamp(10px, 1.16vw, 14px);
  }
}
@media print, screen and (min-width: 1000px) {
  #items .contents .lineup .wrap .item span {
    font-size: 16px;
  }
}
#items .contents .lineup .wrap .item span::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}
@media print, screen and (max-width: 767px) {
  #items .contents .lineup .wrap {
    overflow: scroll;
  }
}
@media print, screen and (max-width: 767px) {
  #items .contents .lineup .wrap .inner {
    width: 888px;
  }
}
@media print, screen and (min-width: 768px) {
  #items .contents .lineup .wrap .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
#items .contents .lineup .wrap .inner .item {
  width: calc((100% - 90px) / 4);
}
@media print, screen and (max-width: 767px) {
  #items .contents .lineup .wrap .inner .item {
    width: 128px;
    margin-bottom: 24px;
    float: left;
  }
  #items .contents .lineup .wrap .inner .item:not(:nth-of-type(6n)) {
    margin-right: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #items .contents .anytime .scene {
    display: flex;
    gap: 30px;
  }
}
#items .contents .anytime .scene .item p {
  font-size: 12px;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  #items .contents .anytime .scene .item p {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  #items .contents .anytime .scene .item {
    margin-bottom: 24px;
  }
}
#items .contents .more .wrap a {
  display: block;
}
#items .contents .more .wrap a img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
#items .contents .more .wrap a p {
  line-height: 1.4;
}
#items .contents .more .wrap a p small {
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  #items .contents .more .wrap a p small {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  #items .contents .more .wrap a:first-of-type {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #items .contents .more .wrap {
    display: flex;
    gap: 30px;
  }
  #items .contents .more .wrap a {
    display: block;
  }
  #items .contents .more .wrap a:first-of-type {
    width: 29%;
  }
  #items .contents .more .wrap a:last-of-type {
    width: calc(71% - 30px);
  }
}

.howto .wrap img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .howto .wrap {
    display: flex;
    gap: 30px;
  }
  .howto .wrap img {
    width: calc((100% - 30px) / 2);
  }
}
@media print, screen and (max-width: 767px) {
  .howto .wrap img:first-of-type {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .cupholder .howto .wrap {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 767px) {
  .cupholder .howto .wrap img:nth-of-type(-n+3) {
    margin-bottom: 16px;
  }
}

.about-sobagni .btn-wrap {
  text-align: right;
}
.about-sobagni a {
  background: #5a1b02;
  color: #fff;
  margin: 40px 0 0 auto;
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px;
}
@media print, screen and (min-width: 768px) {
  .about-sobagni a {
    font-size: 14px;
  }
}

#items .contents .wrapping {
  width: 100%;
  height: 36.8vw;
  background-color: #f8f8f8;
  margin-bottom: 16px;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #items .contents .wrapping {
    height: 22.9136163982vw;
    max-height: 313px;
  }
}
#items .contents .wrapping .txt {
  width: 40%;
  margin: auto;
  text-align: center;
}
#items .contents .wrapping .txt .jp, #items .contents .wrapping .txt .en {
  color: #000;
}
#items .contents .wrapping .txt .en::after {
  width: 40%;
  height: 2px;
  content: "";
  display: block;
  background: #000;
  margin: 8px auto;
}
#items .contents .wrapping .txt p.jp {
  font-size: 10px;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  #items .contents .wrapping .txt p.jp {
    font-size: 13px;
  }
}
#items .contents .wrapping .txt .en {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  #items .contents .wrapping .txt .en {
    font-size: 20px;
  }
}
#items .contents .wrapping .img {
  width: 60%;
  height: 100%;
  background-image: url(./images/gift-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  background: #f8f8f8;
  text-align: center;
  padding: 30px 0;
}
footer a {
  color: #000;
  font-size: clamp(10px, 1.5vw, 18px);
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 48px 0;
  }
}

.to-items {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  background: #5a1b02;
}
.to-items * {
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
}
.to-items a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.to-items a span {
  width: 100%;
  text-align: center;
  margin: auto auto 0;
}
.to-items a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  margin: 0 auto 0;
}
@media print, screen and (min-width: 768px) {
  .to-items {
    right: 80px;
    bottom: 80px;
  }
  .to-items * {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */