@charset "UTF-8";

:root {
  --white: #fff;
  --black: #000;
  --black2: #333;
  --navy: #112D5C;
  --paleBlue: #EDEFF8;
  --silver: #F3F7FA;
  --gray: #808080;
  --gray1: #F2F2F2;
  --gray2: #C9C9C9;
  --gray3: #666;
  --orange: #FF8400;
  --orange2: #FF4f00;
  --red: #800000;
  --red2: #D21F1E;
  --paleRed: #F4E8EA;
  --pink: #D2346A;
  --dullBlue: #B0C1D3;
  --blue: #017ACD;
  --gold: #877300;
  --gold2: #dbd5b2;
  --yellow: #FFE135;
  --prmedia: #f7f0e6;
  --prmedactiv: #ffd18f;
}


@font-face {
  font-family: 'icon';
  src: url('/common/fonts/icon.eot?5n3q9r');
  src: url('/common/fonts/icon.eot?5n3q9r#iefix') format('embedded-opentype'), url('/common/fonts/icon.ttf?5n3q9r') format('truetype'), url('/common/fonts/icon.woff?5n3q9r') format('woff'), url('/common/fonts/icon.svg?5n3q9r#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#pageTop [class^="icon-"],
#pageTop [class*=" icon-"] {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  position: relative;
}

.icon-serch:before {
  content: "\e90d";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-pc:before {
  content: "\e90e";
}

.icon-arrow-left-thin:before {
  content: "\e906";
}

.icon-arrow-right-thin:before {
  content: "\e90b";
}

.icon-tab:before {
  content: "\e907";
}

.icon-tab-thin:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
}

.icon-download-thin:before {
  content: "\e90a";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-top:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-page_top:before {
  content: "\e901";
  color: var(--gray2);
}

.icon-tel:before {
  content: "\e902";
}


/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */

/* visually-hidden class for SEO */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/*----------------------------------------
  c_list_2 (#new scope)
----------------------------------------*/

#new .c_list_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0 0 5rem;
}

#new .c_list_2s {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0 0;
}

#new .c_list_2_item {
  position: relative;
  width: calc((100% - 96px) / 3);
  padding: 8px 0;
}

#new .c_list_2:after {
  content: "";
  display: block;
  width: calc((100% - 96px) / 3);
}

#new .c_list_2s:after {
  content: "";
  display: block;
  width: calc((100% - 96px) / 3);
}

@media screen and (max-width: 767px) {
  #new .c_list_2_item {
    width: 100%;
  }

  #new .c_list_2:after {
    content: none;
  }

  #new .c_list_2s:after {
    content: none;
  }
}


/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */

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

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

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  margin-top: 7.7rem;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 6.4rem;
  }
}

/* Vertical rhythm */

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */

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

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive */

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

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

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */

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

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ======================================================================
 base
====================================================================== */

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
  font-weight: 600;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

/*
html,
body {
    width: 100%;
    height: 100%;
}
*/

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a */

a {
  text-decoration: none;
}

/* Text Highlight */

/* button */

button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #d01329;
}

/* placeholder 

input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
    color: #D01329;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D01329;
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: #D01329;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D01329;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #D01329;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #D01329;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D01329;
}

input:focus:-moz-placeholder-shown,
textarea:focus:-moz-placeholder-shown {
    color: #D01329;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #D01329;
}

input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
    color: #D01329;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #D01329;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #D01329;
    opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #D01329;
    opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #D01329;
}
*/
img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* =================================
 hoge
================================= */

/* =================================
 tel:
================================= */

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

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

   breadcrumbs

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

/* フリックできるパンくずリスト */

.breadcrumbs-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 3;
}

.breadcrumbs-list {
  font-size: 1rem;
  display: table;
  padding-left: 24px;
  list-style: none;
  padding: 8px;
  font-weight: bold;
  font-weight: 700;
}

.breadcrumbs-list .breadcrumbs-list_item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.12em;
}

.breadcrumbs-list .breadcrumbs-list_item .item {
  position: relative;
  display: block;
  padding-right: 8px;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  color: #d01329;
}

.breadcrumbs-list .breadcrumbs-list_item .item:before {
  content: "";
  background: #d01329;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.breadcrumbs-list .breadcrumbs-list_item .item:after {
  content: "";
  width: 4px;
  height: 8px;
  display: block;
  background: url(../img/ico/ico_breadcrumbs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(0, -50%);
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

.hover .breadcrumbs-list .breadcrumbs-list_item:hover .item:before {
  width: calc(100% - 8px);
}

@media screen and (max-width: 767px) {
  .breadcrumbs-wrap {
    overflow-x: scroll;
  }

  .breadcrumbs-list {
    font-size: 1rem;
    padding-bottom: 0;
    padding-left: 8px;
  }

  .breadcrumbs-list .breadcrumbs-list_item {
    padding-right: 8px;
  }
}

/*====================================
    header
====================================*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 7.7rem;
  box-sizing: border-box;
  padding: 1.6rem;
  background: #fff;
  border-bottom: 1px solid #4c4948;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 1rem;
    height: 6.4rem;
  }
}

/*====================================
    header_inner 
====================================*/

.header_inner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.8s all;
}


@media screen and (max-width: 1168px) {
  .header_inner {
    padding: 1rem 0;
  }
}

/*====================================
    h_logo_1
====================================*/

.h_logo_1 {
  position: relative;
  width: 20%;
  min-width: 22.8rem;
  height: 4.4rem;
  align-items: center;
  transition: 0.3s all;
  display: flex;
  justify-content: space-between;
}

.h_logo_1 .img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
}

ul.g-3column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  font-size: 1.6rem;
  grid-gap: 1rem;
  text-align: center;
  padding-right: 5rem;
}

@media screen and (max-width: 767px) {
  ul.g-3column {
    display: none;
  }

  .h_logo_1 {
    width: 50%;
    min-height: unset;
    height: auto;
  }

  .h_logo_1 .img {
    width: 100%;
    height: auto;
  }
}

/*====================================
    h_menu
====================================*/
nav.header_menu_btn_wrap {
  display: flex;
  width: 80%;
  min-width: 46.5rem;
  max-width: 56rem;
  box-sizing: border-box;
  padding-left: 5%;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  nav.header_menu_btn_wrap {
    width: 50%;
  }
}

/*====================================
    h_catchcopy
====================================*/

.h_catchcopy {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  text-align: right;
}

.h_catchcopy_main_sub {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.h_catchcopy_main {
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
}

.h_catchcopy_sub {
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .h_catchcopy {
    display: none;
  }
}

/*----------------------------------------
  h_menu_wrap（ハンバーガーとドロワーラッパー）
----------------------------------------*/

.h_menu_wrap {
  position: fixed;
  top: 216px;
  right: 20px;
  z-index: 200;
  transition: all 0.4s ease-in-out;
}

.scrolled .h_menu_wrap {
  top: 40px;
}

@media screen and (max-width: 767px) {
  .h_menu_wrap {
    top: 8px;
    right: 24px;
  }
}

/*----------------------------------------
  ハンバーガーボタン
----------------------------------------*/

.h_btn-menu {
  width: 50px;
  height: 50px;
  border: 1px solid #4c4948;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}

.icon-bar {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #4c4948;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}

.icon-bar:nth-child(1) {
  top: calc(50% - 5px);
  /* 中央から上へ4px + 線の半分 */
}

.icon-bar:nth-child(2) {
  top: 50%;
  /* 中央線 */
}

.icon-bar:nth-child(3) {
  top: calc(50% + 5px);
  /* 中央から下へ4px + 線の半分 */
}

/* drawer-opened */

.drawer-opened .h_btn-menu .icon-bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
}

.drawer-opened .h_btn-menu .icon-bar:nth-child(2) {
  opacity: 0;
}

.drawer-opened .h_btn-menu .icon-bar:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: 50%;
}

.hover .h_btn-menu:hover {
  background-color: #b47814;
  border: 1px solid #b47814;
}

.hover .h_btn-menu:hover .icon-bar {
  background-color: #fff;
}

body.drawer-lock {
  overflow: hidden;
}

/*----------------------------------------
  ドロワー本体（非表示時）
----------------------------------------*/

.h_drawer {
  position: fixed;
  top: 7.7rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 7.7rem);
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 250;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 0rem;
}

/* 表示状態 */

.drawer-opened .h_drawer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .h_drawer {
    top: 6.4rem;
    padding: 4.5rem 0 10rem;
    height: 100%
      /*calc(100vh - 6.4rem)*/
    ;
    z-index: 2;
  }
}

/*----------------------------------------
  h_drawer_cont
----------------------------------------*/

.h_drawer_cont {
  width: 100%;
  padding: 0 24px;
  max-width: 980px;
  margin: 0 auto;
}

/*----------------------------------------
  h_drawer_menu
----------------------------------------*/

.h_drawer_menu {
  width: 100%;
  position: relative;
}

.h_drawer_menu_item {
  margin-top: 32px;
}

.h_drawer_menu_item:first-child {
  margin-top: 0;
}

/*----------------------------------------
  h_drawer_btnList
----------------------------------------*/

.h_drawer_btnList {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 0;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
}

.h_drawer_btnList_item {
  width: calc((100% - 32px) / 3);
  padding: 8px 0;
}

.h_drawer_btnList:after {
  content: "";
  display: block;
  width: calc((100% - 32px) / 3);
}

@media screen and (max-width: 767px) {
  .h_drawer_btnList {
    flex-direction: column;
  }

  .h_drawer_btnList_item {
    width: 100%;
  }

  .h_drawer_btnList:after {
    content: none;
  }
}

/*----------------------------------------
  snsList
----------------------------------------*/

.snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 48px;
}

.snsList_item {
  margin: 0 24px;
}

.ico_sns {
  display: block;
  width: 28px;
  height: 28px;
  transition: all 0.2s ease-in-out;
}

.ico_sns .img {
  width: 100%;
}

/*
.hover .ico_sns:hover {
    transform: translate(0px, -6px);
}
*/

header .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2rem;
}

header .snsList_item {
  margin: 0 0.8rem;
  width: 2rem;
  height: auto;
}

header .ico_sns {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  align-items: center;
}

/*----------------------------------------
  policy_links
----------------------------------------*/

.policy_links {
  padding: 18px 0 32px;
  border-top: 1px solid #a5a4a3;
  /* width: 100%; */
  /* max-width: 830px; */
  margin: 0 auto;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .policy_links {
    border-bottom: none;
  }
}

/*----------------------------------------
  h_drawer_txt_1
----------------------------------------*/

.h_drawer_txt_1 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}

/*----------------------------------------
  h_drawer_copyright
----------------------------------------*/

.h_drawer_copyright {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
  padding: 32px 0;
}

/* =================================
 fixed_btn_box
================================= */

.fixed_btn_box [class^="c_btn"] {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .fixed_btn_box [class^="c_btn"] {
    display: none;
  }
}

/* =================================
 l_footer
================================= */

.l_footer {
  position: relative;
  padding-top: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
  transition: 0.8s all;
}

@media screen and (max-width: 767px) {
  .l_footer {
    padding: 15px;
  }
}

/*====================================
    l_footer_logo
====================================*/

.l_footer_logo {
  position: relative;
  width: 280px;
  margin-left: 24px;
  align-self: center;
  transition: 0.3s all;
  display: flex;
  justify-content: space-between;
}

.l_footer_logo .img {
  width: 88px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.l_footer_logo_txt_wrap {
  align-self: center;
  color: #fff;
}

.l_footer_logo_txt_1 {
  font-size: 1rem;
  display: block;
  letter-spacing: 1.2px;
}

.l_footer_logo_txt_2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.l_footer_logo_txt_wrap .en {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .l_footer_logo {
    position: relative;
    width: 70%;
    margin-left: 0;
  }

  .l_footer_logo .img {
    width: 48px;
    display: block;
    transition: all 0.2s ease-in-out;
  }

  .l_footer_logo_txt_1 {
    font-size: 1rem;
    transform: scale(0.8);
    transform-origin: left center;
    white-space: nowrap;
  }

  .l_footer_logo_txt_2 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2.4px;
  }

  .l_footer_logo_txt_wrap .en {
    font-size: 1.5rem;
  }
}

/*----------------------------------------
  c_list_1
----------------------------------------*/

.c_list_1 {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.l_footer > .c_list_1 {
  justify-content: flex-start;
  align-items: flex-start;
}
*/

@media screen and (max-width: 767px) {
  .l_footer>.c_list_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
  }
}

.policy_links .c_list_1 {
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
}

.policy_links .h_drawer_copyright {
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .policy_links {
    flex-direction: column;
    align-items: center;
  }

  .policy_links .c_list_1 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .policy_links .h_drawer_copyright {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    margin: 20px 0 0;
    text-align: center;
    border-top: 1px solid #a5a4a3;
  }
}

.c_list_1_item {
  position: relative;
  margin-right: 42px;
  white-space: nowrap;
  padding: 8px 0;
}

.c_list_1_item:last-child {
  margin-right: 0;
}

.c_list_1_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 48%;
  width: 1px;
  height: 50%;
  background: #000;
  transform: translate(0, -50%);
}

/*----------------------------------------
  c_list_1 (#new scope)
----------------------------------------*/

#new .c_list_1 {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

#new .c_list_1_item {
  position: relative;
  margin-right: 42px;
  white-space: nowrap;
  padding: 2rem 0 0;
}

#new .c_list_1_item:last-child {
  margin-right: 0;
  border-bottom: 1px solid #4c4948;
  padding-bottom: 5rem;
}

#new .c_list_1_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 48%;
  width: 1px;
  height: 50%;
  background: #000;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
/*  
  #new .hidden_list.hidden li:nth-child(n + 4) {
    display: none;
  }
*/
  #new .c_list_1_item:last-child {
    margin-right: 0;
    border-bottom: none;
    padding: 1rem 0 0;
  }
}

/* =================================
 c_list_2
================================= */

.c_list_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
}

.c_list_2_item {
  position: relative;
  width: calc((100% - 96px) / 3);
  padding: 8px 0;
}

.c_list_2:after {
  content: "";
  display: block;
  width: calc((100% - 96px) / 3);
}

.c_list_2_bg1 .c_list_2_item {
  padding: 24px 0;
}

.c_list_2_bg1 .c_list_2_item:nth-child(6n + 4):before,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 5):before,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 6):before,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 10):before,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 11):before,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 12):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
  padding-bottom: 5rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_list_2_item {
    width: 100%;
  }

  .c_list_2:after {
    content: none;
  }

  .c_list_2_bg1 .c_list_2_item {
    padding: 8px 0;
  }

  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 4):before,
  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 5):before,
  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 6):before,
  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 10):before,
  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 11):before,
  .c_list_2_bg1 .c_list_2_item:nth-child(6n + 12):before {
    content: none;
  }
}

/* =================================
 c_list_3
================================= */

.c_list_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c_list_3_item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #a5a4a3;
}

.c_list_3_item:nth-child(1),
.c_list_3_item:nth-child(2) {
  width: 50%;
  padding-bottom: 24px;
}

.c_list_3_item:nth-child(1) {
  padding-right: 24px;
  border-right: 1px solid #a5a4a3;
}

.c_list_3_item:nth-child(2) {
  padding-left: 24px;
}

.c_list_3_item:nth-child(n + 3) {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c_list_3_item {
    border-bottom: none;
    margin-bottom: 0;
  }

  .c_list_3_item:nth-child(1),
  .c_list_3_item:nth-child(2) {
    width: 100%;
  }

  .c_list_3_item:nth-child(1) {
    padding-right: 0;
    border-right: none;
  }

  .c_list_3_item:nth-child(2) {
    padding-left: 0;
  }
}

/* =================================
 c_list_4
================================= */

.c_list_4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
}

.c_list_4_item {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .c_list_4_item {
    width: 100%;
  }
}

/* =================================
 c_list_hashtag
 ================================= */

.c_list_hashtag {
  display: flex;
  flex-wrap: wrap;
}

.c_list_hashtag_item {
  margin-right: 8px;
}

/* =================================
 c_btn_1
================================= */

.c_btn_1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  writing-mode: vertical-rl;
  width: 50px;
  padding: 24px 0;
  background-color: #fff;
  border: 1px solid #4c4948;
  border-radius: 24px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.c_btn_1 .t-upright {
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

.hover .c_btn_1:hover {
  background-color: #1f2c5c;
  color: #fff;
}

/* =================================
 c_btn_2
================================= */

.c_btn_2 {
  display: inline-block;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  color: #4c4948;
  position: relative;
  padding-right: 36px;
  transition: all 0.2s ease-in-out;
}

.c_btn_2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/ico_arrow_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.hover .c_btn_2:hover {
  color: #b47814;
}

.hover .c_btn_2:hover:after {
  transform: translate(3px, -50%);
}

/*-------h_drawer_cont .c_btn_2--------*/

@media screen and (max-width: 767px) {

  .h_drawer_cont .c_btn_2,
  .h_drawer_cont .c_btn_ex {
    font-size: 1.8rem;
  }
}

/* =================================
   c_btn_3
================================= */

.c_btn_3 {
  position: relative;
  font-size: 1.8rem;
  background-color: #fff;
  color: #4c4948;
  border: 1px solid #4c4948;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* 横並び */
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 8px;
  min-height: 72px;
  line-height: 1.2;
}

.c_btn_3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_arrow_1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.hover .c_btn_3:hover {
  background-color: #1f2c5c;
  border: 1px solid #1f2c5c;
  color: #fff;
}

.hover .c_btn_3:hover:after {
  background-image: url(../img/ico_arrow_1_white.svg);
}

/* =================================
 c_btn_4
================================= */

.c_btn_4 {
  display: inline-block;
  font-size: 1.4rem;
  color: #4c4948;
  position: relative;
  border: 1px solid #4c4948;
  transition: all 0.2s ease-in-out;
  padding: 8px 16px;
  padding-right: 64px;
  background: #fff;
}

.c_btn_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1f2c5c;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.c_btn_4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/ico_arrow_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.hover .c_btn_4:hover {
  color: #fff;
  border: 1px solid #1f2c5c;
  background: transparent;
}

.hover .c_btn_4:hover:before {
  width: 100%;
}

.hover .c_btn_4:hover:after {
  transform: translate(3px, -50%);
  background-image: url(../img/ico_arrow_1_white.svg);
}

/* =================================
 c_btn_ex
================================= */
.c_btn_ex {
  display: inline-block;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  color: #4c4948;
  position: relative;
  padding-right: 36px;
  transition: all 0.2s ease-in-out;
}


/* =================================
 c_link_1
================================= */

.c_link_1 {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}

.c_link_1:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.hover .c_link_1:hover:before {
  width: 100%;
}

/* =================================
 c_link_2
================================= */

.c_link_2 {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
}

.c_link_2:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.hover .c_link_2:hover:before {
  width: 100%;
}

/* =================================
 c_link_hashtag
================================= */

.c_link_hashtag {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  color: #808080;
  font-size: 1.2rem;
}

.hover .c_link_hashtag:hover {
  color: #000;
}

/* =================================
 c_link_hashtag_2
================================= */

.c_link_hashtag_2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.hover .c_link_hashtag_2:hover {
  color: #808080;
}

/* =================================
 c_ttl_1
================================= */

.c_ttl_1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 3rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #4c4948;
  margin-bottom: 24px;
}

/* =================================
 c_ttl_2
================================= */

.c_ttl_2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 3rem;
  color: #000;
}

/* =================================
 c_txt_1
================================= */

.c_txt_1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 1.6rem;
  color: #000;
}

/* =================================
 c_hr_1
================================= */

.c_hr_1 {
  border-bottom: 1px solid #a5a4a3;
}

/* =================================
 c_label_list
================================= */

.c_label_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.c_label_list_item {
  margin-right: 16px;
  margin-bottom: 16px;
}

/* =================================
 c_label_1
================================= */

.c_label_1 {
  background-color: #ecd8af;
  font-size: 1.8rem;
  color: #4c4948;
  padding: 2px 8px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.hover .c_label_1:hover {
  background-color: #1f2c5c;
  color: #fff;
}

/*-------h_drawer_cont .c_label_1*/

@media screen and (max-width: 767px) {
  .h_drawer_cont .c_label_1 {
    font-size: 1.4rem;
  }
}

/* =================================
 c_label_group
================================= */

.c_label_group {
  display: flex;
  align-items: flex-start;
}

.c_label_group .c_btn_2 {
  margin-right: 24px;
}

/* =================================
 c_ico_new
 ================================= */

.c_ico_new {
  position: absolute;
  top: -16px;
  left: 0;
  width: 60px;
  height: 30px;
  background: url(../img/ico_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c_ico_new {
    top: -10px;
    width: 40px;
    height: 20px;
  }

  #new .c_ttl_1 {
    font-size: 2.2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #4c4948;
    margin-bottom: 1rem;
  }
}

/* =================================
 c_card_1
 ================================= */

.c_card_1 {
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  overflow: visible;
  box-sizing: border-box;
}

.c_card_1:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #1f2c5c;
  transition: all 0.4s ease-in-out;
}

.c_card_1 .img {
  width: 100%;
}

.hover .c_card_1:hover:after {
  opacity: 1;
}

/* =====c_card_1_info========== */

.c_card_1_info {
  background-color: #fff;
  padding: 16px;
}

.c_card_1_info_top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.c_card_1_info_label {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  background-color: #ecd8af;
  font-size: 1.4rem;
  padding: 2px 8px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  word-break: break-word;
}

.c_card_1_info_date {
  font-size: 1.2rem;
  color: #808080;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
}

.c_card_1_info_ttl {
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c_card_1_info_ttl {
    font-size: 2rem;
  }

  .c_card_1_info_label {
    font-size: 1.2rem;
    padding: 0.2rem 0.4rem;
  }
}

/* =================================
 c_card_2
 ================================= */

.c_card_2 {
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  overflow: visible;
  box-sizing: border-box;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "img" "info" "text";
}

.c_card_2.bg_1 {
  background: transparent;
}

.c_card_2 .img {
  width: 100%;
}

/* =====c_card_2_info========== */

.c_card_2_info {
  display: flex;
  align-items: center;
  padding: 16px 0;
  transition: all 0.2s ease-in-out;
  grid-area: info;
}

.c_card_2_info_label {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  background-color: #ecd8af;
  font-size: 1.4rem;
  padding: 2px 8px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  word-break: break-word;
}

.c_card_2_info_date {
  font-size: 1.2rem;
  color: #808080;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
}

.c_card_2_info_cont {
  margin-bottom: 16px;
}

.c_card_2_info_ttl {
  font-size: 2rem;
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  padding-bottom: 8px;
  grid-area: text;
}

.c_card_2_info_txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.c_card_2_img {
  position: relative;
  display: block;
  transition: all 0.4s ease-in-out;
  grid-area: img;
}

.c_card_2_img:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #1f2c5c;
  transition: all 0.4s ease-in-out;
}

.hover .c_card_2:hover .c_card_2_img:after {
  opacity: 1;
}

.hover .c_card_2:hover .c_card_2_info_ttl {
  color: #b47814;
}

.c_list_2_bg1 .c_list_2_item:nth-child(6n + 4) .c_card_2,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 5) .c_card_2,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 6) .c_card_2,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 10) .c_card_2,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 11) .c_card_2,
.c_list_2_bg1 .c_list_2_item:nth-child(6n + 12) .c_card_2 {
  background: transparent;
}

@media screen and (max-width: 767px) {
  .c_card_2 {
    grid-template-columns: 160px 1fr;
    grid-template-areas: "info info" "img text";
  }

  .c_card_2_img,
  .c_card_2_info_ttl {
    width: 100%;
  }

  .c_card_2_img {
    width: 160px;
  }

  .c_card_2_info_ttl {
    font-size: 1.6rem;
  }

  .c_card_2_info_txt {
    font-size: 1.4rem;
  }

  .c_card_2_img {
    padding-right: 16px;
  }

  .c_card_2_info {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .c_card_2 {
    border-bottom: 1px solid #a5a4a3;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

/* =================================
 c_card_3
 ================================= */

.c_card_3 {
  position: relative;
}

.c_card_3_info {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  transition: all 0.2s ease-in-out;
  grid-area: info;
}

.c_card_3_info,
.c_card_3 .c_list_hashtag,
.c_card_3_cont {
  padding-left: 294px;
}

.c_card_3_label {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  background-color: #ecd8af;
  font-size: 1.4rem;
  padding: 2px 8px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  word-break: break-word;
}

.c_card_3_date {
  font-size: 1.2rem;
  color: #808080;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
}

.c_card_3_main {
  display: flex;
}

.c_card_3_img {
  width: 270px;
  position: absolute;
  top: 0;
  left: 0;
}

.c_card_3_img .img {
  width: 100%;
}

.c_card_3_cont {
  flex: 1;
  margin-bottom: 16px;
}

.c_card_3_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  padding-bottom: 8px;
}

.c_card_3_txt {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .c_card_3_info,
  .c_card_3 .c_list_hashtag,
  .c_card_3_cont {
    padding-left: 0;
  }

  .c_card_3_img {
    width: 160px;
    padding-right: 16px;
    position: relative;
  }

  .c_card_3_main {
    border-bottom: 1px solid #a5a4a3;
    margin-bottom: 8px;
  }

  .c_card_3_ttl {
    font-size: 1.6rem;
  }
}

.hover .c_card_3:hover .c_card_3_img:after {
  opacity: 1;
}

.hover .c_card_3:hover .c_card_3_ttl {
  color: #b47814;
}

/*----------------------------------------
  c_card_3 (#new scope) 60/40 layout
----------------------------------------*/

#new .c_card_3 {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-areas:
    "img info"
    "img cont";
  column-gap: 24px;
  align-items: start;
}

/*----------------------------------------
  p_ttl_1 (#new scope)
----------------------------------------*/

#new .p_ttl_1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 3rem;
  border-bottom: 2px solid #a5a4a3;
  padding-bottom: 16px;
  padding-left: 0;
  padding-top: 32px;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #new .p_ttl_1 {
    font-size: 2.4rem;
    padding-left: 0;
    padding-top: 32px;
    margin-bottom: 16px;
    width: 100%;
  }
}

/* アンカー内の子要素をグリッド直下に扱う */
#new .c_card_3_main {
  display: contents;
}

/* 左カラム: 画像 60% */
#new .c_card_3_img {
  grid-area: img;
  position: static;
  width: 100%;
}

#new .c_card_3_img .img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右カラム上段: 情報 */
#new .c_card_3_info {
  grid-area: info;
  padding-left: 0;
  padding-bottom: 1rem;
  min-width: 0;
}

/* 右カラム下段: 本文 */
#new .c_card_3_cont {
  grid-area: cont;
  margin-bottom: 16px;
  padding-left: 0;
  min-width: 0;
  width: calc(100% - 2rem);
}

/* li内のはみ出し対策 */
#new .c_list_1_item {
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

#new .c_list_1_item:not(:last-child)::after {
  content: none;
}

/* タイトルの折返しを強制 */
#new .c_card_3_ttl {
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 700;
  font-size: 3rem;
}

/* 記事カード（タイプ2）のタイトルを#new内で太字に */
#new .c_card_2_info_ttl {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #new .c_card_3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "img"
      "cont";
    row-gap: 8px;
    border-bottom: 1px solid #a5a4a3;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  #new .c_card_3_img {
    width: 100%;
  }

  #new .c_card_3_ttl {
    font-size: 2.4rem;
  }

  /* 右カラム下段: 本文 */
  #new .c_card_3_cont {
    width: 100%;
  }


}

/* =================================
 c_card_4
================================= */

.c_card_4_ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 3rem;
  margin-bottom: 24px;
}

.c_card_4_txt {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

/* =================================
 c_card_cta
 ================================= */

.c_card_cta {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  background: #877f69;
  color: #fff;
  background-position: 40px 32px;
  transition: all 0.2s ease-in-out;
  padding: 16px 32px;
  display: block;
  align-items: flex-start;
}

.c_card_cta_ttl {
  font-size: 3.2rem;
  margin: 0 auto 2rem;
  letter-spacing: 0.8rem;
  display: block;
  text-align: center;
}


.c_card_cta_img {
  width: 6rem;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 2rem;
}

.c_card_cta_img .img {
  width: 100%;
  height: auto;
  display: block;
}

.c_card_cta_txtWrap {
  display: flex;
  justify-content: unset;
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto 3.2rem;
  padding: 0 2rem;
}

.c_card_cta_txt {
  font-size: 2rem;
  line-height: 2;
  padding-left: 8rem;
  position: relative;
  transform: translate(0, -0.8rem);
}




.c_card_cta_btnArea {
  width: 100%;
  max-width: 60rem;
  grid-gap: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 1rem;
}

.c_card_cta_btnArea [class^="c_btn"] {
  min-height: 64px;
}

@media screen and (max-width: 767px) {
  .c_card_cta {
    flex-direction: column;
    padding: 1.6rem 2rem;
  }

  .c_card_cta_img {
    left: 0;
  }

  .c_card_cta_ttl {
    padding-left: 0;
    font-size: 2.2rem;
    text-align: center;
  }

  .c_card_cta_txt {
    font-size: 1.4rem;
    line-height: 2;
  }

  .c_card_cta_btnArea {
    grid-template-columns: 1fr;
  }

  .c_card_cta_ttl {
    padding-left: 0;
    font-size: 2.8rem;
    text-align: center;
  }

  .c_card_cta_txt {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    padding-left: 5rem;
    position: relative;
    margin-left: 0;
    letter-spacing: 0.1em;
  }

  .c_card_cta_txt:before {
    content: none;
  }



  .c_card_cta_btnArea [class^="c_btn"] {
    width: 100%;
  }

  .c_card_cta_cont {
    margin-right: 0;
  }

}


/* =================================
 l_block_1
 ================================= */

.l_block_1 {
  position: relative;
  display: flex;
}

.l_block_1_left {
  position: relative;
  width: 27%;
  padding-right: 32px;
}

.l_block_1_left:after {
  content: "";
  width: 1px;
  height: calc(100% + 80px);
  position: absolute;
  right: 0;
  bottom: -80px;
  background: #a5a4a3;
}

.l_block_1_right {
  position: relative;
  flex: 1;
  padding-left: 56px;
}

@media screen and (max-width: 767px) {
  .l_block_1 {
    flex-direction: column;
  }

  .l_block_1_left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #a5a4a3;
  }

  .l_block_1_right {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
  }

  .l_block_1_left:after {
    content: none;
  }
}

/* ======================================================================
 utility
====================================================================== */

/* =================================
 layout
================================= */

.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: inline-block;
  }

  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}

/* =================================
 content_size
================================= */

.u_content_size {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
}

@media screen and (max-width: 1188px) {
  .u_content_size {
    padding: 0 16px;
  }
}

/* =================================
 c_bg_
 ================================= */

.c_bg_1 {
  background: #f2f2f2;
}

.c_bg_2 {
  background: #f7f0e6;
}

/* =================================
 l_sec
 ================================= */

.l_secTB_1 {
  padding: 3rem 0 0;
}

.l_secTB_2 {
  padding: 80px 0;
}

.l_secTB_3 {
  padding: 16px 0;
}

.l_secTop_1 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .l_secTB_1 {
    padding: 1rem 0 0;
  }

  .l_secTB_2 {
    padding: 48px 0;
  }

  .l_secTop_1 {
    padding: 24px 0;
  }
}

/* =================================
 viewMoreBtn
 ================================= */

.viewMoreBtn {
  display: none;
  position: relative;
  text-align: center;
}

.viewMoreBtn_txt {
  position: relative;
  padding: 8px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 1.6rem;
  padding-right: 40px;
  display: inline-block;
}

.viewMoreBtn_txt:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/ico_arrow_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(0, -50%);
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

@media screen and (max-width: 767px) {
  .viewMoreBtn {
    display: block;
  }
/*
  .hidden_list.hidden li:nth-child(n + 4) {
    display: none;
  }
*/
}

/* =================================
 c_mv_child
================================= */

.c_mv_child {
  background: #f7f0e6;
}

.c_mv_child_inner {
  position: relative;
  padding: 56px 0 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
}

.c_mv_child_ttl_1 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 4.8rem;
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.c_mv_child_txt_1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}

.c_mv_child_ttl_2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 5.2rem;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.c_mv_child_txt_2 {
  font-size: 2.4rem;
  font-weight: 500;
}

.c_mv_child_info {
  display: flex;
}

.c_mv_child_date {
  position: relative;
  font-size: 1.6rem;
  color: #808080;
  font-family: "Times New Roman", serif;
  margin-right: 8px;
  padding-right: 8px;
  font-weight: 400;
}

.c_mv_child_date:after {
  content: "";
  background: #808080;
  height: 14px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.c_mv_child_ht {
  font-size: 1.6rem;
  margin-right: 16px;
  color: #808080;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
}

.c_mv_child_label {
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  background-color: #ecd8af;
  color: #000;
  padding: 0 16px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
  word-break: break-word;
}

/* =================================
 一覧用コンパクトmv
================================= */

.c_mv_child_inner_s {
  position: relative;
  padding: 2rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 2;
}

.c_mv_child_inner_s h1.c_mv_child_ttl_2s {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 3.6rem;
  margin: 1rem 0;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 1188px) {
  .c_mv_child_inner {
    padding: 56px 16px 40px;
  }

  .c_mv_child_inner_s {
    padding: 1rem 2rem;
  }

  .c_mv_child_inner_s h1.c_mv_child_ttl_2s {
    font-size: 3.2rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .c_mv_child_inner {
    padding: 24px 16px;
  }

  .c_mv_child_inner_s {
    padding: 1rem 2rem;
  }

  .c_mv_child_inner_s h1.c_mv_child_ttl_2s {
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  .c_mv_child_ttl_1 {
    font-size: 3.2rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .c_mv_child_txt_1 {
    font-size: 1.2rem;
  }

  .c_mv_child_ttl_2 {
    font-size: 3.2rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .c_mv_child_txt_2 {
    font-size: 1.2rem;
  }

  .c_mv_child_info {
    margin-bottom: 8px;
  }

  .c_mv_child_date {
    font-size: 1.2rem;
  }

  .c_mv_child_ht {
    font-size: 1.2rem;
  }

  .c_mv_child_label {
    font-size: 1.2rem;
  }
}

/* =================================
 c_mv_child_list
================================= */

.c_mv_child_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.c_mv_child_list_item {
  margin: 0 24px;
  margin-top: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 2rem;
  background: #fff;
  padding: 8px 16px;
}

@media screen and (max-width: 767px) {
  .c_mv_child_list {
    margin-top: 8px;
  }

  .c_mv_child_list_item {
    margin: 0 4px;
    margin-top: 8px;
    font-size: 1.2rem;
    padding: 0px 8px;
  }
}

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

   pager

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

.pager {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pager-list {
  display: flex;
  justify-content: center;
  margin: 0 24px;
}

.pager-list_item {
  position: relative;
  display: flex;
}

.pager-num {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman",
    serif;
  font-size: 2.4rem;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 56px;
  text-align: center;
}

.pager-num:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #bbb;
  top: 0;
  left: 0;
}

.pager-list_item:last-child .pager-num:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #bbb;
  top: 0;
  right: 0;
}

.pager-num:before {
  left: 0;
}

.current .pager-num {
  text-decoration: underline;
}

.hover a.pager-num:hover {
  background: #b47814;
  color: #fff;
}

.pager-prev,
.pager-next {
  position: relative;
  display: flex;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.pager-prev:before,
.pager-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}

.pager-prev:before {
  background: url(../../magazine/img/ico_pager_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pager-next:before {
  background: url(../../magazine/img/ico_pager_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hover .pager-prev:hover {
  transform: translate(-6px, 0);
}

.hover .pager-next:hover {
  transform: translate(6px, 0);
}

@media screen and (max-width: 767px) {
  .pager-list {
    margin: 0 8px;
  }

  .pager-num {
    font-size: 1.6rem;
    width: 40px;
  }

  .pager-prev,
  .pager-next {
    width: 40px;
    height: 40px;
  }

  .pager-prev:before,
  .pager-next:before {
    width: 40px;
    height: 40px;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
  }
}

.h_catchcopy p {
  line-height: 1.5;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mt-20 {
  margin-top: 2rem;
}

.u-mt-30 {
  margin-top: 3rem;
}

.u-mt-40 {
  margin-top: 4rem;
}

.u-mt-50 {
  margin-top: 5rem;
}

.u-mt-60 {
  margin-top: 6rem;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-mb-50 {
  margin-bottom: 5rem;
}

.u-mb-60 {
  margin-bottom: 6rem;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-10 {
  margin-right: 1rem;
}

.u-mr-20 {
  margin-right: 2rem;
}

.u-mr-30 {
  margin-right: 3rem;
}

.u-mr-40 {
  margin-right: 4rem;
}

.u-mr-50 {
  margin-right: 5rem;
}

.u-mr-60 {
  margin-right: 6rem;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ml-10 {
  margin-left: 1rem;
}

.u-ml-20 {
  margin-left: 2rem;
}

.u-ml-30 {
  margin-left: 3rem;
}

.u-ml-40 {
  margin-left: 4rem;
}

.u-ml-50 {
  margin-left: 5rem;
}

.u-ml-60 {
  margin-left: 6rem;
}

.overflow_cm-libraly {
  overflow: hidden;
  width: 100%;
}

#top_cm_libraly {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#top_cm_libraly li {
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#top_cm_libraly li button picture:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: background 0.5s;
}

#top_cm_libraly li:hover button picture:before {
  background: rgba(255, 255, 255, 0.3);
}

#top_cm_libraly li button:before {
  content: "";
  position: absolute;
  display: block;
  width: 6rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#top_cm_libraly li button:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-left: 2rem solid #fff;
  border-right: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#top_cm_libraly li:hover * {
  cursor: pointer;
}

#top_cm_libraly li button {
  width: 100%;
  display: block;
}

#top_cm_libraly li img {
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 211;
}

@media screen and (max-width: 980px) {
  #top_cm_libraly li {
    width: 50%;
  }
}

/**add style**/

.u-clr-gr0 {
  color: var(--gray);
}

#pageTop {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  cursor: pointer;
  text-align: center;
  color: #ccc;
}

#pageTop .icon-page_top:before {
  font-size: 6.0rem;
}

#pageTop .icon-page_top:before {
  content: "\e901";
  color: var(--gray2);
}

@media screen and (max-width: 929px) {
  #pageTop {
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  #pageTop .icon-page_top:before {
    font-size: 4.0rem;
  }
}

.c-breadcrumb {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}

.c-breadcrumb li {
  display: block;
  margin: 0 1rem 0 0;
}

.c-breadcrumb li a {
  color: #000;
  width: fit-content;
  display: block;
  position: relative;
  box-sizing: border-box;
  background: #ecd8af;
  padding: 0.4rem 2.4rem 0.2rem 1.2rem;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 0% 100%);
  transition: background .5s, color .5s;
}

.c-breadcrumb li a:hover {
  opacity: .4;
  background: #1f2c5c;
  color: #fff;
}

.c-breadcrumb li:last-child a {
  background: #1f2c5c;
  color: #fff;
}

.c-breadcrumb li:last-child a:hover {
  background: #ecd8af;
  color: #000;
}

.fotter_pr {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4rem 0;
}

.f_pr-list {
  display: flex;
  width: 100%;
  max-width: 108rem;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.f_pr-list li {
  width: 100%;
  max-width: 27rem;
  display: block;
  margin: 0 2rem;
}

.f_pr-list li:first-child {
  margin-left: 0;
}

.f_pr-list li:last-child {
  margin-right: 0;
}

.f_pr-list img {
  width: 100%;
  display: block;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb_wrap {
    padding: 0;
  }

  .f_pr-list {
    flex-wrap: wrap;
  }

  .f_pr-list li {
    width: 50%;
    max-width: unset;
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 0.5rem;
  }
}