@charset "utf-8";

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

html {
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  line-height: 1.618;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  list-style-type: none;
  margin: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.41;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

@media(max-width: 599px) {
  p br {
    display: none;
  }
}

img {
  max-width: 100%;
  /* 1 */
  height: auto;
  /* 1 */
  vertical-align: middle;
  /* 2 */
  font-style: italic;
  /* 3 */
  background-repeat: no-repeat;
  /* 4 */
  background-size: cover;
  /* 4 */
  shape-margin: 0.75rem;
  /* 5 */
}

画像の大きさ .l-max-width-90 {
  max-width: 90%;
}

.l-max-width-80 {
  max-width: 80%;
}

.l-max-width-70 {
  max-width: 70%;
}

.l-max-width-60 {
  max-width: 60%;
}

.l-max-width-50 {
  max-width: 50%;
}

.l-max-width-40 {
  max-width: 40%;
}

.l-max-width-30 {
  max-width: 30%;
}

.l-max-width-20 {
  max-width: 20%;
}

.l-max-width-10 {
  max-width: 10%;
}

strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

ins {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

figure {
  border: 0;
  margin: 0;
}

fieldset {
  border: 0;
}

/* Safariで文字が太らないようにする */

_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  body {
    -webkit-font-smoothing: antialiased;
  }
}

/* 文字色
======================================================================= */

body {
  color: #5d535c;
}

a,
a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:active {
  color: #1a0dab;
  text-decoration: none;
}

a:hover>img {
  opacity: .9;
}

/*
  アクセント　アンダーライン
======================================================================= */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffe8e3;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

/* 背景色
======================================================================= */
/*ベースカラー*/
.bg__base {
  background-color: #fcfaf5;
}

/*アクセントカラー*/
.bg__accent {
  background-color: #e89686;
}

/*制作の流れ　グラデーション背景色*/
.bg__pink-01 {
  background-color: #fff4f2;
}

.bg__pink-02 {
  background-color: #ffeeeb;
}

.bg__pink-03 {
  background-color: #ffe8e3;
}

.bg__pink-04 {
  background-color: #ffe1db;
}

.bg__pink-05 {
  background-color: #ffdbd4;
}

.bg__pink-06 {
  background-color: #ffd4cc;
}

/* =======================================================================
  メディアクエリによる表示／非表示
======================================================================= */

.pc {
  display: block;
}

.sp {
  display: none;
}

@media(max-width: 599px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* =======================================================================
  レイアウト
======================================================================= */

/* 幅 */
.l-width {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 860px;
}

@media(max-width: 599px) {
  .l-width {
    padding: 0 24px;
  }
}

.inner-width {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}

/* バック横幅いっぱい */

body .l-wide {
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

/* 間隔 */

.l-margin {
  margin: clamp(30px, 8vw, 60px) auto;
}

.l-margin-s {
  margin: clamp(20px, 5.3vw, 40px) auto;
}

.l-mt-40 {
  margin-top: clamp(20px, 5.3vw, 40px);
}

.l-padding {
  padding: clamp(30px, 8vw, 60px) 0;
}

.l-padding-s {
  padding: clamp(20px, 5.3vw, 40px);
}

.l-padding>.l-margin:first-child {
  margin-top: 0;
}

.l-padding>.l-margin:last-child {
  margin-bottom: 0;
}

/* 文字揃え */

.l-txt-center,
p.l-txt-center {
  text-align: center;
}

.l-txt-right,
p.l-txt-right {
  text-align: right;
}

.l-txt-left,
p.l-txt-left {
  text-align: left;
}


/*header ファーストビュー
======================================================================= */
.header {
  width: 100%;
  margin: 0 auto;
}

.header>h1 {
  width: 100%;
  text-align: center;
}


/* =======================================================================
  メイン
======================================================================= */
.main>*:last-child {
  margin-bottom: 0;
}

/* =======================================================================
  タイポグラフィー
======================================================================= */

.main p:not([class]) {
  font-size: 1.1em;
}

@media(max-width: 599px) {
  .main p:not([class]) {
    font-size: 1em;
  }
}

/* 小見出し H3
======================================================================= */

.h3 {
  font-size: clamp(24px, 5vw, 30px);
  line-height: 1.333;
  letter-spacing: .5em;
}

.message__contents,
.works__contents,
.voice__contents,
.price__contents,
.flow__contents {
  position: relative;
}

.message__contents::before,
.works__contents::before,
.voice__contents::before,
.price__contents::before,
.flow__contents::before {
  position: absolute;
  top: 0;
  left: -70px;
  width: 25px;
  height: 160px;
  background-size: cover;
  background-position: center;
}

.message__contents::before {
  content: url('img/subheading__message.png');
}

.works__contents::before {
  content: url('img/subheading__works.png');
}

.voice__contents::before {
  content: url('img/subheading__voice.png');
}

.price__contents::before {
  content: url('img/subheading__price.png');
}

.flow__contents::before {
  content: url('img/subheading__flow.png');
}

@media(max-width: 850px) {

  .message__contents::before,
  .works__contents::before,
  .voice__contents::before,
  .price__contents::before,
  .flow__contents::before {
    display: none;
  }

  h3 {
    display: inline-block;
    font-size: clamp(24px, 5vw, 30px);
    line-height: 1.333;
    letter-spacing: .5em;
    border-bottom: solid 1px #e89686;
    padding-bottom: .5em;
  }

  .h3__sp {
    display: block;
    font-size: 14px;
  }
}

@media(min-width: 850px) {
  .h3__sp {
    display: none;
  }
}


/* 制作物 WORKS
======================================================================= */
.works>.l-width {
  padding: 0;
}

.works__contents>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.works__contents.l-margin-s {
  margin-bottom: 0;
}

.works__label {
  display: inline-block;
  background-color: #e89686;
  color: #fff;
  padding: .5em;
  line-height: 1;
  font-size: .9em;
  font-weight: 500;
  letter-spacing: .15em;
  border-radius: 3px;
  margin-right: .8em;
}

.works__type {
  font-size: .9em;
}

@media(max-width: 599px) {
  .works__contents>ul {

    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    place-items: center;
  }

  .works__label {
    display: inline-block;
    background-color: #e89686;
    color: #fff;
    padding: .5em;
    line-height: 1;
    font-size: .9em;
    font-weight: 500;
    letter-spacing: .15em;
    border-radius: 3px;
    margin-right: .8em;
  }

  .works__type {
    font-size: .9em;
  }

}

/* お客様の声 WORKS
======================================================================= */

.voice__box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: solid 1px #5d535c;
  border-radius: 5px;
}

.voice__box>figure {
  flex-shrink: 0;
}

@media(max-width: 599px) {
  .voice__box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

/* 料金 price
======================================================================= */

.price {
  background: url(img/price__bg.jpg) no-repeat top center / 80%;
}

.price__h4 {
  font-size: clamp(20px, 7vw, 28px);
}

.price__box01 {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.price__price {
  display: flex;
  justify-content: space-between;
}

.price__price>img {
  display: block;
}

.price__h5 {
  font-size: clamp(20px, 4.5vw, 24px);
  position: relative;
}

.price__box02 {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #e89686;
  border-right: none;
  border-radius: 5px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  position: relative;
}

.price__box02::after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #5d535c;
  top: 90px;
  left: calc(calc(50% - 340px)* -1);
  width: calc(450px + 50% - 340px);
}

@media(min-width: 599px) and (max-width: 768px) {
  .price__box02::after {
    top: 14vw;
    left: calc(calc(50% - 20px)* -1);
    /*左端に配置*/
    width: calc(300px + 50% - 20px);
  }
}

@media(max-width: 599px) {
  .price__box02::after {
    top: 15vw;
    left: calc(calc(50% - 20px)* -1);
    width: calc(250px + 50% - 20px);
  }
}

.price__box02__inner>ul {
  margin-top: 40px;
}

.price__box02__inner>ul>li {
  position: relative;
  padding-bottom: .5em;
  padding-left: 33px;
  font-size: 18px;
  line-height: 1.5;
}

.price__box02__inner>ul>li::before {
  position: absolute;
  content: url('img/icon__star.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  top: 0;
  left: 0;
  font-size: 1.1em;
}


@media(max-width: 599px) {
  .price {
    background: url(img/price__bg.jpg) no-repeat top center / 50%;
  }

  .price__price {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
  }

  .price__box02__inner {
    width: 90%;
  }

  .price__box02__inner>ul>li::before {
    transform: scale(0.8);
    margin-right: .2em;
  }
}

/* 制作の流れ flow
======================================================================= */

ul.flow__list-01>li.flow__number:first-child {
  margin-top: 0;
}

.flow__number {
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow__number-text {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}

.flow__h4 {
  font-size: 1.1em;
  line-height: 1;
  padding-bottom: .5em;
  text-indent: 1em;
  position: relative;
}

.flow__h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e89686;
}

@media(max-width: 599px) {

  .flow__number-text {
    line-height: 1.333;
    font-size: 18px;
  }

  .flow__h4::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e89686;
  }
}

/* ご依頼・お問い合わせ contact
======================================================================= */
.contact h3 {
  display: inline-block;
  border-bottom: solid 1px #e89686;
  padding-bottom: .5em;
}

.h3__subhedding {
  display: block;
  font-size: 14px;
}

.contact__contents {
  font-size: 18px;
}

/* ボタン　今すぐLINEで相談する
======================================================================= */

.cta__btn {
  display: block;
  width: 96%;
  opacity: 1;
  transition: 0.5s all;
  transform-origin: center center;
  animation: anime1 1.2s ease-in-out infinite alternate;
  margin-inline: auto;
}

@keyframes anime1 {
  100% {
    transform: scale(1.05);
  }
}

/* =======================================================================
  プロフィール
======================================================================= */
.profile.l-padding {
  padding-top: 0;
}

.profile__contents {
  background-image: url(img/profile_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.profile__title {
  margin-bottom: 1em;
  letter-spacing: .5em;
  font-size: 1.1em;
  line-height: 1;
  font-feature-settings: "palt";
  color: #5d535c;
}

.profile__name-j {
  margin-bottom: .5em;
  letter-spacing: .5em;
  font-size: 1.618em;
  line-height: 1;
  font-feature-settings: "palt";

  color: #5d535c;
  font-weight: bold;
}

.profile__name-j-ruby {
  font-size: .7em;
  letter-spacing: .25em;
}

.profile__name-e {
  margin-bottom: 1.5em;
  color: #e89686;
  letter-spacing: .25em;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  font-feature-settings: "palt";
  text-transform: uppercase;
}

.profile__photo {
  float: right;
  margin: 0 0 2em 2em;
  width: 150px;
}

.profile__photo img {
  border-radius: 50%;
}

.main .profile h4 {
  margin: 1.5em 0 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

@media(max-width: 599px) {

  .profile__photo {
    display: block;
    float: none;
    margin: 1em auto;
    width: 40%;
  }

  .profile__name-j {
    text-align: center;
    font-size: 18px;
  }

  .profile__name-e {
    text-align: center;
    font-size: 15px;
  }

  .main .profile p,
  .main .profile li {
    font-size: .9em;
  }

  .main .profile h4 {
    font-size: 18px;
  }

  .profile__title {
    margin-bottom: 1em;
    letter-spacing: 0;
    font-size: 1.1em;
    text-align: center;
  }
}

/* =======================================================================
  フッター
======================================================================= */
.footer__inner {
  background-color: #e89686;
  padding: 30px 0;
  text-align: center;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__navi {
  text-align: right;
}

.footer__navi p {
  margin-bottom: 0;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.footer__nav ul li {
  font-size: .9em;
}

.footer__nav ul li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__copy {
  font-size: 1em;
  color: #fff;
}

@media(max-width: 599px) {
  .footer__inner {
    display: block;
  }

  .footer__copy {
    font-size: .75em;
    text-align: center;
  }
}

/* =======================================================================
  ページ下部常駐ボタン
======================================================================= */

.sticky-footer-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;

  padding: 30px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: translate(-50%);
  line-height: 1;
}

.sticky-footer-btn img {
  height: 80px;
}

.footer {
  padding-bottom: 140px;
}

@media(max-width: 599px) {
  .sticky-footer-btn img {
    height: auto;
  }

  .footer {
    padding-bottom: 130px;
  }
}