@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色 _color.scss
===============================================================*/
/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

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;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
}

img {
  max-width: 100%; /* 親要素より大きければ縮小 */
  height: auto; /* アスペクト比を維持して縦なりゆき */
  width: auto; /* 元画像が小さい場合は拡大しない */
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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,
div {
  font-size: 1.6rem;
}

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 {
  text-decoration: underline;
}

ul a,
li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
	margin-top:3rem;
	margin-bottom:3rem;
/*  border-bottom: 2px dotted rgba(39, 44, 53, 0.5);*/
/*  border-bottom: 2px dotted rgba(39, 44, 53, 0.3);*/

border: none;
  border-bottom: 2px dotted #8b8e92;
}



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

/*===============================================================
	font
===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 800;
  font-display: swap;
  src: url("/common/font/noto_sans/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/common/font/yakuhan/YakuHanJP-Regular.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/common/font/yakuhan/YakuHanJP-Bold.woff2") format("woff2"), url("/common/font/yakuhan/YakuHanJP-Bold.woff") format("woff");
}
body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

/*===============================================================
	フォント
===============================================================*/
/*-------------------------------------------------------------
フォントサイズ
-------------------------------------------------------------*/
.fs_bass {
  font-size: 1.6rem;
}

.fs_xs {
  font-size: 1rem;
}

.fs_sm {
  font-size: 1.4rem;
}

.fs_md {
  font-size: 2rem;
}

.fs_lg {
  font-size: 2.5rem;
}

.fs_xl {
  font-size: 3rem;
}

.fs_xxl {
  font-size: 4rem;
}

.fs_xxxl {
  font-size: 5rem;
}

/* SP */
@media screen and (max-width: 800px) {
  .fs_bass {
    font-size: 4vw;
  }
  .fs_xs {
    font-size: 3.2vw;
  }
  .fs_sm {
    font-size: 3.8vw;
  }
  .fs_md {
    font-size: 4.2vw;
  }
  .fs_lg {
    font-size: 4.2vw;
  }
  .fs_xl {
    font-size: 4.5vw;
  }
  .fs_xxl {
    font-size: 4.5vw;
  }
  .fs_xxxl {
    font-size: 5vw;
  }
}
/*-------------------------------------------------------------
line-height
-------------------------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_19 {
  line-height: 1.9;
}

.lh_18 {
  line-height: 1.8;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_13 {
  line-height: 1.3;
}

.lh_12 {
  line-height: 1.2;
}

.lh_11 {
  line-height: 1.1;
}

.lh_10 {
  line-height: 1;
}

/*===============================================================

	_common.scss 2021/9/24

===============================================================*/
/* html/body設定
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #272C35;
  background: #F0F0F0;
  text-align: left;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
}

a {
  box-sizing: border-box;
  color: #272C35;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: #272C35;
    text-decoration: none;
  }
}

/* a:focus {
	outline: 2px;
	box-shadow: 0 0 20px 0 $c_focus;
} */
a:focus,
input:focus,
button:focus,
select:focus {
  outline: 2px;
}

a:focus-visible,
input:focus-visible,
button:focus-visible,
select:focus-visible,
.select_wrap:focus-within {
  outline: 2px;
  box-shadow: 0 0 20px 0 #f00;
}

.select_wrap:focus-within {
  outline: 2px;
  box-shadow: 0 0 20px 0 #f00;
}

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
/*===============================================================

	基本文字サイズ、装飾

===============================================================*/
h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: bold;
}

p {
/*  line-height: 2;*/
  line-height: 150%;
	margin-bottom:20px;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.bold {
  font-weight: bold;
}

.txt_caption {
  font-size: small;
  line-height: 1.4;
}

@media screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  th,
  td,
  dt,
  dd,
  div {
    line-height: 1.6;
  }
  div,
  p {
    line-height: 1.8;
  }
  li {
    line-height: 1.6;
  }
}
/*===============================================================

	skip_link

===============================================================*/
.skip_link {
  z-index: 99999;
  position: absolute;
  top: -100px;
  left: 5px;
  background-color: #272C35;
  color: #fff;
  width: 22rem;
  line-height: 3;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.8rem;
}
@media (hover: hover) {
  .skip_link:hover {
    background-color: #272C35;
    color: #fff;
  }
}
.skip_link:focus {
  top: 5px;
}
@media screen and (max-width: 800px) {
  .skip_link {
    width: 20rem;
    font-size: 1.6rem;
  }
}

/*===============================================================

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
}

@media screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
}
/* for SP  */
/*===============================================================

	radius

===============================================================*/
.radius_10 {
  overflow: hidden;
  border-radius: 10px;
}

.radius_5 {
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 800px) {
  .radius_10 {
    border-radius: 1vw;
/*		max-height:400px;*/
  }
  .radius_5 {
    border-radius: 1vw;
		max-height:400px;
  }
}
/*===============================================================

	border

===============================================================*/
.border_gray {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.border_main {
  border: 1px solid #272C35;
  box-sizing: border-box;
}

.border_main_o5 {
  border: 1px solid rgba(39, 44, 53, 0.5);
  box-sizing: border-box;
}

.border_white_o5 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

/*===============================================================

	boxshadow

===============================================================*/
.boxshadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 800px) {
  .boxshadow {
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
  }
}
/*===============================================================

	hover

===============================================================*/
.hover a {
  display: block;
}
@media (hover: hover) {
  .hover a:hover {
    opacity: 0.5;
  }
}

/*===============================================================

	フロート関係

===============================================================*/
.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;
}

/*===============================================================

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

@media screen and (max-width: 1030px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
}
/*-------------------------------------------------------------
	font	
-------------------------------------------------------------*/
.font_ss {
  font-size: smaller;
  font-size: 70%;
}

.font_s {
  font-size: small;
  font-size: 80%;
}

.font_m {
  font-size: medium;
  font-size: 90%;
}

.font_l {
  font-size: large;
  font-size: 120%;
}

.font_xl {
  font-size: larger;
  font-size: 140%;
}

/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video_container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===============================================================
js_multilinkarea js_linkarea
===============================================================*/
.js_linkarea,
.js_multilinkarea {
  cursor: pointer;
}

/*===============================================================
    js_scroll
===============================================================*/
.js_scroll.is_active {
  transition: opacity 1s;
  opacity: 1;
}
/*===============================================================
    js_fadein
===============================================================*/
.js_fadein {
  opacity: 0;
}
.js_fadein.is_active {
  opacity: 1;
}
/*===============================================================
    js_fadein_up
===============================================================*/
.js_fadein_up {
  opacity: 0;
  transform: translateY(3vw);
}
.js_fadein_up.is_active {
  opacity: 1;
  transform: translateY(0vw);
}

/*===============================================================
    js_fadein_down
===============================================================*/
.js_fadein_down {
  opacity: 0;
  transform: translateY(-3vw);
}
.js_fadein_down.is_active {
  opacity: 1;
  transform: translateY(0vw);
}

/*===============================================================
    js_fadein_left
===============================================================*/
.js_fadein_left {
  opacity: 0;
  transform: translateX(-3vw);
}
.js_fadein_left.is_active {
  opacity: 1;
  transform: translateX(0vw);
}

/*===============================================================
    js_fadein_right
===============================================================*/
.js_fadein_right {
  opacity: 0;
  transform: translateX(3vw);
}
.js_fadein_right.is_active {
  opacity: 1;
  transform: translateX(0vw);
}

/*===============================================================
    js_fadein_photo
===============================================================*/
.js_fadein_photo {
  overflow: hidden;
}
.js_fadein_photo img {
  transition: all 1s;
  opacity: 0;
  transform: scale(1);
}
.js_fadein_photo.is_active img {
  opacity: 1;
  transform: scale(1.1);
}

/*===============================================================
	js_gsap_parallax_photo
===============================================================*/
.js_gsap_parallax_photo_reverse,
.js_gsap_parallax_photo {
  background-color: #000;
  overflow: hidden;
}

/*===============================================================
	js_2step
===============================================================*/
.js_2step, .js_2step_down, .js_2step_up {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.js_2step::before, .js_2step_down::before, .js_2step_up::before, .js_2step::after, .js_2step_down::after, .js_2step_up::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #eee;
  transform-origin: 0 0;
  transition: all 0.5s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  z-index: 2;
}
.js_2step::after, .js_2step_down::after, .js_2step_up::after {
  background-color: #fff;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before, .js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  transform-origin: 0 right;
}
.js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  left: auto;
  right: 0;
  width: 0%;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before {
  transition-delay: 0.5s;
  left: auto;
  right: 0;
  width: 0%;
}

/*===============================================================
	js_2step_up
===============================================================*/
.js_2step_up.is_active::before, .js_2step_up.is_active::after {
  transform-origin: top 0;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================
	js_2step_down
===============================================================*/
.js_2step_down.is_active::before, .js_2step_down.is_active::after {
  transform-origin: bottom 0;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================

  _return_to_top.scss

===============================================================*/
/*===============================================================

  c_return_to_top

===============================================================*/
.c_return_to_top {
  width: 100%;
  overflow: hidden;
  /*===============================================================
      //	#btn_pagetop
  ===============================================================*/
}
.c_return_to_top a {
  display: block;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #fff;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
  border-radius: 50%;
  transform: translateY(100px);
}
.c_return_to_top a::before {
  position: absolute;
  content: " ";
  width: 2px;
  height: 22px;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  background: #272C35;
}
.c_return_to_top a::after {
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  top: 22px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #272C35;
  border-left: solid 2px #272C35;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .c_return_to_top a:hover {
    background-color: #272C35;
  }
  .c_return_to_top a:hover::before {
    background: #fff;
  }
  .c_return_to_top a:hover::after {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
  }
}
.c_return_to_top.show a {
  transform: translateY(0);
}
@media screen and (max-width: 800px) {
  .c_return_to_top a {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .c_return_to_top a::before {
    height: 16px;
    top: 14px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    background: #272C35;
  }
  .c_return_to_top a::after {
    width: 10px;
    height: 10px;
    top: 14px;
  }
}

/*===============================================================

	_btn.scss

===============================================================*/
/*===============================================================

  c_btn_basic

===============================================================*/
.c_btn_basic {
  width: 30rem;
  margin: 0 auto;
}
* + .c_btn_basic {
  margin-top: 5rem;
}
.c_btn_basic a {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  border: 1px solid #272C35;
  background: #fff;
}
.c_btn_basic a .label {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .c_btn_basic a:hover {
    color: #fff;
    background: #272C35;
  }
}
@media screen and (max-width: 800px) {
  .c_btn_basic {
    width: 100%;
  }
  * + .c_btn_basic {
    margin-top: 5vw;
  }
  .c_btn_basic a {
    padding: 4vw 0;
  }
  .c_btn_basic a .label {
    font-size: 4vw;
  }
}

/*===============================================================

	_headline.scss 2021/9/24

===============================================================*/
@keyframes headline_a_anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    right: 3rem;
  }
  100% {
    opacity: 1;
    right: 0.9rem;
  }
}
/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  padding-bottom: 2rem;
  border-bottom: 2px dotted rgba(39, 44, 53, 0.5);
	margin-bottom: 2rem;
}
.headline .date {
  font-size: 1.6rem;
  line-height: 1.8;
}
.headline .title {
  display: inline;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
.headline .title a {
  position: relative;
  padding-right: 3.6rem;
}
.headline .title a .icon_arw {
  overflow: hidden;
  position: absolute;
  bottom: 0.9rem;
  left: auto;
  right: 0;
  margin: auto;
  width: 2.6rem;
  height: 2.6rem;
  background: #272C35;
  border-radius: 50%;
}
.headline .title a .icon_arw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0.9rem;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.headline .title a .icon_arw:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0.9rem;
  margin: auto;
  width: 1rem;
  height: 2px;
  background: #fff;
}
@media (hover: hover) {
  .headline .title a:hover .icon_arw:before {
    animation: headline_a_anime 0.3s ease 0s forwards;
  }
  .headline .title a:hover .icon_arw:after {
    animation: headline_a_anime 0.3s ease 0s forwards;
  }
}
.content * + .headline {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .headline {
    padding-bottom: 3vw;
  }
  .headline .date {
    font-size: 3.5vw;
  }
  .headline .title {
    font-size: 5.5vw;
  }
  .headline .title a {
    padding-right: 6vw;
  }
  .headline .title a .icon_arw {
    bottom: 1.4vw;
    width: 5vw;
    height: 5vw;
  }
  .headline .title a .icon_arw:before {
    right: 1.6vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .headline .title a .icon_arw:after {
    right: 1.6vw;
    width: 2vw;
    height: 2px;
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .headline .title a:hover .icon_arw:before {
    animation: none;
  }
  .headline .title a:hover .icon_arw:after {
    animation: none;
  }
}

/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  margin-bottom: 3rem;
}
.content_title .title {
  font-size: 3rem;
}
.content_title .lead {
  font-size: 2rem;
  line-height: 1.6;
}
.content_title .title + .lead {
  margin-top: 1.5rem;
}
.content_title .lead + .title {
  margin-top: 1rem;
}
.content * + .content_title {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .content_title .title {
    font-size: 2rem;
  }
  .content_title .lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .content_title .title + .lead {
    margin-top: 1rem;
  }
  .content_title .lead + .title {
    margin-top: 1rem;
  }
  .content * + .content_title {
    margin-top: 5rem;
  }
}

/*-------------------------------------------------------------
	lv_1	
-------------------------------------------------------------*/
.lv_1 .title {
  font-size: 3rem;
  line-height: 1.4;
}
.lv_1 .lead {
  font-size: 2rem;
}
.content * + .lv_1 {
  margin-top: 10rem;
}
@media screen and (max-width: 800px) {
  .lv_1 .title {
    font-size: 2.5rem;
  }
  .lv_1 .lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lv_1 .title + .lead {
    margin-top: 0.5rem;
  }
  .lv_1 .lead + .title {
    margin-top: 0vw;
  }
  .content * + .lv_1 {
    margin-top: 5rem;
  }
}

/*-------------------------------------------------------------
	lv_2	
-------------------------------------------------------------*/
.lv_2 .title {
  font-size: 2.5rem;
}
.lv_2 .lead {
  font-size: 1.8rem;
}
.lv_2 .title + .lead {
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .lv_2 .title {
    font-size: 2.5rem;
  }
  .lv_2 .lead {
    font-size: 1.8rem;
  }
  .lv_2 .title + .lead {
    margin-top: 1rem;
  }
  .lv_2 .lead + .title {
    margin-top: 0vw;
  }
}

/*-------------------------------------------------------------
	lv_3	
-------------------------------------------------------------*/
.lv_3 .title {
  font-size: 2rem;
}
.lv_3 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_3 .title {
    font-size: 2rem;
  }
  .lv_3 .lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lv_3 .title + .lead {
    margin-top: 1rem;
  }
  .lv_3 .lead + .title {
    margin-top: 0vw;
  }
  .lv_3.block_title + .block {
    margin-top: 1.5rem;
  }
}

/*-------------------------------------------------------------
	lv_4	
-------------------------------------------------------------*/
.lv_4 .title {
  font-size: 1.8rem;
}
.lv_4 .lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lv_4 .title {
    font-size: 1.8rem;
  }
  .lv_4 .lead {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .lv_4 .title + .lead {
    margin-top: 1rem;
  }
  .lv_4 .lead + .title {
    margin-top: 0vw;
  }
  .lv_4.block_title + .block {
    margin-top: 1rem;
  }
}

/*===============================================================

	_pankuzu_wrp.scss

===============================================================*/
/*===============================================================

	c_pankuzu_wrp

===============================================================*/
.c_pankuzu_wrp {
  background: #272C35;
}
.c_pankuzu_wrp .inner {
  max-width: 122rem;
  margin: 0 auto;
  padding: 1rem;
}
.c_pankuzu_wrp .pankuzu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.c_pankuzu_wrp .pankuzu li {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 1.2rem;
}
.c_pankuzu_wrp .pankuzu li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.2rem;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 2px #636E83;
  border-bottom: solid 2px #636E83;
  transform: rotate(-45deg);
}
.c_pankuzu_wrp .pankuzu li:first-child {
  padding-left: 0;
}
.c_pankuzu_wrp .pankuzu li:last-child {
  padding-right: 0;
}
.c_pankuzu_wrp .pankuzu li:last-child:after {
  display: none;
}
.c_pankuzu_wrp .pankuzu li a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.c_pankuzu_wrp .pankuzu li a span {
  font-weight: 700;
}
@media (hover: hover) {
  .c_pankuzu_wrp .pankuzu li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1030px) {
  .c_pankuzu_wrp {
    /*スクロールバー全体*/
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .c_pankuzu_wrp ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  .c_pankuzu_wrp .inner {
    padding: 2vw;
  }
  .c_pankuzu_wrp .pankuzu li {
    display: inline-block;
    font-size: 3vw;
    padding: 0 2.5vw;
  }
  .c_pankuzu_wrp .pankuzu li:after {
    right: -0.4vw;
    width: 1vw;
    height: 1vw;
  }
}

/*===============================================================

	_news_list.scss

===============================================================*/
/*===============================================================

	c_news_list

===============================================================*/
.c_news_list {
  border-top: 1px solid rgba(39, 44, 53, 0.5);
}
.c_news_list .item {
  border-bottom: 1px solid rgba(39, 44, 53, 0.5);
}
.c_news_list .item .head {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 3rem 2rem;
}
.c_news_list .item .head .date {
  width: 10rem;
  color: rgba(39, 44, 53, 0.5);
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 0.5rem;
}
.c_news_list .item .head .txt {
  position: relative;
  width: calc(100% - 10rem);
  color: #272C35;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  padding-right: 2.6rem;
}
.c_news_list .item .head .txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: 2px;
  background: #272C35;
}
.c_news_list .item .head .txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.6rem;
  height: 2px;
  background: #272C35;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.c_news_list .item .head.active .txt:after {
  transform: rotate(0deg);
}
.c_news_list .item .detail {
  display: none;
  padding: 0 2rem 3rem;
  padding-left: 12rem;
}
.c_news_list .item .detail p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c_news_list .item .detail p + p {
  margin-top: 2rem;
}
.c_news_list .item .detail a {
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .c_news_list .item .detail a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1030px) {
  .c_news_list {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .c_news_list {
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
  .c_news_list .item .head {
    flex-direction: column;
    padding: 4vw 5vw;
  }
  .c_news_list .item .head .date {
    width: 100%;
    font-size: 3.5vw;
    padding-top: 0;
    padding-bottom: 2vw;
  }
  .c_news_list .item .head .txt {
    width: 100%;
    font-size: 3.8vw;
    padding-right: 6vw;
  }
  .c_news_list .item .head .txt:before {
    width: 4vw;
  }
  .c_news_list .item .head .txt:after {
    width: 4vw;
    height: 2px;
  }
  .c_news_list .item .detail {
    padding: 0 4vw 5vw;
  }
  .c_news_list .item .detail p {
    font-size: 3vw;
  }
  .c_news_list .item .detail p + p {
    margin-top: 3vw;
  }
}

/*===============================================================

	_item_wrp.scss

===============================================================*/
/*===============================================================

	c_item_wrp

===============================================================*/
.c_item_wrp, .section_top_new_release .c_item_wrp_top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c_item_wrp.c_item_wrp_5, .section_top_new_release .c_item_wrp_5.c_item_wrp_top {
  gap: 5rem 2%;
}
.c_item_wrp.c_item_wrp_5 .item, .section_top_new_release .c_item_wrp_5.c_item_wrp_top .item {
  width: 18.4%;
}
.c_item_wrp .item, .section_top_new_release .c_item_wrp_top .item {
  position: relative;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c_item_wrp .item:hover, .section_top_new_release .c_item_wrp_top .item:hover {
    opacity: 0.5;
  }
}
.c_item_wrp .item .img, .section_top_new_release .c_item_wrp_top .item .img {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c_item_wrp .item .head, .section_top_new_release .c_item_wrp_top .item .head {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
.c_item_wrp .item .head a, .section_top_new_release .c_item_wrp_top .item .head a {
  color: #272C35;
  text-decoration: none;
}
.c_item_wrp .item .head a:after, .section_top_new_release .c_item_wrp_top .item .head a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c_item_wrp .item .date, .section_top_new_release .c_item_wrp_top .item .date {
  color: rgba(39, 44, 53, 0.5);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1030px) {
  .c_item_wrp.c_item_wrp_5, .section_top_new_release .c_item_wrp_5.c_item_wrp_top {
    gap: 5rem 2%;
  }
  .c_item_wrp.c_item_wrp_5 .item, .section_top_new_release .c_item_wrp_5.c_item_wrp_top .item {
    width: 23.5%;
  }
}
@media screen and (max-width: 800px) {
  .c_item_wrp.c_item_wrp_5, .section_top_new_release .c_item_wrp_5.c_item_wrp_top {
    gap: 7.5vw 5vw;
  }
  .c_item_wrp.c_item_wrp_5 .item, .section_top_new_release .c_item_wrp_5.c_item_wrp_top .item {
    width: calc((100% - 5vw) / 2);
  }
  .c_item_wrp .item .head, .section_top_new_release .c_item_wrp_top .item .head {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
  .c_item_wrp .item .date, .section_top_new_release .c_item_wrp_top .item .date {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
}

/*===============================================================

	_brand_list.scss

===============================================================*/
/*===============================================================

	c_brand_list

===============================================================*/
.c_brand_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
.c_brand_list .item a {
  display: block;
  line-height: 0;
  padding: 1rem;
  background: #fff;
}
.c_brand_list .item img {
  max-width: inherit;
  width: auto;
  height: 3rem;
}
@media screen and (max-width: 1030px) {
  .c_brand_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  .c_brand_list {
    margin: 0 calc(50% - 50vw) 0;
    padding: 0 5vw;
    gap: 2.5vw;
  }
  .c_brand_list .item a {
    padding: 2.5vw;
  }
  .c_brand_list .item img {
    height: 5vw;
  }
}

/*===============================================================

	_item_detail.scss

===============================================================*/
/*===============================================================

	c_item_detail

===============================================================*/
.c_item_detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5rem;
  /*-------------------------------------------------------------
    left	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
    right	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
    right	btn_list
  -------------------------------------------------------------*/
}
.c_item_detail .left {
  width: 37rem;
}
.c_item_detail .right {
  flex: 1;
}

@media screen and (max-width: 1030px) {
  .c_item_detail {
    gap: 3rem;
  }
  .c_item_detail .left {
/*    width: 27rem;*/
    width: 38%;
  }
  .c_item_detail .right {
    flex: 1;
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  .c_item_detail {
    flex-direction: column;
    gap: 0;
  }
  .c_item_detail .left {
/*    display: contents;*/
    width: 100%;
		text-align: center;
  }
  .c_item_detail .right {
/*    display: contents;*/
    width: 100%;
		text-align: left;
  }
  .c_item_detail .headline {
    order: -1;
    margin-bottom: 5vw;
  }
}
.c_item_detail .left .link {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.c_item_detail .left .link a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c_item_detail .left .link a:hover {
    text-decoration: none;
  }
}
.c_item_detail .left .brand {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
}
.c_item_detail .left .brand a {
  display: block;
  line-height: 0;
  padding: 1rem;
  background: #fff;
}
.c_item_detail .left .brand img {
  max-width: inherit;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 800px) {
  .c_item_detail .left .img {
    width: 60%;
    margin: 0 auto;
  }
  .c_item_detail .left .link {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .c_item_detail .left .brand {
    margin-top: 4vw;
  }
  .c_item_detail .left .brand a {
    padding: 2.5vw;
  }
  .c_item_detail .left .brand img {
    height: 7.5vw;
  }
}
.c_item_detail .right .detail {
  padding: 3rem 0;
}
.c_item_detail .right .detail + .detail {
  border-top: 1px solid rgba(39, 44, 53, 0.5);
}
.c_item_detail .right .detail:last-child {
  padding-bottom: 0;
}
.c_item_detail .right .detail .head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
.c_item_detail .right .detail .head_buy,
.c_item_detail .right .detail .head_rel_site {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.c_item_detail .right .detail .head_buy .icon,
.c_item_detail .right .detail .head_rel_site .icon {
  width: 2rem;
  height: 2rem;
}
.c_item_detail .right .detail .head_buy .icon {
  background: url(/common/images/assets/icon/buy.svg) no-repeat center/contain;
}
.c_item_detail .right .detail .head_rel_site .icon {
  background: url(/common/images/assets/icon/rel_site.svg) no-repeat center/contain;
}
.c_item_detail .right .detail p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c_item_detail .right .detail p a {
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .c_item_detail .right .detail p a:hover {
    text-decoration: none;
  }
}
.c_item_detail .right .detail * + p {
  margin-top: 1.5rem;
}
.c_item_detail .right .detail .bnr {
  width: auto;
  max-width: 58rem;
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .c_item_detail .right .detail {
    padding: 4vw 0;
    border-top: 1px solid rgba(39, 44, 53, 0.5);
  }
  .c_item_detail .right .detail .head {
    font-size: 4.5vw;
  }
  .c_item_detail .right .detail .head_buy,
  .c_item_detail .right .detail .head_rel_site {
    gap: 1vw;
  }
  .c_item_detail .right .detail .head_buy .icon,
  .c_item_detail .right .detail .head_rel_site .icon {
    width: 4.5vw;
    height: 4.5vw;
  }
  .c_item_detail .right .detail p {
    font-size: 3.5vw;
  }
  .c_item_detail .right .detail * + p {
    margin-top: 3vw;
  }
  .c_item_detail .right .detail .bnr {
    width: 100%;
    max-width: 100%;
    margin-top: 4vw;
  }
  .c_item_detail .right .headline + .detail {
    margin-top: 7vw;
  }
}
.c_item_detail .right .detail .btn_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 3rem;
}
.c_item_detail .right .detail .btn_list .btn {
  width: calc((100% - 3rem) / 4);
}
.c_item_detail .right .detail .btn_list .btn a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  color: #272C35;
  background: #fff;
}
.c_item_detail .right .detail .btn_list .btn a .label {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.c_item_detail .right .detail .btn_list .btn a .icon_blank {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: url(/common/images/assets/icon/blank.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .c_item_detail .right .detail .btn_list .btn a:hover {
    color: #fff;
    background: #272C35;
  }
  .c_item_detail .right .detail .btn_list .btn a:hover .icon_blank {
    background: url(/common/images/assets/icon/blank_white.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 1200px) {
  .c_item_detail .right .detail .btn_list .btn {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 1030px) {
  .c_item_detail .right .detail .btn_list .btn {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 800px) {
  .c_item_detail .right .detail .btn_list {
    gap: 2.5vw;
    margin-top: 4vw;
  }
  .c_item_detail .right .detail .btn_list .btn {
    width: calc((100% - 2.5vw) / 2);
  }
  .c_item_detail .right .detail .btn_list .btn a {
    height: 12.5vw;
  }
  .c_item_detail .right .detail .btn_list .btn a .label {
    font-size: 3.5vw;
  }
  .c_item_detail .right .detail .btn_list .btn a .icon_blank {
    right: 2vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}

/*===============================================================

	_pagenation.scss

===============================================================*/
/*===============================================================

	c_pagenation

===============================================================*/
.c_pagenation {
  /*-------------------------------------------------------------
    共通設定
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  WP-PageNavi
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  前のページ/次のページ
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  最初のページ/最後のページ
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  省略マーク
  -------------------------------------------------------------*/
}
.c_pagenation .wp-pagenavi {
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 1rem;
}
.c_pagenation .wp-pagenavi a,
.c_pagenation .wp-pagenavi span {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5rem;
}
.c_pagenation .wp-pagenavi .backtolistlink,
.c_pagenation .wp-pagenavi .page,
.c_pagenation .wp-pagenavi .current {
  border: solid 1px #272C35;
  background: #fff;
  color: #272C35;
  border-color: #272C35;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  line-height: calc(5rem - 2px);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .backtolistlink,
  .c_pagenation .wp-pagenavi .page,
  .c_pagenation .wp-pagenavi .current {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    line-height: calc(10vw - 2px);
  }
}
.c_pagenation .wp-pagenavi .backtolistlink {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0.2rem 5rem;
  font-size: 2rem;
  line-height: 5rem;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .backtolistlink {
    padding: 0.2rem 6vw;
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
}
.c_pagenation .wp-pagenavi .pages {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .pages {
    font-size: 4vw;
  }
}
.c_pagenation .wp-pagenavi .current {
  color: #fff;
  background: #272C35;
  border: solid 1px #272C35;
}
@media (hover: hover) {
  .c_pagenation .wp-pagenavi a:hover {
    color: #fff;
    background: #272C35;
    border: solid 1px #272C35;
  }
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi {
    gap: 2vw 1vw;
  }
}
.c_pagenation .wp-pagenavi .previouspostslink,
.c_pagenation .wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent;
  border: 1px solid #272C35;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  line-height: calc(5rem - 2px);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .previouspostslink,
  .c_pagenation .wp-pagenavi .nextpostslink {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    line-height: calc(10vw - 2px);
  }
}
.c_pagenation .wp-pagenavi .previouspostslink::after,
.c_pagenation .wp-pagenavi .nextpostslink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-right: solid 2px #272C35;
  border-bottom: solid 2px #272C35;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .previouspostslink::after,
  .c_pagenation .wp-pagenavi .nextpostslink::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c_pagenation .wp-pagenavi .previouspostslink::after {
  left: 0.3rem;
  right: 0;
  transform: rotate(135deg);
}
.c_pagenation .wp-pagenavi .nextpostslink::after {
  left: 0;
  right: 0.3rem;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .c_pagenation .wp-pagenavi .previouspostslink:hover,
  .c_pagenation .wp-pagenavi .nextpostslink:hover {
    color: transparent;
    background: #272C35;
  }
}
.c_pagenation .wp-pagenavi .previouspostslink:hover::after,
.c_pagenation .wp-pagenavi .nextpostslink:hover::after {
  border-color: #fff;
}
.c_pagenation .wp-pagenavi .txt_label {
  color: #272C35;
  text-indent: 0 !important;
  padding: 0 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
}
@media (hover: hover) {
  .c_pagenation .wp-pagenavi .txt_label:hover {
    color: #fff;
    background: #272C35;
    border: solid 2px #272C35;
  }
}
.c_pagenation .wp-pagenavi .previouspostslink.txt_label::after {
  left: 2rem;
  right: auto;
}
.c_pagenation .wp-pagenavi .nextpostslink.txt_label::after {
  left: auto;
  right: 2rem;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .txt_label {
    padding: 0 3vw;
  }
  .c_pagenation .wp-pagenavi .previouspostslink.txt_label {
    padding-left: 6vw;
  }
  .c_pagenation .wp-pagenavi .nextpostslink.txt_label {
    padding-right: 6vw;
  }
  .c_pagenation .wp-pagenavi .previouspostslink.txt_label::after {
    left: 1.2rem;
  }
  .c_pagenation .wp-pagenavi .nextpostslink.txt_label::after {
    right: 1.2rem;
  }
}
.c_pagenation .wp-pagenavi .deactive {
  pointer-events: none;
  color: rgba(39, 44, 53, 0.3);
  border: none;
}
.c_pagenation .wp-pagenavi .deactive::after {
  opacity: 0.3;
}
.c_pagenation .wp-pagenavi .first,
.c_pagenation .wp-pagenavi .last {
  position: relative;
  color: transparent;
  border: solid 1px #272C35;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  line-height: calc(5rem - 2px);
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .first,
  .c_pagenation .wp-pagenavi .last {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    line-height: calc(10vw - 2px);
  }
}
.c_pagenation .wp-pagenavi .first {
  margin-left: 0;
}
.c_pagenation .wp-pagenavi .last {
  margin-right: 0;
}
.c_pagenation .wp-pagenavi .first::before,
.c_pagenation .wp-pagenavi .first::after,
.c_pagenation .wp-pagenavi .last::before,
.c_pagenation .wp-pagenavi .last::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-right: solid 2px #272C35;
  border-bottom: solid 2px #272C35;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .first::before,
  .c_pagenation .wp-pagenavi .first::after,
  .c_pagenation .wp-pagenavi .last::before,
  .c_pagenation .wp-pagenavi .last::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.c_pagenation .wp-pagenavi .first::before {
  left: 1.8rem;
  right: auto;
  transform: rotate(135deg);
}
.c_pagenation .wp-pagenavi .first::after {
  left: 2.4rem;
  right: auto;
  transform: rotate(135deg);
}
.c_pagenation .wp-pagenavi .last::before {
  right: 1.8rem;
  left: auto;
  transform: rotate(-45deg);
}
.c_pagenation .wp-pagenavi .last::after {
  right: 2.4rem;
  left: auto;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .c_pagenation .wp-pagenavi .first:hover,
  .c_pagenation .wp-pagenavi .last:hover {
    color: transparent;
    background: #272C35;
  }
}
.c_pagenation .wp-pagenavi .first:hover::before,
.c_pagenation .wp-pagenavi .first:hover::after,
.c_pagenation .wp-pagenavi .last:hover::before,
.c_pagenation .wp-pagenavi .last:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .first {
    margin-right: 1vw;
  }
  .c_pagenation .wp-pagenavi .first::before {
    left: 3vw;
  }
  .c_pagenation .wp-pagenavi .first::after {
    left: 4.4vw;
  }
  .c_pagenation .wp-pagenavi .last::before {
    right: 4.4vw;
  }
  .c_pagenation .wp-pagenavi .last::after {
    right: 3vw;
  }
}
.c_pagenation .wp-pagenavi .extend {
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
  color: #272C35;
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .c_pagenation .wp-pagenavi .extend {
    font-size: 1.2rem;
    margin: 0;
  }
}

/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 800px) {
  .full_width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.max_width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .max_width {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1130px) {
  .max_width {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .wide_width {
    padding: 0 5rem;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 1130px) {
  .wide_width {
    padding: 0 3rem;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  transition: all 0.3s;
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1130px) {
  .content_width {
    padding: 0 3rem;
  }
  .max_width .content_width, .wide_width .content_width, .large_width .content_width {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.narrow_width {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .narrow_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn_width {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .btn_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*===============================================================

	section
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp {
  overflow: hidden;
  display: block;
  background: #F0F0F0;
}
.section {
  width: 100%;
}
.section_inner {
  margin: 0 auto;
/*
  padding-top: 10rem;
  padding-bottom: 15rem;
*/
  padding-top: 5rem;
  padding-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .section_inner {
/*
    padding-top: 15vw;
    padding-bottom: 15vw;
*/
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*===============================================================

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 10rem;
}

.headline + .content {
  margin-top: 5rem;
}

.content + .headline {
  margin-top: 10rem;
}

.content .content + *,
.content * + .content {
  margin-top: 5rem;
}

.content_title + .content {
  margin-top: 0;
}

@media screen and (max-width: 1030px) {
  .content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 12.5vw;
  }
  .headline + .content {
    margin-top: 5vw;
  }
  .content + .headline {
    margin-top: 12.5vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 5vw;
  }
  .content_title + .content {
    margin-top: 0;
  }
}
/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block {
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .block {
    margin-top: 6.25vw;
  }
}

/*===============================================================

    block_title

===============================================================*/
.block_title + .block_title {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .block_title + .block_title {
    margin-top: 3.75vw;
  }
}

/*===============================================================

	_header.scss 2021/10/4

===============================================================*/
/*===============================================================

	header

===============================================================*/
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.header + * {
  padding-top: 100px;
}
.header .logo {
  width: 200px;
}
.header .logo a {
  display: block;
}
@media screen and (max-width: 1600px) {
  .header {
    gap: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .header {
    gap: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    /* .logo {
      width: 150px;
    } */
  }
}
@media screen and (max-width: 800px) {
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 15vw;
    padding: 0 2.5vw;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.05);
  }
  .header + * {
    padding-top: 15vw;
  }
  .header .logo {
    width: 36vw;
  }
}

/*===============================================================

	header nav

===============================================================*/
.header .nav {
  flex: 1;
}
.header .nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 50px;
}
.header .nav ul li {
  font-size: 20px;
  line-height: 1;
}
.header .nav ul li > a {
  color: #272C35;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.header .nav ul li > a .icon_top {
  width: 18px;
  height: 20px;
  background: url(/common/images/assets/icon_nav/top.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_magazine {
  width: 26px;
  height: 18px;
  background: url(/common/images/assets/icon_nav/magazine.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_book {
  width: 17px;
  height: 22px;
  background: url(/common/images/assets/icon_nav/book.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_comic {
  width: 23px;
  height: 18px;
  background: url(/common/images/assets/icon_nav/comic.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_ebook {
  width: 19px;
  height: 24px;
  background: url(/common/images/assets/icon_nav/ebook.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_order {
  width: 21px;
  height: 22px;
  background: url(/common/images/assets/icon_nav/order.svg) no-repeat center/contain;
}
.header .nav ul li > a .icon_contact {
  width: 23px;
  height: 18px;
  background: url(/common/images/assets/icon_nav/contact.svg) no-repeat center/contain;
}
.header .nav ul li > a .txt {
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .header .nav ul {
    gap: 0 3vw;
  }
  .header .nav ul li {
    font-size: 1.28vw;
  }
  .header .nav ul li > a .icon_top {
    width: 1.152vw;
    height: 1.28vw;
  }
  .header .nav ul li > a .icon_magazine {
    width: 1.664vw;
    height: 1.152vw;
  }
  .header .nav ul li > a .icon_book {
    width: 1.088vw;
    height: 1.408vw;
  }
  .header .nav ul li > a .icon_comic {
    width: 1.472vw;
    height: 1.152vw;
  }
  .header .nav ul li > a .icon_ebook {
    width: 1.216vw;
    height: 1.536vw;
  }
  .header .nav ul li > a .icon_order {
    width: 1.344vw;
    height: 1.408vw;
  }
  .header .nav ul li > a .icon_contact {
    width: 1.472vw;
    height: 1.152vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}

/*===============================================================

	header nav single（通常）

===============================================================*/
.header .nav .single a .txt {
  position: relative;
}
.header .nav .single a .txt:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #272C35;
}
@media (hover: hover) {
  .header .nav .single a:hover .txt:after {
    width: 100%;
    transition: 0.3s;
  }
}
/*===============================================================

	header nav sub（サブナビ）

===============================================================*/
.header .nav .sub {
  position: relative;
  z-index: 2;
}
.header .nav .sub > a {
  cursor: default;
}
.header .nav .sub .subnav {
  display: none;
  position: absolute;
  top: 20px;
  margin: auto;
  padding-top: 20px;
}
.header .nav .sub .subnav:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #636E83;
  border-left: 10px solid transparent;
  box-sizing: border-box;
}
.header .nav .sub .subnav .inner {
  overflow: auto;
  position: relative;
  background: #636E83;
  padding: 20px 30px;
}
.header .nav .sub .subnav .item {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.header .nav .sub .subnav .item + .item {
  margin-top: 10px;
}
.header .nav .sub .subnav .item a {
  display: block;
  color: #fff;
}
.header .nav .sub .subnav .item a .txt {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding-bottom: 5px;
}
.header .nav .sub .subnav .item a .txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
}
@media (hover: hover) {
  .header .nav .sub .subnav .item a:hover .txt:after {
    width: 100%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1500px) {
  .header .nav .sub .subnav {
    top: 15px;
    left: -50%;
    padding-top: 20px;
  }
  .header .nav .sub .subnav .inner {
    padding: 1.5vw 2.25vw;
  }
  .header .nav .sub .subnav .item {
    font-size: 1.2vw;
  }
  .header .nav .sub .subnav .item + .item {
    margin-top: 0.75vw;
  }
}
/*===============================================================

	header_menu

===============================================================*/
.header_menu .humberger {
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1020;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #272C35;
  border-radius: 50%;
  transition: color 0.3s, background-color 0.3s;
}
.header_menu .humberger .line {
  position: relative;
  width: 30px;
  height: 12px;
  display: block;
  /*transform: translateY(5px);*/
}
.header_menu .humberger .line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: #272C35;
  transition: color 0.3s, background-color 0.3s, height 0.3s, transform 0.3s, width 0.3s;
}
.header_menu .humberger .line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #272C35;
  transition: color 0.3s, background-color 0.3s, height 0.3s, transform 0.3s, width 0.3s;
  transform: translateY(10px);
}
@media (hover: hover) {
  .header_menu .humberger:hover .line::before {
    transform: translateY(5px);
  }
  .header_menu .humberger:hover .line::after {
    width: 30px;
    transform: translateY(5px);
  }
}
.header_menu.opend .humberger .line::before {
  transform: translateY(5px) rotate(135deg);
}
.header_menu.opend .humberger .line::after {
  width: 30px;
  transform: translateY(5px) rotate(-135deg);
}
@media (hover: hover) {
  .header_menu.opend .humberger:hover .line::before {
    transform: translateY(5px);
  }
  .header_menu.opend .humberger:hover .line::after {
    width: 30px;
    transform: translateY(5px);
  }
}
.header_menu .humberger .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #272C35;
  font-size: 15px;
  line-height: 1;
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .header_menu .humberger {
    top: 2.5vw;
    right: 2.5vw;
    width: 10vw;
    height: 10vw;
  }
  .header_menu .humberger .line {
    width: 5vw;
    height: calc(2vw + 2px);
  }
  .header_menu .humberger .line::before {
    width: 5vw;
    height: 2px;
  }
  .header_menu .humberger .line::after {
    width: 3.5vw;
    height: 2px;
    transform: translateY(2vw);
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .header_menu .humberger:hover .line::before {
    transform: translateY(1vw);
  }
  .header_menu .humberger:hover .line::after {
    width: 5vw;
    transform: translateY(1vw);
  }
}
@media screen and (max-width: 800px) {
  .header_menu.opend .humberger .line::before {
    transform: translateY(1vw) rotate(135deg);
  }
  .header_menu.opend .humberger .line::after {
    width: 5vw;
    transform: translateY(1vw) rotate(-135deg);
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .header_menu.opend .humberger:hover .line::before {
    transform: translateY(1vw);
  }
  .header_menu.opend .humberger:hover .line::after {
    width: 5vw;
    transform: translateY(1vw);
  }
}
@media screen and (max-width: 800px) {
  .header_menu .humberger .txt {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------
	header_menu .menu_panel	
-------------------------------------------------------------*/
.header_menu .menu_panel {
  position: fixed;
  top: 0;
  right: -430px;
  width: 430px;
  height: 100vh !important;
  z-index: 1010;
  box-sizing: border-box;
  padding: 120px 80px;
  overflow-y: scroll;
  transition: right 0.3s;
  background: #fff;
}
.header_menu.opend .menu_panel {
  top: 0;
  right: 0;
}
.header_menu .menu_panel .humberger_nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header_menu .menu_panel .humberger_nav ul li {
  font-size: 20px;
  line-height: 1;
}
.header_menu .menu_panel .humberger_nav ul li > a {
  position: relative;
  color: #272C35;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon img {
  width: auto;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_top {
  background: url(/common/images/assets/icon_nav/top.svg) no-repeat center/auto 20px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_magazine {
  background: url(/common/images/assets/icon_nav/magazine.svg) no-repeat center/auto 18px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_book {
  background: url(/common/images/assets/icon_nav/book.svg) no-repeat center/auto 22px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_comic {
  background: url(/common/images/assets/icon_nav/comic.svg) no-repeat center/auto 18px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_ebook {
  background: url(/common/images/assets/icon_nav/ebook.svg) no-repeat center/auto 24px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_order {
  background: url(/common/images/assets/icon_nav/order.svg) no-repeat center/auto 22px;
}
.header_menu .menu_panel .humberger_nav ul li > a .icon_contact {
  background: url(/common/images/assets/icon_nav/contact.svg) no-repeat center/auto 18px;
}
.header_menu .menu_panel .humberger_nav ul li > a .txt {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .header_menu .menu_panel {
    right: -100%;
    width: 100%;
    padding: 20vw 10vw 30vw;
  }
  .header_menu .menu_panel .humberger_nav ul {
    gap: 8vw;
  }
  .header_menu .menu_panel .humberger_nav ul li {
    font-size: 5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a {
    gap: 1vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon {
    width: 7.5vw;
    height: 6vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon img {
    width: auto;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_top {
    background: url(/common/images/assets/icon_nav/top.svg) no-repeat center/auto 5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_magazine {
    background: url(/common/images/assets/icon_nav/magazine.svg) no-repeat center/auto 4.5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_book {
    background: url(/common/images/assets/icon_nav/book.svg) no-repeat center/auto 5.5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_comic {
    background: url(/common/images/assets/icon_nav/comic.svg) no-repeat center/auto 4.5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_ebook {
    background: url(/common/images/assets/icon_nav/ebook.svg) no-repeat center/auto 6vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_order {
    background: url(/common/images/assets/icon_nav/order.svg) no-repeat center/auto 5.5vw;
  }
  .header_menu .menu_panel .humberger_nav ul li > a .icon_contact {
    background: url(/common/images/assets/icon_nav/contact.svg) no-repeat center/auto 4.5vw;
  }
}

/*-------------------------------------------------------------
	header_menu .menu_panel single（通常）
-------------------------------------------------------------*/
.header_menu .menu_panel .humberger_nav ul .single a {
  width: 100%;
}
.header_menu .menu_panel .humberger_nav ul .single a .txt {
  position: relative;
  display: block;
  font-weight: 700;
}
.header_menu .menu_panel .humberger_nav ul .single a .txt:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #272C35;
}
@media (hover: hover) {
  .header_menu .menu_panel .humberger_nav ul .single a:hover .txt:after {
    width: 100%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 800px) {
  .header_menu .menu_panel .humberger_nav ul .single a .txt:after {
    bottom: -1vw;
  }
}

/*-------------------------------------------------------------
	header_menu .menu_panel sub（サブナビ）
-------------------------------------------------------------*/
.header_menu .menu_panel .humberger_nav ul .sub > a {
  cursor: pointer;
}
.header_menu .menu_panel .humberger_nav ul .sub > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #272C35;
}
.header_menu .menu_panel .humberger_nav ul .sub > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #272C35;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.header_menu .menu_panel .humberger_nav ul .sub.active > a:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 800px) {
  .header_menu .menu_panel .humberger_nav ul .sub > a:before {
    width: 4vw;
  }
  .header_menu .menu_panel .humberger_nav ul .sub > a:after {
    width: 4vw;
    height: 2px;
  }
}

/*-------------------------------------------------------------
	header_menu .menu_panel subnav（サブナビ）
-------------------------------------------------------------*/
.header_menu .menu_panel .humberger_nav .subnav {
  display: none;
  left: auto !important;
}
.header_menu .menu_panel .humberger_nav .subnav .inner {
  border-radius: 0;
  margin-top: 10px;
  margin-left: 2px;
  padding: 10px;
  padding-left: 25px;
  border-left: 2px dotted rgba(39, 44, 53, 0.5);
}
.header_menu .menu_panel .humberger_nav .subnav .item {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.header_menu .menu_panel .humberger_nav .subnav .item + .item {
  margin-top: 10px;
}
.header_menu .menu_panel .humberger_nav .subnav .item a {
  display: block;
  color: #272C35;
}
.header_menu .menu_panel .humberger_nav .subnav .item a .txt {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding-bottom: 5px;
}
.header_menu .menu_panel .humberger_nav .subnav .item a .txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #272C35;
}
@media (hover: hover) {
  .header_menu .menu_panel .humberger_nav .subnav .item a:hover .txt:after {
    width: 100%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 800px) {
  .header_menu .menu_panel .humberger_nav .subnav .inner {
    border-radius: 0;
    margin-top: 2.5vw;
    padding: 2.5vw;
    padding-left: 6vw;
  }
  .header_menu .menu_panel .humberger_nav .subnav .item {
    font-size: 4vw;
  }
  .header_menu .menu_panel .humberger_nav .subnav .item + .item {
    margin-top: 2.5vw;
  }
  .header_menu .menu_panel .humberger_nav .subnav .item a .txt {
    padding-bottom: 1vw;
  }
}

/*-------------------------------------------------------------
	header_menu .menu_panel search
-------------------------------------------------------------*/
.header_menu .menu_panel .search {
  margin-top: 60px;
}
.header_menu .menu_panel .search form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header_menu .menu_panel .search input {
  outline: 0;
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  border: 1px solid #272C35;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.header_menu .menu_panel .search input:focus {
  box-shadow: none;
}
.header_menu .menu_panel .search .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  background: #272C35;
  border-radius: 0 5px 5px 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header_menu .menu_panel .search .btn:hover {
    opacity: 0.5;
  }
}
.header_menu .menu_panel .search .btn .icon {
  width: 19px;
  height: 19px;
  background: url(/common/images/assets/icon_nav/search.svg) no-repeat center/contain;
}
@media screen and (max-width: 800px) {
  .header_menu .menu_panel .search {
    margin-top: 10vw;
  }
  .header_menu .menu_panel .search input {
    width: calc(100% - 10vw);
    font-size: max(4vw, 16px);
    padding: 2.5vw;
    border-radius: 1vw 0 0 1vw;
  }
  .header_menu .menu_panel .search .btn {
    width: 10vw;
    border-radius: 0 1vw 1vw 0;
  }
  .header_menu .menu_panel .search .btn .icon {
    width: 5vw;
    height: 5vw;
  }
}

/*-------------------------------------------------------------
	sns	
-------------------------------------------------------------*/
.sns {
  margin-top: 30px;
}
.sns ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.sns ul li {
  width: 40px;
  height: 40px;
}
.sns ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #272C35;
}
.sns ul .x a {
  background: #272C35 url("/common/images/assets/icon_sns/x.svg") no-repeat center/17px auto;
}
@media screen and (max-width: 800px) {
  .sns {
    margin-top: 10vw;
  }
  .sns ul {
    gap: 2vw;
  }
  .sns ul li {
    width: 10vw;
    height: 10vw;
  }
  .sns ul .x a {
    background: #272C35 url("/common/images/assets/icon_sns/x.svg") no-repeat center/4.25vw auto;
  }
}

/*-------------------------------------------------------------
	menu背景	
-------------------------------------------------------------*/
.menu_panel_bg {
  position: fixed;
  top: 0;
  right: 0;
  background: none;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  pointer-events: none;
}
.menu_panel_bg.active {
  background: rgba(39, 44, 53, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  pointer-events: inherit;
}

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

	_footer.scss 2021/10/4

===============================================================*/
/*===============================================================

	footer

===============================================================*/
.footer {
  /*-------------------------------------------------------------
    rel_site	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
    group	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
    nav	
  -------------------------------------------------------------*/
}
.footer .rel_site {
  background: #fff;
}
.footer .rel_site .inner {
  padding: 5rem;
}
.footer .rel_site .head {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.footer .rel_site ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  margin-top: 3rem;
}
.footer .rel_site ul li {
  width: 16rem;
}
.footer .rel_site ul li p {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .footer .rel_site .inner {
    padding: 7.5vw 5vw;
  }
  .footer .rel_site .head {
    font-size: 5vw;
  }
  .footer .rel_site ul {
    gap: 5vw;
    margin-top: 5vw;
  }
  .footer .rel_site ul li {
    width: calc((100% - 5vw) / 2);
  }
  .footer .rel_site ul li p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}
.footer .group {
  background: #474F5F;
}
.footer .group .inner {
  padding: 5rem;
}
.footer .group ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.footer .group ul li {
  width: 22rem;
}
.footer .group ul li .img {
  line-height: 0;
  text-align: center;
  padding: 2rem 0;
}
.footer .group ul li .img img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 800px) {
  .footer .group .inner {
    padding: 7.5vw 5vw;
  }
  .footer .group ul {
    gap: 5vw;
  }
  .footer .group ul li {
    width: calc((100% - 5vw) / 2);
  }
  .footer .group ul li .img {
    padding: 5vw 0;
  }
  .footer .group ul li .img img {
    height: 7vw;
  }
}
.footer .nav {
  background: #272C35;
}
.footer .nav .inner {
  padding: 50px 50px 10px;
}
.footer .nav .logo {
  width: 200px;
  margin: 0 auto;
}
.footer .nav .logo a {
  display: block;
}
.footer .nav .link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px 0;
  margin-top: 30px;
}
.footer .nav .link ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding-right: 1.5em;
}
.footer .nav .link ul li a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.footer .nav .link ul li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
}
@media (hover: hover) {
  .footer .nav .link ul li a:hover:after {
    width: 100%;
    transition: 0.3s;
  }
}
.footer .nav .link ul li + li {
  padding-left: 1.5em;
  border-left: 1px solid #474F5F;
}
.footer .nav .link ul + ul {
  margin-top: 20px;
}
.footer .nav .sns {
  margin-top: 50px;
}
.footer .nav .sns ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.footer .nav .sns ul li {
  width: 40px;
  height: 40px;
}
.footer .nav .sns ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #272C35;
}
.footer .nav .sns ul .x a {
  background: #272C35 url("/common/images/assets/icon_sns/x.svg") no-repeat center/17px auto;
}
.footer .nav .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .footer .nav .inner {
    padding: 7.5vw 5vw 3vw;
  }
  .footer .nav .logo {
    width: 36vw;
  }
  .footer .nav .link ul {
    gap: 4vw 8vw;
    margin-top: 5vw;
  }
  .footer .nav .link ul li {
    font-size: 4vw;
    padding-right: 0;
  }
  .footer .nav .link ul li a:after {
    bottom: -1vw;
  }
  .footer .nav .link ul li + li {
    padding-left: 0;
    border-left: none;
  }
  .footer .nav .link ul + ul {
    margin-top: 4vw;
  }
  .footer .nav .sns {
    margin-top: 7.5vw;
  }
  .footer .nav .sns ul {
    gap: 2vw;
  }
  .footer .nav .sns ul li {
    width: 10vw;
    height: 10vw;
  }
  .footer .nav .sns ul .x a {
    background: #272C35 url("/common/images/assets/icon_sns/x.svg") no-repeat center/4.25vw auto;
  }
  .footer .nav .copyright {
    font-size: 2.5vw;
    margin-top: 2.5vw;
  }
}

/*===============================================================

	_modal.scss

===============================================================*/
/* 画面をfixしない場合はコメントアウト */
.modal_opend {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

/*===============================================================

    modal

===============================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  /*-------------------------------------------------------------
      modal_bg	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_container	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_size	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_content	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_body	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_close	
  -------------------------------------------------------------*/
}
.modal_opend .modal {
  pointer-events: inherit;
}
.modal .modal_bg {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(39, 44, 53, 0);
  opacity: 0;
  transition: opacity 0.3s, background-color 0.3s, -webkit-backdrop-filter 0.3s;
  transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s;
  transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
.modal_opend .modal .modal_bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 44, 53, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 1;
}
.modal .modal_container {
  position: relative;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.9);
  transition-delay: 0s;
  padding: 4rem;
}
.modal_opend .modal .modal_container.change_modal {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0s;
}
.modal_opend .modal .modal_container {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 800px) {
  .modal .modal_container {
    width: 100%;
    height: auto;
    padding: 10vw;
  }
}
.modal .modal_size {
  max-width: 60rem;
  min-width: 40rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .modal .modal_size {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
.modal .modal_content {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.modal .modal_content.past_modal {
  opacity: 0;
}
.modal .modal_body {
  max-height: calc(100vh - 8rem);
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .modal .modal_body {
    max-height: calc(100vh - 20vw);
  }
}
.modal .modal_close {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 4rem;
  height: 4rem;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal .modal_close:hover {
    opacity: 0.5;
  }
}
.modal .modal_close span {
  display: block;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.modal .modal_close span:after, .modal .modal_close span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4rem;
  height: 2px;
  background-color: #fff;
}
.modal .modal_close span:after {
  transform: rotate(45deg);
}
.modal .modal_close span:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .modal .modal_close {
    top: -10vw;
    right: -10vw;
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
  }
  .modal .modal_close span {
    width: 10vw;
    height: 10vw;
  }
  .modal .modal_close span:after, .modal .modal_close span:before {
    width: 7.5vw;
  }
}

/*===============================================================

	_section_top_slider.scss

===============================================================*/
.section_top_slider {
  overflow: hidden;
  background: #272C35;
/*  max-height: 62.1rem;*/
}	max-height: 65.3rem;
}
.section_top_slider:has(.slick-initialized) {
	max-height: auto;
}

.section_top_slider .section_inner {
  padding: 5rem 0;
}
@media screen and (max-width: 800px) {
  .section_top_slider {
/*    max-height: 155vw;*/
		max-height: 163vw;
  }
	.section_top_slider:has(.slick-initialized) {
		max-height: auto;
	}
  .section_top_slider .section_inner {
    padding: 7.5vw 0;
  }
}

/*-------------------------------------------------------------
	slick-slider
-------------------------------------------------------------*/
/*スライダー逆走の不具合対応*/
.slick-slider div {
  transition: none;
}

.slick-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slider {
  transition: 0.3s;
}

/*-------------------------------------------------------------
	top_slider
-------------------------------------------------------------*/
.top_slider {
  opacity: 0 !important;
}
.top_slider.slick-initialized {
  opacity: 1 !important;
  transition: opacity 1s;
}
.top_slider .item {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end; */
  position: relative;
  width: 30rem;
  color: #fff;
  margin: 0 1.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .top_slider .item:hover {
    opacity: 0.5;
  }
}
.top_slider .item .img {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top_slider .item .head {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
.top_slider .item .head a {
  color: #fff;
  text-decoration: none;
}
.top_slider .item .head a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_slider .item .head a:focus-visible {
  pointer-events: none;
}
.top_slider .item .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .top_slider {
    padding-bottom: 12vw;
  }
  .top_slider .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 75vw;
    margin: 0 3.75vw;
  }
  .top_slider .item .head {
    font-size: 4vw;
    margin-top: 2.5vw;
  }
  .top_slider .item .date {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
}

/*-------------------------------------------------------------
	top_slider arw
-------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .top_slider .arw {
    position: absolute;
    background: #fff;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
  }
  .top_slider .arw:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 2.5vw;
    margin: auto;
    width: 2vw;
    height: 2vw;
    border-top: solid 2px #272C35;
    border-right: solid 2px #272C35;
    transform: rotate(45deg);
  }
  .top_slider .arw:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 2.5vw;
    margin: auto;
    width: 3vw;
    height: 2px;
    background: #272C35;
  }
  .top_slider .arw.arw_prev {
    bottom: 0;
    left: 40vw;
  }
  .top_slider .arw.arw_prev:before {
    left: 2.5vw;
    right: auto;
    transform: rotate(-135deg);
  }
  .top_slider .arw.arw_prev:after {
    left: 2.5vw;
    right: auto;
  }
  .top_slider .arw.arw_next {
    bottom: 0;
    right: 40vw;
  }
}

/*===============================================================

	_section_top_news_list.scss

===============================================================*/
.section_top_news_list {
  background: #fff;
  /*-------------------------------------------------------------
    top_news_list	
  -------------------------------------------------------------*/
}
.section_top_news_list .headline {
  border-bottom: none;
  padding-bottom: 0;
}
.section_top_news_list .top_news_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10rem;
}
.section_top_news_list .top_news_list .headline {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2.5rem;
}
.section_top_news_list .top_news_list .c_news_list {
  flex: 1;
}
@media screen and (max-width: 1030px) {
  .section_top_news_list .top_news_list {
    flex-direction: column;
    gap: 3rem;
  }
  .section_top_news_list .top_news_list .headline {
    width: 100%;
    padding-top: 0;
  }
  .section_top_news_list .top_news_list .c_news_list {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_top_news_list .top_news_list {
    gap: 5vw;
  }
  .section_top_news_list .top_news_list .c_news_list {
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
}

/*===============================================================

	_section_top_new_release.scss

===============================================================*/
.section_top_new_release {
  position: relative;
  /*-------------------------------------------------------------
    c_item_wrp_top	
  -------------------------------------------------------------*/
}
.section_top_new_release:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "NEW RELEASE";
  color: #fff;
  font-size: 12rem;
  line-height: 0.6;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-30rem);
}
.section_top_new_release .section_inner {
  padding-top: 18rem;
}
.section_top_new_release .content:has(.c_brand_list) {
  margin-top: 5rem;
}
.section_top_new_release .content_sp {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .section_top_new_release:before {
    top: 0;
    left: 0;
    right: auto;
    transform: none;
  }
}
@media screen and (max-width: 1030px) {
  .section_top_new_release .content:has(.c_item_wrp_top) {
    overflow-x: scroll;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section_top_new_release:before {
    margin: 0 calc(50% - 50vw) 0;
    width: 100%;
    font-size: 13.75vw;
    text-align: center;
  }
  .section_top_new_release .section_inner {
    padding-top: 18vw;
  }
  .section_top_new_release .content:has(.c_item_wrp_top) {
    width: calc(100% + 10vw);
    margin-left: -5vw;
    padding: 0 5vw;
  }
  .section_top_new_release .content:has(.c_brand_list) {
    margin-top: 6.25vw;
  }
  .section_top_new_release .content:has(.c_btn_basic) {
    margin-top: 6.25vw;
  }
  .section_top_new_release .content_sp {
    margin-top: 6.25vw;
  }
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_3 {
  gap: 5rem 3.75%;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_3 .item {
  width: 30.8333333333%;
}
@media screen and (max-width: 1030px) {
  .section_top_new_release .c_item_wrp_top {
    width: 1030px;
    padding-right: 3rem;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_5 {
    gap: 5rem 2%;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_5 .item {
    width: 18.4%;
  }
}
@media screen and (max-width: 800px) {
  .section_top_new_release .c_item_wrp_top {
    width: 190vw;
    padding-right: 5vw;
    /* .item {
      .img {
      }
      .head {
        font-size: 3.5vw;
        margin-top: 2.5vw;
      }
      .date {
        font-size: 3vw;
        margin-top: 0.5vw;
      }
    } */
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_3 {
    gap: 7.5vw 5vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_3 .item {
    width: calc((100% - 10vw) / 3);
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_5 {
    width: 316.6666vw;
    gap: 7.5vw 5vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_5 .item {
    width: calc((100% - 20vw) / 5);
  }
}
@keyframes c_item_wrp_sub_title_a_anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    right: 3rem;
  }
  100% {
    opacity: 1;
    right: 0.3rem;
  }
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub {
  gap: 5rem 3.75%;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .item {
  width: 30.8333333333%;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list {
  flex: 1;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a {
  display: block;
  color: #fff;
  background: #272C35;
  padding: 0.5rem;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt {
  position: relative;
  padding-right: 1.6rem;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  margin: auto;
  width: 1rem;
  height: 2px;
  background: #fff;
}
@media (hover: hover) {
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a:hover .txt .icon_arw:before {
    animation: c_item_wrp_sub_title_a_anime 0.3s ease 0s forwards;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a:hover .txt .icon_arw:after {
    animation: c_item_wrp_sub_title_a_anime 0.3s ease 0s forwards;
  }
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5%;
  margin-top: 3rem;
}
.section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .inner .item {
  width: 23.125%;
}
@media screen and (max-width: 800px) {
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub {
    gap: 7.5vw 5vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .item {
    width: calc((100% - 10vw) / 3);
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list {
    flex: 1;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title {
    font-size: 3.5vw;
    text-align: left;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a {
    padding: 1vw 2vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt {
    padding-right: 4vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw {
    width: 3vw;
    height: 3vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw:before {
    right: 0.5vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a .txt .icon_arw:after {
    right: 0.5vw;
    width: 2vw;
    height: 2px;
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a:hover .txt .icon_arw:before {
    animation: none;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .title a:hover .txt .icon_arw:after {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .inner {
    gap: 2.5vw;
    margin-top: 5vw;
  }
  .section_top_new_release .c_item_wrp_top.c_item_wrp_1_sub .sub_list .inner .item {
    width: calc((100% - 7.5vw) / 4);
  }
}

/*===============================================================

	_section_history.scss

===============================================================*/
.section_history {
  /*-------------------------------------------------------------
    history	
  -------------------------------------------------------------*/
}
.section_history .history .item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section_history .history .item:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 2rem;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: #272C35;
  border-radius: 50%;
}
.section_history .history .item:after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 2.4rem;
  width: 1px;
  height: calc(100% + 3rem);
  background: rgba(39, 44, 53, 0.5);
}
.section_history .history .item .date {
  width: 23rem;
  padding-top: 2rem;
  padding-left: 2rem;
}
.section_history .history .item .date .head {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  padding-left: 3rem;
}
.section_history .history .item .txt {
  width: calc(100% - 23rem);
  background: #fff;
  padding: 2rem;
}
.section_history .history .item .txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.section_history .history .item .txt p + p {
  margin-top: 1rem;
}
.section_history .history .item + .item {
  margin-top: 3rem;
}
.section_history .history .item:last-child:after {
  display: none;
}
@media screen and (max-width: 800px) {
  .section_history .history .item {
    display: block;
  }
  .section_history .history .item:before {
    display: none;
  }
  .section_history .history .item:after {
    display: none;
  }
  .section_history .history .item .date {
    width: 100%;
    padding-top: 0;
    padding-left: 5vw;
  }
  .section_history .history .item .date .head {
    font-size: 4vw;
    line-height: 1;
    padding-left: 0;
  }
  .section_history .history .item .txt {
    width: 100%;
    padding: 5vw;
    margin-top: -2vw;
  }
  .section_history .history .item .txt p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .section_history .history .item .txt p + p {
    margin-top: 2vw;
  }
  .section_history .history .item + .item {
    margin-top: 6vw;
  }
}/*# sourceMappingURL=style.css.map */



/* tlink */

.category_images{
	width:100%;
	height:auto;
}

.content{
/*	margin-top: 10px !important;*/
/*	margin-bottom: 20px !important;*/
/*border: 1px solid #FF0000;*/
}


/* PC向けレイアウトの指定 */
@media only screen and (min-width:801px){

	.map iframe{
		width:640px;
		height:360px;
	}
	.cell_background {
		width: 800px;
		background-image: url(images/cell_background.gif);
		background-repeat: repeat;
		background-position: top;
		overflow: hidden;
		zoom: 1;
		clear: both;
		margin-top:20px;
		margin-bottom:20px;
		border: 1px solid #dddddd;
	}
	.cell_background_bottom {
		width: 800px;
		background-image: url(images/cell_background_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		overflow: hidden;
		zoom: 1;
	}
	dl.cell {
		width: 800px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	dl.cell p {
		padding: 4px 10px 4px 10px;
	}
	dl.cell dt{
		border-bottom: 1px solid #DDDDDD;
		float: left;
		width: 160px;
	}
	
	dl.cell dd{
		border-left: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
		margin-left: 160px;
	}


}
/* SP向けレイアウトの指定 */
@media only screen and (max-width:800px){

	.map iframe{
		width:100%;
		height:360px;
	}
	
	.cell_background {
		width: 100%;
		background-image: url(images/cell_background.gif);
		background-repeat: repeat;
		background-position: top;
		overflow: hidden;
		zoom: 1;
		clear: both;
		margin-top:20px;
		margin-bottom:20px;
		border: 1px solid #dddddd;
	}
	.cell_background_bottom {
		width: 100%;
		background-image: url(images/cell_background_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		overflow: hidden;
		zoom: 1;
	}
	dl.cell {
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	dl.cell p {
		padding: 4px 10px 4px 10px;
	}
	dl.cell dt{
		border-bottom: 1px solid #DDDDDD;
		float: left;
	}
	
	dl.cell dd{
		border-left: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	}

}


/*===============================================================
	
	PC/SP/TABLET
	
===============================================================*/

@media only screen and (min-width:801px){
	.no_pc{
		display:none;
	}
}
@media only screen and (max-width:800px){
	.no_sp{
		display:none;
	}
}
