/** Shopify CDN: Minification failed

Line 1509:29 Expected identifier but found "["
Line 1509:42 Expected "]" to go with "["
Line 1509:46 Unexpected "]"

**/
/* ==================================
	共通設定
================================== */
html{
  scroll-behavior: smooth;
}

.link,
.customer a {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.875vw;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 750px){
  .main-page-title, .shopify-policy__title>h1 {
    font-size: 1.875vw;
    font-weight: 600;
    line-height: 2.813vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 749px){
  h1.main-page-title.page-title.h0, .shopify-policy__title>h1 {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    margin-top: 10.256vw;
  }
}

.button-green:not([disabled]):hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
  0 0 0 calc(var(--buttons-border-width) + 1px) #00C5AE;
}

@media only screen and (min-width: 750px){
  .section-title{
    padding-top: 80px;
    margin-bottom: 1.25vw;
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.875vw;
    color: #121212;
  }
  .section-title-black{
    padding-top: 80px;
    margin-bottom: 1.25vw;
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 1.875vw;
    color: #FFF;
  }
  span.icon-carret {
    position: absolute;
    right: 4.737vw;
  }
  span.icon-carret {
    position: absolute;
    right: 1.25vw;
  }
}

@media only screen and (max-width: 749px){
  .section-title{
    margin-top: 48px !important;
    margin-bottom: 3.077vw;
    font-size: 5.128vw;
    font-weight: 700;
    line-height: 5.128vw;
    color: #121212;
  }
  .section-title-black{
    margin-top: 12.308vw;
    margin-bottom: 3.077vw;
    font-size: 5.128vw;
    font-weight: 700;
    line-height: 5.128vw;
    color: #FFF;
  }
  span.icon-carret {
    position: absolute;
    right: 5.789vw;
  }
}

@media only screen and (min-width: 750px){
  /* SP版のみ表示させたい場合このクラスを追加 */
  .mobile{
    display: none !important;
  }
}
@media only screen and (max-width: 749px){
  /* PC版のみ表示させたい場合このクラスを追加 */
  .pc{
    display: none !important;
  }
}

/* ==================================
	LP / TOP
================================== */

/****** header ******/
.header__heading-logo {
  height: auto;
  width: 100%;
}
nav.header__inline-menu>ul>li:last-child>a>.header__active-menu-item {
  color: #FFF !important;
}

.header-wrapper--border-bottom {
  border-bottom: initial;
}

@media only screen and (min-width: 750px){
  nav.header__inline-menu>ul>li:last-child>a>span {
    display: flex;
    align-items: center;
  }
  nav.header__inline-menu>ul>li:last-child>a>span>svg {
    margin-right: 0.625vw;
  }
  .header:not(.drawer-menu).page-width {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    margin-left: 3.125vw;
    display: flex;
    justify-content: space-between;
    max-width: initial;
  }
  .header__heading-logo-wrapper {
    display: flex;
    align-items: center;
    width: 9.063vw;
  }
  nav.header__inline-menu>ul>li:last-child {
    padding-left: 0.938vw;
  }
  nav.header__inline-menu>ul>li:last-child>a {
    padding: 0 1.875vw;
  }
}
.header__active-menu-item{
  text-decoration: none;
}
.header__menu-item:not(.button) {
  color: rgba(var(--color-foreground));
}
.header__menu-item.button {
  color: rgb(var(--color-button-text));
}

@media only screen and (max-width: 749px){
  h1.header__heading {
    width: 26.053vw !important;
    height: 9.474vw !important;
  }
  a.header__heading-link.link.link--text.focus-inset {
    width: 26.053vw !important;
    height: 9.474vw !important;
  }
  .header__heading-logo-wrapper {
    width: 26.053vw !important;
    height: 9.474vw !important;
  }
  a.header__heading-link.link.link--text.focus-inset {
    padding: initial;
  }
  .section-header.shopify-section-group-header-group {
    z-index: 1000;
  }
  .header {
    position: absolute;
    width: 100%;
    height: 64px !important;
  }
  .header--mobile-left {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .header__icon--menu[aria-expanded='true']::before {
    background: transparent;
  }
  div#menu-drawer {
    border-radius: 16px;
    width: 92%;
    height: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
  }
  ul.menu-drawer__menu.has-submenu.list-menu>li>a {
    background: #FFF;
  }
  .menu-drawer__inner-container {
    width: 78%;
  }
  ul.menu-drawer__menu>li>a, ul.menu-drawer__menu>li>details>summary {
    font-size: 4.103vw;
    font-weight: 600;
    line-height: 6.154vw;
    padding: 4.103vw 0;
    background: #FFFFFF;
  }
  button.menu-drawer__close-button {
    font-size: 4.103vw;
    font-weight: 600;
    line-height: 6.154vw;
    padding: 4.103vw 0;
    background: #FFFFFF !important;
    margin-bottom: 30px;
  }
  .menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
  }
  ul.menu-drawer__menu>li {
    border-bottom: solid 1px #C4C4C4;
  }
  nav.menu-drawer__navigation {
    padding-top: 12.308vw;
    padding-bottom: 16.41vw;
  }
  .menu-drawer__menu-item--active:hover, .menu-drawer__menu-item:hover{
    background-color: #FFF;
  }
}


/****** main view ******/
.list-menu>li:last-child>.header__menu-item:hover span {
  text-decoration: none;
}

.main-visual-pc{
  position: relative;
  padding-left: 6.25vw;
  height: 50vw;
}
.mv-pc-left {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.mv-pc-images {
  display: flex;
  justify-content: flex-end;
  width: 75vw;
  float: right;
}

.mv-pc-images>div>img {
  width: 25vw;
  max-width: 100%;
  height: auto;
}
.mv-swiper-mobile{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper-mv{
  padding-top: 17.949vw;
}
.swiper-wrapper-mv>div{
  height: auto;
}
.swiper-wrapper-mv>div>img{
  height: 100%;
  width: auto;
  overflow: hidden;
  left: 12.821vw;
  position: relative;
}

mobile.main-visual-overflow {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 500px !important;
}
.mobile.main-visual-overflow .swiper-wrapper::before{
  padding-bottom: 0 !important;
  content: '';
  display: block;
  padding-top: 100%;
}
.mobile.main-visual-overflow .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}
.mobile.main-visual-overflow .slideshow__media{
  height: 100%;
}

.mian-visual-width .media>*:not(.zoom):not(.deferred-media__poster-button):not(.main-visual-link), .mian-visual-width .media .model-viewer, .mv-swiper-mobile .media>*:not(.zoom):not(.deferred-media__poster-button):not(.main-visual-link), .mv-swiper-mobile .media .model-viewer {
  display: block;
  max-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
}
.mv-text-sp {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

h1.mv-pc-h1 {
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 4.688vw;
  letter-spacing: 0.18em;
  margin-bottom: 1.875vw;
}
h2.mv-pc-h2 {
  font-size: 1.563vw;
  font-weight: 600;
  line-height: 2.813vw;
  letter-spacing: 0.2em;
  margin-bottom: initial;
}
h2.mv-pc-h2>div>.letter-medium {
  font-size: 1.25vw;
  line-height: 2.25vw;
}
h2.mv-pc-h2>div>.letter-small {
  font-size: 0.625vw;
  line-height: 1.125vw;
}
h2.mv-pc-h2>div {
  padding: 0 0.625vw;
  display: inline-block;
  background: linear-gradient(transparent 50%, #F4883A4D 50%);
}

.mv-text-pc:before,
.mv-text-pc:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #121212;
  width: 0.078vw;
  height: 1.563vw;
  margin: 0 1em;
  margin-top: -0.2em 12px 0;
  vertical-align: middle;
}
.mv-text-pc:before {
  transform: rotate(-35deg);
}
.mv-text-pc:after {
  transform: rotate(35deg);
}
p.mv-text-pc {
  margin-bottom: 0.625vw;
  font-size: 1.094vw;
  font-weight: 600;
  line-height: 1.969vw;
  margin-left: 0.5vw;
}
p.mv-pc-annotation {
  width: 17.109vw;
  font-size: 0.781vw;
  font-weight: 600;
  line-height: 1.1vw;
  letter-spacing: .2em;
  color: #00000040;
}
h1.mv-sp-h1 {
  font-size: 9.231vw;
  font-weight: 600;
  line-height: 13.846vw;
  letter-spacing: 0.18em;
  margin-top: initial;
  padding-left: 5.641vw;
}
h2.mv-sp-h2>div>.letter-small {
  display: none;
}
h2.mv-sp-h2 {
  font-size: 4.669vw;
  line-height: 8.403vw;
  letter-spacing: 0.09em;
  font-weight: 600;
  padding-left: 5.641vw;
}
h2.mv-sp-h2>div>.letter-medium {
  font-size: 4.085vw;
  line-height: 7.354vw;
  font-weight: 600;
  letter-spacing: 0.09em;
}
h2.mv-sp-h2>div {
  padding: 0.625vw;
  display: inline-block;
  background: linear-gradient(transparent 50%, #F4883A4D 50%);
}


@media only screen and (min-width: 750px){
  .mv-buttons>.button-green {
    background-color: #00c5ae;
    margin-bottom: 1.25vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.875vw;
  }
  .mv-buttons>.button {
    display: flex;
    flex-direction: column;
    font-size: 1.333vw;
    font-weight: 600;
    line-height: 2vw;
    color: #FFF;
    width: 17.109vw;
    height: 3.75vw;
  }
  .mv-video-link-button {
    position: absolute;
    width: 22.422vw;
    height: 7.266vw;
    display: grid;
    grid-template-columns: 15.1vw 3.281vw;
    padding: 1.875vw;
    border-radius: 8px;
    background-color: #121212E5;
    ;
  }
  span.video-link-h2 {
    font-weight: 600;
    line-height: 1.094vw;
    padding-right: 1vw;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.094vw;
  }
  span.video-link-h1 {
    font-size: 1.094vw;
    font-weight: 600;
    line-height: 1.094vw;
    padding-right: 1.25vw;
    font-size: 1.563vw;
    font-weight: 600;
    line-height: 1.563vw;
    text-align: center;
  }
  .mv-video-link-button>svg {
    height: 3.281vw;
    width: 3.281vw;
    grid-row: span 2;
  }
  .mv-video-link-button {
    position: fixed;
    width: 22.422vw;
    height: 7.266vw;
    bottom: 15%;
    right: 3.125vw;
    z-index: 9999;
  }
  span.video-link-h2 {
    grid-row: 1;
    grid-column: 1;
  }
  span.video-link-h1 {
    grid-row: span2;
    grid-column: 1;
  }
  .mv-video-link-button:after {
    content: '';
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: 8px;
    transition: box-shadow var(--duration-short) ease;
  }
}

@media only screen and (min-width: 1100px) {
  .mv-buttons {
    margin-top: 3vw;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1100px) {
  .mv-buttons {
    margin-top: 1vw;
  }
  span.video-link-h2 {
    padding-right: initial !important;
  }
}

@media only screen and (max-width: 749px){
  p.mv-pc-annotation {
    width: 46vw;
    font-size: 2.5vw;
    line-height: 3vw;
    letter-spacing: .2em;
    color: #00000040;
    padding-left: 5.641vw;
  }
  .mv-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 35.385vw;
  }
  .mv-buttons>.button-green {
    background-color: #00c5ae;
    margin-bottom: 1.25vw;
  }
  .mv-buttons>.button {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 5.385vw;
    color: #fff;
    width: 71.795vw;
    height: 14.359vw;
    position: relative;
  }
  .mv-video-link-button {
    position: fixed;
    width: 58.205vw;
    height: 16.923vw;
    display: grid;
    grid-template-columns: 39.744vw 4.103vw;
    padding: 4.103vw;
    border-radius: 2.051vw;
    background-color: #121212E5;
    bottom: 56px;
    right: 0;
  }
  span.video-link-h2 {
    font-weight: 600;
    line-height: 3.077vw;
    font-size: 2.7vw;
    font-weight: 600;
    line-height: 3.077vw;
  }
  span.video-link-h1 {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 3.59vw;
    padding-right: 4.103vw;
    font-size: 3.59vw;
    font-weight: 600;
    text-align: center;
  }
  .mv-video-link-button>svg {
    height: 6.154vw;
    width: 6.154vw;
    grid-row: span 2;
  }
  span.video-link-h2 {
    grid-row: 1;
    grid-column: 1;
  }
  span.video-link-h1 {
    grid-row: span2;
    grid-column: 1;
  }
  .mv-video-link-button:after {
    content: '';
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: 2.051vw;
    transition: box-shadow var(--duration-short) ease;
  }
}



/****** message ******/
@media only screen and (min-width: 750px){
  .section-message{
    background-color: #00C5AE;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
  }
  .section-message>p {
    padding-top: 9.844vw;
    padding-bottom: 9.844vw;
    font-size: 1.563vw;
    font-weight: 600;
    line-height: 3.125vw;
    background-image: url('//uta-memory.com/cdn/shop/t/19/assets/message_bg_pc.png?v=122131619220938105561755484721');
    background-position: center;
    width: 100%;
    text-align: center;
    margin-top: initial;
    background-size: cover;
  }
  .section-message.deco-image{
    margin-bottom: 1.25vw;
  }
  .deco-image{
    width: 8.887vw;
    height: 0.98vw;
  }

}
@media only screen and (max-width: 749px){
  .section-message{
    background-color: #00C5AE;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
  }
  .section-message h1{
    margin-top: 12.308vw;
    margin-bottom: 3.077vw;
    font-size: 5.128vw;
    font-weight: 700;
    line-height: 5.128vw;
    color: #FFF;
  }
  .section-message>p {
    padding-top: 24.103vw;
    padding-bottom: 43.077vw;
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 7.179vw;
    background-image: url('//uta-memory.com/cdn/shop/t/19/assets/message_bg_sp.png?v=135185351219837544381755484721');
    width: 100%;
    text-align: center;
    margin-top: initial;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -48px;
    margin-bottom: initial;
  }
  .section-message>.deco-image{
    margin-bottom: 2.564vw;
  }
  .deco-image{
    width: 34.038vw;
    height: 3.218vw;
  }
}



/****** video ******/
@media only screen and (min-width: 750px){
  .video-section {
    padding-left: 14.141vw;
    padding-right: 14.141vw;
    max-width: initial;
    margin-top: initial;
  }
}
@media only screen and (max-width: 749px){
  .video-section {
    padding: 0 4.103vw;;
    max-width: initial;
    margin-top: initial;
    padding-bottom: 48px;
  }
  .video-section>div>div {
    margin-bottom: 48px;
  }
}


/****** interview ******/
.interview-par-button {
  position: absolute;
}
@media only screen and (min-width: 750px){
  .interview-par-button {
    top: 8.837vw;
    width: 38.75vw;
    right: 11.25vw;
  }
  .interview-par-button>.button {
    width: 16.744vw;
    height: 3.721vw;
    font-size: 1.24vw;
    font-weight: 600;
    line-height: 1.86vw;
  }
  .interview-section {
    max-width: initial;
  }
  .inaterview-par {
    color: #FFF !important;
  }
  .inaterview-par>.large {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
  }
.inaterview-par>.small {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
  }
.inaterview-par>.medium {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 48px
  }
}

@media only screen and (max-width: 749px){
  .interview-par-button {
    top: 12.308vw;
    left: 4.103vw;
    width: 91.795vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .interview-par-button>.button {
    width: 71.795vw;
    height: 14.359vw;
    font-size: 4.103vw;
    font-weight: 600;
    line-height: 6.154vw;
  }
  .inaterview-par {
    margin-bottom: 2.481vw;
    color: #FFF !important;
  }
  .inaterview-par>.large {
    font-size: 5.128vw;
    font-weight: 600;
    line-height: 7.692vw;
    margin-bottom: 6.154vw;
  }
.inaterview-par>.small {
    font-size: 3.077vw;
    font-weight: 200;
    line-height: 4.615vw;
    margin-bottom: 2.051vw;
  }
.inaterview-par>.medium {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 5.385vw;
  }
}





/****** intervie swiper ******/
.swiper-pagination-bullet-active {
  background: #009AA2;
}

@media only screen and (min-width: 750px){
  .swiper-button-prev,
  .swiper-button-next {
    display: block !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin: auto;
    position: absolute;
  }
  .swiper-button-next::after {
    right: 6.25vw;
  }
  .swiper-button-prev::after {
    left: 6.25vw;
  }
  /* 前に戻る画像パス */
  .swiper-button-prev::after {
    background-image: url('//uta-memory.com/cdn/shop/t/19/assets/icon_back.png?v=83287077243638694031755484721');
    width: 60px;
    height: 60px;
  }
  /* 次に進む画像パス */
  .swiper-button-next::after {
    background-image: url('//uta-memory.com/cdn/shop/t/19/assets/icon_next.png?v=61742154338236906491755484721');
    width: 60px;
    height: 60px;
  }

  .interview-swiper-slide {
    width: 87.5vw !important;
    height: 43.75vw;
    overflow: hidden;
  }


  interview-swiper-slide{
    position: relative;
  }
  .interview-swiper-slide>a {
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    top: 57%;
  }
  .interview-gallery>.swiper-pagination {
    position: unset;
    margin-top: 16px;
  }
  .interview-gallery {
    overflow: hidden;
  }
  .interview-gallery>.swiper-pagination>span {
    margin: 0 8px !important;
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 749px){
  .interview-gallery>.swiper-pagination {
    position: relative;
    top: -78px;
  }
  .interview-gallery {
    overflow: hidden;
  }
  .interview-gallery>.swiper-pagination>span {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
  }
  .interview-swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .interview-swiper-slide>a {
    margin-top: 42px;
  }
}




/****** news ******/
.news-posts {
  padding: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
}
span.news-date {
  font-weight: 300;
}
a.news-title{
  font-weight: 600;
}
.news-blog>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 750px){
  .blog.news-blog.color-scheme-1.gradient>div {
    max-width: initial;
    padding-left: initial;
    padding-right: initial;
  }
  li.blog__post.grid__item.article.news-post>div>a {
    margin-left: 2.344vw;
  }
  li.blog__post.grid__item.article.news-post>div {
    display: flex;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
  .blog__title{
    padding-top: initial !important;
  }
  .news-blog {
    padding: 0 15.625vw;
  }
  .news-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.25vw;
    line-height: 1.875vw;
    color: #121212;
    padding: 24px 0 !important;
    border-bottom: 1px solid #C4C4C4;
    max-width: 100%;
    width: 100% !important;
  }
}

@media only screen and (max-width: 749px){
  ul.blog__posts {
    margin-top: initial;
  }
  .news-blog>div>div{
    margin-bottom: 15px;
  }
  .news-blog {
    padding: 0 4.103vw;
  }
  a.news-title {
    margin-top: 8px;
  }
  .news-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 4.103vw;
    line-height: 6.154vw;
    color: #121212;
    padding: 24px 0 !important;
    border-bottom: 1px solid #C4C4C4;
    max-width: 100%;
    width: 100% !important;
  }
}



/****** footer ******/
.footer-logo {
  max-width: 100%;
  height: auto;
}
ul.footer-block__details-content>li>a {
  text-decoration: initial;
  color: #FFF !important;
}
.footer__content-bottom {
  border: initial;
}
.footer__content-bottom-wrapper {
  justify-content: center;
}

@media only screen and (min-width: 750px){
  .list-social__item .icon {
    height: 3.75vw;
    width: 3.75vw;
  }
  .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1fr;
    gap: 0.781vw;
  }
  .footer__blocks-wrapper>div:nth-child(1) {
    grid-column: 1 / span 4;
    width: 23%;
  }
  .footer__blocks-wrapper>div:nth-child(n + 2) {
    grid-column: auto;
  }
  .footer-buttons {
    display: flex;
    flex-direction: column;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.875vw;
    color: #fff;
    width: 64%;
  }
  .button-green{
    background-color: #00c5ae;
    margin-bottom: 1.25vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.875vw;
  }
  .footer-block.footer-block--menu {
    width: 100%;
  }
  ul.footer-block__details-content>li>a {
    font-size: 0.938vw !important;
    font-weight: 300;
    line-height: 1.406vw;
    text-decoration: initial;
    color: #fff !important;
    padding: 0.625vw 0;
  }
  .list-social {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .pc.footer-block--newsletter {
    margin: initial;
  }
  .pc.footer-block--newsletter>ul>li:first-child>a {
    padding-top: initial;
  }
  .list-social__link {
    padding: 1.25vw;
  }
  .footer-block__details-content>li {
    margin-bottom: initial !important;
  }
  .footer__content-top {
    padding-bottom: 4.688vw;
    display: block;
  }
  .footer__content-bottom {
    padding-top: initial;
  }
}

@media only screen and (max-width: 749px){
  .footer-logo-wrapper {
    width: 66%;
    margin-bottom: 10.256vw;
  }
  .list-social__item .icon {
    height: 4rem;
    width: 4rem;
  }
  .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .footer-block__details-content {
    margin-bottom: initial;
  }
  .footer__content-top{
    padding-left: 9.103vw;
    padding-right: 9.103vw;
  }
  .footer-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .button-green{
    background-color: #00C5AE;
    margin-bottom: 4.103vw;
    color: #FFF;
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 5.385vw;
  }
  .footer-buttons>.button {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 5.385vw;
    padding: 6% 0;
  }
  ul.footer-block__details-content>li>a {
    font-size: 2.9vw;
    font-weight: 300;
    line-height: 4.615vw;
    text-decoration: initial;
    color: #FFF !important;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .footer-block.grid__item{
    margin-bottom: initial !important;
  }
  .footer-menu-wrapper.mobile {
    display: flex;
    flex-direction: row;
    margin-top: 10.256vw;
    width: 100%;
  }
  .footer-block.grid__item {
    width: 50%;
    margin-top: initial;
  }
}

@media only screen and (max-width: 350px){
  .footer__content-top {
    padding-left: 8.103vw;
    padding-right: 8.103vw;
  }
}




/****** inteview ******/
.interview-bg-image img {
  height: auto;
  width: 100%;
  display: block;
}

.image-container {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
img.interview-img-top {
  margin-bottom: -18%;
}

.interview-top-wrap {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.for-bg>.interview-top-wrap>p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.for-bg>p {
  margin-top: 5px;
  margin-bottom: 5px;
}


span.letter-small {
  font-size: 13px;
}

@media only screen and (max-width: 749px){
  img.article-utamemory-logo {
    position: absolute;
    right: 0;
    top: 73%;
    width: 10%;
  }
  p.interview-top {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', arial, helvetica, sans-serif;
    font-size: 5.128vw;
    letter-spacing: .1em;
  }
  p.interview-video-top {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', arial, helvetica, sans-serif;
    font-size: 5.128vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
  }
  p.article-heading{
    font-family: '游明朝 Medium', serif;
    font-size: 5.128vw;
    font-weight: 1000;
  }
  p.p1, .p2, .p3{
    font-family: '游明朝 Medium', serif;
    font-size: 4.103vw;
  }
  .circle-orange-2 {
    --sample-color: 245, 207, 191;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 100px 0 0 100px; /* 右半円を指定する */
    filter: blur(40px);
    width: min(100%, 100px);
    position: absolute;
    right: 0;
    overflow: hidden;
    display: block !important;
  }
  .circle-orange-1,.circle-orange-3 {
    --sample-color: 245, 207, 191;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), .3));
    border-radius: 0 100px 100px 0;
    contain-intrinsic-block-size: auto 100px;
    width: min(100%, 100px);
    position: absolute;
    filter: blur(40px);
    display: block !important;
  }
  .circle-orange-1{
    top: 12%
  }
  .circle-orange-2{
    top: 29%
  }
  .circle-orange-3{
    top: 63%
  }
  .circle-purple-2,.circle-purple-5 {
    --sample-color: 222, 206, 255;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 50% 0 0 50%; /* 右半円を指定する */
    filter: blur(50px);
    width: min(100%, 100px);
    position: absolute;
    right: 0;
    overflow: hidden;
    display: block !important;
  }
  .circle-purple-1,.circle-purple-3,.circle-purple-4,.circle-purple-6 {
    --sample-color: 222, 206, 255;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 0 50% 50% 0; /* 右半円を指定する */
    filter: blur(50px);
    width: min(100%, 100px);
    position: absolute;
    display: block !important;
  }
  .circle-orange-1{
    top: 12%
  }
  .circle-orange-2{
    top: 40%
  }
  .circle-orange-3{
    top: 63%
  }
  .circle-purple-1 {
    top: 4%;
  }
  .circle-purple-2 {
    top: 18%;
  }
  .circle-purple-3 {
    top: 23%;
  }
  .circle-purple-4 {
    top: 52%;
  }
  .circle-purple-5 {
    top: 73%;
  }
  .circle-purple-6 {
    top: 81.5%;
  }
  .article-template__content{
    overflow: hidden;
  }
  p.p1.utamemory-letter, .utamemory-letter {
    font-size: 20px;
  }
  .article-profile-right>p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  span.article-profile-right {
    font-size: 5.128vw;
    margin-left: 10px;
    font-family: '游明朝 Medium', serif;
    margin-bottom: 20px;
  }
  .article-profile-name {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 750px){
  .article-template__content {
    max-width: 90.6rem;
  }
  p.interview-top {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', arial, helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: .05em;
  }
  p.interview-video-top {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', arial, helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
  }
  p.article-heading{
    font-family: '游明朝 Medium', serif;
    font-size: 19px;
    font-weight: 600;
  }
  p.p1, .p2, .p3{
    font-family: '游明朝 Medium', serif;
    font-size: 16px;
  }
  .circle-orange-2 {
    --sample-color: 245, 207, 191;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 50% 0 0 50%; /* 右半円を指定する */
    filter: blur(50px);
    width: min(100%, 200px);
    position: absolute;
    right: 0%;
    overflow: hidden;
    display: block !important;
  }
  .circle-orange-1,.circle-orange-3 {
    --sample-color: 245, 207, 191;
    aspect-ratio: 1 / 2;
    background: radial-gradient(circle, rgba(var(--sample-color), 1), rgba(var(--sample-color), .3));
    border-radius: 0 50% 50% 0;
    filter: blur(50px);
    width: min(100%, 200px);
    position: absolute;
    display: block !important;
  }
  .circle-purple-2,.circle-purple-5 {
    --sample-color: 222, 206, 255;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 50% 0 0 50%; /* 右半円を指定する */
    filter: blur(50px);
    width: min(100%, 200px);
    position: absolute;
    right: 0;
    overflow: hidden;
    display: block !important;
  }
  .circle-purple-1,.circle-purple-3,.circle-purple-4,.circle-purple-6 {
    --sample-color: 222, 206, 255;
    aspect-ratio: 1 / 2;
    background: radial-gradient(
      circle,
      rgba(var(--sample-color), 1),
      rgba(var(--sample-color), 0.3)
    );
    border-radius: 0 50% 50% 0; /* 右半円を指定する */
    filter: blur(50px);
    width: min(100%, 200px);
    position: absolute;
    display: block !important;
  }
  .circle-orange-1{
    top: 29%
  }
  .circle-orange-2{
    top: 50%
  }
  .circle-orange-3{
    top: 69%
  }
  .circle-purple-1 {
    top: 11%;
  }
  .circle-purple-2 {
    top: 35%;
  }
  .circle-purple-3 {
    top: 39%;
  }
  .circle-purple-4 {
    top: 61%;
  }
  .circle-purple-5 {
    top: 81%;
  }
  .circle-purple-6 {
    top: 87%;
  }
  .article-profile-right>p {
    font-size: 1.008vw;
    font-family: '游明朝 Medium', serif;
    padding-top: 2px;
  }
  span.article-profile-right {
    font-size: 1.55vw;
    margin-left: 30px;
    font-family: '游明朝 Medium', serif;
    margin-bottom: 45px;
  }
  p.p1.utamemory-letter, .utamemory-letter {
    font-size: 20px;
  }
  .article-template__content{
    margin-top: initial !important;
  }
  .article-profile-bottom {
    display: flex;
  }
  .article-profile-bottom {
    width: 100vw;
  }
  .article-profile-right-wrapper {
    display: flex;
    flex-direction: row;
  }
  .article-profile-right-wrapper>img {
    width: 31.008vw;
    height: 100%;
  }
  .article-profile-right {
    margin-left: 7%;
  }
  img.article-utamemory-logo {
    position: absolute;
    right: 0;
    top: 75%;
  }
}
.for-bg{
  position: relative;
}
p.article-img-bottom {
  display: flex;
  flex-direction: column;
}
.video-wrapper {
  display: flex;
  justify-content: center;
}
.article-interview-container {
  position: relative;
}
img.interview-img-top-purple {
  width: 100vw;
}
.for-bg {
  color: #121212 !important;
}

.overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop{
  overflow: initial;
}




/****** contact ******/
label.field__label-above>span {
  margin-left: 0.625vw;
  color: #FF4545;
}
@media only screen and (min-width: 750px){

  label.field__label-above {
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.875vw;
    color: #121212;
  }
  label.field__label-below {
    color: #C4C4C4;
    pointer-events: none;
  }
  label.field__label-below a:[href^=“tel:”] {
    color: #C4C4C4;
    pointer-events: none;
    text-decoration: none !important;
  }
  .field:after, .select:after, .localization-form__select:after {
    border-radius: 8px;
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(196, 196, 196, 1)
  }
  .field:hover.field:after, .select:hover.select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
    outline: 0;
    border-radius: 8px;
  }
  .field__input:focus, .field__input:not(:placeholder-shown) {
    padding: 0.8rem 1.5rem 0.8rem 2rem;
    margin: var(--inputs-border-width);
    border-radius: 8px;
  }
  .field-wrapper>.field {
    margin-bottom: initial;
  }
  .field-wrapper {
    margin-bottom: 2.5vw;
  }
  .field-wrapper>.field {
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 1.875vw;
    margin-bottom: 0.625vw;
  }
  .contact {
    margin-left: 25vw;
    margin-right: 25vw;
    max-width: initial;
  }
  .field__input {
    height: 4.375vw;
  }
  .field__label-inside {
    color: #C4C4C4;
    font-size: 1.25vw;
    line-height: 1.875vw;
    font-weight: 600;
    left: 0.625vw;
  }
  textarea#ContactForm-body {
    height: 23.438vw;
  }
  .contact-checkbox, .contact__button{
    text-align: center;
  }
  .contact-checkbox {
    margin-top: 0.625vw;
  }
  .contact__button {
    margin-top: 1.875vw;
  }
  input#privacy_policy_agree {
    margin-right: 1.25vw;
  }
  .contact-checkbox>label {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .contact__button>button {
    width: 16.563vw;
    height: 3.75vw;
  }
}

@media only screen and (max-width: 749px){

  label.field__label-above {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 7.179vw;
    color: #121212;
  }
  label.field__label-below {
    color: #C4C4C4;
  }
  .field:after, .select:after, .localization-form__select:after {
    border-radius: 8px;
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(196, 196, 196, 1)
  }
  .field:hover.field:after, .select:hover.select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
    outline: 0;
    border-radius: 8px;
  }
  .field__input:focus, .field__input:not(:placeholder-shown) {
    padding: 0.8rem 1.5rem 0.8rem 2rem;
    margin: var(--inputs-border-width);
    border-radius: 8px;
  }
  .field-wrapper>.field {
    margin-bottom: initial;
  }
  .field-wrapper {
    margin-bottom: 4.5vw;
  }
  .field-wrapper>.field {
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 7.179vw;
    margin-bottom: 0.625vw;
  }
  .field__input {
    height: 9.974vw;
  }
  .field__label-inside {
    color: #C4C4C4;
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 7.179vw;
    left: 0.625vw;
  }
  textarea#ContactForm-body {
    height: 23.438vw;
  }
  .contact-checkbox, .contact__button{
    text-align: center;
  }
  .contact-checkbox {
    margin-top: 0.625vw;
  }
  .contact__button {
    margin-top: 1.875vw;
  }
  input#privacy_policy_agree {
    margin-right: 1.25vw;
  }
  .contact-checkbox>label {
    color: #121212;
    font-size: 3.59vw;
    font-weight: 600;
    line-height: 7.179vw;
  }
  .contact__button>button {
    width: 51.282vw;;
    height: 3.75vw;
  }
}

.field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label {
  display: none;
}



.shopify-policy__container {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 750px){
  .shopify-policy__container {
    margin-left: 25vw;
    margin-right: 25vw;
    max-width: initial;
    padding: initial;
  }
  .shopify-policy__body>.rte>p {
    font-size: 1.25vw;
  }
  .shopify-policy__body>.rte>h2 {
    font-size: 1.406vw;
  }
  .shopify-policy__title>h1{
    margin-top: 5vw;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 749px){
  .shopify-policy__body>.rte>p {
    font-size: 3.59vw;
  }
  .shopify-policy__body>.rte>h2 {
    font-size: 4.615vw;
  }
}

/* ==================================
	Product Page
================================== */
/**** image with buy button ****/
span.tax-shipping {
  font-size: 12px;
  color: #0C0C0C;
  font-weight: 500 !important;
}
.product__tax.caption.rte {
  display: none;
}
.featured-product {
  border-radius: 40px;
  background: #FFF;
  height: 100%;
}
.product-media-container {
  border: initial;
}

@media only screen and (min-width: 750px){
  .product-logo-wrapper{
    width: 15.633vw;
    height: 4.766vw;
    }
  .image-with-buy-buttton {
    height: 49.234vw;
    background-color: rgba(20, 197, 174,0.5);
  }
  .image-with-buy-buttton>div {
    height: 100%;
    padding: 2.986vw 3.536vw;
  }
  .featured-product {
    padding: 7.269vw 3.026vw;
  }
  .product__info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  p.product__text {
    font-size: 1.179vw;
    letter-spacing: 0.177vw;
  }
  .p.product__info-container>div:last-child {
    margin-top: initial;
    width: 17.367vw;
  }
  product-form.product-form {
    margin: initial !important;
  }
  span.price-item.price-item--regular {
    font-size: 1.965vw;
    font-weight: bold;
  }
  span.tax-shipping {
    font-size: 1.179vw;
    font-weight: bold !important;
  }
  .product__info-container>.no-js-hidden {
    margin-top: 6.287vw;
    margin-bottom: initial;
  }
  .product__info-container>div:last-child {
    margin-top: initial;
  }
  .product-form__buttons {
    width: 17.367vw;
  }
}

@media only screen and (max-width: 749px){
  .image-with-buy-buttton>div {
    padding: 2.986vw 3.536vw;
  }
  .featured-product {
    padding: 7.269vw 3.026vw;
  }
  .product__info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }
  .product-logo-wrapper {
    width: 40vw;
    height: auto;
  }
  p.product__text.inline-richtext {
    margin-top: initial;
    font-size: 13px;
  }
  span.price-item.price-item--regular {
    font-size: 25px;
    font-weight: bold;
  }
  span.tax-shipping {
    font-size: 12px;
    font-weight: bold !important;
  }
  .product__info-container>.no-js-hidden {
    margin-top: 6.287vw;
    margin-bottom: initial;
  }
  .price.price--large.price--sold-out.price--show-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__info-container>div:last-child {
    margin-top: -15px;
  }
  .product-form {
    margin: initial !important;
  }
  .product-form__buttons {
    width: 200px;
  }
}

/**** app section ****/

.image-with-text__text-item>div>* {
  width: 100%;
}
.image-with-text__text-item.grid__item>div {
  height: 100%;
  justify-content: center;
}

@media only screen and (min-width: 750px){
  .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: 55%;
  }
  .image-with-text__text-item.grid__item {
    width: 45%;
  }
  .image-with-text__text-item.grid__item>div {
    padding-left: initial;
  }
  .image-with-text.image-with-text--no-overlap.isolate {
    height: 52.731vw;
  }
  .image-with-text__grid {
    height: 100%;
  }
  .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    border: initial;
  }
  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: center;
  }
  .image-with-text__text-item.grid__item>div>h2 {
    font-size: 1.965vw;
    font-weight: 600;
    letter-spacing: 0.334vw;
  }
  .image-with-text__text.rte.body {
    margin-top: 3.418vw;
  }
  .image-with-text__text>p {
    font-size: 1.179vw;
    letter-spacing: 0.118vw;
    margin-bottom: initial;
  }
  
  .image-with-text__text-item.grid__item>div>.app-link{
    margin-top: 8.887vw;
    font-size: 1.179vw;
    letter-spacing: 0.118vw;
  }
  .app-link>a>img {
    width: 13.212vw !important;
    height: 4.855vw !important;
  }
}

@media only screen and (max-width: 749px){
  .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    height: 250px;
    border: initial;
  }
  h2.image-with-text__heading.inline-richtext.h2 {
    text-align: center;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 600;
  }
  .image-with-text__text {
    font-size: 13px;
    text-align: center;
  }
  .image-with-text__text>p {
    margin-bottom: initial;
  }
  .image-with-text__text-item>div {
    padding: 20px;
  }
  .app-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-link>a>img {
    width: 38vw !important;
  }
}



/**** faq ****/
.frequently-asked-questions_question>p:before {
  content: 'Q.    ';
  white-space: pre-wrap;
}

@media only screen and (min-width: 750px){
  .frequently-asked-questions {
    padding: 0 21.336vw;
  }
  .frequently-asked-questions p {
    font-size: 1.179vw;
  }
  .frequently-asked-questions_answer.rte {
    background: #fff;
    border-radius: 0.747vw;
  }
  .faq-wrapper {
    margin-bottom: 2.731vw;
  }
  .frequently-asked-questions_answer.rte {
    padding: 1.415vw 8.3vw;
  }
}

@media only screen and (max-width: 749px){
  .frequently-asked-questions {
    padding: 0 4.103vw;
  }
  .frequently-asked-questions_answer.rte {
    background: #fff;
    border-radius: 10px;
  }
  .faq-wrapper {
    margin-bottom: 35px;
  }
  .faq-wrapper {
    margin-bottom: 35px;
  }
  .frequently-asked-questions_answer.rte {
    padding: 3vw 8.3vw;
  }
}

.frequently-asked-questions_question>p {
  font-weight: 600;
}

.frequently-asked-questions_question.rte {
  margin-bottom: 0.766vw;
}

.color-scheme-2, .color-scheme-3{
  color: #0C0C0C !important;
}