@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select, textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  vertical-align: bottom;
}

/* ////////////////////////////////////////
$font
//////////////////////////////////////// */
@font-face {
  font-family: "monaco";
  src: url("https://gnjo.github.io/monaco-webfont.eot");
  src: url("https://gnjo.github.io/monaco-webfont.woff") format("woff"), url("https://gnjo.github.io/monaco-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}
/* ////////////////////////////////////////
$color
//////////////////////////////////////// */
/* ////////////////////////////////////////
$breakpoint
//////////////////////////////////////// */
/*

HTMLタグのデフォルト定義

*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #333232;
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
.clear {
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.dblock {
  display: block;
}

.dnone {
  display: none;
}

.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
:root {
  --theme-color: #C31277;
}

body {
  background-color: #eeeaec;
  color: #333232;
}

.en {
  font-family: "monaco";
  letter-spacing: 0.12em;
}

a {
  color: #333232;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #eeeaec;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.ticker {
  width: 100%;
  overflow: hidden;
  height: 30px;
  box-sizing: content-box;
  background-color: var(--theme-color);
}
.ticker_text {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  white-space: nowrap;
  padding-right: 100%;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 400s;
          animation-duration: 400s;
  color: #fff;
  font-size: 10px;
}

header .ticker_text {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

section.ticker {
  background-color: inherit;
  height: 32px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.ticker .ticker_text {
  color: var(--theme-color);
  font-size: 14px;
  padding-top: 3px;
}

.header_nav {
  width: 100%;
  height: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_menu {
  width: calc(100% - 242px);
  padding-left: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
.header_nav_menu_logo {
  height: 30px;
  margin-right: 83px;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_logo {
    width: 58px;
    height: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1081px) {
  .header_nav_menu_logo a:hover svg path {
    fill: #333232;
  }
}
.header_nav_menu_logo a svg {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_logo a svg {
    width: 100%;
    height: auto;
  }
}
.header_nav_menu_logo a svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  fill: var(--theme-color);
}
.header_nav_menu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_link {
    margin: 0 auto;
    padding-left: 24px;
    position: relative;
  }
}
.header_nav_menu_link_button {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_link_button {
    display: block;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.header_nav_menu_link_button span {
  display: block;
  width: 36px;
  height: 2px;
  background-color: var(--theme-color);
}
.header_nav_menu_link_button span:not(:last-child) {
  margin-bottom: 4px;
}
.header_nav_menu_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_link_list {
    display: block;
    display: none;
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 99;
    background-color: var(--theme-color);
  }
}
.header_nav_menu_link_list a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_link_list a {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
.header_nav_menu_link_list a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--theme-color);
  left: -1px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
}
.header_nav_menu_link_list a:not(:last-child) {
  margin-right: 42px;
}
@media screen and (max-width: 1080px) {
  .header_nav_menu_link_list a:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1081px) {
  .header_nav_menu_link_list a:hover {
    color: var(--theme-color);
  }
  .header_nav_menu_link_list a:hover:after {
    width: 100%;
  }
}
.header_nav_menu_link.active .header_nav_menu_link_button {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header_nav_store {
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .header_nav_store {
    width: 50px;
  }
}
@media screen and (min-width: 1081px) {
  .header_nav_store a {
    height: 100%;
    padding: 0 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header_nav_store a:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .header_nav_store a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .header_nav_store a svg {
    width: auto;
    height: 28px;
  }
  .header_nav_store a svg path,
  .header_nav_store a svg circle {
    fill: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.header_nav_sns {
  width: 40px;
  height: 100%;
}
.header_nav_sns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header_nav_sns a:hover {
  background-color: var(--theme-color);
}
.header_nav_sns a:hover svg path,
.header_nav_sns a:hover svg circle {
  fill: #fff;
}
.header_nav_sns a svg {
  width: 28px;
  height: auto;
}
.header_nav_sns a svg path,
.header_nav_sns a svg circle {
  fill: var(--theme-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link a {
  position: relative;
  padding-right: 27px;
  display: block;
}
.link a:after {
  content: "";
  display: block;
  width: calc(100% - 13px);
  height: 1px;
  position: absolute;
  background-color: var(--theme-color);
  bottom: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link a p {
  font-size: 16px;
  color: var(--theme-color);
  letter-spacing: 0.12em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link a svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.link a svg path {
  fill: var(--theme-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link a:hover:after {
  background-color: #333232;
}
.link a:hover p {
  color: #333232;
}
.link a:hover svg path {
  fill: #333232;
}

.product_img {
  width: 200px;
  height: 300px;
  position: relative;
}
.product_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.product_img a .product_img_main {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.product_img a .product_img_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  mix-blend-mode: luminosity;
}
@media screen and (min-width: 1081px) {
  .product_img a:hover .product_img_main {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .product_img a:hover .product_img_bg:after {
    opacity: 0.5;
  }
}
.product_img_main {
  position: absolute;
  height: 250px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.product_img_main img {
  height: 100%;
  width: auto;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.product_img_03 {
  width: 150px;
}
.product_img_03 img {
  -webkit-animation: imgToggle03 2s steps(22) infinite;
          animation: imgToggle03 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle03 {
  to {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
}
@keyframes imgToggle03 {
  to {
    -webkit-transform: translateX(-3300px);
            transform: translateX(-3300px);
  }
}
.product_img_04 {
  width: 190px;
}
.product_img_04 img {
  -webkit-animation: imgToggle04 2s steps(22) infinite;
          animation: imgToggle04 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle04 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
@keyframes imgToggle04 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
.product_img_05 {
  width: 140px;
}
.product_img_05 img {
  -webkit-animation: imgToggle05 2s steps(22) infinite;
          animation: imgToggle05 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle05 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle05 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_06 {
  width: 175px;
}
.product_img_06 img {
  -webkit-animation: imgToggle06 2s steps(22) infinite;
          animation: imgToggle06 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle06 {
  to {
    -webkit-transform: translateX(-3850px);
            transform: translateX(-3850px);
  }
}
@keyframes imgToggle06 {
  to {
    -webkit-transform: translateX(-3850px);
            transform: translateX(-3850px);
  }
}
.product_img_07 {
  width: 115px;
}
.product_img_07 img {
  -webkit-animation: imgToggle07 2s steps(22) infinite;
          animation: imgToggle07 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle07 {
  to {
    -webkit-transform: translateX(-2530px);
            transform: translateX(-2530px);
  }
}
@keyframes imgToggle07 {
  to {
    -webkit-transform: translateX(-2530px);
            transform: translateX(-2530px);
  }
}
.product_img_08 {
  width: 185px;
}
.product_img_08 img {
  -webkit-animation: imgToggle08 2s steps(22) infinite;
          animation: imgToggle08 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle08 {
  to {
    -webkit-transform: translateX(-4070px);
            transform: translateX(-4070px);
  }
}
@keyframes imgToggle08 {
  to {
    -webkit-transform: translateX(-4070px);
            transform: translateX(-4070px);
  }
}
.product_img_09 {
  width: 190px;
}
.product_img_09 img {
  -webkit-animation: imgToggle09 2s steps(22) infinite;
          animation: imgToggle09 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle09 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
@keyframes imgToggle09 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
.product_img_10 {
  width: 115px;
}
.product_img_10 img {
  -webkit-animation: imgToggle10 2s steps(22) infinite;
          animation: imgToggle10 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle10 {
  to {
    -webkit-transform: translateX(-2530px);
            transform: translateX(-2530px);
  }
}
@keyframes imgToggle10 {
  to {
    -webkit-transform: translateX(-2530px);
            transform: translateX(-2530px);
  }
}
.product_img_11 {
  width: 140px;
}
.product_img_11 img {
  -webkit-animation: imgToggle11 2s steps(22) infinite;
          animation: imgToggle11 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle11 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle11 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_12 {
  width: 190px;
}
.product_img_12 img {
  -webkit-animation: imgToggle12 2s steps(22) infinite;
          animation: imgToggle12 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle12 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
@keyframes imgToggle12 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
.product_img_13 {
  width: 190px;
}
.product_img_13 img {
  -webkit-animation: imgToggle13 2s steps(22) infinite;
          animation: imgToggle13 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle13 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
@keyframes imgToggle13 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
.product_img_14 {
  width: 190px;
}
.product_img_14 img {
  -webkit-animation: imgToggle14 2s steps(22) infinite;
          animation: imgToggle14 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle14 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
@keyframes imgToggle14 {
  to {
    -webkit-transform: translateX(-4180px);
            transform: translateX(-4180px);
  }
}
.product_img_15 {
  width: 140px;
}
.product_img_15 img {
  -webkit-animation: imgToggle15 2s steps(22) infinite;
          animation: imgToggle15 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle15 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle15 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_16 {
  width: 140px;
}
.product_img_16 img {
  -webkit-animation: imgToggle16 2s steps(22) infinite;
          animation: imgToggle16 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle16 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle16 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_17 {
  width: 140px;
}
.product_img_17 img {
  -webkit-animation: imgToggle17 2s steps(22) infinite;
          animation: imgToggle17 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle17 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle17 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_18 {
  width: 140px;
}
.product_img_18 img {
  -webkit-animation: imgToggle18 2s steps(22) infinite;
          animation: imgToggle18 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle18 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle18 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_19 {
  width: 140px;
}
.product_img_19 img {
  -webkit-animation: imgToggle19 2s steps(22) infinite;
          animation: imgToggle19 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle19 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle19 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_20 {
  width: 140px;
}
.product_img_20 img {
  -webkit-animation: imgToggle20 2s steps(22) infinite;
          animation: imgToggle20 2s steps(22) infinite;
}
@-webkit-keyframes imgToggle20 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
@keyframes imgToggle20 {
  to {
    -webkit-transform: translateX(-3080px);
            transform: translateX(-3080px);
  }
}
.product_img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
}
.product_img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.circle {
  position: absolute;
  width: 150px;
  height: 150px;
  -webkit-animation: rotateAnim 10s linear infinite;
          animation: rotateAnim 10s linear infinite;
  font-size: 38px;
  letter-spacing: -0.06em;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .circle {
    width: 100px;
    height: 100px;
    font-size: 32px;
  }
}
@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circle svg {
  overflow: visible;
}
.circle svg path {
  fill: none;
}
.circle svg text {
  fill: var(--theme-color);
}

main {
  padding-top: 70px;
}

.section_title {
  margin-right: calc((100% - 1080px) / 2);
  color: var(--theme-color);
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .section_title {
    margin-right: 10px;
  }
}

.visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .visual {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1081px) and (min-width: 2090px) {
  .visual {
    width: 2090px;
    margin: 0 auto;
  }
}
.visual_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 260px);
  position: relative;
  padding-top: 26px;
  padding-left: 26px;
  padding-right: 10px;
}
@media screen and (max-width: 1080px) {
  .visual_main {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }
}
.visual_main_text {
  position: absolute;
}
.visual_main_text p {
  font-size: 18px;
  color: var(--theme-color);
}
@media screen and (max-width: 1080px) {
  .visual_main_text p {
    font-size: 14px;
  }
}
.visual_main_text_01 {
  position: absolute;
  text-align: right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
      -ms-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
  top: -35px;
  left: -4px;
  white-space: nowrap;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .visual_main_text_01 {
    top: -30px;
  }
}
.visual_main_text_02 {
  position: absolute;
  top: -19px;
  left: 4px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .visual_main_text_02 {
    top: -16px;
  }
}
.visual_main_img {
  width: 100%;
  height: 527px;
}
@media screen and (max-width: 1080px) {
  .visual_main_img {
    height: 320px;
  }
}
.visual_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.visual_product {
  width: 260px;
  padding-top: 26px;
}
@media screen and (max-width: 1080px) {
  .visual_product {
    display: none;
  }
}
.visual_product_img {
  width: 100%;
  height: calc((100% - 10px) / 2);
}
.visual_product_img:first-child {
  margin-bottom: 10px;
}
.visual_product_img .product_img_bg {
  height: 100%;
}
.visual_product_img .product_img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual_circle {
  top: 50%;
  margin-top: -75px;
  right: 200px;
  mix-blend-mode: darken;
}
@media screen and (max-width: 1080px) {
  .visual_circle {
    right: 30px;
    margin-top: -50px;
    font-size: 36px;
  }
}

.recommend {
  padding: 40px 0;
}
.recommend_title {
  width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  color: var(--theme-color);
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .recommend_title {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.recommend_product {
  position: relative;
  z-index: 3;
}
.recommend_product .recommend_product--item {
  min-width: 200px;
}
.recommend_detail {
  padding: 70px 0 30px;
  background-color: #fff;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  z-index: 1;
}
.recommend_detail_content {
  width: 763px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .recommend_detail_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
.recommend_detail_content .recommend_detail_text {
  width: 494px;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2.14em;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .recommend_detail_content .recommend_detail_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recommend_detail_content .recommend_detail_border {
  width: 40px;
  height: 1px;
  background-color: var(--theme-color);
}
@media screen and (max-width: 1080px) {
  .recommend_detail_content .recommend_detail_border {
    display: none;
  }
}
.recommend_detail_content .recommend_link {
  margin-left: auto;
}

.top_about_content {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .top_about_content {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_about_content .top_about_text {
  padding: 0 20px;
  background-color: var(--theme-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (min-width: 1081px) {
  .top_about_content .top_about_text {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .top_about_content .top_about_text {
    width: calc(100% - 200px);
    padding: 40px 5px;
    height: 300px;
  }
}
.top_about_content .top_about_text h1 {
  font-family: "Tilt Warp";
  letter-spacing: 0.12em;
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .top_about_content .top_about_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.top_about_content .top_about_text h2 {
  font-size: 14px;
  text-align: center;
  line-height: 1.85em;
  letter-spacing: 0.06em;
  margin-bottom: 76px;
}
@media screen and (max-width: 1080px) {
  .top_about_content .top_about_text h2 {
    margin-bottom: 30px;
    font-size: 11px;
  }
}
.top_about_content .top_about_text .top_about_text_link a:after {
  background-color: #fff;
}
.top_about_content .top_about_text .top_about_text_link a p {
  color: #fff;
}
.top_about_content .top_about_text .top_about_text_link a svg path {
  fill: #fff;
}
.top_about_content .top_about_product {
  width: 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .top_about_content .top_about_product {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1080px) {
  .top_about_content .top_about_product .top_about_product_product_img:not(:first-child) {
    display: none;
  }
}

.service {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .service {
    padding-top: 60px;
  }
}
.service .service_title {
  margin-bottom: 58px;
}
@media screen and (max-width: 1080px) {
  .service .service_title {
    margin-bottom: 40px;
  }
}
.service .service_content {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1080px) {
  .service .service_content {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .service_content .service_text {
  width: 460px;
}
@media screen and (max-width: 1080px) {
  .service .service_content .service_text {
    width: 100%;
  }
}
.service .service_content .service_text_title {
  font-size: 24px;
  color: var(--theme-color);
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .service .service_content .service_text_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.service .service_content .service_text_detail {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2.14em;
  margin-bottom: 30px;
}
.service .service_content .service_text_link {
  text-align: right;
}
.service .service_content .service_text_link a {
  display: inline-block;
}
.service .service_content .service_text_img {
  position: relative;
}
.service .service_content .service_text_img_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .service_content .service_text_img_main--item {
  width: 210px;
}
@media screen and (max-width: 1080px) {
  .service .service_content .service_text_img_main--item {
    width: calc((100vw - 40px) / 2);
  }
}
.service .service_content .service_text_img_main--item img {
  width: 100%;
  height: auto;
}
.service .service_content .service_text_img_circle {
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px;
  font-size: 41px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .service .service_content .service_text_img_circle {
    margin-top: -50px;
    margin-left: -50px;
  }
}
.service .service_content .service_text_img_circle svg text {
  fill: #fff;
}
.service .service_content .service_img {
  width: 560px;
}
@media screen and (max-width: 1080px) {
  .service .service_content .service_img {
    width: 100%;
  }
}
.service .service_content .service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service .service_content.service_order_made .service_text_img_main {
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_order_made .service_text_img_main {
    margin-top: 20px;
  }
}
.service .service_content.service_order_made .service_text_img_main--item:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_order_made .service_text_img_main--item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .service .service_content.service_order_made .service_img {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_order_made .service_img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1081px) {
  .service .service_content.service_gift {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.service .service_content.service_gift .service_text_link {
  margin-bottom: 52px;
}
.service .service_content.service_gift .service_text_img_main {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_gift .service_text_img_main {
    margin-top: 20px;
  }
}
.service .service_content.service_gift .service_text_img_main--item:first-child {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_gift .service_text_img_main--item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .service .service_content.service_gift .service_img {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .service .service_content.service_gift .service_img {
    margin-top: 40px;
  }
}
.service .service_border {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 40px 0;
}

.gallery {
  padding: 40px 0 60px;
}
.gallery_title {
  margin-bottom: 54px;
}
.gallery_content {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .gallery_content {
    width: 100%;
    padding: 0 10px;
  }
}
.gallery_content .gallery_insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.gallery_content .gallery_insta--item {
  width: calc((100% - 80px) / 5);
  aspect-ratio: 1;
}
@media screen and (max-width: 1080px) {
  .gallery_content .gallery_insta--item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 1081px) {
  .gallery_content .gallery_insta--item:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .gallery_content .gallery_insta--item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.gallery_content .gallery_insta--item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery_content .gallery_insta--item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--theme-color);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9;
  box-sizing: border-box;
}
@media screen and (min-width: 1081px) {
  .gallery_content .gallery_insta--item a:hover:before {
    opacity: 1;
  }
  .gallery_content .gallery_insta--item a:hover img {
    opacity: 0.8;
  }
}
.gallery_content .gallery_insta--item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery_content .gallery_link {
  text-align: right;
}
.gallery_content .gallery_link a {
  display: inline-block;
}

.about_intro {
  padding-top: 60px;
  padding-bottom: 40px;
}
.about_intro .section_title {
  margin-bottom: 40px;
}
.about_intro_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_intro_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 10px;
  }
}
.about_intro_content:before {
  content: "";
  position: absolute;
  width: calc((100% - 1080px) / 2 + 80px);
  height: 1px;
  background-color: var(--theme-color);
  right: 0;
  top: 56px;
}
@media screen and (max-width: 1080px) {
  .about_intro_content:before {
    width: 40px;
    top: 20px;
  }
}
.about_intro_content .about_intro_img {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_img--item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 1081px) {
  .about_intro_content .about_intro_img--item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.about_intro_content .about_intro_img--item img {
  width: 100%;
  height: auto;
}
.about_intro_content .about_intro_text {
  width: 60%;
  padding-right: calc((100% - 1080px) / 2 + 120px);
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_text {
    width: 100%;
    padding-right: 40px;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.about_intro_content .about_intro_text_lead--en {
  font-size: 14px;
  color: var(--theme-color);
  line-height: 1.75em;
  margin-bottom: 30px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_text_lead--en {
    font-size: 13px;
    line-height: 1.45em;
    margin-bottom: 20px;
  }
}
.about_intro_content .about_intro_text_lead--jp {
  font-size: 18px;
  color: var(--theme-color);
  line-height: 1.75em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_text_lead--jp {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about_intro_content .about_intro_text_description {
  font-size: 14px;
  line-height: 1.75em;
  color: var(--theme-color);
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_text_description {
    font-size: 13px;
  }
}
.about_intro_content .about_intro_text_circle {
  right: calc((100vw - 1080px) / 2 + 70px);
  bottom: 80px;
  z-index: -1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .about_intro_content .about_intro_text_circle {
    right: 30px;
    bottom: 30px;
  }
}
.about_intro_content .about_intro_text_circle svg text {
  fill: #fff;
}

.about_detail {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_detail {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.about_detail .section_title {
  margin-bottom: 40px;
}
.about_detail--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .about_detail--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_detail--item_img {
  position: relative;
}
.about_detail--item_img img {
  width: 100%;
  height: auto;
}
.about_detail--item_img_text {
  position: absolute;
  font-size: 14px;
  color: var(--theme-color);
  letter-spacing: 0.06em;
}
.about_detail--item_text {
  padding-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_text {
    width: 100%;
    padding: 0 10px;
  }
}
.about_detail--item_text_title {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  letter-spacing: 0.12em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_text_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about_detail--item_text_description {
  font-size: 12px;
  line-height: 2.1em;
  letter-spacing: 0.06em;
}
.about_detail--item_01 {
  width: calc((100% - 1080px) / 2 + 1040px);
}
@media screen and (max-width: 1080px) {
  .about_detail--item_01 {
    width: calc(100% - 40px);
    margin-bottom: 60px;
  }
}
.about_detail--item_01 .about_detail--item_img {
  width: calc((100vw - 1080px) / 2 + 546px);
  margin-right: 40px;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_01 .about_detail--item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about_detail--item_01 .about_detail--item_img img {
  border-right: 1px solid var(--theme-color);
}
.about_detail--item_01 .about_detail--item_img_text {
  right: -210px;
  bottom: 202px;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about_detail--item_02 {
  width: calc((100% - 1080px) / 2 + 688px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 0 auto;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_02 {
    width: calc(100% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1081px) {
  .about_detail--item_02 {
    top: -117px;
    margin-bottom: -117px;
  }
}
.about_detail--item_02 .about_detail--item_img {
  width: calc((100vw - 1080px) / 2 + 343px);
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_02 .about_detail--item_img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.about_detail--item_02 .about_detail--item_img img {
  border-bottom: 1px solid var(--theme-color);
}
.about_detail--item_02 .about_detail--item_img_text {
  right: 0;
  bottom: -26px;
}
@media screen and (max-width: 1080px) {
  .about_detail--item_02 .about_detail--item_text {
    width: 100%;
    padding: 0 10px;
  }
}
.about_detail_circle {
  bottom: 380px;
  left: 162px;
  font-size: 34px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .about_detail_circle {
    left: -50px;
    bottom: 50%;
  }
}
.about_detail_circle svg text {
  fill: #fff;
}

.about_om {
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  .about_om {
    padding-top: 60px;
  }
}
.about_om .section_title {
  margin-bottom: 40px;
}
.about_om .about_om_intro {
  width: calc((100% - 1080px) / 2 + 950px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_intro {
    width: 100%;
    padding: 0 60px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.about_om .about_om_intro:after {
  content: "";
  display: block;
  width: calc((100vw - 1080px) / 2 + 135px);
  height: 1px;
  background-color: var(--theme-color);
  top: 175px;
  position: absolute;
  right: calc(((100vw - 1080px) / 2 + 130px) * -1);
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_intro:after {
    width: calc(100% - 240px);
    right: 0;
    top: 33px;
  }
}
.about_om .about_om_intro_img {
  width: calc((100vw - 1080px) / 2 + 470px);
  margin-right: 60px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_intro_img {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.about_om .about_om_intro_img--item:not(:last-child) {
  margin-bottom: 20px;
}
.about_om .about_om_intro_img img {
  width: 100%;
  height: auto;
}
.about_om .about_om_intro_text {
  margin-top: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_intro_text {
    margin-top: 0;
  }
}
.about_om .about_om_intro_text_title {
  font-size: 24px;
  color: var(--theme-color);
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_intro_text_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.about_om .about_om_intro_text_description {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75em;
}
.about_om .about_om_content {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content {
    width: 100%;
  }
}
.about_om .about_om_content_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product {
    top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about_om .about_om_content_product_img {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_img {
    width: 100%;
    padding: 0 20px;
  }
}
.about_om .about_om_content_product_img_block {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_img_block {
    width: calc((100% - 20px) / 2);
  }
}
.about_om .about_om_content_product_img--item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_img--item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about_om .about_om_content_product_img--item img {
  width: 100%;
  height: auto;
}
.about_om .about_om_content_product_img_circle {
  top: -45px;
  left: -130px;
  font-size: 52px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_img_circle {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    font-size: 50px;
  }
}
.about_om .about_om_content_product_img_circle svg text {
  fill: #fff;
}
.about_om .about_om_content_product_text {
  width: 490px;
  padding-left: 110px;
  margin-right: 90px;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_text {
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.about_om .about_om_content_product_text_title {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_text_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about_om .about_om_content_product_text_description {
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_content_product_text_description {
    font-size: 12px;
  }
}
.about_om .about_om_contact {
  width: 100%;
  height: 150px;
  background-color: var(--theme-color);
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_contact {
    height: auto;
    padding: 30px 20px;
  }
}
.about_om .about_om_contact_content {
  width: 510px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_contact_content {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about_om .about_om_contact_content .about_om_contact_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.75em;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_contact_content .about_om_contact_text {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .about_om .about_om_contact_content .about_om_contact_link {
    margin-left: auto;
  }
}
.about_om .about_om_contact_content .about_om_contact_link a p {
  color: #fff;
}
.about_om .about_om_contact_content .about_om_contact_link a svg path {
  fill: #fff;
}
.about_om .about_om_contact_content .about_om_contact_link a:after {
  background-color: #fff;
}

.about_creator {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .about_creator {
    padding-top: 60px;
  }
}
.about_creator .section_title {
  margin-bottom: 40px;
}
.about_creator_content {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .about_creator_content {
    width: 100%;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_creator_content .about_creator_img {
  width: 400px;
  margin-right: 80px;
}
@media screen and (max-width: 1080px) {
  .about_creator_content .about_creator_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about_creator_content .about_creator_img img {
  width: 100%;
  height: auto;
}
.about_creator_content .about_creator_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 146px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about_creator_content .about_creator_text {
    padding-right: 142px;
  }
}
.about_creator_content .about_creator_text_title {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  color: var(--theme-color);
}
@media screen and (max-width: 1080px) {
  .about_creator_content .about_creator_text_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about_creator_content .about_creator_text_description {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 46px;
}
@media screen and (max-width: 1080px) {
  .about_creator_content .about_creator_text_description {
    margin-bottom: 30px;
    font-size: 12px;
    text-align: justify;
  }
}
.about_creator_content .about_creator_text_link {
  text-align: right;
}
.about_creator_content .about_creator_text_link a {
  display: inline-block;
}
.about_creator_content .about_creator_text_circle {
  font-size: 52px;
  top: 52px;
  right: 35px;
  z-index: -1;
  letter-spacing: -0.02em;
}
.about_creator_content .about_creator_text_circle svg text {
  fill: #fff;
}

footer {
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  footer {
    padding-top: 60px;
  }
}
footer .footer_product {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  footer .footer_product {
    margin-bottom: 60px;
  }
}
footer .footer_store {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  footer .footer_store {
    height: 240px;
  }
}
footer .footer_store_circle {
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  font-size: 40px;
  letter-spacing: 0.02em;
  mix-blend-mode: darken;
  pointer-events: auto;
}
footer .footer_store_circle a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  footer .footer_store_circle {
    margin-top: -50px;
    margin-left: -50px;
    font-size: 36px;
  }
}
footer .footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
footer .footer_nav_nav {
  position: relative;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  footer .footer_nav_nav {
    display: none;
  }
}
footer .footer_nav_nav a {
  color: #333232;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
}
footer .footer_nav_nav a:not(:last-child) {
  margin-right: 40px;
}
footer .footer_nav_nav a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--theme-color);
  left: -1px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
}
@media screen and (min-width: 1081px) {
  footer .footer_nav_nav a:hover {
    color: var(--theme-color);
  }
  footer .footer_nav_nav a:hover:after {
    width: 100%;
  }
}
footer .footer_nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
@media screen and (max-width: 1080px) {
  footer .footer_nav_logo {
    position: relative;
    left: 0;
    padding-left: 10px;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (min-width: 1081px) {
  footer .footer_nav_logo a:hover svg {
    fill: #333232;
  }
}
footer .footer_nav_logo a svg {
  fill: var(--theme-color);
  height: 30px;
  width: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1080px) {
  footer .footer_nav_logo a svg {
    width: 58px;
    height: auto;
  }
}
footer .footer_nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
footer .footer_nav_right .footer_nav_store {
  width: 194px;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  footer .footer_nav_right .footer_nav_store {
    width: 50px;
  }
}
@media screen and (min-width: 1081px) {
  footer .footer_nav_right .footer_nav_store a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .footer_nav_right .footer_nav_store a:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
}
@media screen and (max-width: 1080px) {
  footer .footer_nav_right .footer_nav_store a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  footer .footer_nav_right .footer_nav_store a svg {
    width: auto;
    height: 28px;
  }
  footer .footer_nav_right .footer_nav_store a svg path,
  footer .footer_nav_right .footer_nav_store a svg circle {
    fill: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
footer .footer_nav_right .footer_nav_sns {
  width: 40px;
  height: 40px;
}
footer .footer_nav_right .footer_nav_sns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
footer .footer_nav_right .footer_nav_sns a:hover {
  background-color: var(--theme-color);
}
footer .footer_nav_right .footer_nav_sns a:hover svg {
  fill: #fff;
}
footer .footer_nav_right .footer_nav_sns a svg {
  fill: var(--theme-color);
  width: 28px;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}