@charset "UTF-8";
/*
Theme Name: 株式会社三州紙業
Theme URI: http://www.sanshu.net/
Author: 株式会社すろーらいふ
Author URI: https://www.slow-life.co.jp/
Description: 株式会社三州紙業WEBサイト用オリジナルテンプレート
Version: 1.0
*/




/********************normalize.cssここから********************/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/********************normalize.cssここまで********************/




/********************set.cssここから********************/

/*全ての初期マージンとパディングを0に*/
* {
    margin: 0px;
    padding: 0px;
  }
  /*ページ全体のフォントを変更*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /*Regular*/
    font-style: normal;
    font-feature-settings: "palt";

    color: #333;
    line-height: 1.5;

    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
  }
  /*リストのマークを削除と色など*/
  ul,ol,li{
    list-style-type: none;
    color: #333;
    line-height: 1.5;
  }
  /*hタグのマージン消しと色など*/
  h1,h2,h3,h4,h5,h6 {
    margin: 0;
  }
  /*pの文字色行間など*/
  p {
    text-align: justify;
  }
  /*画像の隙間消し*/
  img{
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }
  /*リンクの下線と文字色直し*/
  a{
    color: inherit;
    text-decoration: none;
  }

/********************set.cssここまで********************/




header {
  position: fixed;
  top: 0;
  z-index: 350;
  width: 100%;
  display: flex; 
  justify-content: center;
  transition: .3s;
}
header.close {
  transform: translateY(-100%);
}

.header-inner {
  padding: 24px 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: .3s;
}

.header-logo-wrap a {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  transition: 0.3s;
}
.header-logo {
  width: auto;
  height: 56px;
  margin-right: 24px;
}
.header-logo-wrap-fc {
  display: flex;
  flex-direction: row;
}

.header-nav {
  display: flex;
  align-items: baseline;
}
.header-nav li {
  font-weight: 700; /*Bold*/
  color: #fff;
  margin-left: 40px;
  position: relative;
  transition: .3s;
}
.header-nav li a {
  padding-bottom: 8px;
  position: relative;
}
.header-nav li a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header-nav li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.sm-act1.header-inner {
  background-color: #024492;
}
.curves-nav .sm-act1.header-inner {
  background-color: #802077;
}

.header-nav .button {
  display: block;
}
.header-nav .button a {
  width: 240px;
  height: 64px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s;
}
.header-nav .button a img {
  width: auto;
  height: 32px;
  transition: 0.3s;
}
.header-nav .button a::before {
  content: none;
}
.header-nav .button a:hover {
  background-color: #fff;
}
.header-nav .button a:hover img {
  mix-blend-mode: exclusion;
}

.header-nav .curves-button a {
  background-color: #802077;
  border: #802077 solid 2px;
  border-radius: 32px;
}
.header-nav .curves-button a:hover img {
  opacity: 0;
}
.header-nav .curves-button a:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 95px;
  height: 32px;
  background-image: url(images/about_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-nav .sanshu-button a {
  background-color: #024492;
  border: #024492 solid 2px;
}
.header-nav .sanshu-button a:hover img {
  opacity: 0;
}
.header-nav .sanshu-button a:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 95px;
  height: 32px;
  background-image: url(images/logo_blue.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-nav-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-nav-sp li {
  font-weight: 700; /*Bold*/
  margin-bottom: 24px;
}
.header-nav-sp li a {
  padding-bottom: 8px;
  position: relative;
}
.header-nav-sp li a::before {
  background: #333;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header-nav-sp li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-nav-sp li:last-child {
  margin: 0;
}
.header-nav-sp.main_nav_fadein {
  display: none;
  animation: nav_fadein .4s linear 0s;
}
@keyframes nav_fadein {
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

.header-nav-sp-2nd {
  text-align: center;
}
.header-nav-sp-2nd ul {
  display: flex;
  flex-wrap: wrap;
}
.header-nav-sp-2nd ul li {
  font-size: 14px;
  margin: 16px 16px 0 0;
}
.header-nav-sp-2nd ul li:last-child {
  margin: 16px 0 0 0;
}

.button-tablet {
  display: none;
}

.accordion {
  display: flex;
  align-items: baseline;
  position: relative;
}
.accordion ul {
  position: absolute;
  left: -24px;
  top: calc(100% + 12px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  width: 100px;
  padding: 16px 24px 24px;
  background-color: #024492;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 4px #333;
  box-sizing: content-box;
}
.accordion .show {
  visibility: visible;
  opacity: 1;
}
.sm-act1 .accordion .show {
  background-color: #024492;
}
.accordion ul li {
  margin: 0 0 16px 0;
}
.accordion ul li:last-child {
  margin: 0;
}
.accordion svg {
  margin-left: 8px;
  width: auto;
  height: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.accordion svg .st0 {
  transition: 0.3s;
}
.accordion svg.open {
  transform: rotate(180deg);
}
.openbtn {
  display: none;
}




.curves-wrap h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; /*Bold*/
  font-style: normal;
  font-feature-settings: "palt";
}




main {
  position: relative;
}
.parallax {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url('images/top_img-100.jpg');
  transition: .3s;
}
.parallax-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.parallax-curvestop {
  background-image: url('images/curves_img-100.jpg');
}




.sanshutop-header-r {
  position: relative;
  width: 100%;
  height: 200vh;
}
.sanshutop-header-inner-r {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.sanshutop-header-img-r {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url('images/top_img-100.jpg');
}
.sanshutop-header-content-r {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  position: relative;
  z-index: 20;
}
.sanshutop-header-content1 {
  width: calc(100% - 320px);
  height: calc(100vh - 80px);
  min-width: 864px;
  margin: 0 auto 0;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sanshutop-header-content1 h1 {
  font-size: 76px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  line-height: 1.05; /*文字欠け分0.05調整*/
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.sanshutop-header-content1 h1 span {
  overflow: hidden;
}
.sanshutop-header-content1 h1 span span {
  display: inline-block;
  transform: translateY(100%);
  animation: slide1 .6s .6s forwards; /*アニメーション内容　実働時間　待機時間　アニメーション後停止*/
}
@keyframes slide1{
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sanshutop-header-content1 h1 span:first-child {
  width: 100%;
}

.sanshutop-header-content2 {
  width: calc(100% - 320px);
  height: 100vh;
  min-width: 864px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.sanshutop-header-content2 p {
  font-size: 22px;
  font-weight: 500; /*Medium*/
  letter-spacing: .075em;
  line-height: 2;
  color: #fff;
}
.sanshutop-header-content2-end {
  margin-bottom: 40px;
}




.sanshutop-header-index2 {
  background-color: #024492;
}




.animation-wrap-index2 {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.animation-wrap-index2-inner {
  width: calc(100% - 320px);
  min-width: 864px;
  height: calc(100% - 80px);
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.animation-wrap-index2-inner2 {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 640px;
  min-width: 346px;
  position: relative;
}
.animation-wrap-index2-inner2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#index_animation_test1 {
  opacity: 0;
}
#squareStroke {
  opacity: 1;
}
#paper1 {
  opacity: 0;
}
#roll1 {
  opacity: 0;
}
#hikoki_mini {
  opacity: 0;
}




.animation-wrap-index3-inner2 {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 640px;
  min-width: 346px;
  position: relative;
}
.animation-wrap-index3-inner2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 166.66vw;
  height: auto;
}
#mask_wrap {
  z-index: 5;
}




.animation-wrap-index4-1-inner2 {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 640px;
  min-width: 346px;
  position: absolute;
}
.animation-wrap-index4-1-inner2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.animation-wrap-index4-2-inner2 {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: 640px;
  min-width: 346px;
  position: absolute;
}
.animation-wrap-index4-2-inner2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 166.66vw;
  height: auto;
}
#square_mae {
  opacity: 0;
}
#panphlet_mae {
  opacity: 0;
}
#tissue_go {
  opacity: 0;
}
#tissue_mae {
  opacity: 0;
}
#roll_hashi {
  opacity: 0;
}
#roll_go {
  opacity: 0;
}
#hikoki_mae {
  opacity: 0;
}
#hikoki_go {
  opacity: 0;
}





.sanshutop-block1-index2-left h1 {
  width: calc(100% - calc(40% + 80px));
}
.sanshutop-block2-index2-left div {
  width: calc(100% - calc(40% + 80px));
}




.sanshutop-header {
  position: relative;
  width: 100%;
  height: 100vh;
}
.sanshutop-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.sanshutop-header-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url('images/top_img-100.jpg');
}
.sanshutop-header-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.sanshutop-header-content h1 {
  font-size: 76px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 320px);
  min-width: 864px;
}
.sanshutop-header-content span:first-child {
  width: 100%;
}
.sanshutop-header-content-t div {
  width: calc(100% - 320px);
  min-width: 864px;
}
.sanshutop-header-content-t p {
  font-size: 22px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  line-height: 2;
  color: #fff;
  margin-bottom: 64px;
}
.sanshutop-header-content-t p:last-child {
  margin-bottom: 0;
}








.curvestop-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #802077;
}
.curvestop-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  margin-top: -100%;
  transition: .9s;
}
.curvestop-bg {
  margin-top: 0;
}
.curvestop-header-inner::before {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px; /*隙間埋め*/
  background-image: url(images/curves_maru_ue.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 15;
}
.curvestop-header-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url('images/curves_img_trim_g2-100.jpg');
}
.curvestop-header-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 5;
}
.curvestop-header-content h1 {
  position: relative;
  font-size: 76px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  width: calc(100% - 320px);
  min-width: 864px;
}
.curvestop-header-content span:first-child {
  width: 100%;
}




.curvesshop-header {
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #802077;
}
.curvesshop-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  margin-top: -100%;
  transition: .9s;
}
.curvesshop-bg {
  margin-top: 0;
}
.curvesshop-header-inner::before {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(images/curves_maru_ue.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 15;
}
.curvesshop-header-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-image: url('images/curvesshop_top-100.jpg');
}
.curvesshop-header-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 5;
}
.curvesshop-header-content h1 {
  position: relative;
  font-size: 66px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #fff;
  z-index: 10;
}




.top-block1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-block1-inner {
  width: calc(100% - 320px);
  min-width: 864px;
}
.top-block1 h1 {
  font-size: 76px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.top-block1 h1 span:first-child {
  width: 100%;
}
.top-block1-curves h1 {
  flex-direction: column;
  align-items: center;
}
.top-block1-curves h1 span:first-child {
  width: auto;
}
.top-block1 p {
  font-size: 22px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  line-height: 2;
  color: #fff;
  margin-bottom: 64px;
}
.top-block1 p:last-child {
  margin-bottom: 0;
}




.top-block2 {
  margin: 0 auto 0;
  padding-top: 80px;
  width: calc(100% - 328px);
  min-width: 864px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.top-block2-left {
  width: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -.1em;
}
.top-block2-left h2 {
  font-size: 50px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  line-height: 1;
}
.top-block2-left .button {
  margin-top: 64px;
}
.top-block2-left .button a {
  width: 240px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  background-color: #024492;
  border: #024492 solid 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.top-block2-left .button a:hover {
  color: #024492;
  background-color: #fff;
  border: #024492 solid 2px;
}
.top-block2-right {
  width: calc(100% - 320px); /*240+80*/
}
.top-block2-right li {
  font-size: 18px;
  padding: 24px 0;
  border-top: #666 solid 1px;
}
.top-block2-right li:last-child {
  border-bottom: #666 solid 1px;
}
.top-block2-right li a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  transition: 0.3s;
}
.top-block2-right li a:hover {
  color: #024492;
}




.parallax-sanshu {
  position: relative;
  padding: 200px 0 80px; /*112px + 104px*/
  background-color: #024492;
}

.sanshu-block1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sanshu-block1 h1 {
  font-size: 66px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #fff;
}
.sanshu-block1 p {
  font-size: 66px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #fff;
}

.sanshu-block2 {
  margin: 0 auto 0;
  padding-top: 80px;
  max-width: 960px;
  width: calc(100% - 160px);
}

.sanshu-block2-wide {
  max-width: none;
  width: calc(100% - 320px);
}
.sanshu-block2-wide h2 {
  font-size: 50px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  width: 248px;
  margin-top: -.1em;
}
.sanshu-block2-wide-right {
  width: calc(100% - 328px);
}
.sanshu-block2-wide-right ul {
  width: 100%;
}




.curves-block1 {
  background-color: #802077;
  position: relative;
  padding: 80px 0 40px;
}
.curves-block1::before {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  position: absolute;
  top: -159px;
  left: 0;
  background-image: url(images/curves_maru_ue.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.curves-block1::after {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  position: absolute;
  bottom: -159px;
  left: 0;
  background-image: url(images/curves_maru_shita.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.curves-block1 p {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 2;
  color: #fff;
}

.curves-block-inner {
  width: calc(100% - 320px);
  margin: 0 auto;
}

.curves-block1-1 {
  width: calc(calc(100vw - 335px) * 0.44); /*320+15*/
  position: relative;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
}
.curves-block1-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: -127.27%;
  width: calc(127.27% - 120px);
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url(images/curves_read_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: 0.6s;
  z-index: 60;
}
.curves-block1-1-img.curves-block1-1::after {
  transform: scale(1);
}
.curves-block1-2 {
  width: 100%;
  max-width: 624px;
  display: flex;
  flex-wrap: wrap;
}
.curves-block1-wrap { 
  overflow: hidden;
}
.curves-block1-img {
    clear: both;
    float: right;
    margin: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    transform: scale(0);
    transition: 0.6s;
}
.curves-block1-img.curves-block1-img-scale {
  transform: scale(1);
}
.curves-block1-img img {
  width: 100%;
  height: auto;
}
.curves-block1-space {
    width: 1px;
    height: 100%;
    background: transparent;
}
.curves-block1-text h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: calc(80px - .4em);
}
.curves-block1-text-end {
  margin-bottom: 64px;
}
figure.curves-block1-banner {
  margin-top: 24px;
}
.curves-block1-banner img {
  width: 320px;
  height: auto;
}
.curves-block1-banner a {
  transition: 0.3s;
}
.curves-block1-banner a:hover {
  opacity: 0.6;
}

.curves-block2 {
  margin-top: 80px;
  position: relative;
  z-index: 50;
}
.curves-block2 .curves-block-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 80px;
}
.curves-block2-right {
  width: calc(100% - 664px);
}
.curves-block2-right h2 {
  font-size: 50px;
  letter-spacing: .1em;
  color: #802077;
  margin-bottom: calc(24px - .4em);
}
.curves-block2-right h3 {
  font-size: 34px;
  letter-spacing: .05em;
  color: #333;
  margin-bottom: calc(32px - .4em);
}
.curves-block2-right p {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
.curves-block2 figure {
  width: 584px;
  height: auto;
  transform: scale(0);
  transition: .6s;
}
.curves-block2-img.curves-block2 figure {
  transform: scale(1);
}
.curves-block2 figure img {
  width: 100%;
  height: auto;
}
.curvestop-button a {
  width: 240px;
  height: 64px;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  background-color: #802077;
  border: #802077 solid 2px;
  border-radius: 32px;
  box-sizing: border-box;
  transition: 0.3s;
}
.curvestop-button a:hover {
  color: #802077;
  background-color: #fff;
}

.curves-block3 {
  margin-top: 80px;
}
.curves-block3 .curves-block-inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.curves-block3-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 248px;
}
.curves-block3 h2 {
  font-size: 50px;
  letter-spacing: .1em;
  color: #802077;
  margin-top: -.2em;
}
.curves-block3-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 328px);
  font-size: 18px;
}
body .curvestop-button-sp {
  display: none;
}

.curves-block4 {
  margin: 120px auto -40px; 
}
.curves-block4 h2 {
  font-size: 26px;
  letter-spacing: .05em;
  color: #802077;
  margin-top: -.2em;
  text-align: center;
}
.curves-block4 .curves-block-inner {
  background-color: #F2E9F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  box-sizing: border-box;
}
.curves-block4-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 40px;
}
.curves-block4-logo {
  display: flex;
  align-items: center;
  gap: 24px;
}
.curves-block4-logo img {
  width: auto;
  height: 60px;
}
.curves-block4-logo-read {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #802077;
  display: flex;
  flex-direction: column;
}
.curves-block4-logo-banner a {
  transition: 0.3s;
}
.curves-block4-logo-banner a:hover {
  opacity: 0.6;
}
.curves-block4-logo-banner a img {
  width: auto;
  height: 100px;
}
.curves-block4-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
}
.curves-block4-link li {
  width: auto;
}
.curves-block4-link a {
  width: 376px;
  height: 82px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #333;
  background-color: #fff;
  border-radius: 41px;
  box-sizing: border-box;
  transition: 0.3s;
}
.curves-block4-link a:hover {
  color: #fff;
  background-color: #802077;
}
.curves-block4-link img {
  width: auto;
  height: 50px;
  margin-left: 16px;
}

.curves-shop-block1 {
  position: relative;
  z-index: 50;
  padding: 80px 0;
}
.curves-shop-block1 h2 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  margin-bottom: calc(40px - .4em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.curves-shop-block1 p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
}
.curves-shop-block1::after {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: static;
  background-image: none;
}

.curves-shop-block2 {
  position: relative;
  z-index: 25;
  height: 80vh;
  overflow: hidden;
}
.curves-shop-block2 iframe {
  width: 100%;
  height: calc(100% + 68px);
  margin-top: -68px;
  border: none;
  transition: .3s;
}

.curves-shop-block3 .curves-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  max-width: 1120px;
}
.curves-shop-block3 h2 {
  font-size: 42px;
  letter-spacing: .1em;
  color: #802077;
  margin-bottom: calc(32px - .4em);
}
.curves-shop-block3 p {
  font-size: 26px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  margin-bottom: calc(64px - .4em);
}

.shoparea {
  width: 100%;
  margin-bottom: 40px;
}
.shoparea h3 {
  font-size: 30px;
  letter-spacing: .1em;
  margin-bottom: calc(24px - .4em);
}
.shoparea li {
  padding: 16px 0;
  font-size: 18px;
  border-top: #666 solid 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.shoparea li:last-child {
  border-bottom: #666 solid 1px;
}
.shoparea li b {
  font-optical-sizing: auto;
  font-weight: 500; /*Medium*/
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: .05em;
  display: inline-block;
  margin-right: 40px;
  width: 272px;
}




.newslist ul {
  margin-bottom: 80px;
}
.newslist li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 26px;
  border-bottom: #666 solid 1px;
}
.newslist li a:hover {
  color: #024492;
}
.newslist li a {
  display: flex;
  flex-direction: column;
}
.newslist li a span:first-child {
  font-size: 18px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a {
  color: #666;
  margin: 0 8px;
  font-size: 14px;
}
.wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagenavi span {
  color: #666;
  margin: 0 8px;
  font-size: 14px;
}
.wp-pagenavi span.current {
  color: #333;
  text-decoration: underline;
}




.newsdetail {
  margin: 0 auto 80px;
  padding-bottom: 64px; /*80px相当 64+16*/
  border-bottom: #666 solid 1px;
}
.newsdetail .newsdetail-date p {
  font-size: 18px;
  margin-bottom: 16px; /*32px相当 32-16*/
}
.newsdetail h1 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  color: #024492;
  margin-bottom: 64px;
}
.newsdetail h2 {
  font-size: 30px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  padding-left: 40px;
  margin: 64px 0 24px;
  position: relative;
}
.newsdetail h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: #024492;
}
.newsdetail h3 {
  font-size: 26px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  margin: 40px 0 24px;
}
.newsdetail p {
  font-size: 18px;
  margin-bottom: 16px;
}
.newsdetail .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.newsdetail .wp-block-gallery figure {
  width: calc(50% - 4px);
  height: auto;
}
.newsdetail .wp-block-gallery figure img {
  width: 100%;
  height: auto;
}
.newsdetail-back {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #666;
}
.newsdetail-back a {
  display: inline-block;
}
.newsdetail-back a:hover {
  text-decoration: underline;
}
.newsdetail-back-button a {
  width: 240px;
  height: 64px;
  margin: 80px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  background-color: #024492;
  border: #024492 solid 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.newsdetail-back-button a:hover {
  color: #024492;
  background-color: #fff;
}





.contact-read {
  margin-bottom: 80px;
  font-size: 18px;
  letter-spacing: .05em;
}
.contact h2 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  margin-bottom: calc(40px - .4em);
}
.contact div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f6fa;
  padding: 64px;
  margin-bottom: 80px;
}
.contact div p {
  text-align: center;
  font-size: 18px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
}
.contact div p.tel {
  font-size: 50px;
  font-weight: 600;
  color: #024492;
  margin-top: -.4em; /*lineheight分の調整*/
  margin-bottom: calc(32px - .4em);
}
.contact .tel span:first-child {
  margin-right: 16px;
}
.fax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact .mail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  /*margin: -.4em 0 calc(32px - .4em);*/
  margin: 0;
  margin-bottom: calc(32px - .4em);
  padding: 0;
  gap: 10px;
}
.contact .mail p {
  font-size: 50px;
  font-weight: 600;
  color: #024492;
  margin: -.22em 0 0;
  padding: 0;
}
.contact .mail figure {
  margin: 0;
  padding: 0;
}




.links div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.links div:last-child {
  margin-bottom: 0;
}
.links li {
  font-size: 18px;
  padding: 16px 0;
  border-top: #666 solid 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 40px;
}
.links li:last-child {
  border-bottom: #666 solid 1px;
}
.links li a {
  font-size: 22px;
  font-weight: 500; /*Medium*/
  display: inline-block;
  transition: 0.3s;
  width: 320px;
}
.links li a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(images/gaibu_k.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.links li a:hover {
  color: #024492;
}
.links li a:hover::after {
  background-image: url(images/gaibu_hover.png);
}


.recruit-block1 {
  margin-bottom: 80px;
}
.recruit-block1 h2 {
  width: auto;
  margin-bottom: 40px;
}
.recruit-block1 h3 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  margin-bottom: 32px;
}
.recruit-block1 p {
  font-size: 18px;
  font-weight: 500; /*Medium*/
}
.recruit-block1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}
.recruit-block1 li {
  width: calc(16.66% - 26.66px); /*6分割*/
  min-width: 182px;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 28px;
  box-sizing: border-box;
  background-color: #024492;
  font-size: 26px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.recruit-block1 li span {
  padding: 0;
}

.recruit-sanshu {
  margin-bottom: 80px;
  padding: 80px;
  background-color: #f2f6fa;
}
.recruit-sanshu h3 {
  font-size: 48px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  text-align: center;
  /*margin-bottom: 40px;*/
  margin-bottom: -.4em;
}
.recruit-sanshu h4 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  margin-top: 56px;
  margin-bottom: 32px;
}
.recruit-sanshu li {
  font-size: 18px;
  padding: 24px 0;
  border-top: #666 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.recruit-sanshu li:last-child {
  border-bottom: #666 solid 1px;
}
.recruit-sanshu li span:first-child {
  font-size: 26px;
  font-weight: 500; /*Medium*/
  display: inline-block;
  width: 132px;
}
.recruit-sanshu li span:last-child {
  display: inline-block;
  width: calc(100% - 172px); /*132+40*/
  font-weight: 400; /*Regular*/
}

.recruit-curves {
  background-color: #f8f4f8;
}
.recruit-curves h3 {
  color: #802077;
}

.no-recruit {
  font-size: 18px;
  font-weight: 400; /*Regular*/
  text-align: center;
  margin-top: 40px;
}




.business-block1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.shop-wrap {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #666 ;
}
.shop-wrap:last-child {
  padding-bottom: 80px;
  margin-bottom: 0;
  border-bottom: none;
}
.shop-wrap h3 {
  margin-bottom: 32px;
}
.shop-wrap h3 img {
  width: auto;
  height: 80px;
}
.shop-wrap p {
  font-size: 18px;
  font-weight: 500; /*Medium*/
}
.shop-wrap h3 {
  font-size: 46px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  line-height: 1.2;
}
.shop-wrap h4 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  margin: 64px 0 0;
}
.shop-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 32px;
}
.shop-wrap ul li {
  width: calc(25% - 30px);
}
.shop-wrap ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.shop-wrap ul li b {
  font-size: 20px;
  font-weight: 700; /*Bold*/
  margin-bottom: 4px;
}
.shop-wrap ul li p {
  font-size: 16px;
  font-weight: 400; /*Regular*/
}
.shop-wrap .wp-block-buttons.curves-button a {
  width: 240px;
  height: 64px;
  margin-top: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  background-color: #802077;
  border: #802077 solid 2px;
  border-radius: 32px;
  box-sizing: border-box;
  transition: 0.3s;
}
.shop-wrap .curves-button a:hover {
  color: #802077;
  background-color: #fff;
}

.shop-wrap .wp-block-buttons a {
  width: 240px;
  height: 64px;
  margin-top: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #024492;
  border: #024492 solid 2px;
  border-radius: 0px;
  box-sizing: border-box;
  transition: 0.3s;
}
.shop-wrap .wp-block-buttons a:hover {
  color: #024492;
  background-color: #fff;
}
.shop-wrap .wp-block-buttons a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(images/gaibu.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.shop-wrap .wp-block-buttons a:hover::after {
  background-image: url(images/gaibu_hover.png);
}




.about-block1 {
  margin-bottom: 160px;
}
.about-block1 h2 {
  font-size: 76px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  width: 100%;
  margin-top: -.1em;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
.about-block1-wrap { 
  overflow: hidden;
}
.about-block1-img {
    clear: both;
    float: right;
    margin: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-block1-img img {
  width: 100%;
  height: auto;
}
.about-block1-space {
    width: 1px;
    height: 100%;
    background: transparent;
}
.about-block1-text p {
  font-size: 20px;
  letter-spacing: .04em;
  line-height: 2;
}
.about-block1-wrap figcaption {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 24px 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 16px;
}
.about-block1-wrap figcaption b {
  font-size: 26px;
  font-weight: 500;
}




.about-block2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}

.about-block2 dl {  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-block2 dt {
  font-size: 26px;
  font-weight: 500; /*Medium*/
  letter-spacing: .05em;
  width: 232px;
  border-top: #666 solid 1px;
  padding: 24px 40px 24px 0;
  box-sizing: border-box;
}
.about-block2 dd {
  font-size: 18px;
  width: calc(100% - 232px); /*192+40*/
  border-top: #666 solid 1px;
  padding: calc(24px + .4em) 0 24px;
}
.about-block2 dt:nth-last-child(2) {
  border-bottom: #666 solid 1px;
}
.about-block2 dd:last-child {
  border-bottom: #666 solid 1px;
}




.itemdetail h1 {
  font-size: 50px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  margin-bottom: calc(64px - .2em);
}
.itemdetail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.itemdetail li {
  width: calc(33.33% - 53.33px);
  height: auto;
  padding: 40px;
  background-color: #f2f6fa;
  box-sizing: border-box;
}
.itemdetail img {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: 264px;
  margin: 0 auto 8px;
  /*display: block;*/
}

.itemdetail b {
  font-size: 20px;
  font-weight: 500; /*Medium*/
  color: #333;
  /*margin: 8px 0 4px;
  width: auto;
  display: block;*/
}




.itemlist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.itemlist li {
  width: calc(50% - 40px);
  height: auto;
  padding: 64px;
  background-color: #f2f6fa;
  box-sizing: border-box;
}
.itemlist img {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: 320px;
  margin: 0 auto;
  display: block;
}
.itemlist li h2 {
  font-size: 34px;
  font-weight: 700; /*Bold*/
  letter-spacing: .05em;
  color: #024492;
  display: block;
  margin: 8px 0 calc(20px - .4em);
  width: auto;
}
.itemlist li p {
  font-size: 18px;
  font-weight: 500; /*Medium*/
}
.itemlist li p.item_cat_detail {
  font-size: 16px;
  font-weight: 400; /*Regular*/
  border-top: #666 solid 1px;
  margin-top: 32px;
  padding-top: 32px;
}
.itemlist_button a {
  width: 100%;
  max-width: 240px;
  height: 64px;
  margin-top: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700; /*Bold*/
  color: #fff;
  background-color: #024492;
  border: #024492 solid 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.itemlist_button a:hover {
  color: #024492;
  background-color: #fff;
}

/*.itemlist div {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.itemlist div div {
  width: calc(50% - 40px);
  height: auto;
  padding: 64px;
  background-color: #f2f6fa;
  box-sizing: border-box;
  display: block;
}*/




.itemdetail_2column h1 {
  font-size: 50px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  margin-bottom: calc(64px - .2em);
}
.itemdetail_2column li h2 {
  font-size: 20px;
  font-weight: 500; /*Medium*/
  color: #333;
  margin: 8px 0 4px;
  width: auto;
}
.itemdetail_2column li p {
  font-size: 16px;
  font-weight: 400; /*Regular*/
}
.itemdetail_2column .printpaper_warehouse {
  border-top: #666 solid 1px;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
  gap: 24px;
}
.itemdetail_2column .printpaper_warehouse p {
  width: calc(50% - 12px);
}
.itemdetail_2column .printpaper_warehouse img {
  width: 100%;
  max-width: none;
  height: auto;
}

.itemdetail_2column_wrap h1 {
  font-size: 50px;
  font-weight: 700; /*Bold*/
  letter-spacing: .1em;
  color: #024492;
  margin-bottom: calc(64px - .2em);
}
.itemdetail_2column {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.itemdetail_2column div {
  width: calc(50% - 40px);
  height: auto;
  padding: 64px;
  background-color: #f2f6fa;
  box-sizing: border-box;
  display: block;
}
.itemdetail_2column div h2 {
  font-size: 20px;
  font-weight: 500; /*Medium*/
  color: #333;
  margin: 8px 0 4px;
  width: auto;
}
.itemdetail_2column div p {
  font-size: 16px;
  font-weight: 400; /*Regular*/
}
.itemdetail_2column div hr {
  margin: 32px 0;
  border: none;
  border-top: #666 solid 1px;
}
.itemdetail_2column div .wp-block-media-text {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.itemdetail_2column div .wp-block-media-text__content {
  width: calc(50% - 12px);
  padding: 0;
}
.itemdetail_2column div .wp-block-media-text__media {
  width: calc(50% - 12px);
  align-self: auto;
}
.itemdetail_2column div .wp-block-media-text__media img {
  width: 100%;
  max-width: none;
  height: auto;
}




footer {
  width: 100%;
  margin-top: 120px;
  padding: 80px 160px;
  position: relative;
  background-color: #e5e5e5;
  box-sizing: border-box;
}
.footer-block1 {
  display: flex;
  flex-wrap: wrap; /*vw 1616px break*/
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer-block1-logo {
  margin: 0 40px 40px 0;
}
.footer-block1 ul {
  display: flex;
  align-items: flex-start;
  gap: 16px 40px;
}
.footer-block1 ul li {
  font-size: 16px;
  font-weight: 700; /*Bold*/
}
.footer-block1 ul li a {
  position: relative;
  padding-bottom: 4px;
}
.footer-block1 ul li a::before {
  background: #333;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.footer-block1 ul li ul li a::before {
  height: 1px;
}
.footer-block1 ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer-block1 ul li ul {
  display: flex;
  flex-direction: column;
  margin: 8px 0 0 0;
  gap: 8px;
}
.footer-block1 ul li ul li {
  font-size: 14px;
  font-weight: 400; /*Regular*/
}
.footer-block1 ul li ul li::before{
  content: "･";
  color: #333;
}
.copyright {
  font-size: 12px;
}




/********************ここから********************/
@media only screen and (max-width: 1600px) {
  .sanshutop-block2-index2-left p {
    display: inline;
  }
  .sanshutop-block2-index2-left .sanshutop-header-content2-end {
    display: block;
    margin: 0;
  }
}
/********************ここまで********************/




/********************ここから********************/
@media only screen and (max-width: 1592px) {
  .recruit-block1 li {
    width: calc(20% - 25.6px); /*5分割*/
  }
}
/********************ここまで********************/




/********************カーブスページロゴ周りここから********************/
@media only screen and (max-width: 1536px) {
  .header-logo-wrap a {
    align-items: center;
    font-size: 18px;
  }
  .header-logo {
    margin-right: 20px;
  }
  .header-logo-wrap-fc {
    flex-direction: column;
  }

  .itemdetail_2column div .wp-block-media-text {
    flex-direction: column;
  }
  .itemdetail_2column div .wp-block-media-text__content {
    width: 100%;
  }
  .itemdetail_2column div .wp-block-media-text__media {
    width: 100%;
  }
}
/********************カーブスページロゴ周りここまで********************/




/********************1440pxここから********************/
@media only screen and (max-width: 1440px) {
  .header-nav .button {
    display: none;
  }

  .button-tablet {
    display: block;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 350;
  }
  .button-tablet a {
    width: 240px;
    height: 64px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #802077;
    border: #802077 solid 2px;
    border-radius: 32px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
  }
  .button-tablet a img {
    transition: 0.3s;
    width: auto;
    height: 32px;
  }
  .button-tablet a::before {
    content: none;
  }
  .button-tablet a:hover {
    background-color: #fff;
  }
  .button-tablet a:hover img {
    opacity: 0;
  }
  .button-tablet a:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 95px;
    height: 32px;
    background-image: url(images/about_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sanshu-button-tab a {
    background-color: #024492;
    border: #024492 solid 2px;
    border-radius: 0;
  }
  .sanshu-button-tab a img {
    width: auto;
    height: 36px;
  }
  .sanshu-button-tab a:hover img {
    opacity: 0;
  }
  .sanshu-button-tab a:hover::after {
    content: "";
    display: block;
    position: absolute;
    width: 93px;
    height: 36px;
    background-image: url(images/logo_blue.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }




  .top-block2 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .top-block2-left {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .top-block2-left .button {
    margin-top: 0;
  }
  .top-block2-right {
    width: 100%;
  }




  .curves-block1-1 {
    width: calc(calc(100vw - 335px) * 0.5212);
  }
  .curves-block1-1::after {
    top: auto;
    bottom: 0;
    right: -91.84%;
    width: calc(91.84% - 80px);
    min-width: 396px;
  }
  .curves-block1-2 {
    max-width: none;
  }

  .curves-block2 {
    margin-top: 120px;

  }
  .curves-block2-right {
    width: calc(50% - 40px);
  }
  .curves-block2-right h2 {
    letter-spacing: 0em;
  }
  .curves-block2-right h3 {
    letter-spacing: 0em;
  }
  .curves-block2-right p {
    display: block;
  }
  .curves-block2 figure {
    width: calc(50% - 40px);
  }




  .sanshu-block2-wide h2 {
    width: auto;
    margin-bottom: 40px;
  }
  .sanshu-block2-wide-right {
    width: auto;
  }




  .links div {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 80px;
  }
  .links div:last-child {
    margin-bottom: 0;
  }




  .business-block1 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 120px;
  }

  .shop-wrap h3 {
    margin-bottom: 24px;
  }
  .shop-wrap .lawson-logo {
    margin-top: 0;
  }
  .shop-wrap h4 {
    margin: 40px 0 0;
  }
  .shop-wrap ul {
    gap: 24px;
    margin-top: 24px;
  }
  .shop-wrap ul li {
    width: calc(25% - 18px);
  }




  .about-block1 {
    margin-bottom: 80px;
  }
  .about-block1 h2 {
    font-size: 68px;
  }
  .about-block1-img {
      max-width: 550px;
      width: 45%;
  }




  .about-block2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 80px;
  }




  .itemdetail li {
    width: calc(50% - 40px);
  }




  .itemdetail_2column .printpaper_warehouse {
    flex-direction: column;
  }
  .itemdetail_2column .printpaper_warehouse p {
    width: 100%;
  }




  .footer-block1 {
    justify-content: flex-start;
  }
  .footer-block1 ul {
    flex-direction: column; /*vw 1440px break*/
    flex-wrap: wrap; /*vw 1440px break*/
  }
  .footer-block1-size {
    height: 160px; /*vw 1440px break*/
  }




}
/********************1440pxここまで********************/




/********************ここから********************/
@media only screen and (max-width: 1376px) {
  .recruit-block1 li {
    width: calc(25% - 24px); /*4分割*/
  }
}
/********************ここまで********************/




/********************1280pxここから********************/
@media only screen and (max-width: 1280px) {
  .header-nav {
    display: none;
  }

  .header-nav-sp.main_nav_fadein {
    display: flex;
  }
  
  .openbtn {
    position: relative;
    cursor: pointer;
    width: 56px;
    height: 56px;
    transition: all .3s;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .openbtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #fff;
    width: 56px;
    transition: all .3s;
  }
  .openbtn span:nth-of-type(1) {
    top: 0px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 14px;
  }
  .openbtn span:nth-of-type(3) {
    top: 28px;
  }
  .openbtn::after {
    content: "MENU";
    font-size: 12px;
    font-weight: 700; /*Bold*/
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    transition: .3s;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 0;
    transform: translateY(15.75px) rotate(-30.96deg);
    width: 56px;
    background: #333;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 0;
    transform: translateY(15.75px) rotate(30.96deg);
    width: 56px;
    background: #333;
  }
  .openbtn.active::after  {
    content: "CLOSE";
    font-size: 12px;
    font-weight: 700; /*Bold*/
    line-height: 1;
    letter-spacing: .1em;
    color: #333;
  }
  .sm-act1.sp-menu-white.header-inner {
    background-color: #fff;
  }




  .curves-block-inner {
    min-width: 849px;
  }

  .curves-block1-1 {
    width: calc(50% - 40px);
    display: block;
  }
  .curves-block1-1::after {
    right: calc(-100% - 80px);
    width: 100%;
    min-width: auto;
  }
  .curves-block1-2 {
    max-width: none;
    display: block;
  }

  .curves-block2 {
    margin-top: 120px;
  }
  .curves-block2-right {
    width: calc(50% - 40px);
  }
  .curves-block2-right h2 {
    letter-spacing: 0em;
  }
  .curves-block2-right h3 {
    letter-spacing: 0em;
  }




  .sanshu-block2-wide {
    max-width: 960px;
    width: calc(100% - 160px);
  }




  .itemdetail h1 {
    margin-bottom: calc(56px - .2em);
  }
  .itemdetail ul {
    gap: 64px;
  }
  .itemdetail li {
    width: calc(50% - 32px);
    padding: 32px;
  }




  .itemlist ul {
    gap: 64px
  }
  .itemlist li {
    width: calc(50% - 32px);
    padding: 48px;
  }




  .itemdetail_2column_wrap h1 {
    margin-bottom: calc(56px - .2em);
  }

  .itemdetail_2column {
    gap: 64px;
  }
  .itemdetail_2column div {
    width: calc(50% - 32px);
    padding: 48px;
  }
  



  .curves-block4 h2 {
    font-size: 22px;
  }
  .curves-block4-title {
    gap: 24px 24px;
  }
  .curves-block4-logo {
    gap: 16px;
  }
  .curves-block4-logo img {
    width: auto;
    height: 48px;
  }
  .curves-block4-logo-read {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  .curves-block4-logo-banner a img {
    width: auto;
    height: 56px;
  }
  .curves-block4-link li {
    width: 100%;
  }
  .curves-block4-link a {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  .curves-block4-link a:hover {
    color: #fff;
    background-color: #802077;
  }
  .curves-block4-link img {
    margin-left: 16px;
  }




}
/********************1280pxここまで********************/




/********************タブレット縦768pxデザインここから※実数値1024px********************/
@media only screen and (max-width: 1024px) {
  .header-inner {
    padding: 24px 64px;
  }

  .sanshutop-header-content1 {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    height: calc(100vh - calc(100vw - 0px)); /*160 -80 -80 = 0*/
    min-width: auto;
    padding: 0;
  }
  .sanshutop-header-content1 h1 {
    font-size: 60px;
    gap: 32px 0;
  }
  .sanshutop-header-content2 {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    /*min-width: 695px;*/
    height: auto;
    min-width: auto;
    padding-bottom: 80px;
  }
  .sanshutop-header-content2 p {
    font-size: 20px;
  }
  .sanshutop-header-content2-end {
    margin-bottom: 32px;
  }




  .sanshutop-header-index2 {
    background-color: #024492;
    height: auto;
  }
  .sanshutop-header-index2-inner {
    position: relative;
  }
  .animation-wrap-index2 {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s;
  }
  .animation-wrap-index2-inner {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 160px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .animation-wrap-index2-inner2 {
    width: 40%;
    max-width: 640px;
    min-width: 278px;
  }
  .animation-index2-tab {
    opacity: 0;
  }/*スクロールでアニメーション消す*/




  .animation-wrap-index4-1-inner2 {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .animation-wrap-index4-2-inner2 {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .animation-wrap-index4-2-inner2 svg {
    width: 409.41vw;
    height: auto;
  }




  .sanshutop-block1-index2-left h1 {
    width: 100%;
  }
  .sanshutop-block2-index2-left div {
    width: 100%;
  }
  .sanshutop-block2-index2-left p {
    display: block;
  }
  .sanshutop-block2-index2-left .sanshutop-header-content2-end {
    display: block;
    margin: 32px;
  }




  .sanshutop-header-content h1 {
    font-size: 60px;
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: 695px;
  }
  .sanshutop-header-content-t div {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: 695px;
  }
  .sanshutop-header-content-t p {
    font-size: 20px;
  }




  .curvestop-header-img {
    background-image: url('images/curves_img_tab-100.jpg');
  }

  .curvestop-header-content h1 {
    font-size: 60px;
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: auto;
  }

  .curvesshop-header {
    height: 280px;
  }
  .curvesshop-header-img {
    height: 280px;
  }
  .curvesshop-header-content h1 {
    font-size: 52px;
  }




  .top-block1-inner {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: auto;
  }
  .top-block1 h1 {
    font-size: 62px;
  }
  .top-block1 p {
    font-size: 20px;
    margin-bottom: 56px;
  }




  .top-block2 {
    /*width: calc(100% - 160px);*/
    width: calc(100% - 128px);
    min-width: 680px;
  }
  .top-block2-left {
    margin-bottom: 24px;
  }
  .top-block2-left h2 {
    font-size: 44px;
  }
  .top-block2-right li {
    padding: 20px 0;
  }




  .curves-block1 {
    padding: 80px 0 40px;
  }
  .curves-block1 p {
    font-size: 20px;
  }

  .curves-block-inner {
    width: calc(100% - 160px);
    min-width: 680px;
  }

  .curves-block1-1 {
    width: calc(50% - 32px);
    margin-bottom: 40px;
  }
  .curves-block1-1::after {
    top: 0;
    bottom: auto;
    right: calc(-100% - 64px);
  }
  .curves-block1-text p {
    display: inline;
  }
  p.curves-block1-text-end {
    display: block;
    margin-bottom: 40px;
  }
  figure.curves-block1-banner {
    display: block;
    margin-top: 24px;
  }
  .curves-block1-banner img {
    width: 256px;
    height: auto;
  }
  
  .curves-block2 {
    margin-top: 120px;
  }
  .curves-block2 .curves-block-inner {
    align-items: flex-start;
    gap: 64px;
  }
  .curves-block2-right {
    width: calc(50% - 32px);
  }
  .curves-block2-right h2 {
    font-size: 40px;
    margin-bottom: calc(20px - .4em);
  }
  .curves-block2-right h3 {
    font-size: 30px;
    margin-bottom: calc(24px - .4em);
  }
  .curves-block2 figure {
    width: calc(50% - 32px);
  }

  .curvestop-button a {
    margin-top: 24px;
  }

  .curves-block3 {
    margin-top: 64px;
  }
  .curves-block3 .curves-block-inner {
    gap: 64px;
  }
  .curves-block3 h2 {
    font-size: 44px;
  }
  .curves-block3-right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 328px);
  }




  .curves-shop-block1 {
    padding: 40px 0 40px;
  }
  .curves-shop-block1 h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .curves-shop-block1 p {
    font-size: 20px;
  }

  .curves-shop-block3 .curves-block-inner {
    padding-top: 64px;
    max-width: none;
  }
  .curves-shop-block3 h2 {
    font-size: 44px;
    margin-bottom: calc(24px - .4em);
  }
  .curves-shop-block3 p {
    font-size: 30px;
    margin-bottom: calc(40px - .4em);
  }

  .shoparea {
    margin-bottom: 32px;
  }
  .shoparea h3 {
    font-size: 30px;
    margin-bottom: calc(20px - .4em);
  }
  .shoparea li {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .shoparea li b {
    font-size: 22px;
    margin-right: 0;
    width: auto;
  }



  .parallax-sanshu {
    padding: 176px 0 72px; /*104px + 72px*/
  }

  .sanshu-block1 h1 {
    font-size: 52px;
  }
  .sanshu-block1 p {
    font-size: 52px;
  }
  .sanshu-block2-wide h2 {
    font-size: 44px;
    margin-bottom: 24px;
  }
  



  .newslist ul {
    margin-bottom: 64px;
  }
  .newslist li {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }




  .newsdetail {
    margin: 0 auto 64px;
    padding-bottom: 48px; /*64px相当 48+16*/
  }
  .newsdetail .newsdetail-date p {
    margin-bottom: 8px; /*24px相当 24-16*/
  }
  .newsdetail h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .newsdetail h2 {
    font-size: 28px;
    margin: 40px 0 20px;
  }
  .newsdetail h3 {
    font-size: 24px;
    margin: 36px 0 20px;
  }
  .newsdetail-back-button a {
    margin: 64px auto 0;
    font-size: 18px;
  }




  .contact h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .contact div {
    padding: 40px;
    margin-bottom: 64px;
  }
  .contact div p.tel {
    font-size: 36px;
    margin-bottom: calc(24px - .2em);
  }
  .contact .tel span:first-child {
    margin-right: 8px;
  }
  .contact .mail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    margin-bottom: calc(32px - .4em);
    padding: 0;
    gap: 10px;
  }
  .contact .mail p {
    font-size: 40px;
    margin: -.22em 0 0;
    padding: 0;
  }
  .contact .mail figure {
    /*width: 80%;
    transform: scale(0.8);*/
    max-width: 554px; /*693×.8*/
  }




  .links div {
    margin-bottom: 64px;
  }
  .links div:last-child {
    margin-bottom: 0;
  }
  .links li {
    padding: 20px 0;
  }
  .links li a {
    font-size: 22px;
  }




  .recruit-block1 {
    margin-bottom: 64px;
  }
  .recruit-block1 h2 {
    margin-bottom: 32px;
  }
  .recruit-block1 h3 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .recruit-block1 ul {
    gap: 24px;
    margin-top: 32px;
  }
  .recruit-block1 li {
    width: calc(25% - 18px); /*4分割*/
    min-width: 143px;
    padding: 20px;
    font-size: 22px;
  }

  .recruit-sanshu {
    margin-bottom: 64px;
    padding: 40px;
  }
  .recruit-sanshu h3 {
    font-size: 40px;
    /*margin-bottom: 32px;*/
  }
  .recruit-sanshu h4 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .recruit-sanshu li {
    padding: 20px 0;
  }
  .recruit-sanshu li span:first-child {
    font-size: 22px;
    width: 112px;
  }
  .recruit-sanshu li span:last-child {
    width: calc(100% - 136px); /*112+24*/
  }

  .no-recruit {
    margin-top: 32px;
  }




  .business-block1 {
    margin-bottom: 80px;
  }

  .shop-wrap {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
  .shop-wrap:last-child {
    padding-bottom: 64px;
  }
  .shop-wrap h3 img {
    width: auto;
    height: 56px;
  }
  .shop-wrap h4 {
    font-size: 30px;
    margin: 32px 0 0;
  }
  .shop-wrap ul {
    gap: 24px;
    margin-top: 24px;
  }
  .shop-wrap ul li {
    width: calc(25% - 18px);
  }
  .shop-wrap .curves-button a {
    margin-top: 20px;
  }
  .shop-wrap .shop-link a {
    margin-top: 20px;
  }




  .about-block1 {
    margin-bottom: 64px;
  }
  .about-block1 h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .about-block1-img {
      margin: 0 0 0 32px;
      max-width: 340px;
      width: 45%;
  }
  .about-block1-text p {
    font-size: 20px;
    display: inline;
  }
  p.about-block1-text-end {
    display: block;
  }
  .about-block1-wrap figcaption {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .about-block1-wrap figcaption b {
    font-size: 22px;
  }




  .about-block2 {
    margin-bottom: 64px;
  }
  
  .about-block2 dt {
    font-size: 22px;
    width: 192px;
    padding: 20px 36px 20px 0;
  }
  .about-block2 dd {
    width: calc(100% - 192px); /*192+40*/
    padding: calc(20px + .1em) 0 20px;
  }




  .itemdetail h1 {
    font-size: 40px;
    margin-bottom: calc(48px - .2em);
  }
  .itemdetail ul {
    gap: 56px;
  }
  .itemdetail li {
    width: calc(50% - 28px);
    padding: 24px;
  }




  .itemlist ul {
    gap: 56px
  }
  .itemlist li {
    width: calc(50% - 28px);
    padding: 40px;
  }
  .itemlist li h2 {
    font-size: 30px;
    margin: 8px 0 16px;
  }
  .itemlist li p.item_cat_detail {
    margin-top: 24px;
    padding-top: 24px;
  }




  .itemdetail_2column_wrap h1 {
    font-size: 40px;
    margin-bottom: calc(48px - .2em);
  }

  .itemdetail_2column {
    gap: 56px;
  }
  .itemdetail_2column div {
    width: calc(50% - 28px);
    padding: 40px;
  }

  .itemdetail_2column div hr {
    margin: 24px 0;
  }
  .itemdetail_2column div .wp-block-media-text {
    gap: 16px;
  }




  footer {
    padding: 80px 64px 32px;
  }
  .footer-block1 ul {
    gap: 16px 20px;
  }
  .footer-block1 ul li ul {
    margin: 8px 0 0 0;
  }




}
/********************タブレット縦768pxデザインここまで※実数値1024pxここまで********************/




/********************ここから********************/
@media only screen and (max-width: 840px) {
  .recruit-block1 ul {
    gap: 20px;
  }
  .recruit-block1 li {
    width: calc(25% - 15px); /*4分割*/
    min-width: 128px;
    padding: 16px;
    font-size: 18px;
  }
}
/********************ここまで********************/




/********************タブレット768pxここから********************/
@media only screen and (max-width: 768px) {
  .animation-wrap-index2-inner {
    max-width: 600px;
  }
  .top-block2 {
    min-width: auto;
  }
}
/********************タブレット768pxここまで********************/




/********************横向きデザインここから※実数値1024px※タブレット大　横1024px未満********************/
@media only screen and (max-width: 1280px) and (max-height: 840px) {
  .animation-wrap-index2-inner {
    width: auto;
    min-width: auto;
    height: calc(100vh - 120px);
    max-height: 464px;
    aspect-ratio: 1 / 1;
    margin: 88px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .animation-wrap-index4-2-inner2 svg {
    width: auto;
    height: calc(100vh - 120px);
    max-height: 424px;
  }
  .sanshutop-header-content1 {
    width: calc(100% - 128px);
    height: auto;
    min-width: auto;
    margin: 0 auto 0;
    padding: 48px 0 0 0;
  }
  .sanshutop-header-content2 {
    width: calc(100% - 128px);
    height: auto;
    min-width: auto;
  }
  .sanshutop-block2-index2-left {
    height: auto;
    margin: 48px auto 0;
    padding-bottom: 48px;
  }
  .sanshutop-header-index2 {
    background-color: #024492;
    height: auto;
  }
  .sanshutop-header-index2-inner {
    position: relative;
  }
  .animation-wrap-index2 {
    position: relative;
  }
  .sanshutop-header-content1 h1 {
    font-size: 60px;
    gap: 32px 0;
  }
  .sanshutop-block1-index2-left h1 {
    width: 100%;
  }
  .sanshutop-block2-index2-left div {
    width: 100%;
  }
  .top-block2 {
    width: calc(100% - 128px);
  }
  footer {
    padding: 80px 64px;
  }
}/********************スマホ横向きデザインここまで※実数値1024px※タブレット大　横1024px未満********************/




/********************横向きデザインここから※実数値743px※タブレット小　横744px未満********************/
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .animation-wrap-index2-inner {
    width: auto;
    min-width: auto;
    height: calc(100vh - 120px);
    max-height: 424px;
    aspect-ratio: 1 / 1;
    margin: 88px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .animation-wrap-index4-2-inner2 svg {
    width: auto;
    height: calc(100vh - 120px);
    max-height: 424px;
  }
  .sanshutop-header-content1 {
    width: calc(100% - 128px);
    height: auto;
    min-width: auto;
    margin: 0 auto 0;
    padding: 48px 0 0 0;
  }
  .sanshutop-header-content2 {
    width: calc(100% - 128px);
    height: auto;
    min-width: auto;
  }
  .sanshutop-block2-index2-left {
    height: auto;
    margin: 48px auto 0;
    padding-bottom: 48px;
  }
  .top-block2 {
    width: calc(100% - 128px);
  }
  footer {
    padding: 80px 64px;
  }
}/********************スマホ横向きデザインここまで※実数値743px※タブレット小　横744px未満********************/




/********************スマホ横390pxデザインここから※実数値743px※タブレット横744px未満********************/
@media only screen and (max-width: 743px) {
  .header-inner {
    padding: 24px 24px;
  }
  
  .header-logo-wrap a {
    font-size: 14px;
  }
  .header-logo {
    height: 40px;
    margin-right: 12px;
  }
  .sp-menu-white .header-logo-wrap a {
    color: #333;
  }

  .openbtn {
    width: 40px;
    height: 40px;
  }
  .openbtn span {
    height: 3px;
    width: 40px;
  }
  .openbtn span:nth-of-type(1) {
    top: 0px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 10px;
  }
  .openbtn span:nth-of-type(3) {
    top: 20px;
  }
  .openbtn::after {
    font-size: 10px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 0;
    transform: translateY(11.75px) rotate(-30.96deg);
    width: 40px;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 0;
    transform: translateY(11.75px) rotate(30.96deg);
    width: 40px;
  }
  .openbtn.active::after  {
    font-size: 10px;
  }

  .button-tablet {
    bottom: 24px;
    right: 24px;
  }
  .button-tablet a {
    width: 140px;
    height: 44px;
    border-radius: 22px;
  }
  .button-tablet a img {
    width: auto;
    height: 20px;
  }
  .button-tablet a:hover::after {
    width: 60px;
    height: 29px;
  }
  
  .sanshu-button-tab a {
    background-color: #024492;
    border: #024492 solid 2px;
    border-radius: 0;
  }
  .sanshu-button-tab a img {
    width: auto;
    height: 20px;
  }
  .sanshu-button-tab a:hover::after {
    width: 52px;
    height: 20px;
  }

  .parallax_top-block2-sp {
    height: 120vh;
  }




  .sanshutop-header-r {
    height: 250vh;
  }
  .sanshutop-header-content1 {
    width: calc(100% - 48px);
    height: auto;
    min-width: auto;
    margin: 0 auto 0;
    padding: 48px 0 0 0;
  }
  .sanshutop-header-content1 h1 {
    font-size: 48px;
    gap: 24px 0;
  }
  .sanshutop-header-content2 {
    width: calc(100% - 48px);
    height: 150vh;
    min-width: auto;
  }
  .sanshutop-header-content2 p {
    font-size: 16px;
    letter-spacing: 0;
  }
  p.sanshutop-header-content2-last {
    letter-spacing: -.01em;
  }
  .sanshutop-header-content2-end {
    margin-bottom: 24px;
  }




  .sanshutop-header-index2 {
    height: auto;
    background-color: #024492;
  }
  .sanshutop-header-index2-inner {
    position: relative;
  }
  .animation-wrap-index2 {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s;
  }
  .animation-wrap-index2-inner {
    width: calc(100% - 96px);
    min-width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 88px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .animation-wrap-index2-inner2 {
    width: 100%;
    max-width: 480px;
    min-width: auto;
  }
  .animation-index2-tab {
    opacity: 0;
  }/*スクロールでアニメーション消す*/




  .animation-wrap-index4-2-inner2 svg {
    width: 409.41vw;
    height: auto;
  }




  .sanshutop-block1-index2-left h1 {
    width: 100%;
    letter-spacing: .05em;
  }
  .sanshutop-block2-index2-left {
    height: auto;
    margin: 48px auto 0;
    padding-bottom: 48px;
  }
  .sanshutop-block2-index2-left div {
    width: 100%;
  }
  .sanshutop-block2-index2-left p {
    display: inline;
  }
  .sanshutop-block2-index2-left .sanshutop-header-content2-end {
    display: block;
    margin: 24px;
  }




  .sanshutop-header-inner {
    clip: rect(auto, auto, auto, auto);
  }
  .sanshutop-header-content h1 {
    font-size: 48px;
    width: calc(100% - 48px);
    min-width: auto;
  }
  .sanshutop-header-content-t div {
    width: calc(100% - 48px);
    min-width: auto;
  }
  .sanshutop-header-content-t p {
    font-size: 18px;
  }




  .curvestop-header-content h1 {
    font-size: 42px;
    letter-spacing: .05em;
    width: calc(100% - 48px);
  }

  .curvesshop-header {
    height: 200px;
  }
  .curvesshop-header-img {
    height: 200px;
  }
  .curvesshop-header-content h1 {
    font-size: 34px;
  }




  .top-block1-inner {
    width: calc(100% - 48px);
  }
  .top-block1 p {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .top-block2 {
    margin: 0 auto 0;
    padding-top: 48px;
    width: calc(100% - 48px);
    min-width: auto;
  }
  .top-block2-left {
    margin-bottom: 16px;
  }
  .top-block2-left h2 {
    font-size: 30px;
  }
  .top-block2-left .button a {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
  .top-block2-right li {
    font-size: 16px;
    padding: 16px 0;
  }




  .curves-block1 {
    padding: 48px 0 24px;
  }
  .curves-block1 p {
    font-size: 18px;
  }

  .curves-block-inner {
    width: calc(100% - 48px);
    min-width: auto;
  }

  .curves-block1-1 {
    width: 100%;
    margin-bottom: 32px;
  }
  .curves-block1-1::after {
    content: none;
  }
  .curves-block1 figure {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .curves-block1 figure img {
    width: 100%;
    height: auto;
  }
  .curves-block1-text p {
    display: inline;
  }
  p.curves-block1-text-end {
    display: block;
    margin-bottom: 24px;
  }
  figure.curves-block1-banner {
    margin-top: 12px;
    display: block;
  }
  .curves-block1-banner img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }




  .curves-block2 {
    margin-top: 80px;
  }
  .curves-block2 .curves-block-inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 16px;
  }
  .curves-block2-right {
    width: 100%;
  }
  .curves-block2-right h2 {
    font-size: 30px;
    margin-bottom: calc(16px - .4em);
  }
  .curves-block2-right h3 {
    font-size: 24px;
    margin-bottom: calc(16px - .4em);
  }
  .curves-block2-right p {
    font-size: 16px;
  }
  .curves-block2 figure {
    width: 100%;
  }

  .curvestop-button a {
    width: 140px;
    height: 48px;
    margin-top: 16px;
    font-size: 16px;
    border-radius: 24px;
  }

  .curves-block3 {
    margin-top: 40px;
  }
  .curves-block3 .curves-block-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .curves-block3-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
  .curves-block3-left .curvestop-button a {
    display: none;
  }
  .curves-block3 h2 {
    font-size: 30px;
  }
  .curves-block3-right {
    display: block;
    width: 100%;
  }
  .curves-block3-right p {
    font-size: 14px;
  }
  body .curvestop-button-sp {
    display: block;
    margin:0;
  }
  body .curvestop-button-sp a {
    margin: 0;
  }




  .curves-shop-block1 {
    padding: 24px 0;
  }
  .curves-shop-block1 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .curves-shop-block1 p {
    font-size: 18px;
  }

  .curves-shop-block3 .curves-block-inner {
    padding-top: 40px;
  }
  .curves-shop-block3 h2 {
    font-size: 30px;
    margin-bottom: calc(16px - .4em);
  }
  .curves-shop-block3 p {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: calc(32px - .4em);
  }

  .shoparea {
    margin-bottom: 24px;
  }
  .shoparea h3 {
    font-size: 24px;
    margin-bottom: calc(16px - .4em);
  }
  .shoparea li {
    padding: 12px 0;
    font-size: 16px;
  }
  .shoparea li b {
    font-size: 20px;
  }




  .parallax-sanshu {
    padding: 136px 0 48px; /*88px + 48px*/
  }

  .sanshu-block1 h1 {
    font-size: 34px;
  }
  .sanshu-block1 p {
    font-size: 34px;
  }

  .sanshu-block2 {
    padding-top: 48px;
    width: calc(100% - 48px);
  }
  .sanshu-block2-wide h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }




  .newslist ul {
    margin-bottom: 40px;
  }
  .newslist li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .newslist li a span:first-child {
    font-size: 16px;
  }




  .newsdetail {
    margin: 0 auto 40px;
    padding-bottom: 24px; /*40px相当 24+16*/
  }
  .newsdetail .newsdetail-date p {
    font-size: 16px;
    margin-bottom: 4px; /*20px相当 20-16*/
  }
  .newsdetail h1 {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .newsdetail h2 {
    font-size: 22px;
    padding-left: 32px;
    margin: 32px 0 16px;
  }
  .newsdetail h2::before {
    top: 6px;
    width: 24px;
    height: 24px;
  }
  .newsdetail h3 {
    font-size: 20px;
    margin: 32px 0 16px;
  }
  .newsdetail p {
    font-size: 16px;
  }
  .newsdetail .wp-block-gallery {
    flex-direction: column;
  }
  .newsdetail .wp-block-gallery figure {
    width: 100%;
  }
  .newsdetail .wp-block-gallery figure img {
    width: 100%;
  }
  .newsdetail-back-button a {
    width: 100%;
    max-width: 200px;
    height: 48px;
    margin: 40px auto 0;
    font-size: 18px;
  }




  .contact h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contact div {
    padding: 24px;
    margin-bottom: 40px;
  }
  .contact div p {
    font-size: 16px;
  }
  .contact div p.tel {
    font-size: 28px;
    margin-bottom: calc(16px - .2em);
  }
  .contact .tel span:first-child {
    margin-right: 8px;
  } 
  .contact .mail {
    gap: 0;
  }
  .contact .mail p {
    font-size: 28px;
    margin: -.22em 0 0;
    padding: 0;
  }
  .contact .mail figure {
    /*width: 80%;*/
    max-width: 388px; /*693×.56*/
  }



  .links div {
    margin-bottom: 32px;
  }
  .links div:last-child {
    margin-bottom: 0;
  }
  .links li {
    font-size: 16px;
    padding: 16px 0;
  }
  .links li a {
    font-size: 20px;
  }




  .recruit-block1 {
    margin-bottom: 40px;
  }
  .recruit-block1 h2 {
    margin-bottom: 24px;
  }
  .recruit-block1 h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .recruit-block1 p {
    font-size: 16px;
    margin-top: 24px;
  }
  .recruit-block1 ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .recruit-block1 li {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    padding: 8px;
    text-align: start;
    display: inline-block;
  }

  .recruit-sanshu {
    margin-bottom: 40px;
    padding: 32px;
  }
  .recruit-sanshu h3 {
    font-size: 28px;
    /*margin-bottom: 24px;*/
  }
  .recruit-sanshu h4 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .recruit-sanshu li {
    font-size: 16px;
    padding: 16px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  .recruit-sanshu li span:first-child {
    font-size: 20px;
    width: 100%;
  }
  .recruit-sanshu li span:last-child {
    width: 100%; /*104+16*/
  }

  .no-recruit {
    font-size: 16px;
    margin-top: 24px;
  }




  .business-block1 {
    margin-bottom: 48px;
  }

  .shop-wrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .shop-wrap:last-child {
    padding-bottom: 32px;
  }
  .shop-wrap h3 {
    margin-bottom: 16px;
  }
  .shop-wrap h3 img {
    width: auto;
    height: 40px;
  }
  .shop-wrap p {
    font-size: 16px;
  }
  .shop-wrap h4 {
    font-size: 24px;
    margin: 32px 0 0;
  }
  .shop-wrap ul {
    gap: 16px;
    margin-top: 16px;
  }
  .shop-wrap ul li {
    width: calc(25% - 12px);
  }
  .shop-wrap ul li b {
    font-size: 18px;
  }
  .shop-wrap ul li p {
    font-size: 14px;
  }
  .shop-wrap .curves-button a {
    width: 200px;
    height: 48px;
    margin-top: 16px;
    font-size: 18px;
    border-radius: 24px;
  }
  .shop-wrap .shop-link a {
    width: 200px;
    height: 48px;
    margin-top: 16px;
    font-size: 18px;
    border-radius: 24px;
  }




  .about-block1 {
    margin-bottom: 40px;
  }
  .about-block1 h2 {
    font-size: 44px;
    margin-bottom: 16px;
  }
  .about-block1-img {
      margin: 0 0 0 32px;
      max-width: 340px;
      width: 45%;
  }
  .about-block1-text p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .about-block1-wrap figcaption {
    font-size: 14px;
    margin: 16px 0 0;
  }
  .about-block1-wrap figcaption span {
    font-size: 20px;
  }




  .about-block2 {
    margin-bottom: 40px;
  }

  .about-block2 dl {  
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px
  }
  .about-block2 dt {
    font-size: 20px;
    width: 100%;
    border-top: #666 solid 1px;
    padding: 16px 0 0;
  }
  .about-block2 dd {
    font-size: 16px;
    width: 100%;
    border-top: none;
    padding: 0 0 16px;
  }
  .about-block2 dt:nth-last-child(2) {
    border-bottom: none;
  }
  .about-block2 dd:last-child {
    border-bottom: #666 solid 1px;
  }



  .itemdetail h1 {
    font-size: 40px;
    margin-bottom: calc(48px - .2em);
  }
  .itemdetail ul {
    gap: 40px;
  }
  .itemdetail li {
    width: 100%;
  }

  .itemdetail b {
    font-size: 18px;
  }



  .itemlist ul {
    gap: 40px
  }
  .itemlist li {
    width: 100%;
    padding: 32px;
  }
  .itemlist li h2 {
    font-size: 24px;
    margin: 8px 0 16px;
  }
  .itemlist li p {
    font-size: 16px;
  }
  .itemlist li p.item_cat_detail {
    font-size: 14px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .itemlist_button a {
    width: 200px;
    height: 48px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
  }


  .itemdetail_2column {
    gap: 40px;
  }
  .itemdetail_2column div {
    width: 100%;
    padding: 32px;
  }
  .itemdetail_2column div hr {
    margin: 16px 0;
  }
  .itemdetail_2column div .wp-block-media-text__content {
     font-size: 14px;
  }


  footer {
    margin-top: 48px;
    padding: 48px 24px 24px;
  }
  .footer-block1 {
    justify-content: flex-start;
  }
  .footer-block1-logo {
    margin: 0 24px 24px 0;
  }
  .footer-block1-logo img {
    width: auto;
    height: 40px;
  }
  .footer-block1 ul {
    gap: 16px 16px;
  }
  .footer-block1-size {
    width: 300px;
    height: 200px;
  }
  .footer-block1 ul li {
    font-size: 14px;
  }
  .footer-block1 ul li ul {
    margin: 8px 0 0 0;
  }




  .curves-block4 {
    margin: 80px auto -24px; 
  }
  .curves-block4 h2 {
    font-size: 20px;
  }
  .curves-block4 .curves-block-inner {
    padding: 24px;
  }
  .curves-block4-title {
    flex-wrap: wrap;
    gap: 16px 16px;
  }
  .curves-block4-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .curves-block4-logo img {
    width: auto;
    height: 40px;
  }
  .curves-block4-logo-read {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .curves-block4-logo-banner a img {
    width: 100%;
    height: auto;
    max-width: 230px;
  }
  .curves-block4-link {
    gap: 24px;
    margin-top: 24px;
  }
  .curves-block4-link li {
    width: 100%;
  }
  .curves-block4-link li span:first-child {
    display: none;
  }
  .curves-block4-link a {
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .curves-block4-link a:hover {
    color: #fff;
    background-color: #802077;
  }
  .curves-block4-link img {
    margin-left: 8px;
    width: auto;
    height: 32px;
  }


}
/********************スマホ横390pxデザインここまで※実数値743px※タブレット横744px未満********************/




/********************540pxデザインここから********************/
@media only screen and (max-width: 540px) {
  .shop-wrap ul li {
    width: calc(50% - 8px);
  }
}
/********************540pxデザインここまで********************/




/********************430pxデザイン iphone14proここから********************/
@media only screen and (max-width: 430px) {
  .about-block1-wrap { 
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-block1-img {
    margin: 16px 0 0;
    max-width: none;
    width: 50%;
  }
  .about-block1-space {
    display: none;
  }
}
/********************430pxデザイン iphone14proここまで********************/




/********************スマホ横375pxデザインここから※スマホ時のTOPページのリード文表示のため********************/
@media only screen and (max-width: 375px) {
  .parallax_top-block2-sp {
    height: 150vh;
  }
  .top-block1 h1 {
    font-size: 48px;
  }
}/********************スマホ横375pxデザインここまで※スマホ時のTOPページのリード文表示のため********************/




/********************スマホ横向きデザインここから※実数値743px※タブレット横744px未満********************/
@media only screen and (max-width: 1024px) and (max-height: 430px) {
  .animation-wrap-index2-inner {
    width: auto;
    min-width: auto;
    height: calc(100vh - 120px);
    aspect-ratio: 1 / 1;
    margin: 88px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .animation-wrap-index4-2-inner2 svg {
    width: auto;
    height: calc(100vh - 120px);
  }
  .sanshutop-header-content1 {
    width: calc(100% - 96px);
    height: auto;
    min-width: auto;
    margin: 0 auto 0;
    padding: 48px 0 0 0;
  }
  .sanshutop-header-content2 {
    width: calc(100% - 96px);
    height: auto;
    min-width: auto;
  }
  .sanshutop-block2-index2-left {
    height: auto;
    margin: 48px auto 0;
    padding-bottom: 48px;
  }
}/********************スマホ横向きデザインここまで※実数値743px※タブレット横744px未満********************/
