@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 Serif JP", serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #4c342c;
  scroll-behavior: smooth;
}

body {
  background: #fff;
}
body h1, body h2, body h3, body h4, body h5, body p, body li {
  letter-spacing: 0.025em;
  font-weight: 300;
  font-feature-settings: "palt";
}
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% - 40px);
}
@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: 100%;
  }
}

/*余白*/
.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;
  }
}

/*背景色*/
.bg-blue {
  background: #448aca;
  color: #fff;
}

.bg-w {
  background: #fff;
}

/*文字色*/
.yellow {
  color: #f6e526;
}

.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.active {
  opacity: 1;
  transform: translateY(0px);
}

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

/*mainvisual*/
#mv {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 640px) {
  #mv {
    background-color: #fffafc;
    background-image: url(./images/mv-image.png);
  }
}
#mv .mv-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 640px) {
  #mv .mv-inner {
    padding-left: 6.14vw;
  }
}
#mv .mv-inner .img::before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 93.6vw;
  background-image: url(./images/mv-image-sp.png);
}
@media print, screen and (min-width: 640px) {
  #mv .mv-inner .img::before {
    background-size: contain;
    height: calc(64.5vw - min(3.07vw, 42px));
    max-height: 882px;
    background-image: url("./images/mv-txt.png");
    transform: translateY(min(3.07vw, 42px));
  }
}
#mv .mv-inner .txt {
  position: absolute;
  bottom: 16px;
  left: 10px;
  bottom: 25%;
}
@media print, screen and (min-width: 640px) {
  #mv .mv-inner .txt {
    left: 6.14vw;
    bottom: clamp(16px, 2.78vw, 32px);
  }
}
#mv .mv-inner .txt h1 {
  line-height: 1.5;
  margin-bottom: clamp(8px, 1.4vw, 24px);
  font-size: 4.26vw;
}
@media print, screen and (min-width: 640px) {
  #mv .mv-inner .txt h1 {
    font-size: clamp(16px, 3.51vw, 48px);
  }
}
#mv .mv-inner .txt p {
  font-size: 2.66vw;
}
@media print, screen and (min-width: 640px) {
  #mv .mv-inner .txt p {
    font-size: clamp(10px, 1.75vw, 24px);
  }
}

#wrapping {
  margin-top: -8.26vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./images/wrapping-bg-sp.jpg);
  height: 94.13vw;
}
#wrapping a {
  color: #de7d74;
}
#wrapping .notice {
  font-size: 0.8em;
  padding-left: 1em;
  position: relative;
}
#wrapping .notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#wrapping .txt .ttl {
  margin-bottom: 3.07vw;
  font-weight: 400;
}
#wrapping .txt .ttl {
  line-height: 1.22;
}
@media print, screen and (max-width: 639px) {
  #wrapping .txt .ttl {
    padding-top: 9vw;
  }
  #wrapping .txt .wrap-sp {
    padding: 15px 0 0 37.06vw;
    display: block;
  }
  #wrapping .txt .ttl {
    font-size: clamp(18px, 4.8vw, 24px);
  }
  #wrapping .txt p {
    font-size: clamp(12px, 3.2vw, 18px);
  }
  #wrapping .txt .notice {
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
@media print, screen and (min-width: 640px) {
  #wrapping {
    margin-top: 0;
    background-image: url(./images/wrapping-bg.png);
    height: 49.26vw;
    max-height: 673px;
  }
  #wrapping .txt {
    padding: 30px 0 0 40%;
  }
  #wrapping .txt p {
    font-size: clamp(16px, 1.75vw, 24px);
  }
  #wrapping .txt .notice {
    font-size: clamp(12px, 1.31vw, 18px);
  }
  #wrapping .txt .ttl {
    font-size: clamp(20px, 2.63vw, 36px);
  }
}
@media print, screen and (min-width: 768px) {
  #wrapping .txt {
    padding: min(12.29vw, 168px) 0 0 calc(50% + min(36px, 2.63vw));
  }
}
@media print, screen and (min-width: 1366px) {
  #wrapping {
    background-image: url(./images/wrapping-bg-1920.jpg);
  }
}

#column .ttl, #column .sub-ttl, #column p:first-of-type {
  margin-bottom: 18px;
}
#column .sub-ttl {
  font-weight: 400;
  font-size: clamp(18px, 1.61vw, 22px);
}
#column p {
  font-size: 14px;
}
@media print, screen and (min-width: 640px) {
  #column p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #column p {
    font-size: 18px;
  }
}
#column .inner {
  margin: 32px 0;
}
#column .wrap::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (max-width: 540px) {
  #column .sub-ttl br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 880px) {
  #column .sub-ttl br {
    display: none;
  }
}
@media print, screen and (max-width: 639px) {
  #column .ttl .sp {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  #column .ttl .pc {
    display: none;
  }
  #column .img {
    width: 80%;
    max-width: 406px;
    display: block;
    margin: 18px auto 0;
  }
}
@media print, screen and (min-width: 640px) {
  #column .ttl .sp {
    display: none;
  }
  #column .inner .wrap .img {
    float: right;
    width: 40%;
  }
  #column .inner .wrap p:last-of-type {
    float: left;
    width: calc(60% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  #column .inner {
    margin: min(4.09vw, 56px) 0;
  }
  #column .inner .wrap p:last-of-type {
    float: none;
    width: 100%;
  }
  #column .inner .wrap .pc-wrap {
    display: block;
    width: calc(62.7% - 40px);
    float: right;
  }
  #column .inner .wrap .img {
    width: 37.3%;
    float: left;
  }
}

#longtime {
  padding: 32px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/long-bg-sp.jpg);
}
@media print, screen and (min-width: 768px) {
  #longtime {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #longtime {
    background-image: url(./images/long-bg-1366.jpg);
  }
}
@media print, screen and (min-width: 1366px) {
  #longtime {
    background-image: url(./images/long-bg-1920.png);
  }
}
#longtime .ttl {
  text-align: center;
  margin: 0 auto clamp(16px, 2.92vw, 40px);
}
@media print, screen and (max-width: 767px) {
  #longtime .ttl .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #longtime .ttl .sp {
    display: none;
  }
}
#longtime .ttl, #longtime .intro {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  #longtime .ttl, #longtime .intro {
    width: 90%;
  }
}
@media print, screen and (min-width: 1200px) {
  #longtime .ttl, #longtime .intro {
    width: 69%;
  }
}
#longtime .intro {
  margin: 0 auto 2em;
}
@media print, screen and (min-width: 768px) {
  #longtime .intro {
    margin-bottom: 40px;
  }
}
#longtime .wrap .sub-ttl {
  color: #de7d74;
}
#longtime .wrap .item {
  border: solid 1px #e4a29d;
  padding: 8px;
  max-width: 358px;
}
#longtime .wrap p {
  letter-spacing: 0;
  line-height: 1.5;
}
#longtime .wrap p small {
  font-size: 0.8em;
}
#longtime .wrap .notice {
  font-size: 0.8em;
  padding-left: 1em;
  position: relative;
}
#longtime .wrap .notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  #longtime .wrap .item {
    margin: 0 auto 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #longtime .wrap {
    display: flex;
    justify-content: space-between;
  }
  #longtime .wrap .item {
    width: 32%;
  }
}
@media print, screen and (min-width: 1200px) {
  #longtime .wrap .item {
    width: 29.83%;
  }
}

.page-btm {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/bg-idea-1920.jpg);
}

#gift-idea {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 855px;
}
#gift-idea .ttl, #gift-idea .intro {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  #gift-idea {
    padding: 60px 0;
  }
  #gift-idea .ttl, #gift-idea .intro {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 767px) {
  #gift-idea .ttl img {
    width: 80%;
  }
}
#gift-idea .ttl {
  text-align: center;
}
#gift-idea .chart-wrap {
  position: relative;
}
#gift-idea .chart-wrap .link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#gift-idea .chart-wrap .link-wrap a {
  width: 40%;
  height: 40%;
  margin: 5%;
  display: block;
  float: left;
  background: #fff;
  opacity: 0;
}
#gift-idea .chart-wrap .link-wrap a:hover {
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
#gift-idea .chart-wrap .link-wrap::after {
  content: "";
  display: block;
  clear: both;
}

footer {
  border-top: solid 1px #e4a29d;
  padding: 32px 0;
  text-align: center;
}
footer a {
  color: #e4a29d;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
}

#select-item .tab-wrap {
  display: flex;
  border-bottom: solid 1px #e4a29d;
}
#select-item .tab-wrap .tab {
  width: 25%;
  align-items: center;
  border-radius: 8px 8px 0 0;
  background-color: #f7f6f3;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  #select-item .tab-wrap .tab {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 32px 32px 0 0;
  }
}
#select-item .tab-wrap .tab h4 {
  font-weight: 400;
  color: #e4a29d;
  line-height: 1.2;
  font-size: clamp(12px, 1.75vw, 21px);
  padding-bottom: 16px;
}
@media print, screen and (max-width: 767px) {
  #select-item .tab-wrap .tab h4 {
    padding-bottom: 4px;
    text-align: center;
  }
}
#select-item .tab-wrap .tab.view {
  background-color: #e4a29d;
}
#select-item .tab-wrap .tab.view h4 {
  color: #fff;
}
#select-item .tab-wrap .tab::before {
  display: block;
  content: "";
  width: 100%;
  height: 70px;
  margin: 4px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  #select-item .tab-wrap .tab::before {
    margin: 8px;
    width: 40%;
    height: 108px;
  }
}
#select-item .tab-wrap .tab:nth-of-type(1)::before {
  background-image: url(./images/ico-sukkiri.png);
}
#select-item .tab-wrap .tab:nth-of-type(2)::before {
  background-image: url(./images/ico-tappuri.png);
}
#select-item .tab-wrap .tab:nth-of-type(3)::before {
  background-image: url(./images/ico-cup.png);
}
#select-item .tab-wrap .tab:nth-of-type(4)::before {
  background-image: url(./images/ico-trick.png);
}
#select-item .tab-wrap .tab:not(.view):hover {
  cursor: pointer;
  transition: 0.2s;
  background: #e4a29d;
}
#select-item .tab-wrap .tab:not(.view):hover h4 {
  color: #fff;
}
#select-item .tab-wrap .tab:not(.view):hover:before, #select-item .tab-wrap .tab:not(.view):hover h4 {
  transform: translateY(-10px);
}

.wrap-item {
  display: none;
}

.wrap-item.view {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 4.88%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .wrap-item.view {
    padding: 38px 4.88%;
    margin-bottom: 60px;
  }
}

.wrap-item .item-mv {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 767px) {
  .wrap-item .item-mv {
    margin-bottom: 16px;
  }
}

.wrap-item .item-mv-btm {
  margin-bottom: 40px;
}
.wrap-item .item-mv-btm p, .wrap-item .item-mv-btm li {
  font-size: clamp(14px, 1.46vw, 20px);
  letter-spacing: 0.025em;
}
.wrap-item .item-mv-btm ul li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.wrap-item .item-mv-btm ul li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(./images/check-mark.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-mv-btm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wrap-item .item-mv-btm ul li {
    width: calc(50% - 24px);
  }
  .wrap-item .item-mv-btm ul li:nth-of-type(odd) {
    margin-right: 24px;
  }
  .wrap-item .item-mv-btm ul li:nth-of-type(even) {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-mv-btm {
    margin-bottom: 60px;
  }
}

.wrap-item .item-function {
  margin-bottom: 40px;
}
.wrap-item .item-function .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.wrap-item .item-function .ttl img {
  width: 106px;
}
@media print, screen and (min-width: 640px) {
  .wrap-item .item-function .ttl img {
    width: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .ttl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function {
    margin-bottom: 60px;
  }
}

.wrap-item .item-function .functions {
  counter-reset: func-no;
}
.wrap-item .item-function .functions .item {
  margin-bottom: clamp(24px, 4.09vw, 64px);
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-item .item-function .functions .item img {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .functions .item img {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .functions {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-item .item-function .functions .item {
    width: calc((100% - 3.33vw) / 2);
  }
  .wrap-item .item-function .functions .item:nth-of-type(odd) {
    margin-right: 3.33vw;
  }
}
.wrap-item .item-function .functions .item .caption {
  display: flex;
  height: 4.5em;
  color: #4c342c;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .functions .item .caption {
    margin: 20px 0 70px;
  }
}
.wrap-item .item-function .functions .item .caption p {
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .functions .item .caption p {
    font-size: clamp(16px, 2vw, 20px);
  }
}
.wrap-item .item-function .functions .item .caption p small {
  font-size: 0.75em;
  line-height: 1.2;
}
.wrap-item .item-function .functions .item .caption::before {
  counter-increment: func-no;
  content: "#" counter(func-no, decimal-leading-zero);
  display: block;
  font-size: 40px;
  padding-right: clamp(8px, 1.17vw, 16px);
  margin-right: clamp(8px, 1.17vw, 16px);
  border-right: solid 1px #4c342c;
}
@media print, screen and (min-width: 768px) {
  .wrap-item .item-function .functions .item .caption::before {
    font-size: clamp(20px, 5.88vw, 70px);
  }
}
.wrap-item .item-function .functions .item .caption p, .wrap-item .item-function .functions .item .caption::before {
  display: flex;
  align-items: center;
}

.item-voice {
  margin-bottom: clamp(24px, 4.97vw, 68px);
}
.item-voice .ttl {
  text-align: center;
  font-size: clamp(22px, 2.34vw, 32px);
  font-weight: 400;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .item-voice .ttl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .item-voice .voice-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .item-voice .voice-wrap .item {
    width: calc((100% - 48px) / 2);
  }
  .item-voice .voice-wrap .item:nth-of-type(odd) {
    margin-right: 48px;
  }
}
.item-voice .voice-wrap .item {
  margin-bottom: 24px;
  padding: clamp(8px, 2.34vw, 24px);
  background: #fff;
}
.item-voice .voice-wrap .item::before {
  content: "";
  display: block;
  width: clamp(72px, 8.5vw, 120px);
  height: clamp(72px, 8.5vw, 120px);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  float: left;
}
.item-voice .voice-wrap .item:nth-of-type(1)::before {
  background-image: url(./images/voice01.png);
}
.item-voice .voice-wrap .item:nth-of-type(2)::before {
  background-image: url(./images/voice02.png);
}
.item-voice .voice-wrap .item:nth-of-type(3)::before {
  background-image: url(./images/voice03.png);
}
.item-voice .voice-wrap .item:nth-of-type(4)::before {
  background-image: url(./images/voice04.png);
}

#select-item .cv a {
  line-height: 1.5;
  text-align: center;
  border: solid #e4a29d 1px;
  background: #e4a29d;
  color: #fff;
  font-size: clamp(18px, 2.34vw, 32px);
  letter-spacing: 0.05em;
  display: block;
  padding: 32px 0;
  margin: 2px;
  position: relative;
}
#select-item .cv a::before, #select-item .cv a::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url(./images/cv-hover.png) no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0;
}
#select-item .cv a::before {
  top: -4px;
  left: -4px;
}
#select-item .cv a::after {
  bottom: -4px;
  right: -4px;
  transform: rotate(180deg);
}
#select-item .cv a:hover {
  transition: all 0.5s;
  background: #fff;
  color: #e4a29d;
}
#select-item .cv a:hover::before, #select-item .cv a:hover::after {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: flex;
  }
  .flex_pc .item {
    width: 50%;
  }
}
.slide-in {
  overflow: hidden;
  display: block;
}

.slide-in_inner {
  display: block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */