<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&amp;display=swap");
@font-face {
  font-family: 'Baskerville 10 Pro';
  src: local("Baskerville 10 Pro Italic"), local("Baskerville-10-Pro-Italic"), url("Baskerville10Pro-Italic.woff2") format("woff2"), url("Baskerville10Pro-Italic.woff") format("woff"), url("Baskerville10Pro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/*!
 * ress.css â€¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
   html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
   }
   
   *,
   ::before,
   ::after {
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
    background-repeat: no-repeat;
   }
   
   ::before,
   ::after {
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
    text-decoration: inherit;
   }
   
   * {
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
    padding: 0;
   }
   
   /* # =================================================================
      # General elements
      # ================================================================= */
   hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
    height: 0;
    /* Add the correct box sizing in Firefox */
   }
   
   details,
   main {
    display: block;
    /* Render the `main` element consistently in IE. */
   }
   
   summary {
    display: list-item;
    /* Add the correct display in all browsers */
   }
   
   small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
   }
   
   [hidden] {
    display: none;
    /* Add the correct display in IE */
   }
   
   abbr[title] {
    border-bottom: none;
    /* Remove the bottom border in Chrome 57 */
    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
            text-decoration: underline;
            text-decoration: underline dotted;
   
    -webkit-text-decoration: underline dotted;
   }
   
   a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
   }
   
   a:active,
   a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
   }
   
   code,
   kbd,
   pre,
   samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
   }
   
   pre {
    font-size: 1em;
    /* Correct the odd `em` font sizing in all browsers */
   }
   
   b,
   strong {
    font-weight: bolder;
    /* Add the correct font weight in Chrome, Edge, and Safari */
   }
   
   /* https://gist.github.com/unruthless/413930 */
   sub,
   sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
   }
   
   sub {
    bottom: -.25em;
   }
   
   sup {
    top: -.5em;
   }
   
   /* # =================================================================
      # Forms
      # ================================================================= */
   input {
    border-radius: 0;
   }
   
   /* Replace pointer cursor in disabled elements */
   [disabled] {
    cursor: default;
   }
   
   [type='number']::-webkit-inner-spin-button,
   [type='number']::-webkit-outer-spin-button {
    height: auto;
    /* Correct the cursor style of increment and decrement buttons in Chrome */
   }
   
   [type='search'] {
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* Correct the outline style in Safari */
   }
   
   [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Remove the inner padding in Chrome and Safari on macOS */
   }
   
   textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
   }
   
   button,
   input,
   optgroup,
   select,
   textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
   }
   
   optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule */
   }
   
   button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
   }
   
   button,
   select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
   }
   
   /* Apply cursor pointer to button elements */
   button,
   [type='button'],
   [type='reset'],
   [type='submit'],
   [role='button'] {
    color: inherit;
    cursor: pointer;
   }
   
   /* Remove inner padding and border in Firefox 4+ */
   button::-moz-focus-inner,
   [type='button']::-moz-focus-inner,
   [type='reset']::-moz-focus-inner,
   [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
   }
   
   /* Replace focus style removed in the border reset above */
   button:-moz-focusring,
   [type='button']::-moz-focus-inner,
   [type='reset']::-moz-focus-inner,
   [type='submit']::-moz-focus-inner {
    outline: 1px dotted ButtonText;
   }
   
   button,
   html [type='button'],
   [type='reset'],
   [type='submit'] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
   }
   
   /* Remove the default button styling in all browsers */
   button,
   input,
   select,
   textarea {
    border-style: none;
    background-color: transparent;
   }
   
   /* Style select like a standard input */
   select {
    /* Firefox 36+ */
    -webkit-appearance: none;
       -moz-appearance: none;
    /* Chrome 41+ */
   }
   
   select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
   }
   
   select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
   }
   
   legend {
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge 18- and IE */
   }
   
   ::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
    /* Change font properties to `inherit` in Chrome and Safari */
   }
   
   /* # =================================================================
      # Specify media element style
      # ================================================================= */
   img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
   }
   
   /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
   progress {
    vertical-align: baseline;
   }
   
   svg:not([fill]) {
    fill: currentColor;
   }
   
   /* # =================================================================
      # Accessibility
      # ================================================================= */
   /* Hide content from screens but not screenreaders */
   @media screen {
    [hidden~='screen'] {
     display: inherit;
    }
   
    [hidden~='screen']:not(:active):not(:focus):not(:target) {
     position: absolute !important;
     clip: rect(0 0 0 0) !important;
    }
   }
   /* Specify the progress cursor of updating elements */
   [aria-busy='true'] {
    cursor: progress;
   }
   
   /* Specify the pointer cursor of trigger elements */
   [aria-controls] {
    cursor: pointer;
   }
   
   /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
   [aria-disabled] {
    cursor: default;
   }
   
   :root {
    --color-white: #fff;
    --color-black: #040000;
    /* --color-lightblue: #F4F9FD; */
    /* --color-gray: #C5C5C5; */
    /* --color-gradation: linear-gradient(180deg, #008CD5 0%, #00A2D5 100%); */
   }
   :root {
    --en-font: 'Libre Baskerville', serif;
   }
   html,
   body {
    margin: 0;
    padding: 0;
    counter-reset: accessNum;
    scroll-behavior: smooth;
    font-family: 'Zen Old Mincho', serif;
    -webkit-font-smoothing: antialiased;
   }
   
   * {
    box-sizing: border-box;
   }
   *::before,
   *::after {
    box-sizing: border-box;
   }
   ul {
    margin: 0;
    padding: 0;
    list-style: none;
   }
   dd, dt{
      display: inline-block;
   }
   
   p {
    margin: 0;
    letter-spacing: .05em;
   }
   
   a {
    color: inherit;
    text-decoration: none;
    transition: .3s ease;
   }
   a:hover {
    opacity: .8;
    cursor: pointer;
   }
   
   hr {
    background-color: #d0d3dc;
    opacity: .8;
   }
   
   img {
    max-width: 100%;
    height: auto;
   }

.u-flex{
    display: flex;
  }
.u-grid{
    display: grid;
  }
@media only screen and (min-width: 960px) {
    .pc-none{
        display: none;
    }
}
@media only screen and (max-width: 959px) {
.sp-none{
    display: none;
}
}
body{
  background-color: var(--color-black);
  color: var(--color-white);
}
  /* TOP */
  .top-mainvisual{
    position: relative;
  }
  
.header{
  padding: 33px 2.5% 0;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
}
@media only screen and (max-width: 959px) {
  .header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 2% 0;
    gap: 18px;
  }
}
/* .top-header{
    position: absolute;
  } */
.header-icon__wrap{
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .header-icon__wrap{
    width: 88%;
    align-items: center;
  }
}
.header-icon__wrap img{
  display: block;
}
.left, .right{
  gap: 14%;
  align-items: center;
  min-width: 251px;
}
@media only screen and (max-width: 959px) {
  .left, .right{
    min-width: 0;
    gap: 16px;
  }
}
@media only screen and (max-width: 959px) {
.right{
    flex-direction: row-reverse;
  }
}
/* .header-title{
    display: inline-block;
} */
.header-title {
  margin: 0;
}
.header-title a{
    display: block;
    width: 63px;
    height: 56px;
    /* padding-top: 9px; */
    margin-left: 5px;
}
@media only screen and (max-width: 959px) {
  .header-title a{
    width: 33px;
    height: 29px;
    padding-top: 0;
    margin-left: 7px;
    margin-bottom: 8px;
  }
}
.header-fukulabo a{
  display: block;
  width: 31px;
  height: 34px;
}
.header-fukulabo a img{
  width: 31px;
  height: 34px;
}
@media only screen and (max-width: 959px) {
  .header-fukulabo a{
    width: 21px;
    height: 23px;
    margin-left: -7px;
    margin-top: 5px;
  }
  .header-fukulabo a img{
    width: 21px;
    height: 23px;
  }
}
.header-kytokyo a{
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  .header-kytokyo a{
    font-size: 6px;
    line-height: 6px;
    padding-top: 4px;
    margin-left: -5px;
  }
}
.header-cart a{
  display: block;
  width: 27px;
  height: 21px;
}
@media only screen and (max-width: 959px) {
  .header-cart a{
    width: 18px;
    height: 14px;
    padding-top: 7px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 959px) {
.header-login a img{
  width: 10px;
  height: 17px;
}
}
@media only screen and (max-width: 959px) {
  .header-login a{
    width: 9px;
    height: 17px;
    display: inline-block;
    padding-top: 7px;
    margin-right: 1px;
  }
}
.nav-button{
    letter-spacing: 0;
    color: var(--color-white);
    min-width: 135px;
}
@media only screen and (max-width: 959px) {
  .nav-button{
    min-width: 85px;
      max-width: 85px;
}}
.nav-button a{
    border: 1px solid;
    padding: 3px 0;
    border-radius: 100vh;
    line-height: 1.4em;
    font-size: 12px;
    font-family: var(--en-font);
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 959px) {
  .nav-button a{
      font-size: 7px;
      font-weight: 400;
      line-height: 9px;
      letter-spacing: 0;
      max-width: 85px;
      padding: 4px 0;
      margin-top: 12px;
      margin-left: 3px;
  }
}
/* .nav-button a:hover{
    color: #fff;
    background: #000;
} */
.header-tool__item--menu {
    display: block;
}
.menu {
    display: none;
  }
  .menu__item:hover{
    /* text-decoration: underline; */
  }
  .menu__sub-menu {
    display: none;
  }
  /* .menu__sub-menu-item{
    margin-bottom: 12px;
  } */
  .top-mv-text{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 46px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0;
    color: var(--color-white);
    position: absolute;
    right: 108px;
    bottom: 160px;}
    @media only screen and (max-width: 959px) {
      .top-mv-text{
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    bottom: 40%;
    right: 50%;
      transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
    }
  }
  .top-mv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    vertical-align:top;
  }
  .top-keioukeicho{
    background: url(../img/top/img-keichoukeiou.png) no-repeat;
    background-size: cover;
    height: 89vh;
    aspect-ratio: 16 / 9;
    background-position: center;
    width: 100%;
  }
  .top-teiban{
    background: url(../img/top/img-teiban.png) no-repeat;
    background-size: cover;
    height: 89vh;
    aspect-ratio: 16 / 9;
    background-position: center;
    width: 100%;
  }
  .top-value{
    background: url(../img/top/img-value.png) no-repeat;
    background-size: cover;
    height: 84vh;
    aspect-ratio: 16 / 9;
    background-position: center bottom;
    width: 100%;
  }
  .top-column{
    background: url(../img/top/img-column.png) no-repeat;
    background-size: cover;
    height: 87.5vh;
    aspect-ratio: 16 / 9;
    background-position: center;
    width: 100%;
  }
  @media only screen and (max-width: 959px) {
    .top-keioukeicho{
      background: url(../img/top/img-keichoukeiou-sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      height: 82vh;
    }
    .top-teiban{
      background: url(../img/top/img-teiban-sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      height: 82vh;
    }
    .top-value{
      background: url(../img/top/img-value-sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      height: 82vh;
    }
    .top-column{
      background: url(../img/top/img-column-sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      height: 82vh;
    }

  }
  .top-section{
    position: relative;
    /* transform: scale(1.1); */
    transition-duration: 7s;
    /* transition-duration: 1.4s; */
    transition-timing-function: ease;
    transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
    transition-delay: .5s;
    will-change: transform, opacity;
    opacity: 0;
  }
  .top__container{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--color-white);
    position: absolute;
    top: 12.8%;
    left: 8.2%;
  }
    @media only screen and (max-width: 959px) {
      .top__container{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
  }
  .top-section.animation{
    /* transform: scale(1); */
    opacity: 1;
  }
  /* .top-section.top-teiban{
    transform: scale(1.1);
    transition-duration: 5s;
  } */
  /* .top-section.top-teiban.animation{
    transform: scale(1);
  } */
  .top__item{
    font-family: var(--en-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.1em;
    margin-left: 18px;
  }
  .top__title{
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4px;
    margin-left: 30px;}
    @media only screen and (max-width: 959px) {
      .top__title{
    font-size: 28px;
    line-height: 29px;

    }
  }
  .top__description{
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    margin-left: 35px;}
@media only screen and (max-width: 959px) {
  .top__description{
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    margin-left: 19px;
    font-weight: normal;
  }}
  .top__description&gt;p{
    margin: 0 13px;
  }
  .double-quotes{
    display: inline-block;
    transform: rotate(0.75turn) translateY(5px) translateX(-10px);
  }
  .double-quotes2{
    display: inline-block;
    transform: rotate(0.25turn) translateY(2px);
  }
  @media only screen and (max-width: 959px) {
    .top-keioukeicho__description&gt;p{
      letter-spacing: 1.2px;
    }
    .top-keioukeicho__description&gt;p:nth-child(2){
      margin: 0 11px;
    }
    .top-keioukeicho__description&gt;p:nth-child(3){
      margin: 0;
    }
    .top-value__description&gt;p{
      letter-spacing: 1px;
    }
    .top-value__description&gt;p:nth-child(2){
      letter-spacing: -2px;
    }
    .top-value__title span{
      letter-spacing: .7px;
    }
    .top-teiban__description&gt;p{
      margin: 0 13px 0 11px;
    }
    .top-teiban__description&gt;p:nth-child(3){
      margin: 0;
    }
    .double-quotes{
      display: inline-block;
      transform: rotate(0.75turn) translateY(5px) translateX(-10px);
    }
    .double-quotes2{
      display: inline-block;
      transform: rotate(0.25turn) translateY(2px);
    }
  }
  .top__button a{
    border: .8px solid var(--color-white);
    display: block;
    width: 40px;
    height: 90px;
    padding: 4px 3px;
    color: var(--color-white);}
    @media only screen and (max-width: 959px) {
      .top__button a{
      width: 38px;
      height: 86px;
      padding: 4px;
    }
  }
  .top__button a&gt;span{
    border: .8px solid var(--color-white);
    display: block;
    padding: 15px 6px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
}@media only screen and (max-width: 959px) {
  .top__button a&gt;span{
      padding: 15px 4px 25.5px;
    }}
.top-column__subtitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-left: 13px;
}
.top-teiban__container{
    top: 12%;
    left: auto;
    right: 6.3%;
}
  @media only screen and (max-width: 959px) {
    .top-teiban__container{
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.top-column__container{
  top: 14%;
  left: auto;
  right: 6.3%;
}
  @media only screen and (max-width: 959px) {
    .top-column__container{
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.top-value__title{
  line-height: 48px;
}
.top-column__title{
  line-height: 48px;
}
.top-value__container{
  top: 15%;
  left: 8.2%;
}
@media only screen and (max-width: 959px) {
.top-value__container{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}}
/* NEWS */
.info{
  max-width: 1280px;
  color: var(--color-white);
  margin: 140px auto 0;
}
.info__trigger{
  border: 1px solid var(--color-white);
}
/* ANNNAI */
.riyou {
  margin: 55px auto 0;
  padding: 0 20px;
  color: var(--color-white);
}
@media only screen and (min-width: 960px) {
  .riyou {
    margin: 96px auto 0;
    /* padding: 0 50px; */
    max-width: 1112px;
  }
}
.riyou__inner {
  border-top: 1px solid #231815;
}
@media only screen and (min-width: 960px) {
  .riyou__header {
    margin: 0 auto;
    max-width: 990px;
  }
}
.riyou__title {
  padding: 28px 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .riyou__title {
    text-align: left;
    font-size: 21px;
    letter-spacing: .1px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 960px) {
  .riyou__title:before, .riyou__title:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #000;
    display: block;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}
@media only screen and (min-width: 960px) {
  .riyou__title:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media only screen and (min-width: 960px) {
  .riyou__title[aria-expanded='true']:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 960px) {
  .riyou__title[aria-expanded='true']:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media only screen and (min-width: 960px) {
  .riyou__content {
    /* margin: 20px auto 0; */
    margin: 37px auto 0;
    padding-bottom: 80px;
    max-width: 970px;
  }
}
@media only screen and (min-width: 960px) {
  .riyou__content[aria-expanded='false'] {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px -20px;
  }
}
@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__row:not(:first-child) {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__col {
    width: calc(33% - 10px);
    margin: 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__col--auto {
    /*    width: auto !important;*/
  }
}
@media only screen and (min-width: 960px) {
  .riyou-item:not(:first-child) {
    margin-top: 30px;
  }
}
.riyou-item__header {
  border-top: 1px solid var(--color-white);
  padding: 18px 40px 17px 0;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .riyou-item__header {
    border-top: none;
    padding: 0;
  }
}
.riyou-item__header:before, .riyou-item__header:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 5px;
  background: #000;
  display: block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
@media only screen and (min-width: 960px) {
  .riyou-item__header:before, .riyou-item__header:after {
    display: none;
  }
}
.riyou-item__header:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.riyou-item__header[aria-expanded='true']:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.riyou-item__header[aria-expanded='true']:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.riyou-item__title {
  font-size: 10px;
  font-weight: normal;
}
/* @media only screen and (min-width: 960px) {
  .riyou-item__title {
    text-decoration: underline;
  }
} */
@media only screen and (min-width: 960px) {
  .riyou-item--soryo .riyou-item__title {
    color: transparent;
  }
}
.riyou-item__content {
  padding: 0 0 17px;
  line-height: 2;
  font-size: 10px;
  display: none;
}
@media only screen and (min-width: 960px) {
  .riyou-item__content {
    padding: 0;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 960px) {
  .riyou-item__content {
    display: block;
  }
}
.riyou-item__content table {
  margin-top: 4px;
  /* width: 99%; */
  width: 92%;
  border-spacing: 1px;
  background: #000;
}
.riyou-item__content th, .riyou-item__content td {
  background: #fff;
  padding: 5px 8px 4px;
  text-align: left;
  font-weight: normal;
}
.riyou-item__content thead th, .riyou-item__content thead td {
  background: #f5f5f5;
}
.riyou-item__content[aria-expanded='true'] {
  display: block;
}
.riyou-item__link a {
  color: #A10000;
  display: block;
}
.riyou-item__link a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  margin-right: 3px;
  border-color: transparent transparent transparent #A10000;
}
.riyou-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) {
  .riyou-package {
    margin-top: 6px;
  }
}
.riyou-package__item {
  /* width: 121px; */
  width: 130px;
}
@media only screen and (min-width: 960px) {
  .riyou-package__item {
    width: 164px;
  }
}
.riyou-package__item:not(:first-child) {
  margin-left: 16px;
}
@media only screen and (min-width: 960px) {
  .riyou-package__item:not(:first-child) {
    margin-left: 28px;
  }
}
.riyou-package__item:before {
  content: '';
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.riyou-package__item--normal:before {
  background-image: url("../img/img_riyou_package_1.jpg");
}
.riyou-package__item--funeral:before {
  background-image: url("../img/img_riyou_package_2.jpg");
}
.riyou-package__item--handbag:before {
  background-image: url("../img/img_riyou_package_3.jpg");
}
.riyou-soryo {
  border: 2px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 211px;
  min-height: 120px;
}
@media only screen and (min-width: 960px) {
  .riyou-soryo {
    width: 294px;
    margin-top: 6px;
    min-height: 167px;
  }
}
.riyou-soryo:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  border: 1px solid #000;
}
.riyou-soryo p {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  line-height: 2;
  font-size: 9px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .riyou-soryo p {
    padding: 4px;
    line-height: 1.5;
    font-size: 14px;
  }
}
.riyou-soryo p span {
  display: block;
  font-size: 21px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .riyou-soryo p span {
    font-size: 30px;
  }
}
.share {
  margin: 55px auto 0;
  padding: 0 25px;
}
@media only screen and (min-width: 960px) {
  .share {
    margin: 96px auto 0;
    padding: 0 20px;
    max-width: 1112px;
  }
}
.share__list {
  list-style: none;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share__item {
  margin: 15px 25px;
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 960px) {
  .share__item {
    margin: 50px 50px;
    width: 56px;
    height: 56px;
    z-index: 10;
  }
}
.share__trigger {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.share__item--facebook .share__trigger {
  background-image: url("../img/ico_facebook.svg");
  background-size: 17.5px 17.5px;
}
@media only screen and (min-width: 960px) {
  .share__item--facebook .share__trigger {
    background-size: 25px 25px;
  }
}
.share__item--instagram .share__trigger {
  background-image: url("../img/ico_instagram.svg");
  background-size: 17.5px 17.5px;
}
@media only screen and (min-width: 960px) {
  .share__item--instagram .share__trigger {
    background-size: 25px 25px;
  }
}
.share__item--line .share__trigger {
  background-image: url("../img/line_icon.svg");
  background-size: 17.5px 17.5px;
}
@media only screen and (min-width: 960px) {
  .share__item--line .share__trigger {
    background-size: 25px 25px;
  }
}
.share__item--twitter .share__trigger {
  background-image: url("../img/ico_twitter.svg");
  background-size: 17.5px 17.5px;
}
@media only screen and (min-width: 960px) {
  .share__item--twitter .share__trigger {
    background-size: 25px 25px;
  }
}
.riyou + .share {
  margin-top: 0 !important;
}
.riyou{
  color: var(--color-white);
}
.riyou__inner{
  border-top: 1px solid var(--color-white);
}
/* .riyou-item__header{
  border-top: 1px solid var(--color-white);
} */
.riyou-item__header:before, .riyou-item__header:after{
  background: var(--color-white);
}
.riyou__title:before, .riyou__title:after{
  background: var(--color-white);
}
.riyou-soryo{
  border: 2px solid var(--color-white);
}
.riyou-soryo:before{
  border: 1px solid var(--color-white);
}
.riyou-item__content table{
  background: var(--color-white);
}
.riyou-item__content thead th, .riyou-item__content thead td{
  background: var(--color-black);
}
.riyou-item__content th, .riyou-item__content td{
  background: var(--color-black);
}


/* SNS */
.share__list{
  border-top: 1px solid var(--color-white);
}
.share__item--facebook .share__trigger{
  background-image: url("../img/ico_facebook_white.svg");
}
.share__item--instagram .share__trigger{
  background-image: url("../img/ico_instagram_white.svg");
}
/* FOOTER */
.footer {
  margin: 0 auto;
  padding: 0 25px 25px;
}
@media only screen and (min-width: 960px) {
  .footer {
    padding: 0 18px 50px;
    max-width: 1112px;
  }
}
.footer__inner {
  border-top: 1px solid #000;
}
.footer__list, .footer__row {
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .footer__list, .footer__row {
    margin: 0 auto;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__list {
  margin: 25px auto 20px;
}
.footer__item {
  line-height: 1.5;
  font-size: 10px;
  text-align: center;
}
.footer__item:not(:first-child) {
  margin-top: 22px;
}
@media only screen and (min-width: 960px) {
  .footer__item:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer__item {
    font-size: 12px;
    text-align: left;
  }
}
.footer__row {
  border-top: 1px solid #000;
}
@media only screen and (min-width: 960px) {
  .footer__row {
    margin-top: 20px;
    border-top: none;
  }
}
.footer__copyright {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__copyright {
    margin-top: 0;
    text-align: left;
  }
}
.footer__copyright small {
  display: block;
  line-height: 1.5;
  font-size: 6px;
}
@media only screen and (min-width: 960px) {
  .footer__copyright small {
    font-size: 12px;
  }
}
.footer__copyright span {
  display: inline-block;
}
.footer__anchor {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 6px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer__anchor {
    margin-top: 0;
    font-size: 12px;
    text-align: left;
  }
}
.footer{
  color: var(--color-white);
}
.footer__inner{
  border-top: 1px solid var(--color-white);
}

/* hamburger menu */
.hamburger-menu {
  position: relative;
  margin-top: 36px;
}
  @media only screen and (max-width: 959px) {
    .hamburger-menu {
    margin-top: -3px;
  }
}

.menu-btn {
  position: absolute;
  top: 7px;
  left: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 43px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  z-index: 10;}
  @media only screen and (max-width: 959px) {
    .menu-btn {
    width: 18px;
    height: 16px;
    top: -12px;
    left: -4px;
  }
}
.menu-btn.open{
  position: absolute;
  /* top: 11px; */
  /* left: 10px; */
  top: 11px;
  left: 1px;
  width: 20px;
  height: 20px;}
  @media only screen and (max-width: 959px) {
    .menu-btn.open{
    top: 24px;
    left: unset;
    right: 18px;
    width: 18px;
    height: 15px;
    position: fixed;
  }
}

.menu-btn span {
  display: block;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.3s;
}

.menu {
  display: none;
  position: absolute;
  top: -5px;
  left: -10px;
  max-width: 214px;
  width: 100%;
  background-color: var(--color-white);
  list-style: none;
  text-align: left;
  padding: 70px 17px 27px 16px;
  margin: 0;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.05em;}

  @media only screen and (max-width: 959px) {
    .menu {
    top: 0;
    left: unset;
    right: 0;
    max-width: 100%;
    background-color: var(--color-black);
    color: var(--color-white);
    position: fixed;
    font-size: 14px;
    padding: 72px 17px 84px 51px;
  }
}

.menu__item a{
  position: relative;
  padding: 10px 0;
  display: inline-block;
}
.menu__item a::after{
  content: '';
    /*çµ¶å¯¾é…ç½®ã§ç·šã®ä½ç½®ã‚’æ±ºã‚ã‚‹*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*ç·šã®å½¢çŠ¶*/
    width: 100%;
    height: 1px;
    background:var(--color-black);
    /*ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã®æŒ‡å®š*/
    transition: all .3s;
    transform: scale(0, 1);/*Xæ–¹å‘0ã€Yæ–¹å‘1*/
    transform-origin: left top;/*å·¦ä¸ŠåŸºç‚¹*/
}
.menu__item a:hover::after{
  transform: scale(1, 1);/*Xæ–¹å‘ã«ã‚¹ã‚±ãƒ¼ãƒ«æ‹¡å¤§*/
}
.menu__item a:hover {
  cursor: pointer;
  /* text-decoration: underline; */
}

.menu__sub-menu {
  display: none;
  padding: 8px 0 0 15px;
  list-style-type: none;
}

.menu__sub-menu-item a {
  color: var(--color-black);
  text-decoration: none;}
  @media only screen and (max-width: 959px) {
    .menu__sub-menu-item a {
    color: var(--color-white);
  }
}

.menu__item--with-sub-menu {
  cursor: pointer;
  padding: 10px 0;
  position: relative; /* è¿½åŠ&nbsp;: è¦ç´&nbsp;å†…ã§ã®çµ¶å¯¾ä½ç½®æŒ‡å®šã®åŸºæº–ç‚¹ã¨ãªã‚‹ */
}

.menu__item--with-sub-menu::after {
  content: url(../img/menu-plus.svg);
  position: absolute;
  right: -2px;
  top: 9px;
}
.menu__item--with-sub-menu.open::after {
  content: url(../img/menu-minus.svg);
}
@media only screen and (max-width: 959px) {
  .menu__item--with-sub-menu::after {
    content: url(../img/menu-plus-w.svg);
    right: 5px;
    top: 7px;
  }
  .menu__item--with-sub-menu.open::after {
    content: url(../img/menu-minus-w.svg);
  }
}



/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼é–‹é–‰ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.menu-btn.open span:nth-child(1) {
  /* transform: rotate(45deg) translate(5px, 5px); */
  transform: translateY(4px) rotate(-45deg);
  background-color: var(--color-black);}
  @media only screen and (max-width: 959px) {
    .menu-btn.open span:nth-child(1) {
    background-color: var(--color-white);
    transform: translateY(2px) rotate(-45deg);
  }
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  /* transform: rotate(-45deg) translate(5px, -5px); */
  transform: translateY(-6px) rotate(45deg);
  background-color: var(--color-black);}

  @media only screen and (max-width: 959px) {
    .menu-btn.open span:nth-child(3) {
    /* transform: rotate(-45deg) translate(0, 0);
    transform: translateY(-6px) rotate(45deg); */
    background-color: var(--color-white);
  }
}
.menu-btn.open span:nth-child(4) {
  opacity: 0;
}

.menu.open {
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
.menu.open {
  height: 100vh;
}}

/* value */
.value-title{
  text-align: center;
  /* padding-bottom: calc(64px + 92px); */
  padding-top: 126px;
}
  @media only screen and (max-width: 959px) {
    .value-title{
    padding-top: 96px;
    /* padding-bottom: 55px; */
  }
}
.value-title__en{
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0;
  color: var(--color-white);}
  @media only screen and (max-width: 959px) {
    .value-title__en{
  font-size: 18px;
  line-height: 18px;
  }
}
.value-title__jp{
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: var(--color-white);
  margin-top: 37px;
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 10px;
  display: inline-block;}
  
  @media only screen and (max-width: 959px) {
    .value-title__jp{
    font-size: 14px;
    line-height: 1;
    margin-top: 18px;
  }
}
.value-section{
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--color-white);
    margin: 0 auto;
    margin-top: 161px;
    max-width: 1024px;
    width: 90%;
  }
    @media only screen and (max-width: 959px) {
      .value-section{
      writing-mode: horizontal-tb;
      padding: 0;
      margin-top: 41px;
    }
}
.value-section__wrapper{
  flex-direction: column;
  gap: 7%;/* 63px */
  width: 100%;
  justify-content: space-between;
}
  @media only screen and (max-width: 959px) {
    .value-section__wrapper{
    gap: 41px;
  }
}
.value-section__container{
  width: 50%;
  position: relative;}
  @media only screen and (max-width: 959px) {
    .value-section__container{
    /* width: 247px; */
    width: 100%;
    margin: 0 auto;
  }
}
.value-section__text{
  display: inline-block;
  position: absolute;
  top: -92px;
  right: -36px;
  background: var(--color-black);}
  @media only screen and (max-width: 959px) {
    .value-section__text{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: -8px;
  }
}
.value-section__image{
  margin-top: -96px;
}
@media only screen and (max-width: 959px) {
  .value-section__image{
    margin-top: 0;
    padding: 0 11.5%;
  }
}
.value-section__headline{
  color: var(--color-white);
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  padding: 36px 18px 99px;
  border: solid 1px var(--color-white);
}
.value-section__headline::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: solid 1px var(--color-white);
}
.value-section__content{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media only screen and (max-width: 959px) {
  .value-section__description{
    letter-spacing: 0;
    line-height: 1.9;
  }
}
.value-section__additional-info span{
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0;
}
.value-section__boeder{
   margin: 14px 3% 0;}/*34px */
  @media only screen and (max-width: 959px) {
    .value-section__boeder{
    /* transform: rotate(90deg); */
    margin: 21px 26px 19px;
  }
}
.value-gift__wrapper, .value-omotenashi__wrapper{
  flex-direction: column-reverse;}
  @media only screen and (max-width: 959px) {
    .value-gift__wrapper, .value-omotenashi__wrapper{
    flex-direction: column;
  }
}
.value-gift__text, .value-omotenashi__text{
  right: unset;
  left: -36px;}
  @media only screen and (max-width: 959px) {
    .value-gift__text, .value-omotenashi__text{
    left: unset;
    right: -8px;
  }
}
.value-section__gift{
  margin-top: 120px;
}
.value-section__culture{
  margin-top: 140px;
}
@media only screen and (max-width: 959px) {
.value-section__culture{
  margin-top: 114px;
}}
.value-section__culture .value-section__wrapper{
  justify-content: flex-start;
}
.value-section__omotenashi{
  margin-top: 123px;
}
@media only screen and (max-width: 959px) {
.value-section__omotenashi{
  margin-top: 114px;
}}
.value-section__omotenashi .value-section__wrapper{
  justify-content: flex-start;
  gap: 10.5%;
}
@media only screen and (max-width: 959px) {
  .value-section__omotenashi .value-section__wrapper{
    gap: 41px;
  }
}
.value-section__gentle-time{
  margin-top: 128px;
}
@media only screen and (max-width: 959px) {
.value-section__gentle-time{
  margin-top: 113px;
}}
.value-section__gentle-time .value-section__wrapper{
  justify-content: flex-start;
  gap: 7.5%;
}
@media only screen and (max-width: 959px) {
  .value-section__gentle-time .value-section__wrapper{
    gap: 41px;
  }
}
/* KEIOU */
.speciality-title{
  padding-bottom: 61px;
  padding-top: 175px;
}
  @media only screen and (max-width: 959px) {
    .speciality-title{
    margin-bottom: 0;
    padding-bottom: 51px;
    padding-top: 113px;
  }
}
.speciality-title__en{
  font-family: var(--en-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform:uppercase;
}
.speciality-title__jp{
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

  @media only screen and (max-width: 959px) {
    .speciality-title__en{
      letter-spacing: 1.2px;
    }
    .speciality-title__jp{
  font-size: 28px;
  line-height: 28px;
  margin-top: 16px;
  }
}
.speciality__variety{
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  /* border-bottom: solid 1px transparent; */
  /* padding-bottom: 11px; */}

  @media only screen and (max-width: 959px) {
    .speciality__variety{
  font-size: 18px;
  line-height: 18px;
  width: 12%;
  }
}
/* .speciality__variety:hover{
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 11px;
} */
.speciality__varieties{
  margin-top: 69px;
  justify-content: center;
  gap: 74px;
}
  @media only screen and (max-width: 959px) {
    .speciality__varieties{
    margin-top: 46px;
    flex-wrap: wrap;
    row-gap: 34px;
  }
}
.speciality__image-container{
  margin: 0 auto;
  max-width: 1116px;
}
  @media only screen and (max-width: 959px) {
    .speciality__image-container{
    padding: 0 5%;
  }
}
.speciality-text{
  text-align: center;
  margin-top: 47px;
}
@media only screen and (max-width: 959px) {
  .speciality-text{
    margin-top: 38px;
  }
}
.speciality-text__heading{
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 9px;
  /* border-bottom: solid 1px var(--color-white); */
  display: inline-block;}
  @media only screen and (max-width: 959px) {
    .speciality-text__heading{
    font-size: 14px;
  }
}
.speciality-text__heading-wrapper{
  border-bottom: solid 1px var(--color-white);
  width: 197px;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .speciality-text__heading-wrapper{
    width: 156px;
  }
}
.speciality-text__description{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-top: 27px;}
  @media only screen and (max-width: 959px) {
    .speciality-text__description{
    font-size: 14px;
    margin-top: 23px;
    line-height: 1.6;
  }
}
.speciality__image-container img{
  margin-inline: auto;;
  display: block;
}

.pride-section{
  margin: 109px auto 0;
  padding: 0 5%;
}
@media only screen and (max-width: 959px) {
  .pride-section{
    margin: 115px auto 0;
  }
}
.pride-section__wrapper {
  grid-template-columns: minmax(0, 739px) minmax(0, 364px);
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-columns: 350px 740px; */
    grid-template-rows: repeat(1, 1fr);
    /* grid-column-gap: 2%; */
    grid-column-gap: 4%;
    grid-row-gap: 106px;
    /* max-width: 1100px; */
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: calc(33px + 40px); */
    margin-top: calc(80px + 40px);
  }
  .pride-section-keiou .pride-section__wrapper:nth-child(2){
    margin-top: 82px;
  }
  .pride-section-keiou .pride-section__wrapper:nth-child(3){
    margin-top: 131px;
  }
  .pride-section-keiou .pride-section__wrapper:nth-child(4){
    margin-top: 137px;
  }
  .pride-section__wrapper_reverse{
    grid-template-columns: minmax(0, 329px) minmax(0, 739px);
  }
    @media only screen and (max-width: 959px) {
      .pride-section__wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr max-content;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      margin-top: 110px;
    }
    .pride-section-keiou .pride-section__wrapper:nth-child(2){
      margin-top: 122px;
    }
    .pride-section-keiou .pride-section__wrapper:nth-child(3){
      margin-top: 236px;
    }
    .pride-section-keiou .pride-section__wrapper:nth-child(4){
      margin-top: 192px;
    }
    .pride-section-keiou .pride-section__image-3rd{
      margin-top: -39px;
    }
    .pride-section-keiou .pride-section__container{
      align-items: center;
    }
    }
    
.pride-section__image {
  grid-area: 1 / 1 / 3 / 2;
  max-width: 739px;
  width: 100%;
  margin-left: -15px;
}
  @media only screen and (max-width: 959px) {
    .pride-section__image {
    grid-area: 2 / 1 / 3 / 2;
    min-width: 100%;
    margin-left: 0;
  }
}
.pride-section__container {
  grid-area: 1 / 2 / 2 / 3;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex-direction: column;
    /* gap: 7%; */
    gap: 13%;
    max-width: 350px;
    /* margin-top: -62px; */
    margin-top: -59px;
    /* margin-left: -26px; */
    margin-left: -7px;
  }
    @media only screen and (max-width: 959px) {
      .pride-section__container {
      grid-area: 1 / 1 / 2 / 2;
      justify-content: center;
      align-items: baseline;
      margin-bottom: 71px;
      gap: 7%;
      max-width: 100%;
    }
}
.pride-section__title_wrapper{
  position: relative;
}
.pride-section__title{
  font-family: var(--en-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.05em;
  display: inline-block;
  /* text-transform:uppercase; */
  position: absolute;
  top: 0;
  left: 5px;
}
@media only screen and (max-width: 959px) {
  .pride-section__title{
    position: inherit;
  }
}
.pride-section__number{
  height:38px;
  width:38px;
  border: solid 1px var(--color-white);
  border-radius:50%;
  line-height:36px;
  text-align: center;
  display: inline-block;
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  .pride-section__number{
    margin-top: 0;
  }
}
.pride-section__subtitle{
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 4px;
}
  @media only screen and (max-width: 959px) {
    .pride-section__subtitle{
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 12px;
  }
}
.pride-section__description {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-top: -12px;
  margin-left: 8px;
}
.pride-section__description p{
  letter-spacing: 0;
}
@media only screen and (max-width: 959px) {
.pride-section__description p{
  line-height: 1.9;
}}
  @media only screen and (max-width: 959px) {
    .pride-section__description {
    grid-area: 3 / 1 / 4 / 2;
    margin-top: 21px;
  }
}
.pride-section__image_reverse{
  grid-area: 1 / 2 / 3 / 3;}
  @media only screen and (max-width: 959px) {
    .pride-section__image_reverse{
    grid-area: 2 / 1 / 3 / 2;
    margin-top: -32px;
  }
}
.pride-section__container_reverse{
  grid-area: 1 / 1 / 3 / 2;
  gap: 14%;
  margin-top: -38px;
  margin-right: 59px;
}
  @media only screen and (max-width: 959px) {
    .pride-section__container_reverse{
    grid-area: 1 / 1 / 2 / 2;
    margin-bottom: 48px;
    margin-right: 0;
    gap: 7%;
  }
}
.pride-section__description_reverse{
  grid-area: 2 / 1 / 3 / 2;
  margin-bottom: 60px;
  margin-left: 50px;
}

  @media only screen and (max-width: 959px) {
    .pride-section__description_reverse{
    grid-area: 3 / 1 / 4 / 2;
    margin-left: 0;
  }
}
.speciality-product{
  margin-top: 130px;
}
@media only screen and (max-width: 959px) {
  .speciality-product{
    margin-top: 76px;
  }
}
.enjoyable-product{
  margin-top: 85px;
}
.speciality-product__wrapper{
  /* border-top: 1px solid var(--color-white); */
  max-width: 1112px;
  margin: 0 auto;}
  @media only screen and (max-width: 959px) {
    .speciality-product__wrapper{
    padding: 0 6%;
    border-top: none;
  }
}
.line{
  max-width: 1087px;
  border-top: 1px solid var(--color-white);
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
.line{
    border-top: 1px solid var(--color-white);
  }
}
.speciality-product__title{
  margin-top: 78px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.05em;
  margin-left: 57px;}
  @media only screen and (max-width: 959px) {
    .speciality-product__title{
  font-size: 14px;
  line-height: 20px;
  margin-top: 63px;
  margin-left: calc(29px - 6%);
  }
}
.speciality-product__items{
  flex-wrap: wrap;
  gap: 2%;
  max-width: 1112px;
  margin: 64px auto 0;
  row-gap: 42px;
  justify-content: end;
  flex-direction: row-reverse;
}
  @media only screen and (max-width: 959px) {
    .speciality-product__items{
    gap: 4%;
    row-gap: 50px;
    margin-top: 36px;
    justify-content: space-between;
  }
}
.speciality-product__item{
  width: calc(100% / 4 - 2%);}
  @media only screen and (max-width: 959px) {
    .speciality-product__item{
    width: calc(100% / 2 - 6%);
  }
}
.speciality-product__item-text{
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 45px 0 0 10px;
  }
    @media only screen and (max-width: 959px) {
      .speciality-product__item-text{
      margin: 23px auto 0;
    }
}
.speciality-product__name{
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 3px;
}
  @media only screen and (max-width: 959px) {
    .speciality-product__name{
  font-size: 14px;
  line-height: 3;
  }
}
.speciality-product__border{
  margin: 20px 15px 0 34px;
}
  @media only screen and (max-width: 959px) {
    .speciality-product__border{
    /* margin: 14px 8% 0 6.5%; */
    margin: 12.5px 0 0 6.5%;
  }
}
.speciality-product__description{
font-size: 14px;
font-weight: 400;
line-height: 26px;
letter-spacing: 1px;
}
@media only screen and (max-width: 959px) {
  .speciality-product__description{
    line-height: 24px;
    }
}
@media only screen and (max-width: 959px) {
.pride-section__title_wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
  }
}
.speciality-product-items__wrapper{
  gap: 83px 5%;
  margin-top: 62px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
  @media only screen and (max-width: 959px) {
    .speciality-product-items__wrapper{
    flex-wrap: wrap;
    gap: 36px 5%;
  }
}
.item {
  overflow: hidden;
  width: calc(100% / 3 - 5%);
}
@media only screen and (max-width: 956px) {
  .item {
    width: 100%;
    /* margin: 96px 4% 0; */
  }
}
.item__trigger {
  display: block;
}
.item__image {
  float: left;
  width: 45%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .item__image {
    float: none;
    width: auto;
  }
}
.item__image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.item__image-hover {
  display: none;
}
@media only screen and (min-width: 960px) {
  .item__image-hover {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.item__title {
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  padding-left: calc(45% + 10px);
}
@media only screen and (min-width: 960px) {
  .item__title {
    padding-left: 0;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
  }
}
.item__title span {
  display: block;
}
.item__title span[lang='en'] {
  font-size: 12px;
}
/* @media only screen and (min-width: 960px) {
  .item__title span[lang='en'] {
    font-size: 10px;
    line-height: 1;
  }
} */
.item__price {
  padding-left: calc(45% + 10px);
  font-size: 14px;
  margin-top: 6px;
}
@media only screen and (min-width: 960px) {
  .item__price {
    padding-left: 0;
    font-size: 20px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 960px) {
.item__price&gt;p:first-child{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em;
}}
.item__labels {
  margin-top: 12px;
  padding-left: calc(45% + 10px);
}
.item__cart + .item__labels {
  margin-top: 21px;
}
@media only screen and (min-width: 960px) {
  .item__labels {
    padding-left: 0;
    margin-top: 30px;
  }
}
.item__label {
  display: inline-block;
  border: 1px solid var(--color-white);
  border-radius: 11px;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  padding: 1px 14px 0;
}
.item__label:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 960px) {
  .item__label {
    min-width: 120px;
    border-radius: 12px;
    font-size: 14px;
    padding: 1px 10px 0;
  }
}
.item__cart {
  margin-top: 12px;
  width: 80%;
  padding-left: calc(45% + 10px);
  display: block;
}
@media only screen and (min-width: 960px) {
  .item__cart {
    padding-left: 2px;
  }
}
.item__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}
@media only screen and (min-width: 960px) {
  .item__field {
    display: table;
    border-spacing: 10px 0;
    width: calc(100% + 20px);
    margin: 30px -10px 0;
  }
}
.item__number, .item__button {
  display: block;
  /* width: calc(70% - 10px); */
  width: auto;
}
@media only screen and (min-width: 960px) {
  .item__number, .item__button {
    width: auto;
    display: table-cell;
    vertical-align: middle;
  }
}
.item__number {
  width: 60px;
}
@media only screen and (min-width: 960px) {
  .item__number {
    width: 40%;
  }
}
@media only screen and (min-width: 960px) {
  .item__trigger:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 960px) {
  .item__trigger:hover .item__image-hover {
    opacity: 1;
  }
}
input[type='number'],input[type='text'], input[type='password'], input[type='email'], input[type='button'], textarea, button, select {
  border-radius: 0;
  border-color: #999;
  -webkit-appearance: none;
}
.fukulabo-item input[type='number'], .fukulabo-item button, .detail input[type='number'], .detail button, .item input[type='number'], .item button {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}
@media only screen and (min-width: 960px) {
  .fukulabo-item input[type='number'], .fukulabo-item button, .detail input[type='number'], .detail button, .item input[type='number'], .item button {
    font-size: 12px;
  }
}
.fukulabo-item input[type='number'], .detail input[type='number'], .item input[type='number'] {
  border: 1px solid var(--color-white);
  background: var(--color-black);
  display: block;
  overflow: hidden;
  position: relative;
}
/* .item_okaki.select {
  border: 1px solid var(--color-white);
  background: var(--color-black);
  display: block;
  overflow: hidden;
  position: relative;
} */
/* .fukulabo-item label.select:after, .detail label.select:after, .item label.select:after {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
} */


.fukulabo-item input[type='number'], .detail input[type='number'], .item input[type='number'] {
  padding: 0 5px 0 10px;
  height: 25px;
  /* width: calc(100% + 24px); */
  color: var(--color-white);
  width: 50px;
}
@media only screen and (min-width: 960px) {
  .fukulabo-item input[type='number'], .detail input[type='number'], .item input[type='number'] {
    padding: 0 10px;
    height: 38px;
    width: 74px;
  }
}
.fukulabo-item button, .detail button, .item button {
  border-radius: 4px;
  padding: 0 12px;
  background: var(--color-black);
  border: 1px solid var(--color-white);
  height: 27px;
  color: var(--color-white);
}
@media only screen and (min-width: 960px) {
  .fukulabo-item button, .detail button, .item button {
    height: 40px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 960px) {
  .fukulabo-item button:hover, .detail button:hover, .item button:hover {
    background: #000;
    color: #fff;
  }
}
/* standard */
.standard-title{
  padding-top: 178px;
  padding-bottom: 66px;
}
  @media only screen and (max-width: 959px) {
    .standard-title{
    padding-bottom: 0;
    padding-top: 116px;
  }
}
.standard__varieties{
  margin-top: 63px;
  gap: 77px;
}
@media only screen and (max-width: 959px) {
.standard__varieties .speciality__variety:last-child{
  letter-spacing: -2px;
}
}
.standard__heading{
  justify-content: flex-start;
  /* gap: 14%; */
  /* margin: 0 auto; */
  /* max-width: 1082px; */
  width: 1008px;
  margin-left: 32px;
}
  @media only screen and (max-width: 959px) {
    .standard__heading{
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    margin-left: 0;
  }
}
.standard__image-container{
  min-width: 600px;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
  .standard__image-container{
    min-width: 100%;
    text-align: center;
  }
}
.standard__title-container{
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 97px;
    margin-left: 16.5%;
  }
    @media only screen and (max-width: 959px) {
      .standard__title-container{
      margin-left: 0;
      margin-top: 71px;
    }
}
.standard__title-en{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}
  @media only screen and (max-width: 959px) {
    .standard__title-en{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .5px;
  }
}
.standard__title-jp{
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
  margin: -10px 24px 0;
}
  @media only screen and (max-width: 959px) {
    .standard__title-jp{
  font-size: 28px;
  line-height: 28px;
  margin: -10px 20px 0;
  }
}
.standard__title-description{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
  @media only screen and (max-width: 959px) {
    .standard__title-description{
  font-size: 14px;
  line-height: 28px;
  }
}
.on__variety{
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 11px;
}
.standard-top{
  width: 1150px;
  margin: 0 auto;}
  @media only screen and (max-width: 959px) {
    .standard-top{
    margin-top: 106px;
    width: 100%;
  }
}
.standard-section__description{
  margin-left: 21px;
  margin-top: -40px;
}
@media only screen and (max-width: 959px) {
  .standard-section__description{
    margin-left: 0;
  }
}
.standard-section__description p{
  border-bottom: dotted 1px var(--color-white);
  display: inline-block;
  margin-top: 15px;
}
.standard-section__description__list{
  margin-left: 40px;}
  @media only screen and (max-width: 959px) {
    .standard-section__description__list{
    margin-left: 42px;
  }
}
.standard-section__description2{
  margin-top: 28px;
  margin-left: 21px;
}
@media only screen and (max-width: 959px) {
  .standard-section__description2{
    margin-left: 0;
  }
}
.standard-section__description3{
  margin-top: -41px;
}
@media only screen and (max-width: 959px) {
.standard-section__description3{
  margin-top: 16px;
}
}
.standard-section__wrapper{
    /* border-top: solid 1px var(--color-white); */
    /* padding-top: 82px; */
    grid-template-rows: 0;
    margin-top: 83px;
    grid-template-columns: 372px 740px;
    padding-bottom: 82px;
  }
  .standard-section__wrapper:last-child{
    padding-bottom: 0;
  }
    @media only screen and (max-width: 959px) {
      .standard-section__wrapper{
      padding-top: 0;
      padding-bottom: 63px;
      margin-top: 0;
      grid-template-rows: repeat(1, 1fr);
      grid-template-columns:100%;
    }
}
/* .standard-section__image{
  margin-left: 24px;
} */
.pride-section__wrapper:nth-child(2).standard-section__wrapper{
  margin-top: 79px;
}
@media only screen and (max-width: 959px) {
  .pride-section__wrapper:nth-child(2).standard-section__wrapper{
    margin-top: 0;
  }
}
.pride-section__wrapper:nth-child(3).standard-section__wrapper{
  margin-top: 79px;
}
.standard-section__wrapper-wide{
  grid-template-rows: 50px;
}
@media only screen and (max-width: 959px) {
  .standard-section__wrapper-wide{
    grid-template-rows: repeat(1, 1fr);
  }
}
.standard-section__container{
  writing-mode: horizontal-tb;
  gap: 12px;
  margin-top: 0;
  max-width: 372px;
}
  @media only screen and (max-width: 959px) {
    .standard-section__container{
    margin-top: 59px;
    margin-bottom: 60px;
    gap: 8px;
    margin-left: 0;
  }
}
.standard-section__title{
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  position: static;
  margin-left: 21px;
}

  @media only screen and (max-width: 959px) {
    .standard-section__title{
  font-size: 14px;
  line-height: 17px;
  margin-left: 0;
  }
}
.standard-section__subtitle{
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* letter-spacing: 0.05em; */
  letter-spacing: 1px;
  margin-left: 21px;
}
  @media only screen and (max-width: 959px) {
    .standard-section__subtitle{
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin-left: 0;
}
}
.standard-section__image img{
  /* margin-left: 26px; */
  margin-left: 13px;
}
@media only screen and (max-width: 959px) {
  .standard-section__image img{
    margin-left: 0;
  }
}
.standard-product{
  margin-top: 66px;
}
.standard-product__nanako{
  margin-top: 77px;
}
@media only screen and (max-width: 959px) {
  .standard-product__nanako{
    margin-top: 67px;
  }
}
.standard-product__nanako .speciality-product__title{
  margin-left: 64px;
}
@media only screen and (max-width: 959px) {
  .standard-product__nanako .speciality-product__title{
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) {
.standard-line-up{
  margin-top: 35px;
}}
.standard-line-up-nanako{
  margin-top: 300px;
}}
.standard-line-up .item__title{
  font-size: 22px;
}
@media only screen and (max-width: 959px) {
  .standard-line-up .item__title{
    font-size: 14px;
    padding-left: calc(45% + 28px);
  }
}
.standard-line-up .item__title span[lang='en']{
  font-size: 12px;
  line-height: 2;
}
.standard-line-up .item__price&gt;p:first-child{
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
  .standard-line-up .item__price&gt;p:first-child{
    font-size: 14px;
    padding-left: 17px;
  }
}
/* .standard-line-up .item__cart{
  width: 100%;
} */
@media only screen and (max-width: 959px) {
  .standard-line-up .item__cart{
    /* width: 80%; */
    padding-left: calc(45% + 28px);
  }
}
.standard-line-up .item__number{
  width: 31%;
}
/* .standard-line-up .item select{
  height: 56px;
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
  .standard-line-up .item select{
    height: 27px;
    font-size: 10px;
  }
}
.standard-line-up .item button{
  height: 56px;
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
  .standard-line-up .item button{
    height: 27px;
    font-size: 10px;
  }
} */
.standard-product__title{
  margin-top: 82px;
  margin-left: 64px;
}
@media only screen and (max-width: 959px) {
  
.standard-line-up .item__number{
  width: auto;
}
  .standard-product__title{
    margin-top: 63px;
    margin-left: 5px;
  }
}
.standard-section__container-adjust{
  gap: 2px;
}
/* nanako */
.nanako-product__item{
  width: calc(100% / 3 - 2%);}
  @media only screen and (max-width: 959px) {
    .nanako-product__item{
    width: 100%;
  }
}
.nanako-adjust{
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
  .nanako-adjust{
    margin-top: 28px;
    margin-left: 0;
    line-height: 26px;
  }
}
.nanako-product__items{
  gap: 3%;
  row-gap: 94px;
}
@media only screen and (max-width: 959px) {
  .nanako-product__items{
    margin-top: 37px;
    row-gap: 47px;
  }
}
.standard-product__nanako .speciality-product__item-text{
  width: 87%;
  margin: 40px 0 0 10px;
}
@media only screen and (max-width: 959px) {
  .standard-product__nanako .speciality-product__item-text{
    width: 81.5%;
    margin: 30px auto 0;
  }
}
.standard-product__nanako .speciality-product__border{
  margin: 20px 18px 0 33px;
}
@media only screen and (max-width: 959px) {
  .standard-product__nanako .speciality-product__border{
    margin: 20px 18px 0 10px;
  }
}

@media only screen and (max-width: 959px) {
  .standard-title__nanako{
    padding-top: 116px;
  }
  .standard-title__nanako .speciality-title__jp{
    margin-top: 12px;
  }
  .standard-title__nanako .standard__varieties{
    margin-top: 47px;
    gap: 52px;
  }
  .standard-top__nanako{
    margin-top: 58px;
  }
  }
/* kodawari */
.kodawari-title{
  margin-bottom: 60px;
  padding-top: 175px;
}
  @media only screen and (max-width: 959px) {
    .kodawari-title{
    margin-bottom: 0;
    padding-top: 114px;
  }
}
.kodawari-process{
  margin-top: 219px;
}
@media only screen and (max-width: 959px) {
.kodawari-process{
  margin-top: 227px;
}
}
.kodawari-process__content{
  /* max-width: 819px; */
  margin: 0 26.5625vw 214px 9.5312vw;
  position: relative;
}
  @media only screen and (max-width: 959px) {
    .kodawari-process__content{
    max-width: 336px;
    margin: 0 auto 192px;
  }
  .kodawari-process__content:nth-child(2){
    margin-bottom: 183px;
  }
  .kodawari-process__content:nth-child(3){
    margin-bottom: 180px;
  }
  .kodawari-process__content:nth-child(4){
    margin-bottom: 159px;
  }
  .kodawari-process__content:nth-child(5){
    margin-bottom: 212px;
  }
  .kodawari-process__content:nth-child(6){
    margin-bottom: 187px;
  }
    .kodawari-process__content:last-child{
    margin: 0 auto 95px;
  }
}
.kodawari-process__content::before{
  content: "";
  background: url(../img/kodawari/img-kodawari01.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -46px;
  right: -207px;
  }
@media only screen and (max-width: 959px) {
.kodawari-process__content::before{
  top: -105px;
  right: 17px;
  width: 62px;
  height: 198px;
  background: url(../img/kodawari/img-kodawari01-sp.svg) no-repeat;
}}
.kodawari-process__content:nth-child(2):before{
  content: "";
  background: url(../img/kodawari/img-kodawari02.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -49px;
  right: -206px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(2):before{
      top: -107px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari02-sp.svg) no-repeat;
    }}
.kodawari-process__content:nth-child(3):before{
  content: "";
  background: url(../img/kodawari/img-kodawari03.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -54px;
  right: -207px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(3):before{
      top: -107px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari03-sp.svg) no-repeat;
    }}
.kodawari-process__content:nth-child(4):before{
  content: "";
  background: url(../img/kodawari/img-kodawari04.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -58px;
  right: -206px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(4):before{
      top: -107px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari04-sp.svg) no-repeat;
    }}
.kodawari-process__content:nth-child(5):before{
  content: "";
  background: url(../img/kodawari/img-kodawari05.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -58px;
  right: -206px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(5):before{
      top: -106px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari05-sp.svg) no-repeat;
    }}
.kodawari-process__content:nth-child(6):before{
  content: "";
  background: url(../img/kodawari/img-kodawari06.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -59px;
  right: -206px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(6):before{
      top: -107px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari06-sp.svg) no-repeat;
    }}
.kodawari-process__content:nth-child(7):before{
  content: "";
  background: url(../img/kodawari/img-kodawari07.svg) no-repeat;
  width: 73px;
  height: 234px;
  position: absolute;
  top: -60px;
  right: -184px;
  }
  @media only screen and (max-width: 959px) {
    .kodawari-process__content:nth-child(7):before{
      top: -108px;
      right: 20px;
      width: 62px;
      height: 198px;
      background: url(../img/kodawari/img-kodawari07-sp.svg) no-repeat;
    }}
.kodawari-process__title{
  position: relative;
  display: inline-block;
  min-width: 276px;
  padding-left: 27px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0;
  @media only screen and (max-width: 959px) {
    min-width: 193px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding-left: 18px;
  }
}
.kodawari-process__title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-left: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  min-width: 276px;
  height: 10.5px;  
}
@media only screen and (max-width: 959px) {
    .kodawari-process__title::before{
    min-width: 193px;
  }}
.kodawari-process__title::after{
  content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-left: 1px solid var(--color-white);
    border-bottom: 1px solid transparent;
    border-right: 1px solid var(--color-white);
    height: 10.5px;
}
.kodawari-process__description{
  flex-direction: column;
  gap: 88px;
  margin-top: 31px;
}
  @media only screen and (max-width: 959px) {
    .kodawari-process__description{
    flex-direction: column-reverse;
    gap: 26px;
    margin-top: 38px;
  }
}
.kodawari-process__text{
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}
.kodawari-process__text span{
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}
.kodawari-process__image-container{
  gap: 9px;
}
  @media only screen and (max-width: 959px) {
    .kodawari-process__image-container{
    gap: 3px;
  }
}
@media only screen and (max-width: 959px) {
.kodawari-process__image-container img{
   width: 50%; 
  }
}
.kodawari-process__image{
  width: 50%;
}
/* ã‚³ãƒ©ãƒ&nbsp; */
.l-column{
  max-width: 1023px;
  margin: 0 auto;
}
.p-column-contents{
  max-width: 1023px;
  gap: 12%;
  justify-content: flex-start;
  margin-top: 94px;
  margin-left: 21px;
}
.p-column-title{
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
.p-column-titleH2{
  font-weight: 400;
  font-size: 42px;
}
.category_mainitems .item_okaki{
  width: 100%;
}
.column-table{
  border-top: solid 1px;
  text-align: center;
  width: 1023px;
  margin: 81px auto 0;
}
.td{
  padding: 29px 27px;
  border-bottom: dotted 1px;
  border-right: dotted 1px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;

}
.td:first-child{
  border-left: solid 1px;
}
.td:last-child{
  border-right: solid 1px;
}
.bg-darkgray{
  background: #424142;
}
.bg-white{
  background: var(--color-white);
}
.color-black{
  color: var(--color-black);
}
.p-column-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
}
.p-column-headingTitle{
  font-size: 26px;
  line-height: 37.65px;
  font-weight: normal;
}
.p-column-headingText{
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}
.column-mv{
  margin-top: 68px;
}
  @media only screen and (max-width: 959px) {
    .column-mv{
    padding: 0 5%;
    text-align: center;
    margin-top: 40px;
  }
  .p-column-heading{
    margin-top: 56px;
  }
}
@media only screen and (max-width: 959px) {
.column-mv img{
    width: 100%;
  }
}
.p-column-heading_txt{
font-size: 14px;
line-height: 26px;
letter-spacing: 0.05em;

}
.okaki {
  max-width: 238px;
}
.item_okaki_detail{
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
  @media only screen and (max-width: 959px) {
    .item_okaki_detail{
    font-size: 14px;
    line-height: 25px;
    margin-top: -4px;
  }
}
.utsuwa {
  width: 63%;
}
.item_okakiTitle{
  font-size: 18px;
  line-height: 26.06px;
  letter-spacing: 0.05em;
  margin-bottom: 43px;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .utsuwa {
    width: 100%;
  }
.item_okakiTitle{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}}
/* .p-column_item img {
  width: 182px;
} */
.recipe{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  margin-bottom: 97px;
}
.recipe_list{
  line-height: 2.1;
  margin: 68px 0 48px;
  padding-left:2em;
text-indent:-2em;
}
@media only screen and (max-width: 960px) {
  .recipe{
    margin-bottom: 80px;
  }
.recipe_list{
  margin: 57px 0 32px;
}
}
.column-table .td.column-tableNoborder{
  border-bottom: none;
  border-left: none;
  border-top: solid 1px;
}
.column-table .td.column-tableBoeder{
  border: solid 1px;
}
.column_item_picture{
  min-width: 182px;
}
.column-table {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .column-table-items1 { grid-area: 1 / 1 / 2 / 2; }
  .column-table-items2 { grid-area: 1 / 2 / 2 / 3; }
  .column-table-items3 { grid-area: 1 / 3 / 2 / 4; }
  .column-table-items4 { grid-area: 1 / 4 / 2 / 5; }
  .column-table-items5 { grid-area: 1 / 5 / 2 / 6; }
  .column-table-items6 { grid-area: 1 / 6 / 2 / 7; }
  .column-table-items7 { grid-area: 1 / 7 / 2 / 8; }
  .column-table-items8 { grid-area: 1 / 8 / 2 / 9; }
  .column-table-items9 { grid-area: 1 / 9 / 2 / 10; }
  .column-table-items10 { grid-area: 1 / 10 / 2 / 11; }
  .column-table-items11 { grid-area: 1 / 11 / 2 / 12; }
  .column-table-items12 {
      grid-area: 1 / 12 / 2 / 13;
      border-right: solid 1px;
  }
  .column-table-items13 {
      grid-area: 2 / 1 / 3 / 2;
     border-left: solid 1px;
     border-bottom: solid 1px;
     }
  .column-table-items14 {
      grid-area: 2 / 2 / 3 / 3;
      border-bottom: solid 1px;
  }
  .column-table-items15 {
      grid-area: 2 / 3 / 3 / 4;
      border-bottom: solid 1px;
  }
  .column-table-items16 {
      grid-area: 2 / 4 / 3 / 5;
      border-bottom: solid 1px;
  }
  .column-table-items17 {
      grid-area: 2 / 5 / 3 / 6;
      border-bottom: solid 1px;
  }
  .column-table-items18 {
      grid-area: 2 / 6 / 3 / 7;
      border-bottom: solid 1px;
  }
  .column-table-items19 {
      grid-area: 2 / 7 / 3 / 8;
      border-bottom: solid 1px;
  }
  .column-table-items20 {
      grid-area: 2 / 8 / 3 / 9;
      border-bottom: solid 1px;
  }
  .column-table-items21 {
      grid-area: 2 / 9 / 3 / 10;
      border-bottom: solid 1px;
  }
  .column-table-items22 {
      grid-area: 2 / 10 / 3 / 11;
      border-bottom: solid 1px;
  }
  .column-table-items23 {
      grid-area: 2 / 11 / 3 / 12;
      border-bottom: none;
  }
  .column-table-items24 {
      grid-area: 2 / 12 / 3 / 13;
      border-bottom: none;
      border-right: solid 1px;
  }
  .column-table-items25 { grid-area: 3 / 1 / 4 / 11; }
  .column-table-items26 { grid-area: 3 / 11 / 4 / 12; }
  .column-table-items27 { grid-area: 3 / 12 / 4 / 13; }
  .p-column-heading_txt__title__3{
      margin-top: 27px;
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0.05em;
  }
  .p-column-heading_txt__title{
      margin-top: 84px;
      font-size: 22px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0.05em;
  }
  .u-column_item_read {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0.05em;
  }
  .summersolstice-section__utsuwa_item:first-child .u-column_item_read{
    margin-top: 8px;
  }
  .summersolstice-section__utsuwa_item .u-column_item_read__txt{
    margin-top: 19px;
  }
  .summersolstice-section__utsuwa_item:first-child .u-column_item_read__txt{
    margin-top: 0;
  }
  @media only screen and (max-width: 960px) {
    .summersolstice-section__utsuwa_item:first-child .u-column_item_read{
      margin-top: 0;
    }
    .summersolstice-section__utsuwa_item .u-column_item_read__txt{
      margin-top: 0;
    }
  }
  
  .column_item_margin{
      margin-top: 94px;
  }
@media only screen and (max-width: 960px) {
  .l-column{
      max-width: 100%;
      margin-top: -16px;
  }
  .p-column-titleH2{
      font-size: 24px;
  }
  .column_item_picture{
      min-width: 149px;
      width: 100%;
  }
  .column-titleEn{
      text-align: center;
  }
  .td{
      padding: 18.5px 0 13px;
      font-size: 12px;
      line-height: 17px;
  }
  .column-table{
      width: 100%;
  }
  .column-table_wrap{
      width: 100%;
      padding: 0 9.5%;
  }
  .column-table{
      grid-template-columns: repeat(5, auto); /* åˆ—æ•°ã‚’4ã«è¨­å®š */
      grid-template-rows: repeat(6, auto);
  }
  .column-table-items1 { grid-area: 1 / 1 / 2 / 2; }
  .column-table-items2 { grid-area: 1 / 2 / 2 / 3; }
  .column-table-items3 { grid-area: 1 / 3 / 2 / 4; }
  .column-table-items4 { grid-area: 1 / 4 / 2 / 5; }
  .column-table-items5 { grid-area: 1 / 5 / 2 / 6; }
  .column-table-items6 {
      grid-area: 1 / 6 / 2 / 7;
      border-right: solid 1px;
  }
  .column-table-items7 {
      grid-area: 2 / 1 / 3 / 2;
      border-left: solid 1px;
  }
  .column-table-items8 { grid-area: 2 / 2 / 3 / 3; }
  .column-table-items9 { grid-area: 2 / 3 / 3 / 4; }
  .column-table-items10 { grid-area: 2 / 4 / 3 / 5; }
  .column-table-items11 { grid-area: 2 / 5 / 3 / 6; }
  .column-table-items12 {
      grid-area: 2 / 6 / 3 / 7;
      border-right: solid 1px;
  }
  .column-table-items13 {
      grid-area: 3 / 1 / 4 / 2;
      border-bottom: dotted 1px;
  }
  .column-table-items14 {
      grid-area: 3 / 2 / 4 / 3;
      border-bottom: dotted 1px;
  }
  .column-table-items15 {
      grid-area: 3 / 3 / 4 / 4;
      border-bottom: dotted 1px;
  }
  .column-table-items16 {
      grid-area: 3 / 4 / 4 / 5;
      border-bottom: dotted 1px;
  }
  .column-table-items17 {
      grid-area: 3 / 5 / 4 / 6;
      border-bottom: dotted 1px;
  }
  .column-table-items18 {
      grid-area: 3 / 6 / 4 / 7;
      border-right: solid 1px;
      border-bottom: dotted 1px;
  }
  .column-table-items19 {
      grid-area: 4 / 1 / 5 / 2;
      border-left: solid 1px;
      border-bottom: solid 1px;
  }
  .column-table-items20 {
      grid-area: 4 / 2 / 5 / 3;
      border-bottom: solid 1px;
  }
  .column-table-items21 {
      grid-area: 4 / 3 / 5 / 4;
      border-bottom: solid 1px;
  }
  .column-table-items22 {
      grid-area: 4 / 4 / 5 / 5;
      border-bottom: solid 1px;
  }
  .column-table-items23 {
      grid-area: 4 / 5 / 5 / 6;
      border-bottom: none;
  }
  .column-table-items24 {
      grid-area: 4 / 6 / 5 / 7;
      border-right: solid 1px;
      border-bottom: none;
  }
  .column-table-items25 { grid-area: 5 / 1 / 6 / 5; }
.column-table-items26 { grid-area: 5 / 5 / 6 / 6; }
.column-table-items27 { grid-area: 5 / 6 / 6 / 7; }
.p-column-headingTitle {
  font-size: 18px;
}
.p-column-headingText {
  font-size: 14px;
  text-align: center;
}
.p-column-heading_txt__title{
  margin-top: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.p-column-heading_txt__title__3{
  font-size: 14px;
  text-align: center;
  margin-top: 11px;
  line-height: 27px;
}
.u-column-heading{
  justify-content: center;
  padding: 0 5%;
}
.p-column-contents {
  max-width: 100%;
  gap: 0;
  justify-content: center;
  margin-top: 57px;
  margin-left: 0;
}
.utsuwa_wide{
  width: 100%;
  padding: 0 5%;
}
.p-column_item {
  flex-direction: unset;
  width: 100%;
  column-gap: 26px;
}
/* .p-column_item img {
  width: 149px;
  height: 149px;
} */
.p-column_item_read {
  margin-top: 0;
}
.u-column_item_read{
  font-size: 12px;
  width: 100%;
}
.item_okakiFlex{
  column-gap: 2%;
}
.item_okaki__title {
  margin-top: 0;
  padding-left: 0;
}
.column_item_margin{
  margin-top: 40px;
}
.item_okaki .item__field {
  flex-direction: initial;
  padding-left: 0;
}
.item_okaki__price{
  padding-left: 0;
}
.item_okaki__cart{
  padding-left: 0;
}
}

.column-title{
  padding-top: 177px;
  padding-bottom: 0;
}

@media only screen and (max-width: 959px) {
.column-title{
    padding-bottom: 0;
    padding-top: 94px;
  }
}
.column-title__jp{
  font-size: 18px;
}
.column-title__en{
  margin-top: 18px;
  letter-spacing: .5px;
}
.column-title .speciality-title__jp{
  margin-top: 12px;
  letter-spacing: .1px;
}
.column-archive__items{
  max-width: 897px;
  position: relative;
  margin: 65px auto 0;
}
  @media only screen and (max-width: 959px) {
    .column-title__jp{
      font-size: 14px;
    }
    .column-archive__items{
    max-width: 266px;
    margin-top: 50px;
  }
  .column-title .speciality-title__jp{
    font-size: 21px;
    margin-top: 8px;
  }
  .column-title__en{
    margin-top: 10px;
    font-size: 12px;
  }
}

.column-archive__items_wrapper{
  margin: 0 auto;
}
  @media only screen and (max-width: 959px) {
    .column-archive__items_wrapper{
    width: auto;
  }
}
.column-archive__items [class^="swiper-button-"]::after{
  font-size: 27px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.column-archive__items .swiper-button-prev{
  left: -49px;
  top: 40%;
  background-image: url(../img/column/prev-arrow.svg);
}
.column-archive__items .swiper-button-next {
  right: -53px;
  top: 39.5%;
  background-image: url(../img/column/next-arrow.svg);
}
  @media only screen and (max-width: 959px) {
    .column-archive__items .swiper-button-prev{
      left: -36px;
      top: 42%;
    }
    .column-archive__items .swiper-button-next {
      top: 42%;
      right: -51px;
  }
}
.column-archive__item_title{
  font-size: 14px;
  margin-bottom: 23px;
}
.column-archive__item_text{
  font-size: 14px;
  text-align: center;
  margin: 13px 0;
}
.column-archive__item__img{
  width: 100%;
}
.column-archive__item__img2{
  display: block;
  margin: 0 auto;
}
.speciality-product-archive__title{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 18px;
}
@media only screen and (max-width: 959px) {
  .speciality-product-archive__title{
    margin-left: -2px;
  }
}
.p-column-heading_txt{
  text-align: center;
}
.p-column-heading_txt__img{
  margin-top: 22px;
}
.u-column_item_read__title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}



.u-column_item_read__txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-column_item{
  margin-bottom: 56px;
  gap: 2%;
}
.p-column-heading_txt__title2{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
}

  @media only screen and (max-width: 959px) {
    .p-column-heading_txt__title2{
    font-size: 14px;
    line-height: 17px;
  }
  .p-column_item{
    gap: 7%;
  }
  .u-column_item_read__txt{
    margin-top: 5px;
    line-height: 1.8;
  }
}

.column-link-place{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 26px;}
  
  
  @media only screen and (max-width: 959px) {
    .column-link-place{
    font-size: 14px;
    line-height: 20px;
  }}

.column-link-contact{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;}
  
  @media only screen and (max-width: 959px) {
    .column-link-contact{
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
  }}

.column-collaboration__description{
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;}
  
  @media only screen and (max-width: 959px) {
    .column-collaboration__description{
    font-size: 14px;
    line-height: 20px;
  }}
  /* heavysnow */
.heavysnow-utsuwa{
  gap: 6%;
}
  
  @media only screen and (max-width: 959px) {
    .heavysnow-utsuwa{
    flex-direction: column;
    row-gap: 28px;
 }
}
.heavysnow-utsuwa__img{
  min-width: 417px;}
  
  @media only screen and (max-width: 959px) {
    .heavysnow-utsuwa__img{
    min-width: 100%;
  }}

.column-collaboration{
  margin-top: 70px;
}
.heavysnow-utsuwa__description{
  margin-top: 37px;
  line-height: 22px;
}
.heavysnow-section .item__field{
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
  .heavysnow-utsuwa_title{
    width: 222px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.7;
  }
  .heavysnow-section .column-collaboration{
    margin-top: 56px;
  }
  .heavysnow-section .item__title{
    margin-top: 19px;
  }
  .heavysnow-section .item__title span[lang='en'] {
    font-size: 10px;
    line-height: 1;
}
.heavysnow-section .item_okaki_detail{
  margin-top: 37px;
  line-height: 1.8;
}
.heavysnow-section .item select {
  height: 30px;
  width: calc(100% + 2px);
}
.heavysnow-section .item button {
  height: 30px;
  font-size: 12px;
}
@media only screen and (max-width: 959px) {
  .heavysnow-section{
    row-gap: 52px;
    flex-direction: column;
    padding: 0 5%;
  }
  .heavysnow-section .item__number{
    width: 52%;
  }
  .heavysnow-section .item select {
    height: 37px;
  }
  .heavysnow-section .item button {
    height: 38px;
    font-size: 14px;
  }
  .heavysnow-section .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
  }
  .heavysnow-utsuwa__description{
  margin-top: 27px;
  line-height: 1.8
}
.heavysnow-section .item__title{
  margin-top: 0;
}
.heavysnow-section .item_okaki_detail{
  margin-top: 5px;
}
.heavysnow-section .column-collaboration{
  margin-top: 75px;
}
.heavysnow-section .column-collaboration__description{
  line-height: 1.8;
  letter-spacing: .8px;
}
}

/* rainwater */
@media only screen and (max-width: 959px) {
.rainwater-contents{
    flex-direction: column;
    padding: 0 5%;
    margin-top: 75px;
    row-gap: 58px;
  }
}
.rainwater-contents__okaki{
  min-width: 238px;}
  @media only screen and (max-width: 959px) {
    .rainwater-contents__okaki{
    min-width: 100%;
  }
  .rainwater-contents .item__field{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  .rainwater-contents .item__number{
    width: 52%;
  }
  .rainwater-contents .item select {
    height: 37px;
  }
  .rainwater-contents .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
  }
}
.rainwater-pairing{
  gap: 14%;
  margin-top: 33px;
}
  @media only screen and (max-width: 959px) {
    .rainwater-pairing{
    flex-direction: column;
    row-gap: 15px;
    margin-top: 39px;
  }
}
.rainwater-pairing__detail{
  max-width: 218px;
}
.rainwater-pairing__description{
  max-width: 239px;
}
@media only screen and (max-width: 959px) {
  .rainwater-pairing__description{
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .item_okaki__image{
    width: 151px;
  }
  }
@media only screen and (max-width: 959px) {
.item__trigger__firstfrost {
    width: 50%;
  }
}
.rainwater-contents .item__title span[lang='en'] {
  font-size: 10px;
}
.rainwater-contents .item__price {
  margin-top: 5px;
}
.rainwater-contents .item_okaki_detail {
  margin-top: 35px;
  line-height: 1.85;
}
.rainwater-contents .p-column-contents{
  gap: 13%;
}
.rainwater-contents .item_okakiTitle{
  margin-left: 9px;
}
.rainwater-contents .column-collaboration {
  margin-top: 98px;
}
.rainwater-contents .column-link {
  margin-top: 44px;
}
.rainwater-contents .column-collaboration__description {
  line-height: 1.7;
  margin-top: -7px;
}
@media only screen and (max-width: 959px) {
.rainwater-contents .p-column-heading_txt__title{
  line-height: 1.2;
}
.rainwater-contents .item_okakiTitle{
  margin-left: 0;
}
.rainwater-contents .item__trigger{
  max-width: 151px;
}
.rainwater-contents .item_okakiFlex {
  column-gap: 6%;
}
.rainwater-contents .item__price {
  margin-top: 13px;
}
.rainwater-contents .item_okaki_detail {
  margin-top: 0;
}
.rainwater-pairing__detail {
  line-height: 2.1;
}
.rainwater-contents .u-column_item_read__title{
  letter-spacing: 0;
}
.rainwater-contents .column-collaboration {
  margin-top: 92px;
}
.rainwater-contents .column-collaboration__description {
  line-height: 1.8;
  margin-top: 0px;
}
.rainwater-contents .column-link {
  margin-top: 73px;
}
}

/* summersolstice */ 
@media only screen and (max-width: 959px) {
.summersolstice-section{
    flex-direction: column;
    padding: 0 5%;
    margin-top: 77px;
  }
}
.summersolstice-section__utsuwa_wrapper{
  gap: 7%;
}
  @media only screen and (max-width: 959px) {
    .summersolstice-section__utsuwa_wrapper{
  flex-direction: column;}
}
@media only screen and (max-width: 959px) {
.summersolstice-section__utsuwa{
    width: 100%;
    margin-top: 63px;
  }
}
.summersolstice-section__utsuwa_item{
  width: calc(100% / 3 - 4%);
  flex-direction: column;}
  @media only screen and (max-width: 959px) {
    .summersolstice-section__utsuwa_item{
    width: 100%;
    flex-direction: row;
  }
  .summersolstice-section__utsuwa_item img{
    max-width: 151px;
    max-height: 151px;
  }
  .summersolstice-section__utsuwa .item_okakiTitle{
    margin-bottom: 27px;
  }
}
.landscape_annai{
  margin-top: 45px;
}
.summersolstice-section .column-collaboration{
  margin-top: -7px;
}
.summersolstice-section .column-collaboration__description{
  line-height: 23px;
  margin-bottom: 44px;
}
.summersolstice-section .column-link-contact li:nth-child(2){
  margin-top: 29px;
}
.summersolstice-section .item__field{
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.summersolstice-section .item__number, .item__button{
  max-width: 148px;
}
.summersolstice-section .item select {
  height: 34px;
}
.summersolstice-section .item__button {
  margin-top: 1px;
}
.summersolstice-section .item button{
  height: 33px;
  font-size: 12px;
}
@media only screen and (max-width: 959px) {
  .summersolstice-section .column-collaboration{
    margin-top: 24px;
  }
  .summersolstice-section .item__number{
    width: 52%;
  }
  .summersolstice-section .item select {
    height: 37px;
  }
  .summersolstice-section .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
  }
  .summersolstice-section .column-collaboration__description{
    line-height: 26px;
  }
  .landscape_annai{
    margin-top: 34px;
  }
  .summersolstice-section .item button{
    font-size: 14px;
  }
}
/* lesserheat */
.lesserheat-section{
  margin-top: 61px;
}
.lesserheat-section__utsuwa_wrapper{
  gap: 6%;
  flex-wrap: wrap;}
  @media only screen and (max-width: 959px) {
    .lesserheat-section__utsuwa_wrapper{
    flex-direction: column;
  }
}
.lesserheat-section__utsuwa_item{
  width: calc(100% / 3 - 4.5%);
  flex-direction: column;
  margin-bottom: 38px;
}
  .lesserheat-section__ocha_item img{
    max-width: 182px;
  }
  @media only screen and (max-width: 959px) {
    .lesserheat-section__utsuwa_item{
    width: 100%;
    flex-direction: row;
  }
  .lesserheat-section__utsuwa_item img{
    max-width: 151px;
    max-height: 151px;
  }
  .lesserheat-section__ocha_item img{
    max-width: 151px;
  }
}
@media only screen and (max-width: 959px) {
.lesserheat-section{
    flex-direction: column;
    padding: 0 5%;
    margin-top: 77px;
  }
  .lesserheat-section .item__field{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  .lesserheat-section .item__number{
    width: 52%;
  }
  .lesserheat-section .item select {
    height: 37px;
  }
  .lesserheat-section .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 959px) {
.lesserheat-section__utsuwa{
    width: 100%;
    margin-top: 64px;
  }
}
.lesserheat-section .u-column_item_read{
  margin-top: 11px;
}
@media only screen and (max-width: 959px) {
.lesserheat-section .u-column_item_read{
  margin-top: 4px;
}}
.lesserheat-section__ocha_item{
  gap: 4%;
}
@media only screen and (max-width: 959px) {
.lesserheat-section__ocha_item{
  gap: 8%;
}
}
.lesserheat-section__ocha_item .u-column_item_read {
  margin-top: 0;
}
.lesserheat-section__ocha_item .u-column_item_read__title{
  letter-spacing: 0;
}
.lesserheat-section__ocha_item .u-column_item_read__txt{
  width: 188px;
  letter-spacing: .4px;
  margin-top: 8px;
}
@media only screen and (max-width: 959px) {
  .lesserheat-section__ocha_item .u-column_item_read__txt{
    width: 100%;
    margin-top: 21px;
  }
}
.lesserheat-section .column-collaboration{
  margin-top: 83px;
}
@media only screen and (max-width: 959px) {
  .lesserheat-section .column-collaboration{
    margin-top: 122px;
  }
}
.lesserheat-section .column-collaboration:last-child{
  margin-top: 104px;
}
@media only screen and (max-width: 959px) {
.lesserheat-section .column-collaboration:last-child{
  margin-top: 83px;
}}
.lesserheat-section .column-collaboration__description{
  line-height: 22px;
}
@media only screen and (max-width: 959px) {
.lesserheat-section .column-collaboration__description{
  line-height: 26px;
}}
.lesserheat-section .column-link{
  margin-top: 20px;
}
.item_ochaTitle{
  font-size: 18px;
    line-height: 26.06px;
    letter-spacing: 0.05em;
    margin-bottom: 43px;
}
@media only screen and (max-width: 959px) {
.item_ochaTitle{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}
}
.lesserheat-section__utsuwa .item_ochaTitle{
  margin-top: 21px;
}
.speciality-product-lesserheat{
  margin-top: 115px;
}
@media only screen and (max-width: 959px) {
.speciality-product-lesserheat{
  margin-top: 76px;
}}
/* lightsnow */
@media only screen and (max-width: 959px) {
.lightsnow-section{
    flex-direction: column;
    padding: 0 5%;
  }
}
.lightsnow-section__utsuwa_item{
  flex-direction: column;
  width: calc(100% / 3 - 4.5%);
}
  @media only screen and (max-width: 959px) {
    .lightsnow-section__utsuwa_item{
    width: 100%;
    flex-direction: row;
  }
}
.lightsnow-section__utsuwa{
  gap: 6%;
}
  @media only screen and (max-width: 959px) {
    .lightsnow-section__utsuwa{
    flex-direction: column;
    row-gap: 34px;
  }
}
.lightsnow-section__pairing_item img{
  max-width: 182px;
  max-height: 182px;
}
@media only screen and (max-width: 959px) {
  .lightsnow-section__pairing_item img{
    max-width: 151px;
  }
}
.lightsnow-section .p-column-contents{
  gap: 13%;
}
.lightsnow-section .p-column_item{
  margin-bottom: 85px;
  gap: 5%;
}
@media only screen and (max-width: 959px) {
  .lightsnow-section .p-column_item{
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
.lightsnow-section__utsuwa_item img{
  max-width: 151px;
}}
.lightsnow-section__utsuwa_item{
  gap: 13px;
}
.item_okaki{
  width: 100%;
}
.lightsnow-section__utsuwa_item:first-child .u-column_item_read{
  margin-top: 16px;
}
@media only screen and (max-width: 959px) {
.lightsnow-section__utsuwa_item:first-child .u-column_item_read{
  margin-top: 0;
}
}
.lightsnow-section .column-collaboration{
  margin-top: -16px;
}
.lightsnow-section .column-collaboration:last-child{
  margin-top: 85px;
}
@media only screen and (max-width: 959px) {
  .lightsnow-section .item__field{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  .lightsnow-section .item__number{
    width: 52%;
  }
  .lightsnow-section .item select {
    height: 37px;
  }
  .lightsnow-section .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
  }
.lightsnow-section .column-collaboration{
  margin-top: 121px;
}
.lightsnow-section .column-collaboration:last-child{
  margin-top: 123px;
}
.lightsnow-section .column-collaboration__description{
  line-height: 26px;
}
.lightsnow-section .column-link-contact li:nth-child(2){
  margin-top: 27px;
  line-height: 1.8;
}
}
/* harenohi */
.harenohi-contents{
  flex-direction: column;
}
.harenohi-section{
  margin-left: 21px;
  margin-top: 61px;
}
.harenohi-section .item__field {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.harenohi-section .p-column_item{
  max-width: 404px;
  gap: 8%;
  margin-bottom: 0;
}
.harenohi-section .column-collaboration{
  margin-top: 46px;
}
.harenohi-section .column-collaboration__description{
  margin-top: 19px;
  line-height: 22px;
}
.harenohi-section .column-link-place{
  margin-top: 0;
}
.harenohi-section .column-link{
  margin-top: 41px;
}
.harenohi-section .column-link-contact li:nth-child(2){
  margin-top: 18px;
}
@media only screen and (max-width: 959px) {
  .harenohi-section{
      flex-direction: column;
      padding: 0 5%;
      margin-left: 0;
      margin-top: 55px;
    }
    .harenohi-section .p-column_item img{
      max-height: 151px;
    }
    .harenohi-section .item__title span[lang='en'] {
      letter-spacing: 1px;
  }
  .harenohi-section .item_okaki__price{
    margin-top: 11px;
  }
    .harenohi-section .item__number {
      width: 52%;
  }
  .harenohi-section .item select {
    height: 37px;
}
.harenohi-section .item button {
  height: 33px;
}
  .harenohi-section .item__button {
    width: 144px;
    height: 39px;
    margin-top: 4px;
    font-size: 14px;
}
.harenohi-section .utsuwa{
  margin-top: 60px;
  width: 100%;
}
.harenohi-section .item_okakiTitle{
  margin-bottom: 28px;
}
.harenohi-section .column-collaboration{
  margin-top: 74px;
}
.harenohi-section .column-collaboration__description {
  margin-top: 22px;
  line-height: 26px;
}
.harenohi-section .column-link {
  margin-top: 75px;
}
.harenohi-section .column-link-contact li:nth-child(2) {
  margin-top: 26px;
}
  }
  .item_okaki{
    width: 100%;
  }

/* autumnalequinox */
.autumnalequinox-contents{
  gap: 13%;
}
.autumnalequinox-contents .p-column_item {
  gap: 6.5%;
  margin-bottom: 45px;
}
.autumnalequinox-contents .p-column_item img{
  max-width: 182px;
  height: 182px;
}
.autumnalequinox-contents .u-column_item_read {
  letter-spacing: -0.9px;
  line-height: 1.5;
}
.autumnalequinox-contents .column-collaboration {
  margin-top: 60px;
}
.autumnalequinox-contents .column-collaboration__description {
  margin-top: 19px;
  line-height: 1.6;
}

@media only screen and (max-width: 959px) {
  .autumnalequinox-contents .p-column_item img{
    max-width: 151px;
    height: 151px;
  }
  .autumnalequinox-contents .item__trigger {
    max-width: 151px;
}
  .autumnalequinox-contents .item_okakiFlex {
    column-gap: 7%;
}
  .autumnalequinox-contents .item__title span[lang='en'] {
    letter-spacing: .5px;
}
  .autumnalequinox-contents .item_okaki__price {
    letter-spacing: .5px;
}
  .autumnalequinox-contents .item_okaki_detail {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 14px;
}
  .autumnalequinox-contents .item_okakiTitle {
    margin-top: 70px;
}
.column_item__autumnalequinox{
  margin-bottom: 16px;
}
.autumnalequinox-contents .u-column_item_read__title{
  line-height: 1.5;
}
.autumnalequinox-contents .u-column_item_read {
  letter-spacing: 1px;
  line-height: 1.9;
}
.autumnalequinox-contents .u-column_item_read__txt {
  line-height: 1.9;
  font-size: 12px;
}
.autumnalequinox-contents .p-column-heading_txt__title2 {
  font-size: 12px;
}
.autumnalequinox-contents .column-collaboration__description {
  font-size: 12px;
  margin-top: 11px;
}
.autumnalequinox-contents .column-link-place {
  font-size: 12px;
  margin-top: 40px;
}
.autumnalequinox-contents .column-link-contact {
  font-size: 12px;
  margin-top: 0;
}
.autumnalequinox-contents:last-child .p-column_item {
  margin-top: 72px;
}
.autumnalequinox-contents:last-child .column-collaboration {
  margin-top: 45px;
}
}
@media only screen and (max-width: 959px) {
.column_item__autumnalequinox img{
    width: 100%;
    height: auto;
} }
.column_item__autumnalequinox_read__txt{
@media only screen and (max-width: 959px) {
  margin-bottom: 50px;
}}

/* èµ¤å‚ã‚ã‚ã› */
.standard-product__awase{
  margin-top: 77px;
}
@media only screen and (max-width: 959px) {
.standard-top__awase{
 margin-top: 83px;
}
}
.standard-top__awase .standard__title-container{
  margin-top: 98px;
  margin-left: 13.5%;
}
@media only screen and (max-width: 959px) {
  .standard-top__awase .standard__title-container{
    margin-top: 72px;
    margin-left: 6%;
  }
  .standard-top__awase .standard__title-en{
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
.standard-section__awase{
  margin-top: 114px;
}
.standard-section__description-awase{
  margin-top: 16px;
}

}
.awase-product__items__wrapper{
  gap: 0;}
  @media only screen and (max-width: 959px) {
    .awase-product__items__wrapper{
    flex-direction: column;
    row-gap: 73px;
  }
}
.awase-product__items{
  width: calc(100% / 2 - 2%);
  }
  @media only screen and (max-width: 959px) {
    .awase-product__items{
    width: 100%;
  }
}
.awase-product__item{
  width: calc(100% / 2);
  max-width: 250px;
}
.awase-product{
    flex-wrap: wrap;
    gap: 77px 2%;
    max-width: 1112px;
    margin: 64px auto 0;
    justify-content: space-between;
    flex-direction: row-reverse;}
  @media only screen and (max-width: 959px) {
    .awase-product{
    flex-direction: row-reverse;
    gap: 25px 5%;
  }
}
.awase-product__items_read{
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 30px;
  margin-right: 8px;
}
  @media only screen and (max-width: 959px) {
    .awase-product__items_read{
    margin-right: 8px;
  }
}
.awase-product__item_wrapper{
  gap: 9%;
}
@media only screen and (max-width: 959px) {
.awase-product__item_wrapper{
      gap: 5%;
  }
}
.rainwater-pairing_img{
  gap: 11.3px;
}
.rainwater-pairing_img img{
  width: 50%;
  max-width: 312.7px;
}
@media only screen and (max-width: 959px) {
  .rainwater-pairing_img{
    flex-direction: column;
  }
  .rainwater-pairing_img img{
    width: 100%;
    max-width: 339px;
  }
}
/* firstfrost */
.firstfrost-contents{
  margin-top: 112px;
  gap: 13%;
}
.firstfrost-section__utsuwa_item img{
  max-width: 182px;
}
.firstfrost-section__utsuwa_item2 img{
  max-width: 182px;
}
.firstfrost-contents .item_okaki_detail{
  line-height: 1.9;
}
.firstfrost-contents .p-column_item{
  gap: 6%;
}
.firstfrost-contents .u-column_item_read {
  line-height: 1.5;
  font-size: 12px;
}
.firstfrost-contents .u-column_item_read__txt {
  line-height: 1.9;
}
.firstfrost-contents .p-column_item {
  margin-bottom: 49px;
}
.firstfrost-contents .column-collaboration {
  margin-top: 66px;
}
.firstfrost-contents .column-collaboration__description {
  margin-top: 20px;
  line-height: 1.6;
}
.firstfrost-contents .column-link-contact {
  margin-top: 25px;
}
@media only screen and (max-width: 959px) {
  .firstfrost-contents{
    margin-top: 73px;
    gap: 13%;
  }
  .firstfrost-contents .item_okakiFlex{
    column-gap: 5%;
  }
  .firstfrost-contents .item__title span[lang='en'] {
    letter-spacing: 1.2px;
}
.firstfrost-contents .item_okaki_detail{
    margin-top: 11px;
    letter-spacing: -1.8px;
    line-height: 1.5;
}
.firstfrost-section__utsuwa{
  margin-top: 72px;
}
.firstfrost-contents .u-column_item_read__title {
  line-height: 1.2;
}
.firstfrost-contents .u-column_item_read__txt {
  font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.firstfrost-contents .p-column_item {
  margin-bottom: 24px;
}
.firstfrost-contents .column-collaboration {
  margin-top: 53px;
}
.firstfrost-contents .p-column-heading_txt__title2 {
    font-size: 12px;
    letter-spacing: -0.6px;
}
.firstfrost-contents .column-collaboration__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
}
  .firstfrost-section__utsuwa_item2{
    max-width: 149px;
  }
  .firstfrost-section__utsuwa_item2 img{
    max-width: 149px;
  }
  .firstfrost-section__utsuwa_item img{
    max-width: 149px;
  }
    
}

.lesserheat-section__utsuwa_read{
  max-width: 188px;
}

@media only screen and (max-width: 959px) {
  .lesserheat-section__utsuwa_read{
    max-width: 100%;
  }
  .lesserheat-section__utsuwa_read img{
    max-width: 151px;
  }}

@media only screen and (max-width: 959px) {
  .u-column_item_read__title{
  font-size: 14px;
  line-height: 1.9;
}
}

.category-header--category2{
  margin-top: 180px;
}
@media only screen and (max-width: 959px) {
  .category-header--category2{
    margin-top: 60px;
  }
}
/* .line-standard{
  border-top: solid 1px var(--color-white);
  padding-top: 82px;
  width: 1087px;
  padding: 0 5%;
} */
.item select option:first-child {
  color: var(--color-white);
}
.item select:invalid {
  color: var(--color-white);
}
.item select option{
  color: var(--color-black);
}
@media only screen and (max-width: 959px){
.menu__item {
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 8px; */
}}
@media only screen and (max-width: 959px) {
  .menu__item--with-sub-menu{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 959px) {
.menu__item--with-sub-menu2.open{
    padding-top: 3px;
    padding-bottom: 1px;
}}
.right{
  margin-top: -23px;
}
.header-fukulabo{
  margin-bottom: 13px;
  margin-left: 9px;
}
.header-kytokyo{
  padding-bottom: 14px;
}
@media only screen and (max-width: 959px) {
.menu__item:nth-child(4) a{
  padding-top: 15px;
}
.menu__item:nth-child(5) a{
  padding-top: 18px;
  letter-spacing: 0;
}
.menu__item:nth-child(6) a{
  padding-top: 16px;
}
.menu__item:nth-child(7) a{
  padding-top: 16px;
}
.menu__item:nth-child(8) a{
  padding-top: 15px;
}
.menu__item:nth-child(9) a{
  padding-top: 16px;
}
.menu__item:nth-child(10) a{
  padding-top: 15px;
}
.menu__item:nth-child(11) a{
  padding-top: 16px;
}
.menu__item:nth-child(12) a{
  padding-top: 15px;
}}
.info__content{
  width: 78.5%;
}
.info__title{
  padding: 8px 13px 15px 7px;
  font-weight: normal;
}
.info__footer{
  padding: 8px 0 0 7px;
  font-size: 14px;
}
.info__item:not(:first-child) {
  margin-top: 18px;
}
@media only screen and (max-width: 959px) {
.info{
  margin: 69px auto 0;
}
.info__title{
  font-size: 14px;
  font-family: var(--en-font);
}
.info__trigger{
  font-size: 14px;
}
.info__content{
  width: 100%;
  margin-top: 0;
}
}
.header-login{
  width: 13px;
  height: 21px;
}
.top-keioukeicho__item{
  margin-left: 16px;
}
.top-keioukeicho__title{
  margin-left: 35px;
}
.pride-section-keiou .pride-section__container-3rd{
  margin-top: -47px;
}
.pride-section-keiou .pride-section__description:nth-child(3){
  margin-top: -57px;
  margin-bottom: 29px;
  margin-left: 0;
}
@media only screen and (max-width: 959px) {
  .pride-section-keiou .pride-section__description:nth-child(3){
    margin-top: 24px;
    margin-bottom: 2px;
}
.pride-section-keiou .pride-section__image_reverse:nth-child(1) {
  margin-top: -23px;
}
.speciality-product_keiou{
  margin-top: 130px;
}
}
@media only screen and (max-width: 959px) {
  .top-keioukeicho__title{
    margin-left: 20px;
    letter-spacing: 7px;
  }
  .top-teiban__title{
    margin-left: 19px;
    letter-spacing: 3px;
  }
  .top-value__item{
    margin-left: 8px;
  }
  .top-value__title{
    line-height: 39px;
    margin-left: 16px;
  }
  .top-value__description&gt;p {
    letter-spacing: 1px;
}
  .top-value__description&gt;p:nth-child(2) {
    margin: 0 13px 0 10px;
}
  .top-value__description&gt;p:nth-child(3) {
    margin: 0;
}
.top-value__description{
  margin-left: 23px;
}
.top-column__subtitle{
font-size: 14px;
line-height: 15.4px;
margin-left: 0;
}
.top-column__title{
  line-height: 48px;
  margin-left: 0;
  letter-spacing: 1px;
}
.top-column__description&gt;p{
  margin: 0 8px;
}
.top-column__description{
  margin-left: 26px;
}
}
.top-column__item{
  margin-left: 16px;
  letter-spacing: .5px;
}
.top_annai{
  /* margin-top: 40px; */
  margin-top: 92px;
}
.slick-slide {
  height: 87.4vh;
}
.mainvisual__list{
  background: #000;
}
@media only screen and (max-width: 959px) {
  /* .mainvisual__list {
    height: 70vh;
  } */
  .slick-dots{
    bottom: 28px;
  }
}
@media only screen and (max-width: 959px) {
.top_annai {
  margin-top: 88px;
}
}
@media only screen and (max-width: 959px) {
.mainvisual__trigger:after{
  height: 100%;
}
.mainvisual__trigger{
  max-height: unset;
  height: 100%;
}
.slick-slide{
  height: 675px;
}
}
.riyou-items .riyou-items__row.riyou-items__row-grid{
  display: grid;
  grid-template-columns: 356px 164px 280px;
  grid-column-gap: 85px;
  justify-content: start;
}
.riyou-items .riyou-items__row-grid .riyou-items__col--auto{
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .riyou-items .riyou-items__row.riyou-items__row-grid{
    display: block;
  }
  /* .riyou-items .riyou-items__row-grid .riyou-items__col--auto{
    width: 100%;
  } */
}
.blur{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(15px);
  /* transform: translate(-50%, -50%) scale(1.02); */
	transform: scale(1.05);
	opacity: 0;
  }

  to {
	filter: blur(0);
  /* transform: translate(-50%, -50%) scale(1); */
	transform: scale(1);
	opacity: 1;
  }
}
@media (max-width: 959px) {
  @keyframes blurAnime {
    from {
      filter: blur(20px);
      transform: translate(-50%, -50%) scale(1.05);
      opacity: 0;
    }

    to {
      filter: blur(0);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }
}

/* .blurTrigger{
  opacity: 0;
} */
.mainvisual {
  opacity: 0;
  transition: opacity 5s ease-in-out;
}

.mainvisual.mainvisual-visible {
  opacity: 1;
}
/* æŸ¿å±±ã‚»ãƒ¬ã‚¯ãƒˆ */
.standard__heading-select .standard__title-container{
  margin-top: 96px;
  margin-left: 15%;
}
.standard__heading-select .standard__title-jp{
  margin: -10px 22px 0 21px;
}
.standard-section__wrapper-select .standard-section__container{
  margin-top: -8px;
}
@media only screen and (max-width: 959px) {
  .standard-section__wrapper-select .standard-section__container{
    margin-top: 59px;
  }
}
.standard-section__wrapper-select .standard-section__description{
  margin-top: -8px;
}
.standard-section__wrapper-select .standard-section__description__list{
  margin-top: 5px;
  letter-spacing: .5px;
}
@media only screen and (max-width: 959px) {
.standard-title .speciality-title__jp{
  margin-top: 12px;
}
.standard-title .standard__varieties{
  margin-top: 47px;
  gap: 52px;
  row-gap: 34px;
}
.standard__heading-select .standard__title-container{
  margin-top: 71px;
  margin-left: 0;
}
}
@media only screen and (max-width: 959px) {
.standard-section{
  margin-top: 130px;
}
.pride-section__wrapper:nth-child(2).standard-section__wrapper-select {
  margin-top: 51px;
}
}
/* ã‚ã‚‰ã‹ã—ã“ */
.speciality-product-alakashiko{
  margin-top: 86px;
}
@media only screen and (max-width: 959px) {
  .speciality-product-alakashiko{
    margin-top: 67px;
  }
}
.speciality-product-alakashiko .speciality-product__items{
  row-gap: 108px;
}
.standard-top-alakashiko .standard__title-container{
  margin-left: 18%;
}
@media only screen and (max-width: 959px) {
.standard-top-alakashiko .standard__title-container{
  margin-left: 0;}
}
.standard-top-alakashiko .standard__title-jp{
  letter-spacing: 0.09em;
}
.standard-line-up_alakashiko{
  margin-top: 0;
}
.standard-line-up .item{
  display: block;
}
@media only screen and (max-width: 959px) {
  .standard-section-alakashiko{
    margin-top: 101px;
  }
  .standard-section__description-alakashiko{
    margin-top: 6px;
  }
  .standard-line-up_alakashiko{
    margin-top: 59px;
  }
  /* .standard-line-up .item{
    display: flex;
    flex-direction: column;
  } */
  .p-icon{
    margin-top: 13px;
    gap: 10px;
    padding-left: 28px;
  }
  .standard-title .speciality__variety{
  width: calc(50% - 74px);
}
}

/* æ…¶é•· */
.pride-section__description-keichou{
  margin-top: -11px;
  margin-bottom: 70px;
  margin-left: 0;
} 
.pride-section__description-keichou2{
  margin-top: -57px;
  margin-bottom: 113px;
} 
.pride-section-keichou .pride-section__container-3rd {
  margin-top: -33px;
}
.pride-section-keichou .pride-section__wrapper:nth-child(4){
  margin-top: 67px;
}
.pride-section-keichou .pride-section__description_reverse{
  margin-bottom: -5px;
  margin-left: 59px;
}
.pride-section-keichou .pride-section__description-4th{
  margin-bottom: 46px;
}
.pride-section-keichou .pride-section__wrapper{
  grid-template-columns: minmax(0, 739px) minmax(0, 364px);
}
.pride-section-keichou .pride-section__wrapper_reverse{
  grid-template-columns: minmax(0, 364px) minmax(0, 739px);
}
.speciality-product_keichou{
  margin-top: 156px;
}

@media only screen and (max-width: 959px) {
  .pride-section__description-keichou{
    margin-top: 14px;
  }
  .pride-section__description-keichou p{
    line-height: 2;
  }
  .pride-section-keichou .pride-section__wrapper{
    margin-top: 92px;
  }
  .pride-section-keichou .pride-section__image_reverse{
    margin-top: 27px;
  }
  .pride-section-keichou .pride-section__image_reverse2{
    margin-top: -32px;
  }
  .pride-section-keichou .pride-section__wrapper:nth-child(3){
    margin-top: 185px;
  }
  .pride-section-keichou .pride-section__wrapper:nth-child(4){
    margin-top: 142px;
  }
  .pride-section-keichou .pride-section__image:nth-child(3){
    margin-top: -40px;
  }
  .pride-section-keichou .pride-section__image_reverse:last-child{
    margin-top: -14px;
  }
  .speciality-product.standard-line-up{
    margin-top: 74px;
  }
  .pride-section-keichou .pride-section__description_reverse{
    margin-left: 0;
  }
  .pride-section__description-keichou2 {
    margin-top: 30px;
    margin-bottom: 76px;
}
.pride-section-keichou .pride-section__description-4th {
  margin-bottom: 58px;
  margin-top: 41px;
}
.pride-section-keichou .pride-section__wrapper{
  grid-template-columns: 1fr;
}
.pride-section-keichou .pride-section__wrapper_reverse{
  grid-template-columns: 1fr;
}
.speciality-product_keichou{
  margin-top: 35px;
}
}
/* ã‚±ã®æ—¥ */
@media only screen and (max-width: 959px) {
.kanohi1-section .utsuwa{
  margin-top: 36px;
}
.kanohi1-section .summersolstice-section__utsuwa_wrapper{
  row-gap: 25px;
}
.kanohi1-section .column-collaboration{
  margin-top: 78px;
}
.kanohi1-section .column-collaboration__description{
  margin-bottom: 76px;
}
}

.soldout{
  display: inline-block;
    background: #909090;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-top: 23px;
}</pre></body></html>