@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*変数定義*/
/*--------------------------------------
rilakkuma mv
---------------------------------------*/
.p-rilakkuma__mv {
  padding-block: 5rem 8.8rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma__mv {
    padding-block: 3rem;
  }
}

.p-rilakkuma-mv__img {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}

.p-rilakkuma-mv-footer__img {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-mv-footer__img {
  max-width: 480px;
  width: 92%;
  margin-inline: auto;
  margin-top: 5.5rem;
  }
}

.p-rilakkuma-mv__title {
  margin-top: 7.4rem;
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-mv__title {
    margin-top: 3rem;
  }
}

.p-rilakkuma-mv__btn-wrap {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-mv__btn-wrap {
    margin-top: 4rem;
  }
}

.p-rilakkuma-mv-btn__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5.4rem;
     -moz-column-gap: 5.4rem;
          column-gap: 5.4rem;
  row-gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-mv-btn__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-rilakkuma-mv-btn__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 37rem; /*27.7rem*/
  padding-inline: 1rem;
  height: 7.4rem;
  background-color: #fff2f4;
  color: #7f512c;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
/*  border: 0.5rem solid #b8e1f2;
  -webkit-box-shadow: 0.2rem 0.3rem 0 #b8e1f2;
          box-shadow: 0.2rem 0.3rem 0 #b8e1f2;*/
  padding-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-mv-btn__list a {
    min-width: 22rem;
    height: 6.2rem;
/*    -webkit-box-shadow: 0.1rem 0.2rem 0 #b8e1f2;
            box-shadow: 0.1rem 0.2rem 0 #b8e1f2;*/
    font-size: 2.4rem;
    padding-bottom: 0;
  }
}

.p-rilakkuma-mv-btn__list a:hover {
  opacity: 0.7;
}

/*--------------------------------------
rilakkuma message
---------------------------------------*/
.p-rilakkuma-message {
  padding-block: 8rem;
  background-color: #FAE5EE;
	
  padding-bottom: 11rem;
  background-image: url(../img/rilakkuma/r-deco__01.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message {
    padding-block: 5rem;
  }
}

.p-rilakkuma-message__title {
  width: 84.4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__title {
    max-width: 500px;
    width: 100%;
  }
}

.p-rilakkuma-message02 {
  padding: 1rem 0 12rem ;
  background-color: #FFFCD7;
	
  background-image: url(../img/rilakkuma/kamifubuki.png);
  background-repeat: no-repeat;
  background-position: 50% 77%;
  background-size: 69%;
}

@media only screen and (max-width: 767px) {
  .p-rilakkuma-message02 {
    padding: 3rem;
	background-image: url(../img/rilakkuma/kamifubuki2.png);
	background-position: 50% 65%;
	background-size: 90%;
}
}


.p-rilakkuma-message__text {
  margin: 4rem auto 0;
  font-size: max(1.8rem, 12px);
  font-weight: 700;
  line-height: 2.6666;
  text-align: center;
  color: #7f512c;
  background-color: #fae5ee;
  width: 71%;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
    padding-inline: 2rem;
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.02em;
	width: 85%;
  }
}

.p-rilakkuma-message__text02 {
  margin-top: 4rem;
  font-size: max(1.8rem, 12px);
  font-weight: 700;
  line-height: 2.6666;
  text-align: center;
  color: #7f512c;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__text02 {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
    padding-inline: 2rem;
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-rilakkuma-message__btn {
  width: 33.5rem;
  height: 6.8rem;
  margin-inline: auto;
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__btn {
    margin-top: 4rem;
    width: 30rem;
    height: 6rem;
  }
}

.p-rilakkuma-message__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #7f512c;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-radius: 3.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__btn a {
    font-size: 3rem;
  }
}

/*--------------------------------------
rilakkuma ambassador
---------------------------------------*/
.p-rilakkuma-message__foot {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-rilakkuma-message__foot {
    margin-top: 3rem;
  }
}

.p-ambassador {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}

.p-ambassador__title {
  font-size: 3rem;
  font-weight: 700;
  color: #7f512c;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ambassador__title {
    font-size: 2.2rem;
  }
}

.p-ambassador__items {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-ambassador__items {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-ambassador__img {
  width: 31.7rem;
  aspect-ratio: 317/217;
  overflow: hidden;
}

.p-ambassador__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ambassador__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-ambassador__caption {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #7f512c;
  text-align: center;
  font-size: max(1.5rem, 8px);
}
@media only screen and (max-width: 767px) {
  .p-ambassador__caption {
    margin-top: 1rem;
  }
}

.u-line{
    text-decoration: underline;
   /* text-decoration-style: wavy;*/
    text-underline-offset: 5px;
}

.w-moji{
	color: #de76a3;
}

.p-ambassador__caption span {
  position: relative;
  padding-right: 2.6rem;
}

.p-ambassador__item:nth-child(2) .p-ambassador__caption span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../img/rilakkuma/deco01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

/*--------------------------------------
rilakkuma special
---------------------------------------*/
.p-special {
/*  padding-block: 7rem 12rem;*/
  padding-block: 7rem 1rem;
/*  background-color: #dbf0f8;
  background-image: radial-gradient(#f2f9fc 17%, transparent 20%), radial-gradient(#f2f9fc 17%, transparent 20%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;*/
  padding-bottom: 6rem;
  background-color: #D7EEFB;
  background-image: url(../img/rilakkuma/r-deco__02.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-special {
    padding-block: 5rem;
  }
}

.p-special__contents {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  border-radius: 2rem;
  background-color: #fff8e5;
  padding: 2.4rem 2.4rem 4.5rem;
}
@media only screen and (max-width: 767px) {
  .p-special__contents {
    padding: 1.5rem 1.5rem 4rem;
  }
}

.r-flex{
	display: flex;
}

.p-special__title {
  height: 7.6rem;
  padding-inline: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-special__title {
    height: 10rem;
  }
}

.p-special__title::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.6rem;
  height: 5.8rem;
  background-image: url(../img/rilakkuma/star01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-special__title::after {
    top: inherit;
    bottom: 0.3rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 3.4rem;
    height: 3.9rem;
    background-image: url(../img/rilakkuma/star03.svg);
  }
}

.p-special__title::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 2.2rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  width: 14.6rem;
  height: 5.8rem;
  background-image: url(../img/rilakkuma/star01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-special__title::before {
    top: 60%;
    width: 3.4rem;
    height: 3.9rem;
    -webkit-transform: translateY(0) scale(-1, 1);
            transform: translateY(0) scale(-1, 1);
    background-image: url(../img/rilakkuma/star03.svg);
  }
}

.p-special__title span {
  background-color: #b8e1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7f512c;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-special__title span {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
	color: #de76a3;
  }
}

.p-special__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.1rem;
  width: 2.4rem;
  height: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-image: url(../img/rilakkuma/deco02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-special__title span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.1rem;
  width: 2.4rem;
  height: 100%;
  background-image: url(../img/rilakkuma/deco02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-special__block {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .p-special__block {
    margin-top: 4rem;
  }
}

.p-special-block {
  padding-inline: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-special-block {
    padding-inline: 0;
  }
}

.p-special-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16.5rem;
}
@media only screen and (max-width: 767px) {
  .p-special-block__items {
    row-gap: 5rem;
  }
  .p-special-block__items2 {
    row-gap: 2rem;
  }
}

.p-special-block__title-box {
  background: -webkit-gradient(linear, left top, right top, color-stop(11.8rem, #dbf0f8), color-stop(11.8rem, #fff));
  background: linear-gradient(to right, #dbf0f8 11.8rem, #fff 11.8rem);
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.7rem;
  padding-left: 13.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-special-block__title-box {
    background: -webkit-gradient(linear, left top, right top, color-stop(7rem, #dbf0f8), color-stop(7rem, #fff));
    background: linear-gradient(to right, #dbf0f8 7rem, #fff 7rem);
    padding-left: 8rem;
  }
}

.p-special-block__title-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.4rem;
  height: 3.9rem;
  background-image: url(../img/rilakkuma/star02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-special-block__title-box::before {
    width: 3rem;
    height: 2.6rem;
    left: 1rem;
  }
}

.p-special-block__title {
  font-size: max(2.3rem, 13px);
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7f512c;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-special-block__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.p-special-block__title__2 {
  font-size: max(1.7rem, 10px);
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7f512c;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-special-block__title__2 {
    font-size: 1.45rem;
    line-height: 1.3;
  }
}

.p-special-block__subtitle {
  font-size: max(2.0rem, 11px);
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7f512c;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-special-block__subtitle {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.p-special-block__title::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: max(2.3rem, 13px);
  left: -6rem;
}
@media only screen and (max-width: 767px) {
  .p-special-block__title::before {
    font-size: 2rem;
    left: -3.3rem;
  }
}

.p-special-block__text {
  margin-top: 5rem;
  font-size: max(1.5rem, 11px);
  line-height: 2.2;
  font-weight: 700;
  color: #7f512c;
}
@media only screen and (max-width: 767px) {
  .p-special-block__text {
    margin-top: 2rem;
    text-align: justify;
    line-height: 1.875;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }

}/*# sourceMappingURL=rilakkuma.css.map */

.m-img{
	padding: 5rem 13rem 0;
}
	
.rilakkuma-bkimg{
	position: absolute;
	max-width: 15%;
/*	top:87.2%;*/
/*  bottom: 14.2%;*/
	left: 10%;
	margin-top: 3rem;
}
	
@media only screen and (max-width: 767px) {
.rilakkuma-bkimg{
	max-width: 35%;
  	position: static;
	bottom: 21.4%;
	margin: 25px auto 0;
}
}

.rilakkuma-bkimg2{
	position: absolute;
	max-width: 15%;
/*	top:87.2%;*/
/*  bottom: 14.2%;*/
	left: 67%;
	margin-top: -4rem;
}
	
@media only screen and (max-width: 767px) {
.rilakkuma-bkimg2{
	max-width: 60%;
  	position: static;
	bottom: 21.4%;
	margin: 35px auto 0;
}
}

.rilakkuma-bkimg3{
	position: absolute;
	max-width: 7%;
	left: 65%;
  	margin-top: -3%;
}
	
@media only screen and (max-width: 767px) {
.rilakkuma-bkimg3{
	max-width: 27%;
  	position: static;
	bottom: 21.4%;
	margin: 10px auto 0;
}
}

.og{
	color: #EA5614;
}


.message__strongtext {
  font-size: max(2.4rem, 12px);
}
@media only screen and (max-width: 767px) {
  .message__strongtext {
    font-size: 1.8rem;
	line-height: 1.8;
}
}