@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

/* 基本設定 */
.iulp, .iulp *, .iulp :after, .iulp :before {
  box-sizing: border-box;
}
.iulp {
  scroll-behavior: smooth;
}
.iulp body {
  font-family: "M PLUS 2", "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 画像 */
.iulp img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* タイポグラフィ */
.iulp h1 {
  max-width: 733px;
  margin: 0 auto 92px;
}
.iulp h2,
.iulp h3 {
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
}
.iulp h2 {
  font-size: 48px;
  color: #005ab4;
  margin-bottom: 33px;
  line-height: 1.1;
}
.iulp h3 {
  font-size: 36px;
  margin-bottom: 55px;
  line-height: 1.3;
}
.iulp h4 {
  font-weight: 400;
  font-size: 28px;
  font-weight: 500;
}
.iulp p {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.iulp .lp-about p{
  font-size: 24px;
  line-height: 1.75;
}
/* ヘッダー */
.iulp .header {
  margin: 31px 0 28px;
}
.iulp .header-container {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
.iulp .header-inner {
  display: flex;
  align-items: center;
  margin: auto;
}
.iulp .header-inner img{
  width: 200px;
}
.iulp .header-logo {
  margin-left: 25px;
}

/* メインビジュアル */
.iulp .page-KV {
  max-width: 1398px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
.iulp .KV {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.iulp .bubble-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 91px;
  width: 100%;
  justify-content: center;
  padding: 0px 100px;
}
.iulp .bubble {
  position: relative;
  max-width: 305px;
  max-height: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iulp .bubble .bubble-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.iulp .case {
  position: absolute;
  bottom: -92px;
  right: 64px;
  max-width: 206px;
  margin-bottom: 0;
  width: 100%;
  min-width: 114px;
}

/* 背景 */
.iulp .lp-background{
  background-image: url("../../img/202509_marukome/background.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 60px;
  max-width: 1366px;
  margin: 0 auto;
}

/* コンテンツ */
.iulp .lp-container {
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 16px;
}
.iulp .lp-about p {
  text-align: center;
}
.iulp .lp-about .white-text-container{
  padding: 84px 20px 20px;
  margin-top: -20px;
}
.iulp .menu-container {
  display: flex;
  gap: 50px;
  margin: 60px 0;
}
.iulp .menu {
  width: 345px;
  height: 345px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iulp .menu img {
  height: 280px;
}
.iulp .loop-slider {
  display: flex;
  align-items: flex-start;
  overflow-x: hidden;
  /* margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); */
}
.iulp .loop-slider-track-1,
.iulp .loop-slider-track-2 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 30px;
  padding-left: 30px;
}
.iulp .loop-slider-track-1{
  animation: loop-1 50s calc(50s / -2) linear infinite;
}
.iulp .loop-slider-track-2{
  animation: loop-2 50s linear infinite;
}

.iulp .image-text {
  display: flex;
  align-items: flex-start;
}
.iulp .image-text figure {
  width: 100%;
  margin: 0;
}
.iulp .description {
  margin-bottom: 0;
}
.iulp .white-text-container > *:last-child,
.iulp .description > *:last-child {
  margin-bottom: 0;
}
.iulp .image-text.full-image {
  display: block;
  margin-bottom: 87px;
}
.iulp .image-left {
  flex-direction: row-reverse;
}
.iulp .caption-overlay{
  position: relative;
}
.iulp .caption-overlay img{
  border-radius: 20px;
}
.iulp .caption-overlay figcaption{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  bottom: -27px;
  background-color: #ffff46;
  padding: 9px 15px 10px 15px;
  border-radius: 6px;
}
.iulp .caption-overlay .caption-right{
  right: 20px;
} 
.iulp .caption-overlay .caption-left{
  left: 19px;
}
.iulp .white-text-container{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.iulp .blue-text-box{
  border: 1px solid #0080c8;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 25px 18px 12px 16px;
}
.iulp .simple-column{
  margin-bottom: 82px;
}
.iulp .simple-column .white-text-container{
  width: 42%;
}
.iulp .simple-column figure{
  width: 58%;
}
.iulp .interview{
  margin-bottom: 40px;
  gap: 20px;
}
.iulp .interview:last-child{
  margin: 0;
}
.iulp .interview .white-text-container{
  padding: 15px 19px 12px 17px;
}
.iulp .interview .description,
.iulp .interview .caption-overlay{
  width: calc((100% - 20px) / 2);
}
.iulp .interview-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.iulp .interview-body {
  display: flex;
  flex-grow: 0;
  gap: 14px;
  position: relative;
  z-index: 20;
  background-color: #0080c8;
  border-radius: 6px;
  padding: 10px;
  align-items: center;
  min-width: 200px;
}
@media screen and (max-width: 450px) {
  .iulp .interview-body{
    flex-direction: column;
  }
  .iulp .interview-image{
    align-self: flex-end;
  }
}
.iulp .interview-body h4{
  color: #ffffff;
}
.iulp .interview-body h4 span{
  font-size: 16px;
  line-height: 1.5;
}
.iulp .interview-body h4 > span:first-child{
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}
.iulp .interview-body h4 > span:last-child{
  margin-left: 5px;
}
.iulp .interview-container{
  display: flex;
}
.iulp .image-left .interview-container{
  justify-content: flex-end;
}
.iulp .image-right .interview-body{
  margin-bottom: -12px;
  margin-left: 38px;
}
.iulp .image-left .interview-body{
  margin-bottom: -12px;
  margin-right: 38px;
}
.iulp .interview-right .interview-photo{
  margin-left: 17px;
}
.iulp .interview-photo {
  width: 104px;
  border-radius: 50%;
}
.iulp .interview-image{
  position: relative;
}
.iulp .interview-left .interview-label,
.iulp .interview-right .interview-label{
  max-width: 98px;
  position: absolute;
}
.iulp .interview-left .interview-label{
  left: -77px;
}
.iulp .interview-right .interview-label{
  left: -60px;
}
.iulp .interview-photo {
  max-width: 104px;
}

/* フッター */
.iulp .footer {
  background-color: #828282;
  padding: 47px 0 25px;
  position: relative;
}
.iulp .footer-catch-copy {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.iulp .copyright {
  color: #FFF;
  line-height: 1.1;
  text-align: right;
  margin-bottom: 0;
}
.iulp .copyright small {
  font-size: 13px;
}

/* ページトップボタン */
.iulp .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -.03em;
  column-gap: 0.25rem;
  width: 7.625rem;
  height: 2.625rem;
  border: 1px solid #D6D6D6;
  border-radius: 62.5rem;
  background-color: #FFF;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.iulp .to-top span.icon {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.iulp .to-top.show,
.iulp .to-top.stopped {
  opacity: 1;
  visibility: visible;
}
.iulp .to-top.stopped {
  position: absolute;
  margin-bottom: 20px;
}
.iulp .to-top:hover {
  border-color: #333;
}

/* アニメーション */
.iulp .js-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.iulp .js-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 背景画像  0.3秒遅れ*/
.iulp .js-fade-in.KV-bg {
  transition-delay: 0.3s;
}

/* 吹き出し画像  0.6秒遅れ */
.iulp .js-fade-in.bubble {
  transition-delay: 0.6s;
}

/* SVGテキスト  0.9秒遅れ*/
.iulp .js-fade-in.bubble-text {
  transition-delay: 0.9s;
}
@keyframes loop-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%); 
  }
}
.iulp .sp-only{
  display: none;
}
/* レスポンシブ */
@media screen and (max-width: 640px) {
  .iulp .header-inner img{
    width: 144px;
  }
  .iulp h1 {
    max-width: 353px;
    margin: 0 auto 62px;
  }
  .iulp h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }
  .iulp h3 {
    font-size: 29px;
    margin-bottom: 35px;
    line-height: 1.2;
  }
  .iulp h4 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .iulp p {
    font-size: 20px;
    line-height: 1.6;
  }
  .iulp .lp-about p{
    font-size: 20px;
    margin-bottom: 45px;
  }
  .iulp figcaption {
    font-size: 16px;
  }
  .iulp .header {
    margin: 20px 0;
  }
  .iulp .header-container,
  .iulp .page-KV {
    padding: 0;
  }
  .iulp .bubble-wrap {
    gap: 44px;
    padding: 50px;
  }
  .iulp .bubble {
    max-width: 150px;
    max-height: 164px;
  }
  .iulp .header-logo {
    margin-left: 36px;
    max-width: 144px;
  }
  .iulp .lp-container{
    padding: 0 30px;
  }
  .iulp .lp-background{
    background-image: url("../../img/202509_marukome/background_sp.png");
    background-size: 100% auto;
    padding-top: 54px;
    padding-bottom: 65px;
    margin: 0 auto;
  }
  
  .iulp .case {
    bottom: -53px;
    right: 30px;
    max-width: 70px;
  }
  .iulp .caption-overlay figcaption{
    padding: 10px;
  }
  .iulp .caption-overlay img{
    border-radius: 18px;
  }
  .iulp .lp-about .caption-overlay figcaption{
    left: 10px;
    right: auto;
  }
  .iulp .lp-about p {
    text-align: left;
    line-height: 1.6;
  }
  .iulp .lp-about .white-text-container{
    padding: 85px 20px 17px 21px;
    margin-top: -17px;
  }
  .iulp .menu-container{
    margin: 18px 0 35px;
    gap: 38px;
  }
  .iulp .menu{
    width: 260px;
    height: 260px;
    flex-shrink: 0;
  }
  .iulp .menu img {
    height: 214px;
  }
  .iulp .simple-column .white-text-container{
    padding: 19px 20px 17px;
    width: 100%;
  }
  .iulp .simple-column figure{
    width: 100%;
  }
  .iulp .interview {
    margin-bottom: 64px;
  }
  .iulp .interview .white-text-container{
    padding: 17px 20px 18px 20px;
  }
  .iulp .image-left .interview-body{
    align-items: flex-start;
  }
  .iulp .interview .description,
  .iulp .interview .caption-overlay{
    width: 100%;
  }
  .iulp .interview-body{
    gap: 13px;
  }
  .iulp .image-text {
    flex-direction: column;
    gap: 18px;
  }
  .iulp .image-text.full-image{
    margin-bottom: 44px;
  }
  .iulp .simple-column{
    margin-bottom: 69px;
  }
  .iulp .image-left {
    flex-direction: column;
  }
  .iulp .image-left figure,
  .iulp .image-right figure {
    max-width: 100%;
  }
  .iulp .full-image .caption-overlay figcaption{
    right: 10px;
    left: auto;
  }
  .iulp .caption-overlay .caption-left{
    left: 10px;
  }
  .iulp .caption-overlay .caption-right{
    right: 10px;
  }
  .iulp .footer {
    padding: 15px 0 20px;
  }
  .iulp .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .iulp .footer-catch-copy {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
    max-width: 170px;
  }
  .iulp .copyright {
    margin-top: 32px;
  }
  .iulp .copyright small{
    font-size: 10px;
  }
  .iulp .to-top {
    font-size: 0.6875rem;
    width: 5.8125rem;
    height: 1.875rem;
    right: 16px;
  }
  .iulp .to-top.stopped {
    top: 15px;
  }
  .iulp .to-top span.icon {
    width: .875rem;
    height: .875rem;
  }
  .iulp .sp-only{
    display: block;
  }
}

