@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

input[type=submit], textarea {
  font-family: inherit;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
  line-height: 1.5;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

form {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  border: 1px solid #ddd;
  background-color: transparent;
  padding: 5px;
  font-size: 16px;
  line-height: 1.6;
}

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

/* 文字サイズ、装飾
----------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.cap {
  font-size: 12px;
  line-height: 15px;
}

.red {
  color: #943023;
}

.yellow {
  color: #cbb847;
}

.blue {
  color: #0047a2;
}

.lightblue {
  color: #00afd7;
}

.green {
  color: #5b9000;
}

.brown {
  color: #633;
}

.pink {
  color: #f3c;
}

.gray {
  color: #eaeeed;
}

.deepgray {
  color: #92999f;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.replace {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

/* フロート関係
----------------------------------------------------------------*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/* マージン
----------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/**
 セットアップ
 */
body {
  width: 100%;
  color: #333;
  background: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
}

.overflow_hidden {
  overflow: hidden;
  background: #fff;
}

.blur {
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.boxshadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  line-height: 1.4;
  font-weight: bold;
}

p {
  line-height: 1.8;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

/* SP */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Black.woff2") format("woff2"), url("../fonts/YakuHanJP-Black.woff") format("woff");
}
* {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Lato", "YakuHanJP", "Noto Sans JP", sans-serif;
}

/* 端末による出し分け */
.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

/* SP */
@media only screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
}
.thumb img,
.photo img {
  width: 100%;
  height: auto;
}

.wrapper img {
  pointer-events: none;
  -webkit-touch-callout: none;
}

/* SP */
@media only screen and (max-width: 800px) {
  .content .fig {
    margin-top: 15px;
  }
  .photo_sp_full {
    overflow: hidden;
    width: calc(100% + 16vw);
    margin-left: -8vw;
  }
}
/**
 レイアウト
 */
.full_width {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}

.max_width {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px;
  box-sizing: border-box;
}

.wide_width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content_width {
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.narrow_width {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* SP */
@media only screen and (max-width: 800px) {
  .narrow_width {
    width: 100%;
  }
}
/**
 header
 */
.header_bg {
  min-height: 100px;
  background: #666;
}

.header {
  border-top-width: 3px;
  border-top-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(145deg, #667eea, #764ba2);
  background: #1d1919;
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(1, 1, 1, 0.9) 1%, rgba(104, 101, 101, 0) 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(1, 1, 1, 0.9) 1%, rgba(104, 101, 101, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(1, 1, 1, 0.9) 1%, rgba(104, 101, 101, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00686565', GradientType=0);
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  transition: all 0.3s;
  z-index: 1000;
  box-sizing: border-box;
}

.scrolled .header_bg {
  min-height: 50px;
}
.scrolled .header {
  height: 50px;
}

.humberger {
  display: none;
}

/* SP */
@media only screen and (max-width: 800px) {
  .scrolled .header_bg,
  .header_bg {
    min-height: 20vw;
  }
  .scrolled .header,
  .header {
    height: 20vw;
    padding: 0 3vw;
  }
  .scrolled .header_bg {
    min-height: 13vw;
  }
  .scrolled .header {
    height: 13vw;
    padding: 0 3vw;
  }
  .humberger {
    display: block;
  }
  .header_menu .store-btn {
    display: none;
  }
}
/**
 header_logo
 */
.header .header_logo {
  width: 225px;
  transition: all 0.3s;
}

.header_logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header_logo a:hover {
  color: #d496f1;
}

.header .header_logo img {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}

.header .header_logo span {
  font-size: 20px;
}

.scrolled .header .header_logo {
  width: 145px;
  height: 30px;
}

.scrolled .header .header_logo img {
  width: 30px;
  height: 30px;
}

.scrolled .header .header_logo span {
  font-size: 14px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .header_logo a {
    justify-content: flex-start;
  }
  .header .header_logo {
    width: 58vw;
  }
  .header .header_logo img {
    width: 12vw;
    height: 12vw;
  }
  .header .header_logo span {
    font-size: 5vw;
    padding-left: 3vw;
  }
  .scrolled .header .header_logo {
    width: 50vw;
    height: 8vw;
  }
  .scrolled .header .header_logo img {
    width: 8vw;
    height: 8vw;
  }
  .scrolled .header .header_logo span {
    font-size: 4vw;
  }
}
.header .header_nav {
  width: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.header .header_nav li a {
  display: block;
  width: 150px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-bottom: solid 3px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transition: all 0.3s;
}
.header .header_nav li a:hover {
  border-bottom: solid 3px #fff;
}
.header .header_nav li a.current {
  border-bottom: solid 3px #D6000F;
}
.header .header_nav li a.current:hover {
  border-bottom: solid 3px #D6000F;
}

.scrolled .header .header_nav li a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.header_menu .store-btn .red-button {
  display: block;
  position: fixed;
  top: 36px;
  right: 20px;
  margin: 0;
  z-index: 1001;
}

.scrolled .header_menu .store-btn .red-button {
  top: 10px;
  padding: 5px 10px;
}

.humberger {
  display: none;
}

/* SP */
@media only screen and (max-width: 800px) {
  .header .header_nav {
    display: none;
  }
  .humberger {
    display: block;
  }
  .header_menu .store-btn .red-button {
    display: none;
  }
}
.header_menu .humberger {
  position: fixed;
  top: 36px;
  right: 20px;
  z-index: 1020;
  width: 40px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s;
}

.header_menu .humberger span {
  position: relative;
  width: 40px;
  height: 2px;
  color: #d496f1;
  background: #fff;
  display: block;
  transition: all 0.1s;
  transform: translateY(12px);
  cursor: pointer;
}

.header_menu .humberger span::before,
.header_menu .humberger span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  transform: translateY(-12px);
}

.header_menu .humberger span::before {
  transform: translateY(12px);
}

.header_menu .red-button {
  background-color: #d6000f;
  font-weight: normal;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  border: none;
  transition: all 0.2s ease-in-out;
  display: block;
  max-width: 130px;
  letter-spacing: 0.1em;
  margin: 50px 0;
}

/* hover	*/
.header_menu .humberger:hover span:after {
  transform: translateY(-8px);
}

.header_menu .humberger:hover span:before {
  transform: translateY(8px);
}

.header_menu .menu_panel .menu a.red-button:hover {
  color: white;
}

/* active	*/
.header_menu.opend .humberger span {
  width: 0;
  background: #000;
}

.header_menu.opend .humberger span::after {
  transform: translateY(0px) rotate(135deg);
  background: #fff;
}

.header_menu.opend .humberger span::before {
  transform: translateY(0px) rotate(-135deg);
  background: #fff;
}

.header_menu.opend .humberger:hover span::after,
.header_menu.opend .humberger:hover span::before,
.header_menu.opend .humberger:hover span {
  background: #d496f1;
}

.scrolled .header_menu .humberger {
  position: fixed;
  top: 20px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .header_menu {
    margin-left: 18px;
  }
  .header_menu .humberger {
    top: 8vw;
    right: 3vw;
    width: 8vw;
    height: 4vw;
  }
  .header_menu .humberger span {
    width: 8vw;
    height: 2px;
    transform: translateY(2vw);
  }
  .header_menu .humberger span::before,
  .header_menu .humberger span::after {
    width: 8vw;
    height: 2px;
    transform: translateY(-2vw);
  }
  .header_menu .humberger span::before {
    transform: translateY(2vw);
  }
  .scrolled .header_menu {
    margin-left: 0;
  }
}
/*-------------------------------------------------------------
	menu背景
-------------------------------------------------------------*/
.menu_panel_bg {
  position: fixed;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1005;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  pointer-events: none;
}

.menu_panel_bg.active {
  background: rgba(0, 0, 0, 0.7);
  pointer-events: inherit;
}

/* SP */
/*===============================================================

	header_menu .menu_panel

===============================================================*/
.header_menu .menu_panel {
  position: fixed;
  top: 0;
  right: -300px;
  background: #fff;
  background: #343434;
  background: linear-gradient(0deg, #343434 0%, #282828 100%);
  width: 300px;
  height: 100vh;
  z-index: 1010;
  box-sizing: border-box;
  padding: 100px 30px 80px 30px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.3s;
}

.header_menu.opend .menu_panel {
  top: 0;
  right: 0;
}

.header_menu .menu_panel .menu li + li {
  margin-top: 20px;
}

.header_menu .menu_panel .menu li + li.about {
  margin-top: 50px;
}

.header_menu .menu_panel .menu a {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: bold;
}

.header_menu .menu_panel .menu .sub a {
  font-size: 14px;
  font-weight: normal;
}

.header_menu .menu_panel .menu a:hover {
  color: #d496f1;
}

.header_menu .menu_panel .sns {
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header_menu .menu_panel .sns li {
  margin-right: 10px;
}

.header_menu .menu_panel .sns a {
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}

.header_menu .menu_panel .sns a:hover {
  background: #D6000F;
}

.header_menu .menu_panel .sns a img {
  width: 100%;
  height: auto;
}

/* SP */
@media only screen and (max-width: 800px) {
  .header_menu .menu_panel {
    justify-content: flex-start;
  }
  .header_menu .menu_panel .menu li + li {
    margin-top: 4vw;
  }
  .header_menu .menu_panel .menu li + li.about {
    margin-top: 8vw;
  }
  .header_menu .menu_panel .menu a {
    font-size: 7vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .header_menu .menu_panel .menu .sub a {
    font-size: 5vw;
    font-weight: normal;
  }
  .header_menu .menu_panel .sns {
    height: 40px;
    justify-content: space-between;
  }
  .header_menu .menu_panel .sns a {
    width: 40px;
    height: 40px;
  }
}
/*===============================================================

	フッタ

===============================================================*/
.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px 30px 30px;
  background: #fff;
}

.footer .footer_link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer .footer_sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer .footer_bottom {
  width: 100%;
  padding-top: 30px;
  border-top: solid 1px #ddd;
}

.footer .footer_bottom .copyright {
  font-size: 12px;
  line-height: 1.2;
}

/* SP */
@media only screen and (max-width: 800px) {
  .footer {
    padding: 4vw;
    padding-bottom: 30px;
  }
  .footer .footer_bottom {
    margin-top: 10vw;
    padding-top: 30px;
  }
  .footer .footer_bottom .copyright {
    font-size: 3vw;
  }
}
/*-------------------------------------------------------------
	footer_link
-------------------------------------------------------------*/
.footer .footer_link ul {
  margin-right: 50px;
}

.footer .footer_link a {
  color: #000;
}

.footer .footer_link a:hover {
  color: #D6000F;
}

.footer .footer_link .heading a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.footer .footer_link .sub a {
  font-size: 12px;
  line-height: 1.5;
}

.footer .footer_link .heading + * {
  margin-top: 30px;
}

.footer .footer_link .sub + * {
  margin-top: 10px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .footer .footer_link ul {
    width: 50%;
    margin-top: 5vw;
  }
  .footer .footer_link .heading a {
    font-size: 3.5vw;
  }
  .footer .footer_link .sub a {
    font-size: 3.2vw;
  }
  .footer .footer_link .heading + * {
    margin-top: 2vw;
  }
  .footer .footer_link .sub + * {
    margin-top: 0vw;
  }
}
/*-------------------------------------------------------------
	footer_sns
-------------------------------------------------------------*/
.footer .footer_sns {
  margin-right: -20px;
}

.footer .footer_sns li {
  margin-right: 20px;
}

.footer .footer_sns a {
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}

.footer .footer_sns a:hover {
  background: #D6000F;
}

/* SP */
@media only screen and (max-width: 800px) {
  .footer .footer_sns {
    margin-right: 0;
    margin-top: 10vw;
    justify-content: center;
  }
}
/**
 遅延表示
 */
.delay_view {
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 2s;
}

.delay_view.view_active {
  transform: translate(0, 0);
  opacity: 1;
}

.delay_photo {
  overflow: hidden;
  background: #fff;
}

.delay_photo img {
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 1s;
}

.delay_photo.view_active img {
  transform: scale(1, 1);
  opacity: 1;
}

.fade_photo .delay_photo,
.prduct_list .delay_photo {
  overflow: hidden;
  background: #fff;
}

.fade_photo .delay_photo img,
.prduct_list .delay_photo img {
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 1s;
}

.fade_photo .delay_photo.view_active img,
.prduct_list .delay_photo.view_active img {
  transform: scale(1, 1);
  opacity: 1;
}

/* SP */
@media only screen and (max-width: 800px) {
  .delay_view {
    transform: translate(0, 50px);
    opacity: 0;
  }
  .delay_view.view_active {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex_container .item {
  flex-basis: auto;
}

/* SP */
.section_wrp {
  color: #000;
  background: #fff;
  transition: all 0.3s;
}

.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding: 100px 0 150px;
  box-sizing: border-box;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_inner {
    margin: 0 auto;
    padding: 8vw;
    padding-bottom: 15vw;
  }
}
.btn_viewmore {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 450px;
}
.btn_viewmore a {
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 20px 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  background: #fff;
}

/* SP */
@media only screen and (max-width: 800px) {
  .btn_viewmore {
    margin-top: 5vw;
    max-width: 100%;
    width: 100%;
  }
  .btn_viewmore a {
    font-size: 4.5vw;
    padding: 3vw 0;
  }
}
/* 動画 */
.hero_section {
  position: relative;
  width: 100%;
  height: 0;
  height: 56.25vw;
  overflow: hidden;
}

.hero_section video {
  width: 100%;
  height: 56.25vw;
}

/* SP */
@media only screen and (max-width: 800px) {
  .hero_section,
  .hero_section video,
  .top_page .hero_section {
    height: 100vw;
  }
  .hero_section video {
    height: 100vw;
  }
  .hero_section video {
    width: 177.7777vw;
    height: 100vw;
    /*	z-index: -1;*/
    z-index: 5;
    margin-left: -38.88885vw;
  }
  .top_page .hero_section {
    height: 130vw;
    z-index: 2;
  }
  .hero_section video {
    width: 232vw;
    height: 130vw;
    /*	z-index: -1;*/
    z-index: 5;
    margin-left: -58vw;
  }
}
.update_notification_area {
  position: absolute;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  background: transparent;
  top: 0;
  left: 0;
  padding-top: 6vw;
  padding-left: 64px;
}
.update_notification_area .update_notification_item_1 {
  margin-bottom: 64px;
}
.update_notification_area .update_notification_item_1 .update_notification_item_title {
  font-size: 1.8vw;
  margin-bottom: 48px;
}
.update_notification_area .update_notification_item_1 .update_notification_item_title a {
  font-size: 1vw;
}
.update_notification_area .update_notification_item_2 {
  margin-bottom: 64px;
}
.update_notification_area .update_notification_item_2 .update_notification_item_title {
  font-size: 1.6vw;
  margin-bottom: 48px;
}
.update_notification_area .update_notification_item_2 .update_notification_item_title a {
  font-size: 1vw;
}
.update_notification_area .update_notification_item_3 {
  margin-bottom: 64px;
}
.update_notification_area .update_notification_item_3 .update_notification_item_title {
  font-size: 1.4vw;
  margin-bottom: 48px;
}
.update_notification_area .update_notification_item_3 .update_notification_item_title a {
  font-size: 1vw;
}
.update_notification_area .update_notification_item_4 {
  margin-bottom: 64px;
}
.update_notification_area .update_notification_item_4 .update_notification_item_title {
  font-size: 1.1vw;
  margin-bottom: 48px;
}
.update_notification_area .update_notification_item_4 .update_notification_item_title a {
  font-size: 0.9vw;
}
.update_notification_area .update_notification_item_5 {
  margin-bottom: 64px;
}
.update_notification_area .update_notification_item_5 .update_notification_item_title {
  font-size: 0.9vw;
  margin-bottom: 48px;
}
.update_notification_area .update_notification_item_5 .update_notification_item_title a {
  font-size: 0.8vw;
}

/* SP */
@media only screen and (max-width: 800px) {
  .update_notification_area {
    position: absolute;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    background: transparent;
    top: 0;
    left: 0;
    padding-top: 90px;
    padding-left: 26px;
    z-index: 2;
  }
  .update_notification_area .update_notification_item_1 {
    margin-bottom: 24px;
  }
  .update_notification_area .update_notification_item_1 .update_notification_item_title {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .update_notification_area .update_notification_item_1 .update_notification_item_title a {
    font-size: 10px;
  }
  .update_notification_area .update_notification_item_2 {
    margin-bottom: 24px;
  }
  .update_notification_area .update_notification_item_2 .update_notification_item_title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .update_notification_area .update_notification_item_2 .update_notification_item_title a {
    font-size: 10px;
  }
  .update_notification_area .update_notification_item_3 {
    margin-bottom: 24px;
  }
  .update_notification_area .update_notification_item_3 .update_notification_item_title {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .update_notification_area .update_notification_item_3 .update_notification_item_title a {
    font-size: 10px;
  }
}
.header_visual {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.header_visual .txt_block {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  max-width: 800px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.header_visual .txt_block p {
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  padding-bottom: 20px;
  transition: all 2s;
}

.header_visual .txt_block a {
  color: #fff;
}

/* SP */
@media only screen and (max-width: 800px) {
  .header_visual .txt_block {
    z-index: 10;
    bottom: 0;
    max-width: inherit;
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  .header_visual .txt_block p {
    font-size: 3.5vw;
    padding-bottom: 3vw;
  }
  .header_visual .txt_block p:hover {
    transform: translateY(0);
  }
}
/*===============================================================

	oneoff_menu

===============================================================*/
.oneoff_menu {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 900px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.oneoff_menu .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.oneoff_menu .title_block {
  width: 25%;
}

.oneoff_menu .menu_block {
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

/* SP */
@media only screen and (max-width: 800px) {
  .oneoff_menu {
    position: static;
    padding: 0;
  }
  .oneoff_menu .inner {
    display: block;
    padding: 0;
  }
  .oneoff_menu .title_block {
    display: none;
  }
  .oneoff_menu .menu_block {
    width: 100%;
  }
}
/*-------------------------------------------------------------
	title_block
-------------------------------------------------------------*/
.oneoff_menu .title_block .title {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

/* SP */
/*-------------------------------------------------------------
	menu_block
-------------------------------------------------------------*/
.oneoff_menu .menu_block .item {
  /*	width: 24.4%;*/
  width: 19.3%;
  margin-right: 0.8%;
}

.oneoff_menu .menu_block .item:last-child {
  margin-right: 0;
}

.oneoff_menu .menu_block .item a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*padding: 10px;*/
  box-sizing: border-box;
  width: 100%;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.oneoff_menu .menu_block .item a:hover {
  color: #000;
  background: #fff;
}

.oneoff_menu .menu_block .item.current a {
  background: #D6000F;
}

.oneoff_menu .menu_block .item.current a:hover {
  color: #fff;
}

.oneoff_menu .menu_block .item.current a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #D6000F;
  display: none;
}

.oneoff_menu .menu_block .item a .photo {
  width: 55%;
  background: none !important;
}

.oneoff_menu .menu_block .item a p {
  width: 40%;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

/* SP */
@media only screen and (max-width: 800px) {
  .oneoff_menu .menu_block .item {
    width: 50%;
    margin: 0;
  }
  .oneoff_menu .menu_block .item:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .oneoff_menu .menu_block .item a {
    padding: 3vw;
    background: #222;
  }
  .oneoff_menu .menu_block .item a {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  .oneoff_menu .menu_block .item:nth-child(odd) a {
    border-left: none;
  }
  .oneoff_menu .menu_block .item:nth-child(1) a,
  .oneoff_menu .menu_block .item:nth-child(2) a {
    border-top: none;
  }
  .oneoff_menu .menu_block .item.current a {
    background: #D6000F;
  }
  .oneoff_menu .menu_block .item.current a::after {
    display: none;
  }
  .oneoff_menu .menu_block .title {
    color: #fff;
    font-size: 4vw;
    padding: 3vw;
  }
  .oneoff_menu .menu_block .item a .photo {
    width: 50%;
  }
  .oneoff_menu .menu_block .item a p {
    width: 43%;
    font-size: 4vw;
    line-height: 1.2;
  }
}
/*===============================================================

	content_bg_pc

===============================================================*/
.content_bg_pc {
  position: relative;
  padding-bottom: 50px;
}

.content_bg_pc > * {
  position: relative;
  z-index: 1;
}

.content_bg_pc:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 350px;
  background: #f9f9f9;
  margin-left: calc((100vw - 100%) / -2);
}

/* SP */
@media only screen and (max-width: 800px) {
  .content_bg_pc {
    padding-bottom: 0;
  }
  .content_bg_pc:after {
    display: none;
  }
}
.section_about_detail {
  text-align: center;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1919', endColorstr='#686565', GradientType=0);
  padding: 50px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.section_about_detail .title_block .title {
  color: #959595;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.section_about_detail .menu_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.section_about_detail .menu_block .item {
  width: calc((100% - 80px) / 6);
}

.section_about_detail .menu_block .item a {
  display: block;
  background: #fff;
  padding: 20px;
}

.section_about_detail .menu_block .item a p {
  font-size: 16px;
  margin-top: 20px;
}

.section_about_detail .menu_block .item .item_inner {
  display: block;
  background: #fff;
  margin: 0;
  padding: 20px;
}

.section_about_detail .menu_block .item .item_inner p {
  font-size: 16px;
  margin-top: 20px;
}

/* SP */
/*  縦積みバージョン	*/
/* SP */
@media only screen and (max-width: 800px) {
  .section_about_detail {
    padding: 5vw;
  }
  .section_about_detail .title_block .title {
    font-size: 4vw;
    line-height: 1.5;
  }
  .section_about_detail .menu_block {
    margin-top: 2vw;
    flex-direction: column;
  }
  .section_about_detail .menu_block .item {
    width: 100%;
    padding: 0 1.5vw;
    margin-top: 3vw;
    box-sizing: border-box;
  }
  .section_about_detail .menu_block .item a {
    padding: 2vw;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .section_about_detail .menu_block .item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto;
    border: solid 1px #000;
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg) translate(-1px, -1px);
    transition: all 0.3s;
    display: none;
  }
  .section_about_detail .menu_block .item a p {
    font-size: 4vw;
    margin: 0;
    line-height: 1;
    text-align: left;
    padding: 3vw;
    width: calc(100% - 34vw);
    box-sizing: border-box;
  }
  .section_about_detail .menu_block .item div {
    padding: 2vw;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .section_about_detail .menu_block .item div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto;
    border: solid 1px #000;
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg) translate(-1px, -1px);
    transition: all 0.3s;
    display: none;
  }
  .section_about_detail .menu_block .item div p {
    font-size: 4vw;
    margin: 0;
    line-height: 1;
    text-align: left;
    padding: 3vw;
    width: calc(100% - 34vw);
    box-sizing: border-box;
  }
}
.linebox_animation_wrp {
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}

.linebox_animation_wrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
}

.linebox_animation_wrp .linebox {
  position: relative;
}

.linebox_animation_wrp .line {
  width: 0;
  height: 0;
  background: #d496f1;
  position: absolute;
  z-index: 2;
  /*	transition: all 0.1s;*/
}

.linebox_animation_wrp .line.line_v {
  top: 0;
  width: 0;
}

.linebox_animation_wrp .line.line_h {
  bottom: 0;
  height: 1px;
}

.linebox_animation_wrp .line.line_l {
  left: 0;
}

.linebox_animation_wrp .line.line_r {
  right: 0;
}

.linebox_animation_wrp .linebox:last-child .line_h {
  /*width: 100%;*/
}

/* SP */
@media only screen and (max-width: 800px) {
  .linebox_animation_wrp .line.line_v {
    top: 0;
    width: 0;
  }
  .linebox_animation_wrp .line.line_h {
    bottom: 0;
    height: 1px;
  }
  .linebox_animation_wrp {
    padding-bottom: 0vw;
  }
  .linebox_animation_wrp::after {
    height: 4px;
    display: none;
  }
  .linebox_animation_wrp .linebox:last-child .line_h {
    display: block;
    /*width: 100%;*/
  }
}
/*===============================================================

	section_contents

===============================================================*/
.section_contents .section_inner .flex_container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 80px 0 0;
  position: relative;
}

.section_contents:nth-child(even) .flex_container {
  margin: 0 0 0 80px;
  flex-direction: row;
}

.section_contents .txt_block {
  padding-top: 0;
  width: 40%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.section_contents .txt_block .item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
  padding-left: 50px;
}

.section_contents:nth-child(even) .txt_block .item {
  padding-left: 0;
  padding-right: 50px;
}

.section_contents .photo_block {
  width: 60%;
  overflow: hidden;
}

.section_contents .txt_block {
  mix-blend-mode: multiply;
}

.section_contents .vtxt {
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: left bottom;
  position: absolute;
  top: -60px;
  left: 10px;
  font-style: italic;
}

.section_contents:nth-child(even) .vtxt {
  right: 10px;
  left: auto;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_contents .section_inner {
    padding: 30px 0;
  }
  .section_contents .section_inner .flex_container {
    margin: 0;
  }
  .section_contents .vtxt {
    display: none;
  }
  .section_contents .txt_block {
    padding: 8vw;
    width: 100%;
  }
  .section_contents .txt_block .item {
    padding-left: 0;
  }
  .section_contents .photo_block {
    width: 100%;
  }
  .section_contents .txt_block .photo {
    text-align: center;
  }
  .section_contents .txt_block .photo img {
    text-align: center;
    width: 80%;
    height: auto;
  }
  .section_contents:first-child .section_inner {
    padding: 12px;
  }
  .section_contents:first-child .section_inner .photo_block h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .section_contents:first-child .section_inner .photo_block img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .section_contents:first-child .section_inner .txt_block img {
    width: 90% !important;
  }
  .section_selendeel_proverb .txt_block .photo img:first-child {
    margin-bottom: 24px;
  }
}
/*-------------------------------------------------------------
	section_contents .txt_block
-------------------------------------------------------------*/
.section_contents .txt_block .subtitle {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

.section_contents .txt_block .title {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.section_contents .txt_block p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

.section_contents .txt_block .photo {
  margin-top: 50px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_contents .txt_block .subtitle {
    font-size: 3.5vw;
    line-height: 1.4;
    margin-top: 3vw;
  }
  .section_contents .txt_block .title {
    font-size: 6vw;
  }
  .section_contents .txt_block p {
    font-size: 2.5vw;
    margin-top: 3vw;
  }
  .section_contents .txt_block .photo {
    margin-top: 3vw;
  }
  .section_contents .txt_block .btn_viewmore {
    margin-top: 5vw;
  }
}
/**
  section_shop
 */
.section_shop .section_inner {
  padding: 100px 80px 150px 80px;
}
.section_shop .section_inner .category_title {
  font-size: 24px;
}
.section_shop .section_inner .category_items {
  overflow-x: scroll;
}
.section_shop .section_inner .category_items .category_items_wrapper {
  display: flex;
  overflow-y: hidden;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item {
  width: 326px;
  white-space: nowrap;
  margin-right: 38px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item figure img {
  width: 326px;
  height: 326px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item p {
  font-size: 14px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item a {
  font-size: 18px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
  background-size: contain;
  vertical-align: middle;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item .txt_block {
  padding: 12px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item .txt_block .shop_item_title {
  font-size: 14px;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item .txt_block .shop_item_price span {
  font-size: 14px;
  font-weight: 700;
}
.section_shop .section_inner .category_items .category_items_wrapper .category_item .txt_block .shop_item_link {
  font-size: 18px;
  margin-top: 40px;
}

.txt_block .category_items_wrapper {
  display: flex;
  overflow-y: hidden;
}
.txt_block .category_items_wrapper .category_item {
  width: 326px;
  white-space: nowrap;
  margin-right: 38px;
}
.txt_block .category_items_wrapper .category_item figure img {
  width: 326px;
  height: 326px;
}
.txt_block .category_items_wrapper .category_item p {
  font-size: 14px;
}
.txt_block .category_items_wrapper .category_item a {
  font-size: 18px;
}
.txt_block .category_items_wrapper .category_item a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
  background-size: contain;
  vertical-align: middle;
}
.txt_block .category_items_wrapper .category_item .txt_block {
  padding: 12px;
}
.txt_block .category_items_wrapper .category_item .txt_block .shop_item_title {
  font-size: 14px;
}
.txt_block .category_items_wrapper .category_item .txt_block .shop_item_price span {
  font-size: 14px;
  font-weight: 700;
}
.txt_block .category_items_wrapper .category_item .txt_block .shop_item_link {
  font-size: 18px;
  margin-top: 40px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_shop .section_inner {
    width: 364px;
    padding: 100px 0 120px 0;
    margin: 0 auto;
  }
  .section_shop .section_inner .category_items .category_items_wrapper .category_item {
    width: 300px;
    white-space: nowrap;
    margin-right: 20px;
  }
  .section_shop .section_inner .category_items .category_items_wrapper .category_item figure img {
    width: 300px;
    height: 300px;
  }
}
/*===============================================================

	delay_block

===============================================================*/
.delay_block {
  position: relative;
  display: inline-block;
  color: transparent;
}

.detail_content.delay_block,
.item_description.delay_block {
  display: block;
  width: 100%;
}

.delay_block img {
  opacity: 0;
}

.delay_block::before,
.delay_block::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #d496f1;
  transform-origin: 0 0;
  transition: all 0.4s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  z-index: 10;
}

.delay_block::before {
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  /*	mix-blend-mode: multiply;*/
}

.bg_gray .delay_block::before {
  background-color: #f9f9f9;
}

/* 表示　*/
.delay_block.show::after {
  width: 100%;
}

/* 表示　*/
.delay_block.done.show {
  color: #000;
  background: transparent;
  overflow-wrap: anywhere;
}

.delay_block.done.show img {
  opacity: 1;
}

.delay_block.done.show::after {
  left: auto;
  right: 0;
  width: 0%;
}

.delay_block.done.show::before {
  height: 0%;
}

/* SP */
@media only screen and (max-width: 800px) {
  .delay_block::after {
    top: 0;
    height: 1px;
  }
}
/*===============================================================

	section_contact_btn

===============================================================*/
.section_contact_btn {
  background: #D6000F;
  padding: 80px 0;
}

.section_contact_btn p {
  color: #fff;
}

.section_contact_btn p + p {
  margin-top: 10px;
}

.section_contact_btn .btn_detail {
  margin-top: 0;
}

.section_contact_btn * + .btn_detail {
  margin-top: 30px;
}

.section_contact_btn .btn_detail a {
  color: #D6000F;
  background: #fff;
  font-weight: normal;
}

.section_contact_btn .btn_detail a:hover {
  color: #000;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_contact_btn {
    padding: 8vw;
  }
  .section_contact_btn p {
    font-size: 3.5vw;
  }
  .section_contact_btn p + p {
    margin-top: 4vw;
  }
  .section_contact_btn .btn_detail {
    width: 100%;
  }
  .section_contact_btn * + .btn_detail {
    margin-top: 5vw;
  }
}
/*===============================================================

	section_kod_pageheader

===============================================================*/
.section_kod_pageheader .inner {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.section_kod_pageheader .title {
  font-size: 22px;
  line-height: 1.4;
}

.section_kod_pageheader .subpage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_kod_pageheader .subpage li {
  margin-right: 50px;
  position: relative;
  padding-bottom: 5px;
}

.section_kod_pageheader .subpage li:last-child {
  margin-right: 0;
}

.section_kod_pageheader .subpage .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #D6000F;
}

.section_kod_pageheader .txt {
  margin-top: 40px;
}

.section_kod_pageheader_center .inner {
  justify-content: center;
}

.section_kod_pageheader_center .subpage li {
  margin: 0 25px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_kod_pageheader {
    border-bottom: solid 0px #ddd;
    text-align: center;
  }
  .section_kod_pageheader .inner {
    padding: 8vw;
    flex-direction: column;
  }
  .section_kod_pageheader .title {
    font-size: 5vw;
    width: 100%;
  }
  .section_kod_pageheader .subpage {
    margin-top: 2vw;
    /*	overflow: scroll;*/
    display: block;
    text-align: center;
    width: 100%;
  }
  .section_contact_btn + .section_kod_pageheader .subpage {
    display: block;
  }
  .section_kod_pageheader .subpage li:last-child,
  .section_kod_pageheader .subpage li {
    font-size: 3vw;
    display: inline-block;
    margin: 0 2vw;
    margin-top: 4vw;
    padding-bottom: 1vw;
  }
  .section_kod_pageheader_center .subpage {
    margin-top: 0;
  }
  .section_kod_pageheader_center .subpage li {
    margin: 0 2vw;
  }
  .section_kod_pageheader .txt {
    margin-top: 5vw;
    text-align: left;
  }
  .section_kod_pageheader .txt p {
    font-size: 3.5vw;
  }
}
/*-------------------------------------------------------------
	sp_footer_loaclnav
-------------------------------------------------------------*/
.sp_footer_loaclnav {
  display: none;
}

/* SP */
@media only screen and (max-width: 800px) {
  .sp_footer_loaclnav {
    display: block;
  }
  .sp_footer_loaclnav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .sp_footer_loaclnav li {
    width: 50%;
    text-align: center;
  }
  .sp_footer_loaclnav li a {
    display: block;
    color: #000;
    font-size: 3.5vw;
    line-height: 1.2;
    padding: 4vw 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
  }
  .sp_footer_loaclnav li.current a {
    display: block;
    color: #fff;
    background: #D6000F;
  }
}
/*===============================================================

	project_headline

===============================================================*/
.project_headline {
  background: #fff;
  text-align: left;
  padding: 30px 0 0 0;
}

.project_headline .title {
  font-size: 20px;
  line-height: 1.4;
}

.project_headline .title .name {
  padding-left: 50px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .project_headline {
    padding: 10vw 0 2vw 0;
    text-align: center;
  }
  .project_headline .title {
    font-size: 2.8vw;
  }
  .project_headline .title .name {
    padding-left: 0;
    display: block;
    margin-top: 1.5vw;
    font-size: 4vw;
  }
}
/*===============================================================

	txt_slider_block_wrp

===============================================================*/
.txt_slider_block_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.txt_slider_block_wrp .txt_block {
  width: 40%;
  box-sizing: border-box;
  padding: 0 60px;
}

.txt_slider_block_wrp .slider_block {
  width: 60%;
  overflow: hidden;
}

.txt_slider_block_wrp .carousel_slider {
  width: -webkit-calc(100% + 150px); /*左側のちょい見えスライダーを隠す*/
  width: calc(100% + 150px);
  margin-left: -150px;
}

.txt_slider_block_wrp .carousel_slider.noslider {
  width: 100%;
  margin-left: 0;
}

.txt_slider_block_wrp .carousel_slider .slider {
  margin: 0;
}

.txt_slider_block_wrp .carousel_slider .slick-list {
  margin-right: -30px; /* ガター分ネガティブマージン */
}

.txt_slider_block_wrp .carousel_slider .slick-slide {
  margin-right: 30px; /* ガター */
}

/* SP */
@media only screen and (max-width: 800px) {
  .txt_slider_block_wrp {
    flex-direction: column;
  }
  .txt_slider_block_wrp .txt_block {
    width: 100%;
    padding: 8vw;
  }
  .txt_slider_block_wrp .slider_block,
  .txt_slider_block_wrp .carousel_slider {
    width: 100%;
    margin-left: 0;
  }
  .section_works_detail .sp_ui_block {
    padding: 8vw;
    padding-top: 0vw;
  }
  .txt_slider_block_wrp .carousel_slider .slider {
    margin: 0;
  }
  .txt_slider_block_wrp .carousel_slider .slick-list {
    margin-right: 0; /* ガター分ネガティブマージン */
  }
  .txt_slider_block_wrp .carousel_slider .slick-slide {
    margin-right: 0; /* ガター */
  }
}
/*-------------------------------------------------------------
	.carousel_slider .slider .pager
-------------------------------------------------------------*/
.slider_block .carousel_slider .slider .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8%;
  height: 100%;
  z-index: 5;
  /*mix-blend-mode: overlay;*/
}

.slider_block .carousel_slider .slider .pager a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
}

.slider_block .carousel_slider .slider .pager a:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0);
}

.slider_block .carousel_slider .slider .pager a::after {
  width: 30px;
  height: 30px;
  border-width: 1px;
}

.slider_block .carousel_slider .slider .prev {
  display: none;
}

.slider_block .carousel_slider .slider .next {
  right: 20px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .slider_block .carousel_slider .slider .next {
    display: none;
  }
}
/*===============================================================

	works_detail_pager

===============================================================*/
.works_detail_pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.works_detail_pager .btn_viewmore {
  width: 300px;
  margin: 0;
}

.works_detail_pager .btn_viewmore a {
  border: solid 1px #777;
  color: #000;
}

.works_detail_pager .btn_viewmore a:hover {
  border: solid 1px #D6000F;
  color: #fff;
}

.works_detail_pager .pager {
  width: 63px;
}

.works_detail_pager .pager a {
  width: 63px;
  height: 63px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
  border: solid 1px #777;
  box-sizing: border-box;
}

.works_detail_pager .pager a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #666;
  width: 12px;
  height: 12px;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg) translate(-3px, -3px);
  transition: all 0.3s;
}

.works_detail_pager .prev a::after {
  transform: rotate(135deg) translate(-3px, -3px);
}

.works_detail_pager .pager a:hover {
  border: solid 1px #D6000F;
  background: #D6000F;
}

.works_detail_pager .pager a:hover::after {
  border-color: #fff;
}

/* SP */
@media only screen and (max-width: 800px) {
  .works_detail_pager {
    padding: 8vw;
    margin-top: 0;
  }
  .works_detail_pager .btn_viewmore {
    width: 60%;
    margin: 0;
  }
  .works_detail_pager .pager {
    width: 12vw;
  }
  .works_detail_pager .pager a {
    width: 12vw;
    height: 12vw;
  }
}
/*===============================================================

	section_works_list

===============================================================*/
.section_works_list .content_worklist .title {
  font-size: 22px;
  line-height: 1.4;
  border-bottom: solid 1px #666;
  padding-bottom: 10px;
}

.worklist {
  margin-top: 30px;
}

.worklist li {
  position: relative;
}

.worklist li a {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  padding-left: 25px;
  position: relative;
  display: block;
  z-index: 1;
}

.worklist li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.worklist li a:hover {
  background: #f9f9f9;
}

.worklist li a:hover::after {
  border-color: #D6000F;
}

/* SP */
@media only screen and (max-width: 800px) {
  .section_works_list .content_worklist .title {
    font-size: 6vw;
    padding-bottom: 3vw;
  }
  .worklist {
    margin-top: 0vw;
  }
  .worklist li {
    margin-top: 5vw;
  }
  .worklist li a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5vw;
    padding: 0vw;
    z-index: 1;
    color: transparent;
  }
  .worklist li a span {
    color: #000;
    display: block;
    width: 100%;
  }
  .worklist li a:hover span {
    color: #D6000F;
  }
  .worklist li a .category {
    font-size: 3vw;
    margin-top: -1.2em;
    color: #666;
  }
  .worklist li a::after {
    display: none;
  }
  .worklist li a:hover {
    background: #fff;
  }
  .worklist li a:hover::after {
    border-color: #D6000F;
  }
}
/*-------------------------------------------------------------
	thumbnail
-------------------------------------------------------------*/
.worklist li .thumbnail {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  width: 20vw;
  max-width: 300px;
  min-width: 200px;
  bottom: 80px;
  left: -10px;
  pointer-events: none;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.worklist li .thumbnail img {
  width: 100%;
  height: auto;
  border: solid 5px #D6000F;
  box-sizing: border-box;
  position: relative;
}

.worklist li .thumbnail::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid #D6000F;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-width: 10px;
  transform: translate(3px, 0);
  box-sizing: border-box;
  transition: all 0.3s;
  z-index: 11;
}

.worklist li a:hover .thumbnail {
  display: block;
  opacity: 1;
  z-index: 10;
  bottom: 50px;
}

/* SP */
@media only screen and (max-width: 800px) {
  .worklist li .thumbnail {
    position: static;
    width: 40%;
    min-width: inherit;
    max-width: inherit;
    opacity: 1;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0);
  }
  .worklist li .txt {
    position: static;
    width: 56%;
  }
  .worklist li .thumbnail::after {
    display: none;
  }
  .worklist li .thumbnail img {
    border: solid 0 #D6000F;
  }
}
/* 言語切替ボタン */
.lang_switch ul {
  border: 1px solid #333;
  background-color: #fff;
}
.lang_switch li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lang_btn {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-right: 1px solid #333;
  transition: background-color 0.3s, color 0.3s;
}
.lang_btn:last-child {
  border-right: none;
}
.lang_btn:hover {
  background-color: #f0e68c;
}
.lang_btn.active {
  background-color: #f0e68c;
  color: #333;
}

/* SP */
@media only screen and (max-width: 800px) {
  .lang_switch {
    margin-right: 48px;
  }
}

/*# sourceMappingURL=app.css.map */
