@charset "UTF-8";
/* CSS Document */
/*===============================================
 responsive element
===============================================*/
.issp {
  display: none;
}

.pc-inline {
  display: inline !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-block {
  display: block !important;
}

.sp-inline,
.sp-inline-block,
.sp-block {
  display: none !important;
}

@media not all and (min-width: 768px) {
  .issp {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    display: block;
  }
  .pc-inline,
.pc-inline-block,
.pc-block {
    display: none !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-block {
    display: block !important;
  }
}
/*
@function vh( $size, $base ) {
	@return 100vh / $base * $size;
}
*/
/*
@function spvh( $size ) {
	@return vh( $size, $sp-base-h );
}
*/
/*
@function pcvh( $size ) {
	@return vh( $size, $pc-base-h );
}
*/
/*===============================================
 common
===============================================*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: default;
}
a[href] {
  cursor: pointer;
}
a[href]:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media not all and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.alt {
  display: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation_centering {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes rotation_centering {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes modal-loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modal-loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes modal-loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes modal-loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes modal-loader-color {
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%, 90% {
    stroke: #fff;
  }
}
@keyframes modal-loader-color {
  0% {
    stroke: #fff;
  }
  40% {
    stroke: #fff;
  }
  66% {
    stroke: #fff;
  }
  80%, 90% {
    stroke: #fff;
  }
}
/*===============================================
 main
===============================================*/
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  line-height: 2;
}
.m-loading,
.l-side,
.l-fixed,
.p-home,
.p-home-popup,
.p-post,
.p-concept {
  color: #231815;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.125em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.is-popup-visible #viewport_fsp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@media all and (min-width: 768px) {
  .l-header {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .l-header {
    display: flex;
    width: 100%;
    height: 10.9333333333vw;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: content-box;
  }
  .l-header__logo {
    padding: 2.1333333333vw 0 0 4vw;
  }
  .l-header__logo > a {
    display: block;
    width: 20vw;
    height: 6.4vw;
    background: url(../images/common/header_logo.svg) no-repeat;
    background-size: 100% auto;
  }
  .l-header__logo > a > span {
    display: none;
  }
  .l-header__nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header__link > a {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .l-header__link > a > span {
    display: none;
  }
  .l-header__link--top {
    margin-right: 3.2vw;
  }
  .l-header__link--top > a {
    width: 14.9333333333vw;
    height: 5.4666666667vw;
    background-image: url(../images/common/header_corpo.png);
  }
  .l-header__link--menu, .l-header__link--favorite, .l-header__link--bag {
    border-left: 1px solid #dbdbdb;
  }
  .l-header__link--menu > a, .l-header__link--favorite > a, .l-header__link--bag > a {
    width: 10vw;
    height: 10.9333333333vw;
  }
  .l-header__link--menu > a {
    background-image: url(../images/common/header_nav_menu.png);
  }
  .l-header__link--favorite > a {
    background-image: url(../images/common/header_nav_favorite.png);
  }
  .l-header__link--bag > a {
    background-image: url(../images/common/header_nav_bag.png);
  }
}
@media not all and (min-width: 768px) {
  .l-header-pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .l-header-pc {
    border-bottom: 1px solid #B4B4B4;
  }
  #header_allm {
    max-width: 980px;
    margin: 0 auto;
    padding: 6px 0 7px 0;
    font-size: 10px;
    line-height: 1.6;
    *zoom: 1;
    /* お気に入り通知追加 */
  }
  #header_allm:after {
    content: "";
    display: block;
    clear: both;
  }
  #header_allm ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #header_allm li,
#header_allm p {
    float: left;
  }
  #header_allm .wish_allm {
    background: url(../images/common/allm_common.png) no-repeat -394px 0;
    margin: 0 0 0 10px;
  }
  #header_allm .wish_allm {
    background: url(../images/common/allm_common.png) no-repeat -394px 0;
    margin: 0 0 0 10px;
  }
  #header_allm a {
    background: url(../images/common/allm_common.png) no-repeat 0 0;
    display: block;
    height: 15px;
    overflow: hidden;
    text-indent: 100%;
    margin: 3px 0 0 10px;
    white-space: nowrap;
  }
  #header_allm p {
    width: 164px;
  }
  #header_allm p a {
    width: 164px;
    height: 24px;
    background: url(../images/common/header_logo.png) no-repeat;
    background-size: contain;
    margin: 0;
  }
  #header_allm .f_top_allm a {
    width: 83px;
  }
  #header_allm .wish_allm a {
    width: 62px;
  }
  #header_allm .first_allm a,
#header_allm .guide_allm a,
#header_allm .conatct_allm a {
    width: 60px;
  }
  #header_allm .bag_allm a {
    width: 138px;
  }
  #header_allm .login_allm a,
#header_allm .logout_allm a {
    height: 18px;
    width: 53px;
    margin: 1px 0 0 10px;
  }
  #header_allm .f_top_allm a {
    background-position: -91px -5px;
  }
  #header_allm .first_allm a {
    background-position: -183px -5px;
  }
  #header_allm .guide_allm a {
    background-position: -253px -5px;
  }
  #header_allm .conatct_allm a {
    background-position: -323px -5px;
  }
  #header_allm .favorite_allm a {
    background-position: -406px -5px;
  }
  #header_allm .wish_allm a {
    background-position: -406px -5px;
  }
  #header_allm .bag_allm a {
    background-position: -499px -5px;
  }
  #header_allm .logout_allm a {
    background-position: -647px -2px;
  }
  #header_allm .login_allm a {
    background-position: -707px -2px;
  }
  #header_allm .favorite_allm {
    background: url(../images/common/allm_common.png) no-repeat -394px 0;
    margin: 0 0 0 10px;
  }
  #header_allm .favorite_allm a {
    padding-left: 62px;
    overflow: visible;
    text-indent: 0;
    color: transparent;
  }
  #header_allm .favorite_allm a span {
    font-size: 0;
    color: transparent;
  }
  #header_allm .favorite_allm a em {
    min-width: 21px;
    margin: -3px 0 0 4px;
    padding: 5px 6px;
    display: inline-block;
    font-size: 110%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #e35c81;
    border-radius: 999em;
    box-sizing: border-box;
  }
}
.l-in {
  max-width: 1040px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media not all and (min-width: 768px) {
  .l-in {
    max-width: none;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.l-in--wide {
  max-width: 1200px;
}
@media not all and (min-width: 768px) {
  .l-in--wide {
    max-width: none;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.l-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-fixed-logo {
  position: absolute;
  left: 30px;
  top: 62px;
  width: 192px;
  pointer-events: auto;
}
@media not all and (min-width: 768px) {
  .l-fixed-logo {
    display: none;
  }
}
.l-fixed-logo--hidden {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s;
  transform: translateX(-222px);
  opacity: 0;
}
body.is-fixed-visible .l-fixed-logo--hidden {
  transform: translateX(0px);
  opacity: 1;
}
.l-fixed-menu {
  position: absolute;
  right: 60px;
  top: 60px;
  pointer-events: auto;
  transition: opacity 0.3s;
}
@media all and (min-width: 768px) {
  .l-fixed-menu {
    opacity: 0;
    pointer-events: none;
  }
  body.is-fixed-visible .l-fixed-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media not all and (min-width: 768px) {
  .l-fixed-menu {
    right: 5.3333333333vw;
    top: 13.6vw;
  }
  body.is-fixed-hidden .l-fixed-menu {
    opacity: 0;
    pointer-events: none;
  }
}
.l-fixed-menu__button {
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 54px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}
@media not all and (min-width: 768px) {
  .l-fixed-menu__button {
    width: 11.2vw;
    height: 14.4vw;
  }
}
.l-fixed-menu__icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
@media not all and (min-width: 768px) {
  .l-fixed-menu__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-fixed-menu__icon:before, .l-fixed-menu__icon:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #231815;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.l-fixed-menu__icon:before {
  transform: translateY(-6px);
}
@media not all and (min-width: 768px) {
  .l-fixed-menu__icon:before {
    transform: translateY(-1.6vw);
  }
}
.l-fixed-menu__icon:after {
  transform: translateY(6px);
}
@media not all and (min-width: 768px) {
  .l-fixed-menu__icon:after {
    transform: translateY(1.6vw);
  }
}
body.is-side-visible .l-fixed-menu__icon:before, body.is-side-visible .l-fixed-menu__icon:after {
  background-color: #ffffff;
}
body.is-side-visible .l-fixed-menu__icon:before {
  transform: rotate(45deg) translateY(0px);
}
body.is-side-visible .l-fixed-menu__icon:after {
  transform: rotate(-45deg) translateY(0px);
}
.l-fixed-menu__label--on, .l-fixed-menu__label--off {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .l-fixed-menu__label--on, .l-fixed-menu__label--off {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}
.l-fixed-menu__label--on {
  display: block;
  color: #231815;
  letter-spacing: 0.15em;
}
.l-fixed-menu__label--off {
  display: none;
  color: #ffffff;
  letter-spacing: 0.1em;
}
body.is-side-visible .l-fixed-menu__label--on {
  display: none;
}
body.is-side-visible .l-fixed-menu__label--off {
  display: block;
}
.l-fixed-pagetop {
  position: absolute;
  right: 60px;
  bottom: 20px;
  width: 47px;
  pointer-events: auto;
}
@media not all and (min-width: 768px) {
  .l-fixed-pagetop {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 10.6666666667vw;
  }
}
.l-fixed-pagetop > a {
  display: block;
  text-decoration: none !important;
}
.l-fixed-pagetop > a > span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 768px) {
  .l-fixed-pagetop > a > span {
    font-size: 3.2vw;
  }
}

.l-side {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .l-side {
    display: none;
  }
  body.is-fixed-visible .l-side {
    display: flex;
  }
}
.l-side__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.is-side-visible .l-side__bg {
  pointer-events: auto;
}
.l-side__container {
  position: relative;
  display: block;
  width: 0px;
  height: 100%;
  background-color: #FF6767;
  overflow: hidden;
  pointer-events: auto;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.is-side-visible .l-side__container {
  width: 375px;
}
@media not all and (min-width: 768px) {
  body.is-side-visible .l-side__container {
    width: 100%;
  }
}
.l-side__in {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.l-side__in::-webkit-scrollbar {
  display: none;
}
.l-side__scroll {
  padding: 180px 56px 78px;
}
.l-side-sect {
  color: #ffffff;
}
.l-side-sect:not(:first-child) {
  margin-top: 40px;
}
.l-side-sect__ttl {
  font-size: 16px;
}
.l-side-sect ul {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  padding-left: 1.2em;
}
.l-side-sect ul > li:not(:first-child) {
  margin-top: 16px;
}
.l-side-sect p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1;
}
.l-side-sect a {
  color: #ffffff;
}
.l-side-sect a > span {
  display: inline-block;
  padding: 0 0.5em 2px 0;
  border-bottom: 2px dotted #ffffff;
}
.l-side-sns {
  margin-top: 64px;
}
.l-side-sns > a {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.l-side-sns > p {
  display: block;
  width: 104px;
  margin: 14px auto 0;
}

.m-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100009;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.m-loading.is-hidden {
  transition: opacity 1s;
  opacity: 0;
  pointer-events: none;
}
.m-loading__center {
  position: relative;
  display: block;
  width: 161px;
  height: auto;
}

.m-follow {
  padding: 80px 0;
}
@media not all and (min-width: 768px) {
  .m-follow {
    padding: 11.4666666667vw 0 0 0;
  }
}
@media not all and (min-width: 768px) {
  .m-follow__in {
    padding: 0;
  }
}
.m-follow p {
  max-width: 572px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .m-follow p {
    max-width: 100%;
  }
}
.m-follow p > a {
  display: block;
}
.m-follow p > a > picture {
  display: block;
}
.m-follow p > a > picture > img {
  display: block;
}

.m-feature {
  padding: 32px 0;
}
@media not all and (min-width: 768px) {
  .m-feature {
    padding: 11.4666666667vw 0;
  }
}
.m-feature__ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .m-feature__ttl {
    font-size: 4.8vw;
  }
}
.m-feature__banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-top: 30px;
  list-style: none;
}
@media not all and (min-width: 768px) {
  .m-feature__banners {
    margin-top: 6.4vw;
    flex-direction: column;
  }
}
.m-feature__banners > li {
  width: 31.453362256%;
}
@media not all and (min-width: 768px) {
  .m-feature__banners > li {
    width: 100%;
  }
}
.m-feature__banners > li:not(:nth-child(3n+1)) {
  margin-left: 2.8199566161%;
}
@media not all and (min-width: 768px) {
  .m-feature__banners > li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media not all and (min-width: 768px) {
  .m-feature__banners > li:not(:first-child) {
    margin-top: 6.4vw;
  }
}
.m-feature__banners > li a {
  display: block;
}
.m-feature__banners > li a > img {
  display: block;
  width: 100%;
}

.remodal-overlay {
  z-index: 208001;
}
.remodal-wrapper {
  z-index: 208002;
}

.m-nav-pc {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #FF6767;
  border-bottom: 1px solid #FF6767;
}
@media not all and (min-width: 768px) {
  .m-nav-pc {
    display: none;
  }
}
.m-nav-pc:not(:first-child) {
  margin-top: 48px;
}
.m-nav-pc > ul {
  display: flex;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.m-nav-pc > ul > li {
  flex: 1 1 auto;
  position: relative;
}
.m-nav-pc > ul > li:not(:last-child) {
  margin-right: -1px;
}
.m-nav-pc > ul > li:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 18px;
  width: 1px;
  background-color: #FF6767;
  content: "";
}
.m-nav-pc > ul > li > a {
  display: block;
  padding: 14px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  color: #FF6767;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s, color 0.2s;
}
.m-nav-pc > ul > li > a:hover {
  opacity: 1;
}
.m-nav-pc > ul > li:hover > a {
  background-color: #FF6767;
  color: #ffffff;
}
.m-nav-pc > ul > li.m-nav-pc__parent {
  margin-bottom: -4px;
}
.m-nav-pc > ul > li.m-nav-pc__parent > a {
  padding: 14px 14px 18px;
  border-radius: 6px 6px 0 0;
}
.m-nav-pc__child {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 390px;
  border-radius: 0 0 6px 6px;
  background-color: #FF6767;
}
.m-nav-pc__child > ul {
  padding: 26px 36px 28px;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 13px;
  line-height: 1.3076923077;
}
.m-nav-pc__child > ul > li:not(:first-child) {
  margin-top: 14px;
}
.m-nav-pc__child > ul > li.is-break {
  padding-top: 33px;
}
.m-nav-pc__child > ul > li > a {
  text-decoration: none !important;
  color: #ffffff;
}
.m-nav-pc__child > ul > li > a > span {
  display: inline-block;
  border-bottom: 2px dotted #ffffff;
}
.m-nav-pc__parent .m-nav-pc__child {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.m-nav-pc__parent:hover .m-nav-pc__child {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes kf-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes kf-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-home {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-home-mv {
  position: relative;
}
.p-home-mv__bg > div:nth-child(1) {
  left: calc(50% - 626px);
  top: 28px;
  width: 62px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(1) {
    left: 84.2666666667vw;
    top: 37.3333333333vw;
    width: 3.7333333333vw;
  }
}
.p-home-mv__bg > div:nth-child(2) {
  left: calc(50% + 397px);
  top: 33px;
  width: 404px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(2) {
    left: 1.8666666667vw;
    top: -17.0666666667vw;
    width: 56.5333333333vw;
  }
}
.p-home-mv__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-mv__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-mv__bg > div:nth-child(3) {
  left: calc(50% + 395px);
  top: 538px;
  width: 115px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(3) {
    left: 85.8666666667vw;
    top: 78.6666666667vw;
    width: 17.3333333333vw;
  }
}
.p-home-mv__bg > div:nth-child(4) {
  left: calc(50% + 566px);
  top: 632px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(4) {
    left: -4.8vw;
    top: 95.4666666667vw;
    width: 14.4vw;
  }
}
.p-home-mv__bg > div:nth-child(4) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 65% 60%;
}
.p-home-mv__bg > div:nth-child(5) {
  left: calc(50% - 736px);
  top: 345px;
  width: 213px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(5) {
    left: -0.2666666667vw;
    top: 142.9333333333vw;
    width: 34.9333333333vw;
  }
}
.p-home-mv__bg > div:nth-child(5) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 50% 40%;
}
.p-home-mv__bg > div:nth-child(5) svg [data-name=line01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-home-mv__bg > div:nth-child(6) {
  left: calc(50% - 560px);
  top: 882px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(6) {
    display: none;
  }
}
.p-home-mv__bg > div:nth-child(7) {
  left: calc(50% + 400px);
  top: 980px;
  width: 256px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__bg > div:nth-child(7) {
    display: none;
  }
}
.p-home-mv__bg > div:nth-child(7) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 35%;
}
.p-home-mv__bg > div:nth-child(7) svg [data-name=line01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 70% 30%;
}
.p-home-mv__in {
  position: relative;
  padding-top: 54px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__in {
    padding-top: 25.6vw;
  }
}
.p-home-mv__logo {
  width: 222px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-mv__logo {
    width: 45.3333333333vw;
  }
}
.p-home-mv__logo > img {
  display: block;
  width: 100%;
}
.p-home-mv__catch {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-home-mv__catch {
    margin: 8vw 0 0 0;
    font-size: 3.2vw;
    font-weight: 700;
  }
}
.p-home-mv__container {
  position: relative;
  width: 100%;
  margin-top: 46px;
  padding-top: 52.2448979592%;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .p-home-mv__container {
    margin-top: 10.1333333333vw;
    padding-top: 112vw;
  }
}
.p-home-mv__slide {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
}
.p-home-mv__item {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.p-home-mv__item > a:hover {
  opacity: 1 !important;
}
.p-home-mv__item__in {
  position: relative;
}
.p-home-mv__item__thumb {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .p-home-mv__item__thumb {
    border-radius: 1.6vw;
  }
}
.p-home-mv__item__thumb > img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s;
}
.p-home-mv__item > a:hover .p-home-mv__item__thumb > img {
  opacity: 0.75;
}
body:not(.is-ua-safari) .p-home-mv__item > a:hover .p-home-mv__item__thumb > img {
  transform: scale(1.04);
}
.p-home-mv__item__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 40px);
}
@media not all and (min-width: 768px) {
  .p-home-mv__item__content {
    left: 4vw;
    bottom: 4vw;
    width: 76vw;
  }
}
.p-home-mv__item__info {
  display: flex;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-mv__item__info {
    padding: 2.6666666667vw;
    border-radius: 1.6vw;
    font-size: 2.6666666667vw;
  }
}
.p-home-mv__item__date {
  display: block;
  color: #FF6767;
  font-weight: 700;
}
.p-home-mv__item__cat {
  display: block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #FF6767;
  color: #FF6767;
  font-weight: 700;
}
.p-home-mv__nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__nav {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-home-mv__nav > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #dddddd;
  cursor: pointer;
}
@media not all and (min-width: 768px) {
  .p-home-mv__nav > span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.p-home-mv__nav > span:not(:last-child) {
  margin-right: 6px;
}
@media not all and (min-width: 768px) {
  .p-home-mv__nav > span:not(:last-child) {
    margin-right: 1.6vw;
  }
}
.p-home-mv__nav > span.is-active {
  background-color: #FF6767;
  cursor: default;
  pointer-events: none;
}
@media not all and (min-width: 768px) {
  .p-home-mv__nav > span.is-active {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-radius: 0.9333333333vw;
  }
}
.p-home-concept {
  padding: 60px 0 148px;
}
@media not all and (min-width: 768px) {
  .p-home-concept {
    padding: 4vw 0 0;
  }
}
@media not all and (min-width: 768px) {
  .p-home-concept__in {
    padding-top: 12.8vw;
    padding-bottom: 18.1333333333vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: url(../images/home/concept_bg_sp.svg) no-repeat center top;
    background-size: 100% auto;
  }
}
.p-home-concept__link {
  max-width: 650px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-concept__link {
    width: 77.3333333333vw;
    margin: 0 auto 0 12.8vw;
  }
}
.p-home-concept__link > a {
  position: relative;
  display: block;
}
.p-home-concept__link > a > picture {
  display: block;
  width: 100%;
}
.p-home-concept__link > a > picture > img {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-concept__link > a > span {
  position: absolute;
  left: 0;
  top: 74px;
  width: 100%;
  text-align: center;
  color: #FF6767;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-concept__link > a > span {
    top: 50%;
    padding-right: 1em;
    font-size: 4vw;
    transform: translateY(-52%);
  }
}
.p-home-concept__banner {
  margin-top: 80px;
}
@media not all and (min-width: 768px) {
  .p-home-concept__banner {
    margin-top: 12.8vw;
  }
}
.p-home-concept__banner a {
  position: relative;
  display: block;
  width: 56.9387755102%;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-concept__banner a {
    width: 84vw;
  }
}
.p-home-concept__banner a:before {
  position: absolute;
  left: 14px;
  right: -14px;
  top: 14px;
  bottom: -14px;
  background-color: #B8DCFF;
  content: "";
}
@media not all and (min-width: 768px) {
  .p-home-concept__banner a:before {
    left: 2.1333333333vw;
    right: -2.1333333333vw;
    top: 2.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.p-home-concept__banner a picture {
  position: relative;
  display: block;
}
.p-home-concept__banner a picture > img {
  display: block;
}
.p-home-sect {
  position: relative;
  padding: 80px 0;
}
@media not all and (min-width: 768px) {
  .p-home-sect {
    padding: 14.9333333333vw 0;
  }
}
.p-home-sect__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-sect__bg > div {
  position: absolute;
}
.p-home-sect__bg > div img,
.p-home-sect__bg > div svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-sect__bg > div svg {
  overflow: visible;
}
.p-home-sect__in {
  position: relative;
  z-index: 1;
}
.p-home-sect__ttl {
  position: relative;
  z-index: 1;
  margin: 0 0 -32px 0;
  text-align: center;
  pointer-events: none;
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl {
    margin: 0 0 -4.2666666667vw 0;
  }
}
.p-home-sect__ttl > span {
  position: relative;
  display: inline-block;
}
.p-home-sect__ttl > span:before, .p-home-sect__ttl > span:after {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl > span:before, .p-home-sect__ttl > span:after {
    width: 2.4vw;
    height: 10.6666666667vw;
  }
}
.p-home-sect__ttl > span:before {
  left: -72px;
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl > span:before {
    left: -8.2666666667vw;
  }
}
.p-home-sect__ttl > span:after {
  right: -72px;
  transform: rotate(180deg);
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl > span:after {
    right: -8.2666666667vw;
  }
}
.p-home-sect__ttl .en {
  display: block;
  text-align: center;
}
.p-home-sect__ttl .en:not(:last-child) {
  margin-bottom: 16px;
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl .en:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-home-sect__ttl .en > img {
  display: block;
  width: auto;
  height: 16px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl .en > img {
    height: 2.1333333333vw;
  }
}
.p-home-sect__ttl .ja {
  display: block;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 768px) {
  .p-home-sect__ttl .ja {
    font-size: 6.4vw;
  }
}
.p-home-sect__box {
  padding: 80px;
  background-color: #ffffff;
}
@media not all and (min-width: 768px) {
  .p-home-sect__box {
    padding: 14.9333333333vw 4.2666666667vw 10.6666666667vw;
  }
}
.p-home-sect__container {
  display: flex;
  flex-wrap: wrap;
}
.p-home-sect__more {
  margin-top: 80px;
}
@media not all and (min-width: 768px) {
  .p-home-sect__more {
    margin-top: 9.6vw;
  }
}
.p-home-sect__more > a {
  display: block;
  width: 148px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-sect__more > a {
    width: 30.6666666667vw;
  }
}
.p-home-item:first-child {
  width: 100%;
}
.p-home-item:not(:first-child) {
  width: 46.9387755102%;
  margin-top: 48px;
}
@media not all and (min-width: 768px) {
  .p-home-item:not(:first-child) {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.p-home-item:nth-child(n+3):nth-child(2n+1) {
  margin-left: 6.1224489796%;
}
@media not all and (min-width: 768px) {
  .p-home-item:nth-child(n+3):nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-home-item:nth-child(n+4) {
  display: none;
}
@media not all and (min-width: 768px) {
  .p-home-item:nth-child(n+3) {
    display: none;
  }
}
.p-home-item > a {
  display: block;
  text-decoration: none !important;
}
.p-home-item > a:hover {
  opacity: 1 !important;
}
.p-home-item__thumb {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .p-home-item__thumb {
    border-radius: 1.6vw;
  }
}
.p-home-item__thumb > img {
  display: block;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s;
}
.p-home-item > a:hover .p-home-item__thumb > img {
  opacity: 0.75;
}
body:not(.is-ua-safari) .p-home-item > a:hover .p-home-item__thumb > img {
  transform: scale(1.04);
}
.p-home-item__info {
  margin-top: 18px;
  transition: opacity 0.2s;
}
@media not all and (min-width: 768px) {
  .p-home-item__info {
    margin-top: 3.2vw;
  }
}
.p-home-item > a:hover .p-home-item__info {
  opacity: 0.75;
}
.p-home-item__cat {
  position: relative;
  padding-left: 76px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-item__cat {
    padding-left: 15.4666666667vw;
    margin-bottom: 3.7333333333vw;
    font-size: 3.2vw;
  }
}
.p-home-item__cat:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 72px;
  height: 1px;
  background-color: #231815;
  content: "";
}
@media not all and (min-width: 768px) {
  .p-home-item__cat:before {
    width: 13.3333333333vw;
  }
}
.p-home-item__ttl {
  font-size: 18px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-home-item__ttl {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}
.p-home-item__sub {
  font-size: 14px;
}
@media not all and (min-width: 768px) {
  .p-home-item__sub {
    font-size: 3.2vw;
    line-height: 1.9166666667;
  }
}
.p-home-item__date {
  font-size: 10px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-home-item__date {
    font-size: 2.9333333333vw;
    font-weight: 500;
  }
}
.p-home-shop {
  position: relative;
  padding-top: 92px !important;
  background-color: #FBE9E7;
}
@media not all and (min-width: 768px) {
  .p-home-shop {
    padding-top: 0 !important;
  }
}
.p-home-shop__bg > div:nth-child(1) {
  left: calc(50% - 730px);
  top: 24px;
  width: 204px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__bg > div:nth-child(1) {
    left: -10.6666666667vw;
    top: 69.3333333333vw;
    width: 19.7333333333vw;
  }
}
.p-home-shop__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-shop__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-shop__bg > div:nth-child(2) {
  left: calc(50% + 546px);
  top: 14px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__bg > div:nth-child(2) {
    left: 89.3333333333vw;
    top: 5.0666666667vw;
    width: 10.6666666667vw;
  }
}
.p-home-shop__bg > div:nth-child(3) {
  left: calc(50% + 490px);
  top: 482px;
  width: 313px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__bg > div:nth-child(3) {
    left: 85.8666666667vw;
    top: 208vw;
    width: 32vw;
  }
}
.p-home-shop__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-shop__bg > div:nth-child(3) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-shop__bg > div:nth-child(4) {
  left: calc(50% - 699px);
  top: 816px;
  width: 185px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__bg > div:nth-child(4) {
    left: -4.8vw;
    top: 138.6666666667vw;
    width: 19.7333333333vw;
  }
}
.p-home-shop__bg > div:nth-child(5) {
  left: calc(50% + 546px);
  top: 1020px;
  width: 166px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__bg > div:nth-child(5) {
    left: 85.3333333333vw;
    top: 309.3333333333vw;
    width: 18.6666666667vw;
  }
}
.p-home-shop__ttl {
  margin-bottom: -56px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl {
    margin-bottom: -7.4666666667vw;
  }
}
.p-home-shop__ttl > span {
  display: block;
  width: 359px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl > span {
    width: 50.6666666667vw;
  }
}
.p-home-shop__ttl-2 {
  color: #FF6767;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl-2 {
    position: unset;
    top: 0;
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
.p-home-shop__ttl-2 > span > .ja {
  font-size: 24px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl-2 > span > .ja {
    font-size: 16px;
  }
}
.p-home-shop__ttl-2 > span:before, .p-home-shop__ttl-2 > span:after {
  top: 1px;
  height: 30px;
  background-image: url(../images/home/sect_brackets04.svg);
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl-2 > span:before, .p-home-shop__ttl-2 > span:after {
    height: 19px;
  }
}
.p-home-shop__ttl-2 > span:before {
  left: -25px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl-2 > span:before {
    left: -17px;
  }
}
.p-home-shop__ttl-2 > span:after {
  right: -25px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__ttl-2 > span:after {
    right: -17px;
  }
}
.p-home-shop__cat {
  position: relative;
  border: 2px solid #f4f4f4;
  margin: 36px 0 80px;
  padding: 65px 20px 50px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__cat {
    padding: 0;
    border: none;
    margin-top: 10px;
  }
}
.p-home-shop__cat__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 20px;
  padding: 0;
}
@media not all and (min-width: 768px) {
  .p-home-shop__cat__list {
    display: grid;
    grid-template-columns: 47.619047619% 47.619047619%;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
    row-gap: 4vw;
  }
}
.p-home-shop__cat__list__item {
  list-style: none;
}
.p-home-shop__cat__list__item > a {
  background: #FF6767;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .p-home-shop__cat__list__item > a {
    width: 100%;
    font-size: 12px;
    padding: 4px 8px;
  }
}
.p-home-shop__box {
  padding-top: 92px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__box {
    padding-top: 14.9333333333vw;
  }
}
.p-home-shop__container {
  display: grid;
  grid-template-columns: 21.0204081633% 21.0204081633% 21.0204081633% 21.0204081633%;
  -moz-column-gap: 5.306122449%;
       column-gap: 5.306122449%;
  row-gap: 48px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__container {
    grid-template-columns: 47.619047619% 47.619047619%;
    -moz-column-gap: 4.7619047619%;
         column-gap: 4.7619047619%;
    row-gap: 4vw;
  }
}
.p-home-shop-item > a {
  display: block;
  text-decoration: none !important;
}
.p-home-shop-item__thumb {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.p-home-shop-item__thumb > img {
  display: block;
}
.p-home-shop-item__info {
  margin-top: 24px;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__info {
    margin-top: 3.2vw;
  }
}
.p-home-shop-item__name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__name {
    font-size: 2.4vw;
    line-height: 1.75;
  }
}
.p-home-shop-item__price {
  margin: 12px 0 0 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__price {
    margin-top: 2.4vw;
    font-size: 2.2vw;
    line-height: 1.9090909091;
  }
}
.p-home-shop-item__price > em {
  font-size: 15px;
  font-style: normal;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__price > em {
    font-size: 3vw;
  }
}
.p-home-shop-item__price > small {
  font-size: 11px;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__price > small {
    font-size: 2.2vw;
  }
}
.p-home-shop-item__price > small > em {
  font-size: 13px;
  font-style: normal;
}
@media not all and (min-width: 768px) {
  .p-home-shop-item__price > small > em {
    font-size: 2.6vw;
  }
}
.p-home-shop__link {
  margin-top: 48px;
}
@media not all and (min-width: 768px) {
  .p-home-shop__link {
    margin-top: 8.5333333333vw;
  }
}
.p-home-shop__link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 57px;
  padding-right: 22px;
  margin: 0 auto;
  background: url(../images/home/shop_link_pc.svg) no-repeat;
  background-size: 100% 100%;
  text-decoration: none !important;
  color: #FF6767;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transform: translateX(-11px);
}
@media not all and (min-width: 768px) {
  .p-home-shop__link > a {
    width: 77.0666666667vw;
    height: 12.8vw;
    padding-right: 4.2666666667vw;
    background-image: url(../images/home/shop_link_sp.svg);
    font-size: 4vw;
    transform: translateX(-1.0666666667vw);
  }
}
.p-home-new {
  position: relative;
  background-color: #FFFEDE;
}
.p-home-new__ttl {
  color: #5A8FDB;
}
.p-home-new__ttl > span:before, .p-home-new__ttl > span:after {
  background-image: url(../images/home/sect_brackets01.svg);
}
.p-home-new__bg > div:nth-child(1) {
  left: calc(50% - 734px);
  top: 142px;
  width: 205px;
}
@media not all and (min-width: 768px) {
  .p-home-new__bg > div:nth-child(1) {
    left: 86.4vw;
    top: 18.6666666667vw;
    width: 19.7333333333vw;
  }
}
.p-home-new__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-new__bg > div:nth-child(1) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-new__bg > div:nth-child(2) {
  left: calc(50% + 492px);
  top: 245px;
  width: 241px;
}
@media not all and (min-width: 768px) {
  .p-home-new__bg > div:nth-child(2) {
    left: -1.3333333333vw;
    top: -13.3333333333vw;
    width: 23.3333333333vw;
  }
}
.p-home-new__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-new__bg > div:nth-child(3) {
  left: calc(50% + 526px);
  top: 690px;
  width: 185px;
}
@media not all and (min-width: 768px) {
  .p-home-new__bg > div:nth-child(3) {
    left: 85.3333333333vw;
    top: 100.5333333333vw;
    width: 17.8666666667vw;
  }
}
.p-home-new__bg > div:nth-child(4) {
  left: calc(50% - 844px);
  top: 892px;
  width: 297px;
}
@media not all and (min-width: 768px) {
  .p-home-new__bg > div:nth-child(4) {
    left: -6.6666666667vw;
    top: 63.2vw;
    width: 28.6666666667vw;
  }
}
.p-home-new__bg > div:nth-child(4) svg [data-name=line01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-new__bg > div:nth-child(4) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-new__bg > div:nth-child(5) {
  left: calc(50% + 586px);
  top: 1152px;
  width: 100px;
}
@media not all and (min-width: 768px) {
  .p-home-new__bg > div:nth-child(5) {
    left: 89.3333333333vw;
    top: 194.1333333333vw;
    width: 9.6vw;
  }
}
.p-home-items {
  background-color: #FBE9E7;
}
.p-home-items__ttl {
  color: #33D19D;
}
.p-home-items__ttl > span:before, .p-home-items__ttl > span:after {
  background-image: url(../images/home/sect_brackets03.svg);
}
.p-home-items__bg > div:nth-child(1) {
  left: calc(50% - 728px);
  top: 120px;
  width: 204px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(1) {
    left: -4vw;
    top: -12.8vw;
    width: 20.4vw;
  }
}
.p-home-items__bg > div:nth-child(1) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-items__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-items__bg > div:nth-child(2) {
  left: calc(50% + 426px);
  top: 50px;
  width: 431px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(2) {
    left: 66.6666666667vw;
    top: 2.6666666667vw;
    width: 43.1vw;
  }
}
.p-home-items__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-items__bg > div:nth-child(2) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-items__bg > div:nth-child(3) {
  left: calc(50% + 563px);
  top: 764px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(3) {
    left: 1.6vw;
    top: 86.6666666667vw;
    width: 15.6vw;
  }
}
.p-home-items__bg > div:nth-child(3) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-items__bg > div:nth-child(4) {
  left: calc(50% - 678px);
  top: 930px;
  width: 186px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(4) {
    left: -6.1333333333vw;
    top: 23.4666666667vw;
    width: 18.6vw;
  }
}
.p-home-items__bg > div:nth-child(5) {
  left: calc(50% + 548px);
  top: 1002px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(5) {
    left: 86.6666666667vw;
    top: 154.6666666667vw;
    width: 12.8vw;
  }
}
.p-home-items__bg > div:nth-child(6) {
  left: calc(50% - 598px);
  top: 1368px;
  width: 41px;
}
@media not all and (min-width: 768px) {
  .p-home-items__bg > div:nth-child(6) {
    left: 85.3333333333vw;
    top: 201.3333333333vw;
    width: 4.1vw;
  }
}
.p-home-intimatearea {
  background-color: #E9F4FE;
}
.p-home-intimatearea__ttl {
  color: #FF6767;
}
.p-home-intimatearea__ttl > span:before, .p-home-intimatearea__ttl > span:after {
  background-image: url(../images/home/sect_brackets02.svg);
}
.p-home-intimatearea__bg > div:nth-child(1) {
  left: calc(50% + 566px);
  top: 135px;
  width: 100px;
}
@media not all and (min-width: 768px) {
  .p-home-intimatearea__bg > div:nth-child(1) {
    left: -1.3333333333vw;
    top: 17.3333333333vw;
    width: 10vw;
  }
}
.p-home-intimatearea__bg > div:nth-child(2) {
  left: calc(50% - 731px);
  top: 306px;
  width: 209px;
}
@media not all and (min-width: 768px) {
  .p-home-intimatearea__bg > div:nth-child(2) {
    left: 86.6666666667vw;
    top: -9.3333333333vw;
    width: 20.9vw;
  }
}
.p-home-intimatearea__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-intimatearea__bg > div:nth-child(2) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-intimatearea__bg > div:nth-child(3) {
  left: calc(50% + 448px);
  top: 522px;
  width: 351px;
}
@media not all and (min-width: 768px) {
  .p-home-intimatearea__bg > div:nth-child(3) {
    left: -8vw;
    top: 69.3333333333vw;
    width: 35.1vw;
  }
}
.p-home-intimatearea__bg > div:nth-child(3) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-intimatearea__bg > div:nth-child(3) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-intimatearea__bg > div:nth-child(4) {
  left: calc(50% + 563px);
  top: 1078px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-intimatearea__bg > div:nth-child(4) {
    left: 89.3333333333vw;
    top: 108vw;
    width: 15.6vw;
  }
}
.p-home-intimatearea__bg > div:nth-child(4) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-intimatearea__bg > div:nth-child(5) {
  left: calc(50% - 736px);
  top: 1158px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-intimatearea__bg > div:nth-child(5) {
    left: -8.5333333333vw;
    top: 176vw;
    width: 12.8vw;
  }
}
.p-home-period {
  background-color: #FBE9E7;
}
.p-home-period__ttl {
  color: #33D19D;
}
.p-home-period__ttl > span:before, .p-home-period__ttl > span:after {
  background-image: url(../images/home/sect_brackets03.svg);
}
.p-home-period__bg > div:nth-child(1) {
  left: calc(50% - 686px);
  top: 256px;
  width: 155px;
}
@media not all and (min-width: 768px) {
  .p-home-period__bg > div:nth-child(1) {
    left: -5.3333333333vw;
    top: 2.6666666667vw;
    width: 14.9333333333vw;
  }
}
.p-home-period__bg > div:nth-child(1) svg [data-name=circle02] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-home-period__bg > div:nth-child(1) svg [data-name=circle03] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-period__bg > div:nth-child(2) {
  left: calc(50% + 533px);
  top: 91px;
  width: 203px;
}
@media not all and (min-width: 768px) {
  .p-home-period__bg > div:nth-child(2) {
    left: 92.5333333333vw;
    top: 37.3333333333vw;
    width: 19.6vw;
  }
}
.p-home-period__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-period__bg > div:nth-child(3) {
  left: calc(50% - 814px);
  top: 968px;
  width: 453px;
}
@media not all and (min-width: 768px) {
  .p-home-period__bg > div:nth-child(3) {
    left: -16vw;
    top: 102.9333333333vw;
    width: 43.7333333333vw;
  }
}
.p-home-period__bg > div:nth-child(3) svg [data-name=line01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-period__bg > div:nth-child(3) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-period__bg > div:nth-child(4) {
  left: calc(50% + 398px);
  top: 834px;
  width: 377px;
}
@media not all and (min-width: 768px) {
  .p-home-period__bg > div:nth-child(4) {
    left: 86.6666666667vw;
    top: 158.9333333333vw;
    width: 36.4vw;
  }
}
.p-home-period__bg > div:nth-child(4) svg [data-name=line01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 30% 50%;
}
.p-home-period__bg > div:nth-child(4) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 40% 40%;
}
.p-home-menopause {
  background-color: #E9F4FE;
}
.p-home-menopause__ttl {
  color: #FF6767;
}
.p-home-menopause__ttl > span:before, .p-home-menopause__ttl > span:after {
  background-image: url(../images/home/sect_brackets02.svg);
}
.p-home-menopause__bg > div:nth-child(1) {
  left: calc(50% + 398px);
  top: 59px;
  width: 310px;
}
@media not all and (min-width: 768px) {
  .p-home-menopause__bg > div:nth-child(1) {
    left: -5.0666666667vw;
    top: 9.6vw;
    width: 30vw;
  }
}
.p-home-menopause__bg > div:nth-child(1) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-menopause__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-menopause__bg > div:nth-child(2) {
  left: calc(50% - 786px);
  top: 296px;
  width: 256px;
}
@media not all and (min-width: 768px) {
  .p-home-menopause__bg > div:nth-child(2) {
    left: 89.8666666667vw;
    top: 77.8666666667vw;
    width: 24.6666666667vw;
  }
}
.p-home-menopause__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-menopause__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-menopause__bg > div:nth-child(3) {
  left: calc(50% + 608px);
  top: 698px;
  width: 101px;
}
@media not all and (min-width: 768px) {
  .p-home-menopause__bg > div:nth-child(3) {
    left: 0vw;
    top: 121.3333333333vw;
    width: 9.7333333333vw;
  }
}
.p-home-menopause__bg > div:nth-child(4) {
  left: calc(50% - 716px);
  top: 1142px;
  width: 153px;
}
@media not all and (min-width: 768px) {
  .p-home-menopause__bg > div:nth-child(4) {
    left: 92vw;
    top: 175.4666666667vw;
    width: 14.6666666667vw;
  }
}
.p-home-menopause__bg > div:nth-child(4) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-puberty {
  background-color: #FBE9E7;
}
.p-home-puberty__ttl {
  color: #33D19D;
}
.p-home-puberty__ttl > span:before, .p-home-puberty__ttl > span:after {
  background-image: url(../images/home/sect_brackets03.svg);
}
.p-home-puberty__bg > div:nth-child(1) {
  left: calc(50% + 428px);
  top: -434px;
  width: 431px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(1) {
    left: -13.3333333333vw;
    top: -29.3333333333vw;
    width: 41.6vw;
  }
}
.p-home-puberty__bg > div:nth-child(1) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-puberty__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-puberty__bg > div:nth-child(2) {
  left: calc(50% - 731px);
  top: 123px;
  width: 205px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(2) {
    left: 82.6666666667vw;
    top: -5.3333333333vw;
    width: 19.7333333333vw;
  }
}
.p-home-puberty__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-puberty__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-puberty__bg > div:nth-child(3) {
  left: calc(50% + 563px);
  top: 275px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(3) {
    left: -3.4666666667vw;
    top: 77.3333333333vw;
    width: 15.0666666667vw;
  }
}
.p-home-puberty__bg > div:nth-child(3) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-puberty__bg > div:nth-child(4) {
  left: calc(50% + 547px);
  top: 514px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(4) {
    left: 87.4666666667vw;
    top: 112vw;
    width: 12.2666666667vw;
  }
}
.p-home-puberty__bg > div:nth-child(5) {
  left: calc(50% - 699px);
  top: 912px;
  width: 186px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(5) {
    left: -0.2666666667vw;
    top: 162.4vw;
    width: 17.8666666667vw;
  }
}
.p-home-puberty__bg > div:nth-child(5) svg [data-name=line01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-puberty__bg > div:nth-child(6) {
  left: calc(50% + 547px);
  top: 1115px;
  width: 166px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(6) {
    left: 93.3333333333vw;
    top: 181.3333333333vw;
    width: 16vw;
  }
}
.p-home-puberty__bg > div:nth-child(7) {
  left: calc(50% - 598px);
  top: 1366px;
  width: 41px;
}
@media not all and (min-width: 768px) {
  .p-home-puberty__bg > div:nth-child(7) {
    left: 1.8666666667vw;
    top: 211.7333333333vw;
    width: 4vw;
  }
}
.p-home-feeling {
  background-color: #E9F4FE;
}
.p-home-feeling__ttl {
  color: #FF6767;
}
.p-home-feeling__ttl > span:before, .p-home-feeling__ttl > span:after {
  background-image: url(../images/home/sect_brackets02.svg);
}
.p-home-feeling__bg > div:nth-child(1) {
  left: calc(50% + 448px);
  top: 32px;
  width: 349px;
}
@media not all and (min-width: 768px) {
  .p-home-feeling__bg > div:nth-child(1) {
    left: 85.3333333333vw;
    top: 8vw;
    width: 33.7333333333vw;
  }
}
.p-home-feeling__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-feeling__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-feeling__bg > div:nth-child(2) {
  left: calc(50% - 731px);
  top: 307px;
  width: 209px;
}
@media not all and (min-width: 768px) {
  .p-home-feeling__bg > div:nth-child(2) {
    left: -5.3333333333vw;
    top: -13.3333333333vw;
    width: 20.1333333333vw;
  }
}
.p-home-feeling__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-feeling__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-feeling__bg > div:nth-child(3) {
  left: calc(50% + 563px);
  top: 593px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-feeling__bg > div:nth-child(3) {
    left: 1.8666666667vw;
    top: 77.3333333333vw;
    width: 15.0666666667vw;
  }
}
.p-home-feeling__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-feeling__bg > div:nth-child(4) {
  left: calc(50% - 736px);
  top: 1159px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-feeling__bg > div:nth-child(4) {
    left: 90.1333333333vw;
    top: 136.5333333333vw;
    width: 12.2666666667vw;
  }
}
.p-home-warm {
  background-color: #FBE9E7;
}
.p-home-warm__ttl {
  color: #33D19D;
}
.p-home-warm__ttl > span:before, .p-home-warm__ttl > span:after {
  background-image: url(../images/home/sect_brackets03.svg);
}
.p-home-warm__bg > div:nth-child(1) {
  left: calc(50% + 512px);
  top: -363px;
  width: 256px;
}
@media not all and (min-width: 768px) {
  .p-home-warm__bg > div:nth-child(1) {
    left: -8vw;
    top: -10.6666666667vw;
    width: 24.6666666667vw;
  }
}
.p-home-warm__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-warm__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-warm__bg > div:nth-child(2) {
  left: calc(50% + 533px);
  top: 94px;
  width: 203px;
}
@media not all and (min-width: 768px) {
  .p-home-warm__bg > div:nth-child(2) {
    left: 97.0666666667vw;
    top: 5.3333333333vw;
    width: 19.7333333333vw;
  }
}
.p-home-warm__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-warm__bg > div:nth-child(3) {
  left: calc(50% - 686px);
  top: 260px;
  width: 155px;
}
@media not all and (min-width: 768px) {
  .p-home-warm__bg > div:nth-child(3) {
    left: -2.1333333333vw;
    top: 85.3333333333vw;
    width: 14.9333333333vw;
  }
}
.p-home-warm__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-warm__bg > div:nth-child(3) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-warm__bg > div:nth-child(4) {
  left: calc(50% + 400px);
  top: 838px;
  width: 377px;
}
@media not all and (min-width: 768px) {
  .p-home-warm__bg > div:nth-child(4) {
    left: 85.3333333333vw;
    top: 131.2vw;
    width: 36.4vw;
  }
}
.p-home-warm__bg > div:nth-child(4) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-warm__bg > div:nth-child(5) {
  left: calc(50% - 809px);
  top: 970px;
  width: 452px;
}
@media not all and (min-width: 768px) {
  .p-home-warm__bg > div:nth-child(5) {
    left: -13.3333333333vw;
    top: 184vw;
    width: 43.6vw;
  }
}
.p-home-warm__bg > div:nth-child(5) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-warm__bg > div:nth-child(5) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-care {
  background-color: #E9F4FE;
}
.p-home-care__ttl {
  color: #FF6767;
}
.p-home-care__ttl > span:before, .p-home-care__ttl > span:after {
  background-image: url(../images/home/sect_brackets02.svg);
}
.p-home-care__bg > div:nth-child(1) {
  left: calc(50% + 401px);
  top: 59px;
  width: 453px;
}
@media not all and (min-width: 768px) {
  .p-home-care__bg > div:nth-child(1) {
    left: 72vw;
    top: 61.3333333333vw;
    width: 43.7333333333vw;
  }
}
.p-home-care__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-care__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-care__bg > div:nth-child(2) {
  left: calc(50% - 781px);
  top: 296px;
  width: 256px;
}
@media not all and (min-width: 768px) {
  .p-home-care__bg > div:nth-child(2) {
    left: -10.6666666667vw;
    top: -13.3333333333vw;
    width: 24.6666666667vw;
  }
}
.p-home-care__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-care__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-care__bg > div:nth-child(3) {
  left: calc(50% + 607px);
  top: 698px;
  width: 108px;
}
@media not all and (min-width: 768px) {
  .p-home-care__bg > div:nth-child(3) {
    left: 0vw;
    top: 109.8666666667vw;
    width: 10.4vw;
  }
}
.p-home-care__bg > div:nth-child(4) {
  left: calc(50% - 716px);
  top: 1142px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-care__bg > div:nth-child(4) {
    left: 93.3333333333vw;
    top: 208.5333333333vw;
    width: 15.0666666667vw;
  }
}
.p-home-care__bg > div:nth-child(4) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-home-care__bg > div:nth-child(4) svg [data-name=circle03] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-home-family {
  background-color: #FBE9E7;
}
.p-home-family__ttl {
  color: #33D19D;
}
.p-home-family__ttl > span:before, .p-home-family__ttl > span:after {
  background-image: url(../images/home/sect_brackets03.svg);
}
.p-home-family__bg > div:nth-child(1) {
  left: calc(50% + 426px);
  top: -437px;
  width: 431px;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(1) {
    left: 66.6666666667vw;
    top: -18.6666666667vw;
    width: 41.6vw;
  }
}
.p-home-family__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-family__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-family__bg > div:nth-child(2) {
  left: calc(50% - 729px);
  top: 124px;
  width: 205px;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(2) {
    left: -5.3333333333vw;
    top: 10.6666666667vw;
    width: 19.7333333333vw;
  }
}
.p-home-family__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-family__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-family__bg > div:nth-child(3) {
  left: calc(50% + 563px);
  top: 275px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(3) {
    left: 0.5333333333vw;
    top: 96.5333333333vw;
    width: 15.0666666667vw;
  }
}
.p-home-family__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-family__bg > div:nth-child(4) {
  left: calc(50% + 547px);
  top: 514px;
  width: 128px;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(4) {
    left: 88.5333333333vw;
    top: 157.8666666667vw;
    width: 12.2666666667vw;
  }
}
.p-home-family__bg > div:nth-child(5) {
  left: calc(50% - 700px);
  top: 911px;
  width: 186px;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(5) {
    left: -0.5333333333vw;
    top: 168vw;
    width: 17.8666666667vw;
  }
}
.p-home-family__bg > div:nth-child(5) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-family__bg > div:nth-child(6) {
  left: calc(50% + 547px);
  top: 1115px;
  width: 166px;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(6) {
    left: 85.3333333333vw;
    top: 205.8666666667vw;
    width: 16vw;
  }
}
.p-home-family__bg > div:nth-child(7) {
  left: calc(50% - 598px);
  top: 1366px;
  width: 41px;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-home-family__bg > div:nth-child(7) {
    left: 85.6vw;
    top: 221.8666666667vw;
    width: 4vw;
  }
}
.p-home-dialogue {
  background-color: #E9F4FE;
}
.p-home-dialogue__ttl {
  color: #FF6767;
}
.p-home-dialogue__ttl > span:before, .p-home-dialogue__ttl > span:after {
  background-image: url(../images/home/sect_brackets02.svg);
}
.p-home-dialogue__bg > div:nth-child(1) {
  left: calc(50% + 448px);
  top: 162px;
  width: 349px;
}
@media not all and (min-width: 768px) {
  .p-home-dialogue__bg > div:nth-child(1) {
    left: 85.3333333333vw;
    top: 13.3333333333vw;
    width: 33.7333333333vw;
  }
}
.p-home-dialogue__bg > div:nth-child(1) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-dialogue__bg > div:nth-child(1) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-dialogue__bg > div:nth-child(2) {
  left: calc(50% - 731px);
  top: 436px;
  width: 209px;
}
@media not all and (min-width: 768px) {
  .p-home-dialogue__bg > div:nth-child(2) {
    left: -5.3333333333vw;
    top: -10.6666666667vw;
    width: 20.2666666667vw;
  }
}
.p-home-dialogue__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-dialogue__bg > div:nth-child(2) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-home-dialogue__bg > div:nth-child(3) {
  left: calc(50% + 511px);
  top: 708px;
  width: 156px;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-home-dialogue__bg > div:nth-child(3) {
    left: -3.4666666667vw;
    top: 73.0666666667vw;
    width: 15.0666666667vw;
  }
}
.p-home-dialogue__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-home-dialogue__bg > div:nth-child(4) {
  left: calc(50% - 701px);
  top: 1212px;
  width: 128px;
}
@media not all and (min-width: 768px) {
  .p-home-dialogue__bg > div:nth-child(4) {
    left: 91.2vw;
    top: 117.3333333333vw;
    width: 12.2666666667vw;
  }
}
.p-home-dialogue__bg > div:nth-child(5) {
  left: calc(50% + 570px);
  top: 1225px;
  width: 186px;
}
@media not all and (min-width: 768px) {
  .p-home-dialogue__bg > div:nth-child(5) {
    left: -9.6vw;
    top: 168vw;
    width: 18vw;
  }
}
.p-home-talk {
  padding-top: 132px;
  padding-bottom: 180px;
  background-color: #FFFEE1;
  /*
  &__ttl {
    color: $color-ttl-talk;
  }
  */
}
@media not all and (min-width: 768px) {
  .p-home-talk {
    padding-top: 24.2666666667vw;
    padding-bottom: 14.9333333333vw;
  }
}
.p-home-talk__box {
  position: relative;
  padding: 20px 25px 60px;
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
}
@media not all and (min-width: 768px) {
  .p-home-talk__box {
    width: 84vw;
    padding: 17.6vw 2.6666666667vw 10.6666666667vw;
  }
}
.p-home-talk__post {
  width: 300px;
  margin: -74px auto 0;
}
@media not all and (min-width: 768px) {
  .p-home-talk__post {
    position: absolute;
    left: 50%;
    top: -11.4666666667vw;
    width: 61.3333333333vw;
    margin: 0;
    transform: translateX(-50%);
  }
}
.p-home-talk__post > img {
  width: 100%;
}
.p-home-talk__catch {
  margin: 44px 0 0;
  text-align: center;
  color: #231815;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-talk__catch {
    margin: 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.p-home-talk__catch > span {
  position: relative;
  display: inline-block;
}
.p-home-talk__catch > span:before, .p-home-talk__catch > span:after {
  position: absolute;
  top: -16px;
  width: 1px;
  height: 48px;
  background-color: #231815;
  content: "";
}
@media not all and (min-width: 768px) {
  .p-home-talk__catch > span:before, .p-home-talk__catch > span:after {
    top: -2.1333333333vw;
    height: 9.0666666667vw;
  }
}
.p-home-talk__catch > span:before {
  left: -52px;
  transform: rotate(-40deg);
}
@media not all and (min-width: 768px) {
  .p-home-talk__catch > span:before {
    left: -8vw;
  }
}
.p-home-talk__catch > span:after {
  right: -52px;
  transform: rotate(40deg);
}
@media not all and (min-width: 768px) {
  .p-home-talk__catch > span:after {
    right: -8vw;
  }
}
.p-home-talk__more {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-talk__more {
    margin-top: 8.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-home-talk__more > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  border: 1px solid #ff6767;
  border-radius: 28px;
  text-decoration: none !important;
  color: #ff6767;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-home-talk__more > a {
    width: 72.8vw;
    height: 12.8vw;
  }
}
.p-home-talk__more > a:after {
  position: absolute;
  right: -21px;
  top: 50%;
  width: 40px;
  height: 12px;
  background: url(../images/home/ico_link.svg) no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-50%);
  content: "";
}
@media not all and (min-width: 768px) {
  .p-home-talk__more > a:after {
    right: -4.2666666667vw;
    width: 8.8vw;
    height: 3.0666666667vw;
    background-size: 100% auto;
  }
}
.p-home-talk__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-home-talk__overlay > div {
  position: absolute;
}
.p-home-talk__overlay > div img,
.p-home-talk__overlay > div svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-talk__overlay > div:nth-child(1) {
  left: calc(50% - 683px);
  top: -102px;
  width: 259px;
}
@media not all and (min-width: 768px) {
  .p-home-talk__overlay > div:nth-child(1) {
    left: 66.6666666667vw;
    top: 35.7333333333vw;
    width: 27.2vw;
    z-index: -1;
  }
}
.p-home-talk__overlay > div:nth-child(2) {
  left: calc(50% + 490px);
  top: -34px;
  width: 191px;
}
@media not all and (min-width: 768px) {
  .p-home-talk__overlay > div:nth-child(2) {
    left: -6.6666666667vw;
    top: -12.5333333333vw;
    width: 17.6vw;
  }
}
.p-home-talk__overlay > div:nth-child(3) {
  left: calc(50% + 404px);
  top: 157px;
  width: 166px;
}
@media not all and (min-width: 768px) {
  .p-home-talk__overlay > div:nth-child(3) {
    left: -12.2666666667vw;
    top: 8.5333333333vw;
    width: 11.7333333333vw;
  }
}
.p-home-side {
  position: fixed;
  right: 62px;
  top: 0;
  z-index: 9996;
  display: flex;
  align-items: center;
  width: 36px;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .p-home-side {
    display: none;
  }
}
.p-home-side ul > li:not(:first-child) {
  margin-top: 40px;
}
.p-home-side ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 108px;
  border: 2px solid #231815;
  border-radius: 18px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-home-side ul > li > a > span {
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}

.p-concept {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-concept-head {
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
}
@media not all and (min-width: 768px) {
  .p-concept-head {
    padding-top: 42.6666666667vw;
    padding-bottom: 42.6666666667vw;
  }
}
.p-concept-head__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-concept-head__bg > div {
  position: absolute;
}
.p-concept-head__bg > div svg,
.p-concept-head__bg > div img {
  display: block;
  width: 100%;
  height: auto;
}
.p-concept-head__bg > div svg {
  overflow: visible;
}
.p-concept-head__bg > div:nth-child(1) {
  left: calc(50% - 543px);
  top: 146px;
  width: 203px;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(1) {
    left: -4.2666666667vw;
    top: 118.1333333333vw;
    width: 26.1333333333vw;
  }
}
.p-concept-head__bg > div:nth-child(1) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-head__bg > div:nth-child(1) svg [data-name=line01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-head__bg > div:nth-child(2) {
  left: calc(50% + 305px);
  top: 124px;
  width: 155px;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(2) {
    left: 83.0666666667vw;
    top: 93.8666666667vw;
    width: 21.7333333333vw;
  }
}
.p-concept-head__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-head__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-head__bg > div:nth-child(3) {
  left: calc(50% + 250px);
  top: 378px;
  width: 403px;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(3) {
    left: 62.2666666667vw;
    top: 156.5333333333vw;
    width: 62.4vw;
  }
}
.p-concept-head__bg > div:nth-child(3) svg [data-name=circle02] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-head__bg > div:nth-child(3) svg [data-name=line01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-head__bg > div:nth-child(4) {
  display: none;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(4) {
    display: block;
    left: 56vw;
    top: -3.7333333333vw;
    width: 25.3333333333vw;
  }
}
.p-concept-head__bg > div:nth-child(4) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-head__bg > div:nth-child(4) svg [data-name=line01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-head__bg > div:nth-child(5) {
  display: none;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(5) {
    display: block;
    left: 6.8vw;
    top: 30.4vw;
    width: 5.3333333333vw;
  }
}
.p-concept-head__bg > div:nth-child(6) {
  display: none;
}
@media not all and (min-width: 768px) {
  .p-concept-head__bg > div:nth-child(6) {
    display: block;
    left: 22.8vw;
    top: 176.5333333333vw;
    width: 10vw;
  }
}
.p-concept-head__in {
  position: relative;
}
.p-concept-head__ttl {
  width: 226px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-concept-head__ttl {
    width: 60.2666666667vw;
  }
}
.p-concept-head__catch {
  margin-top: 54px;
  text-align: center;
  color: #FF6767;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3214285714;
}
@media not all and (min-width: 768px) {
  .p-concept-head__catch {
    margin-top: 5.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.p-concept-head__lead {
  margin-top: 64px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media not all and (min-width: 768px) {
  .p-concept-head__lead {
    margin-top: 11.2vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.p-concept-head__notes__ttl {
  position: relative;
  margin-top: 40px;
  text-align: center;
  color: #FF6767;
  font-size: 18px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-concept-head__notes__ttl {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.p-concept-head__notes__txt {
  margin-top: 1.7857142857em;
  text-align: center;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media not all and (min-width: 768px) {
  .p-concept-head__notes__txt {
    margin-top: 1.6666666667em;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.p-concept-q {
  position: relative;
  padding-top: 148px;
  padding-bottom: 96px;
  background-color: #ffffff;
}
@media not all and (min-width: 768px) {
  .p-concept-q {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-concept-q__en {
  position: absolute;
  left: 50%;
  top: -36px;
  width: 920px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 980px) {
  .p-concept-q__en {
    top: -3.6734693878vw;
    width: 93.8775510204vw;
  }
}
@media not all and (min-width: 768px) {
  .p-concept-q__en {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .p-concept-q:before {
    position: absolute;
    left: 2.6666666667vw;
    top: 10.6666666667vw;
    width: 9.6vw;
    height: 128vw;
    background: url(../images/concept/q_ttl_sp.svg) no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
.p-concept-q__lead {
  position: relative;
  text-align: center;
  color: #FF6767;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media not all and (min-width: 768px) {
  .p-concept-q__lead {
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.p-concept-q__container {
  position: relative;
  max-width: 712px;
  margin: 78px auto 0;
}
@media not all and (min-width: 768px) {
  .p-concept-q__container {
    width: 84vw;
    margin: 19.2vw auto 0;
  }
}
.p-concept-q-sect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect {
    flex-direction: column;
  }
}
.p-concept-q-sect:not(:first-child) {
  margin-top: 40px;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect:not(:first-child) {
    margin-top: 21.3333333333vw;
  }
}
.p-concept-q-sect:nth-child(2n) {
  flex-direction: row-reverse;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect:nth-child(2n) {
    flex-direction: column;
  }
}
.p-concept-q-sect__info {
  width: calc(100% - 350px - 42px);
  box-sizing: border-box;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__info {
    width: 100%;
  }
}
.p-concept-q-sect:nth-child(1) .p-concept-q-sect__info {
  padding-left: 42px;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect:nth-child(1) .p-concept-q-sect__info {
    padding-left: 0;
  }
}
.p-concept-q-sect__graph {
  width: 350px;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__graph {
    width: 53.3333333333vw;
    margin-top: 8vw;
  }
}
.p-concept-q-sect__graph > img,
.p-concept-q-sect__graph > svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-concept-q-sect__ttl {
  color: #FF6767;
  font-size: 20px;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__ttl {
    text-align: center;
  }
}
.p-concept-q-sect__ttl > span:nth-child(1) {
  display: inline-block;
  border-top: 2px solid #FF6767;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__ttl > span:nth-child(1) {
    font-size: 5.3333333333vw;
  }
}
.p-concept-q-sect__ttl > span:nth-child(2) {
  display: block;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__ttl > span:nth-child(2) {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-concept-q-sect__ttl--long > span:nth-child(2) {
  font-size: 18px;
  line-height: 1.3333333333;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__ttl--long > span:nth-child(2) {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-concept-q-sect__txt {
  margin-top: 32px;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__txt {
    display: none;
  }
}
.p-concept-q-sect__txt > p {
  font-size: 14px;
  line-height: 1.7857142857;
}
.p-concept-q-sect__txt > p:not(:first-child) {
  margin-top: 1.7857142857em;
}
.p-concept-q-sect__txt--sp {
  display: none;
}
@media not all and (min-width: 768px) {
  .p-concept-q-sect__txt--sp {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.p-concept-q-sect__txt--sp > p {
  font-size: 3.4666666667vw;
  line-height: 2.0769230769;
}
.p-concept-future {
  position: relative;
  padding-top: 140px;
  padding-bottom: 95px;
  background-color: #FFFEDE;
}
@media not all and (min-width: 768px) {
  .p-concept-future {
    padding-top: 24vw;
    padding-bottom: 27.2vw;
  }
}
.p-concept-future__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-concept-future__bg > div {
  position: absolute;
}
.p-concept-future__bg > div img,
.p-concept-future__bg > div svg {
  display: block;
  width: 100%;
}
.p-concept-future__bg > div svg {
  overflow: visible;
}
.p-concept-future__bg > div:nth-child(1) {
  left: calc(50% - 640px);
  top: 112px;
  width: 126px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(1) {
    display: none;
  }
}
.p-concept-future__bg > div:nth-child(2) {
  left: calc(50% + 402px);
  top: 116px;
  width: 243px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(2) {
    left: 80.8vw;
    top: 5.3333333333vw;
    width: 28.8vw;
  }
}
.p-concept-future__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-future__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-future__bg > div:nth-child(3) {
  left: calc(50% - 700px);
  top: 790px;
  width: 184px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(3) {
    left: -7.7333333333vw;
    top: 292vw;
    width: 22.9333333333vw;
  }
}
.p-concept-future__bg > div:nth-child(3) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-future__bg > div:nth-child(3) svg [data-name=circle02] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-future__bg > div:nth-child(4) {
  left: calc(50% - 1034px);
  top: 1400px;
  width: 666px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(4) {
    display: none;
  }
}
.p-concept-future__bg > div:nth-child(4) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-future__bg > div:nth-child(4) svg [data-name=circle02] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-future__bg > div:nth-child(5) {
  left: calc(50% + 552px);
  top: 1650px;
  width: 47px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(5) {
    display: none;
  }
}
.p-concept-future__bg > div:nth-child(6) {
  left: calc(50% + 496px);
  top: 2116px;
  width: 157px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__bg > div:nth-child(6) {
    left: -3.7333333333vw;
    top: auto;
    bottom: 2.1333333333vw;
    width: 16.8vw;
  }
}
.p-concept-future__bg > div:nth-child(6) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-future__bg > div:nth-child(6) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-future__box {
  position: relative;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.p-concept-future__box__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-concept-future__box__bg > div {
  position: absolute;
}
.p-concept-future__box__bg > div img,
.p-concept-future__box__bg > div svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-concept-future__box__bg > div svg {
  overflow: visible;
}
.p-concept-future__box__bg > div:nth-child(1) {
  right: 126px;
  top: 134px;
  width: 36px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__box__bg > div:nth-child(1) {
    display: none;
  }
}
.p-concept-future__box__bg > div:nth-child(2) {
  right: 44px;
  top: 528px;
  width: 156px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__box__bg > div:nth-child(2) {
    right: 5.8666666667vw;
    top: 123.7333333333vw;
    width: 22.9333333333vw;
  }
}
.p-concept-future__box__bg > div:nth-child(2) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-future__box__bg > div:nth-child(2) svg [data-name=circle02] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-future__box__bg > div:nth-child(3) {
  left: 15px;
  top: 780px;
  width: 203px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__box__bg > div:nth-child(3) {
    display: none;
  }
}
.p-concept-future__box__bg > div:nth-child(3) svg [data-name=line01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-future__box__bg > div:nth-child(3) svg [data-name=circle01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-future__box__bg > div:nth-child(4) {
  left: -65px;
  top: 1144px;
  width: 80px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__box__bg > div:nth-child(4) {
    display: none;
  }
}
.p-concept-future__box__in {
  position: relative;
  padding: 116px 13.856812933% 90px 18.4757505774%;
}
@media not all and (min-width: 768px) {
  .p-concept-future__box__in {
    padding: 26.1333333333vw 5.8666666667vw 12.2666666667vw 5.8666666667vw;
  }
}
.p-concept-future__ttl {
  position: absolute;
  left: -26px;
  top: -24px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__ttl {
    left: -4.2666666667vw;
    top: -3.2vw;
  }
}
.p-concept-future__ttl > span {
  display: inline-block;
  background-color: #FF6767;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 768px) {
  .p-concept-future__ttl > span {
    font-size: 4vw;
  }
}
.p-concept-future__ttl > span:nth-of-type(1) {
  padding: 12px 40px 12px 24px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__ttl > span:nth-of-type(1) {
    padding: 3.2vw 7.4666666667vw 3.2vw 4.2666666667vw;
  }
}
.p-concept-future__ttl > span:nth-of-type(2) {
  padding: 0 40px 12px 24px;
}
@media not all and (min-width: 768px) {
  .p-concept-future__ttl > span:nth-of-type(2) {
    padding: 0 7.4666666667vw 3.2vw 4.2666666667vw;
  }
}
.p-concept-future-sect {
  position: relative;
}
.p-concept-future-sect:not(:first-child) {
  margin-top: 120px;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect:not(:first-child) {
    margin-top: 40vw;
  }
}
.p-concept-future-sect__in {
  display: flex;
  justify-content: space-between;
}
.p-concept-future-sect:nth-child(2n) .p-concept-future-sect__in {
  flex-direction: row-reverse;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__main {
    width: 55.7333333333vw;
  }
}
.p-concept-future-sect:nth-child(1) .p-concept-future-sect__main {
  padding-top: 60px;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect:nth-child(1) .p-concept-future-sect__main {
    padding-top: 7.4666666667vw;
  }
}
.p-concept-future-sect:nth-child(2) .p-concept-future-sect__main {
  padding-top: 80px;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect:nth-child(2) .p-concept-future-sect__main {
    padding-top: 7.4666666667vw;
  }
}
.p-concept-future-sect__ttl {
  font-size: 40px;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__ttl {
    font-size: 5.3333333333vw;
  }
}
.p-concept-future-sect:nth-child(1) .p-concept-future-sect__ttl {
  color: #33D19D;
}
.p-concept-future-sect:nth-child(2) .p-concept-future-sect__ttl {
  color: #5A8FDB;
}
.p-concept-future-sect__txt {
  margin-top: 16px;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__txt {
    margin-top: 3.4666666667vw;
    padding-left: 1.6vw;
  }
}
.p-concept-future-sect__txt > p {
  font-size: 16px;
  line-height: 2.625;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__txt > p {
    font-size: 3.4666666667vw;
    line-height: 2.0769230769;
  }
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__catch {
    width: 10.1333333333vw;
  }
}
.p-concept-future-sect__catch > p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect__catch > p {
    font-size: 3.7333333333vw;
    line-height: 1.8461538462;
  }
}
.p-concept-future-sect:nth-child(1) .p-concept-future-sect__catch {
  padding: 0 58px;
  color: #33D19D;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect:nth-child(1) .p-concept-future-sect__catch {
    padding: 0 0 0 6.4vw;
  }
}
.p-concept-future-sect:nth-child(2) .p-concept-future-sect__catch {
  padding: 0 80px 0 0;
  color: #5A8FDB;
}
@media not all and (min-width: 768px) {
  .p-concept-future-sect:nth-child(2) .p-concept-future-sect__catch {
    padding: 0 4.2666666667vw 0 0;
  }
}
.p-concept-future-sect__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-concept-future__catch {
  margin-top: 90px;
  text-align: center;
  color: #FF6767;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8181818182;
}
@media not all and (min-width: 768px) {
  .p-concept-future__catch {
    margin-top: 18.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-concept-goal {
  position: relative;
  margin-top: 100px;
}
@media not all and (min-width: 768px) {
  .p-concept-goal {
    margin-top: 14.9333333333vw;
  }
}
.p-concept-goal__ttl {
  display: flex;
  justify-content: flex-end;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__ttl {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-concept-goal__ttl > span {
  display: block;
  padding: 12px 24px;
  background-color: #FF6767;
  color: #ffffff;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__ttl > span {
    padding: 3.2vw 5.8666666667vw;
  }
}
.p-concept-goal__txt01, .p-concept-goal__txt02 {
  padding-left: 13.4090909091%;
  padding-right: 13.4090909091%;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__txt01, .p-concept-goal__txt02 {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-concept-goal__txt01 > p, .p-concept-goal__txt02 > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__txt01 > p, .p-concept-goal__txt02 > p {
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 2.0769230769;
  }
}
.p-concept-goal__txt01 {
  margin-top: 54px;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__txt01 {
    margin-top: 6.4vw;
  }
}
.p-concept-goal__figure {
  display: block;
  margin-top: 72px;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__figure {
    margin-top: 16vw;
  }
}
.p-concept-goal__txt02 {
  margin-top: 80px;
}
@media not all and (min-width: 768px) {
  .p-concept-goal__txt02 {
    margin-top: 16vw;
  }
}
.p-concept-staff {
  position: relative;
  background-color: #F8F8F8;
}
.p-concept-staff__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-concept-staff__bg > div {
  position: absolute;
}
.p-concept-staff__bg > div img,
.p-concept-staff__bg > div svg {
  display: block;
  width: 100%;
}
.p-concept-staff__bg > div svg {
  overflow: visible;
}
.p-concept-staff__bg > div:nth-child(1) {
  left: calc(50% + 512px);
  top: 158px;
  width: 350px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__bg > div:nth-child(1) {
    left: 79.2vw;
    top: 2.4vw;
    width: 15.7333333333vw;
  }
}
.p-concept-staff__bg > div:nth-child(2) {
  left: calc(50% - 658px);
  top: 300px;
  width: 145px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__bg > div:nth-child(2) {
    left: 85.3333333333vw;
    top: 179.4666666667vw;
    width: 12vw;
  }
}
.p-concept-staff__bg > div:nth-child(2) svg [data-name=circle01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-staff__bg > div:nth-child(2) svg [data-name=circle02] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-staff__bg > div:nth-child(3) {
  left: calc(50% + 315px);
  top: 694px;
  width: 350px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__bg > div:nth-child(3) {
    left: 77.8666666667vw;
    top: 244.5333333333vw;
    width: 22.1333333333vw;
  }
}
.p-concept-staff__bg > div:nth-child(3) svg [data-name=line01] {
  -webkit-animation: kf-rotate 10s linear infinite;
          animation: kf-rotate 10s linear infinite;
  transform-origin: 40% 60%;
}
.p-concept-staff__bg > div:nth-child(3) svg [data-name=circle01] {
  -webkit-animation: kf-rotate 16s linear infinite;
          animation: kf-rotate 16s linear infinite;
  transform-origin: 45% 40%;
}
.p-concept-staff__bg > div:nth-child(4) {
  left: calc(50% - 700px);
  top: 1312px;
  width: 131px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__bg > div:nth-child(4) {
    left: -4.2666666667vw;
    top: auto;
    bottom: -4.5333333333vw;
    width: 21.8666666667vw;
  }
}
.p-concept-staff__bg > div:nth-child(4) svg [data-name=line01] {
  animation: kf-rotate 10s linear infinite reverse;
  transform-origin: 40% 60%;
}
.p-concept-staff__bg > div:nth-child(4) svg [data-name=circle01] {
  animation: kf-rotate 16s linear infinite reverse;
  transform-origin: 45% 40%;
}
.p-concept-staff__in {
  position: relative;
  padding-top: 160px;
  padding-bottom: 116px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__in {
    padding-top: 26.6666666667vw;
    padding-bottom: 32vw;
  }
}
.p-concept-staff__ttl {
  position: absolute;
  left: 50%;
  top: -36px;
  width: 350px;
  transform: translateX(-50%);
}
@media not all and (min-width: 768px) {
  .p-concept-staff__ttl {
    top: -5.3333333333vw;
    width: 53.3333333333vw;
  }
}
.p-concept-staff__pic {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__pic {
    border-radius: 1.0666666667vw;
  }
}
.p-concept-staff__pic > img {
  display: block;
}
.p-concept-staff__list {
  margin-top: 60px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__list {
    margin-top: 12.8vw;
  }
}
.p-concept-staff__row {
  display: flex;
  justify-content: space-between;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__row {
    flex-direction: column;
    align-items: center;
  }
}
.p-concept-staff__row:not(:first-child) {
  margin-top: 72px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__row:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.p-concept-staff__row--2 {
  justify-content: flex-start;
}
.p-concept-staff__row--1 .p-concept-staff-item, .p-concept-staff__row--2 .p-concept-staff-item, .p-concept-staff__row--3 .p-concept-staff-item {
  width: 230px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__row--1 .p-concept-staff-item, .p-concept-staff__row--2 .p-concept-staff-item, .p-concept-staff__row--3 .p-concept-staff-item {
    width: 100%;
  }
}
.p-concept-staff__row--2 .p-concept-staff-item:not(:first-child) {
  margin-left: 95px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__row--2 .p-concept-staff-item:not(:first-child) {
    margin-left: 0;
  }
}
.p-concept-staff__row--4 .p-concept-staff-item {
  width: 180px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff__row--4 .p-concept-staff-item {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item {
    display: flex;
    justify-content: space-between;
  }
  .p-concept-staff-item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.p-concept-staff-item__pic {
  display: block;
  width: 110px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item__pic {
    width: 17.0666666667vw;
    margin: 0;
  }
}
.p-concept-staff-item__pic > img {
  display: block;
  width: 100%;
}
.p-concept-staff-item__info {
  margin-top: 18px;
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item__info {
    width: 61.3333333333vw;
    margin-top: 0;
  }
}
.p-concept-staff-item__name {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item__name {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.p-concept-staff-item__prof {
  margin-top: 4px;
  text-align: center;
  color: #5A8FDB;
  font-size: 11px;
  line-height: 1.5;
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item__prof {
    margin-top: 0;
    text-align: left;
    font-size: 2.6666666667vw;
  }
}
.p-concept-staff-item__txt {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media not all and (min-width: 768px) {
  .p-concept-staff-item__txt {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
  }
}

.p-post {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-post-main {
  position: relative;
  padding: 134px 0 70px;
  background-color: #FFE8E7;
}
@media not all and (min-width: 768px) {
  .p-post-main {
    padding: 30.1333333333vw 0;
  }
}
.p-post-main__bg {
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
  height: 82%;
  overflow: hidden;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg {
    top: 0;
    height: 100%;
  }
}
.p-post-main__bg > div {
  position: absolute;
}
.p-post-main__bg > div > img,
.p-post-main__bg > div > svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-post-main__bg > div:nth-child(1) {
  left: calc(50% - 646px);
  top: 122px;
  width: 317px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(1) {
    left: 20.8vw;
    top: 19.2vw;
    width: 39.4666666667vw;
  }
}
.p-post-main__bg > div:nth-child(2) {
  left: calc(50% + 544px);
  top: 176px;
  width: 241px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(2) {
    left: 65.6vw;
    top: 8vw;
    width: 58.1333333333vw;
  }
}
.p-post-main__bg > div:nth-child(3) {
  left: calc(50% + 334px);
  top: 348px;
  width: 182px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(3) {
    display: none;
  }
}
.p-post-main__bg > div:nth-child(4) {
  left: calc(50% - 774px);
  top: 449px;
  width: 241px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(4) {
    left: -14.1333333333vw;
    top: 130.6666666667vw;
    width: 32vw;
  }
}
.p-post-main__bg > div:nth-child(5) {
  left: calc(50% + 451px);
  top: 469px;
  width: 241px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(5) {
    left: 61.3333333333vw;
    top: 145.3333333333vw;
    width: 44.8vw;
  }
}
.p-post-main__bg > div:nth-child(6) {
  left: calc(50% - 445px);
  top: 578px;
  width: 125px;
}
@media not all and (min-width: 768px) {
  .p-post-main__bg > div:nth-child(6) {
    display: none;
  }
}
.p-post-main__in {
  position: relative;
}
.p-post-main__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  margin: 64px auto 0;
  border-radius: 300px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media not all and (min-width: 768px) {
  .p-post-main__box {
    display: block;
    width: 84vw;
    height: auto;
    padding: 18.6666666667vw 5.3333333333vw;
    margin: 0 auto;
    border-radius: 3.2vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.p-post-main__ttl {
  width: 280px;
  margin: 0 auto;
}
@media not all and (min-width: 768px) {
  .p-post-main__ttl {
    width: 48vw;
  }
}
.p-post-main__txt {
  margin-top: 56px;
}
@media not all and (min-width: 768px) {
  .p-post-main__txt {
    margin-top: 10.6666666667vw;
  }
}
.p-post-main__txt > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media not all and (min-width: 768px) {
  .p-post-main__txt > p {
    font-size: 3.4666666667vw;
    line-height: 1.8076923077;
  }
}
.p-post-main__link {
  margin-top: 62px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}
@media not all and (min-width: 768px) {
  .p-post-main__link {
    margin-top: 15.4666666667vw;
    font-size: 4.8vw;
  }
}
.p-post-main__link > a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #FF6767;
}
@media not all and (min-width: 768px) {
  .p-post-main__link > a {
    padding-right: 0;
  }
}
.p-post-main__link > a:after {
  position: absolute;
  right: -42px;
  top: 50%;
  width: 45px;
  height: 27px;
  background: url(../images/post/arw.svg) no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  content: "";
}
@media not all and (min-width: 768px) {
  .p-post-main__link > a:after {
    right: -10.6666666667vw;
    width: 9.3333333333vw;
    height: 5.6vw;
  }
}
/*# sourceMappingURL=style.css.map */