@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.35 | 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;
}

/* 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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 {
  font-family:  'Noto Sans JP',"游ゴシック", 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;
  background: #F9F7F4;
  color: #190E09;
  letter-spacing: 1.4px;
}
@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 #FB697D;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #FB697D;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #FB697D;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #FB697D;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #FB697D;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #FB697D;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #FB697D;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #FB697D;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #FB697D;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #FB697D;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #FB697D;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #FB697D;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #FB697D;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #FB697D;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #FB697D;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 1041px) {
  .u_sp_2 {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
    .u_sp_2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u_pc {
    display: 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: 1120px;
  z-index: 2;
}
.u_content_size_2 {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  z-index: 2;
}
@media screen and (max-width: 1168px) {
  .u_content_size {
    padding: 0 24px;
  }
}
@media screen and (max-width: 848px) {
  .u_content_size_2 {
    padding: 0 24px;
  }
}
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}
/* =================================
u_txt
================================= */
.u_txt_notes {
  position: relative;
  font-size: 1.2rem;
}

.u_txt_notes_2 {
  position: relative;
  font-size: 1.2rem;
  padding-left: 12px;
  display: block;
}
.u_txt_notes_2:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* =================================
 hoge
================================= */
/* =================================
 tel:
================================= */
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/* ======================================================================
 component
 ====================================================================== */

/* ======c_btn_contact========================= */
.c_btn_contact{
  position: relative;
  border-radius: 60px;
  background: #B4A580;
  border: 2px solid #B4A580;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F1E9DF;
  transition: all .2s ease-in-out;
}
.c_btn_contact .ico{
  position: relative;
  margin-right: 8px;
  width: 24px;
  height: 22px;
}
.c_btn_contact .ico:before{
    content: "";
    background: url(../../assets/img/ico/ico_piano.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s all;
    position: absolute;
    width: 24px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hover .c_btn_contact:hover{
  background: #FECBD2;
  border: 2px solid #B4A580;
  color: #190E09;
}
.hover .c_btn_contact:hover .ico:before{
    content: "";
    background: url(../../assets/img/ico/ico_piano_2.svg);
}
@media screen and (max-width: 1340px){
  .c_btn_contact{
    height: 100%;
    border-radius: 0;
    margin-left: auto;
    flex-direction : column;
  }
  .c_btn_contact .ico{
    width: 32px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .c_btn_contact .dn{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .c_btn_contact{    
    font-size: 1.0rem;
    padding: 8px;
  }
  .c_btn_contact .ico{
    width: 32px;
    margin-bottom: 4px;
  }
}
/* ======c_btn_contact_2========================= */
.c_btn_contact_2{
  position: relative;
  font-family:  'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 800;
  border-radius: 60px;
  background: #B4A580;
  border: 2px solid #B4A580;
  padding: 16px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #F1E9DF;
  transition: all .2s ease-in-out;
  letter-spacing: 3px;
}
.c_btn_contact_2 .ico{
  position: relative;
  margin-right: 16px;
  width: 36px;
  height: 32px;
}
.c_btn_contact_2 .ico:before{
  content: "";
  background: url(../../assets/img/ico/ico_piano.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s all;
  position: absolute;
  width: 36px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_btn_contact_2 .ico_home:before{
  content: "";
  background: url(../../assets/img/ico/ico_home.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s all;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hover .c_btn_contact_2:hover{
  background: #F1ECE6;
  border: 2px solid #B4A580;
  color: #190E09;
}
.hover .c_btn_contact_2:hover .ico:before{
    content: "";
    background: url(../../assets/img/ico/ico_piano_2.svg);
}
.hover .c_btn_contact_2:hover .ico_home:before{
    content: "";
    background: url(../../assets/img/ico/ico_home_2.svg);
}
.cvBox .c_btn_contact_2 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c_btn_contact_2{
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding: 16px 16px;
  }
  .c_btn_contact_2 .ico{
    width: 28px;
    height: 25px;
  }
  .c_btn_contact_2 .ico:before{
    width: 28px;
    height: 25px;
  }
  .c_btn_contact_2 .ico_home:before{
    width: 25px;
    height: 25px;
  }
  .cvBox .c_btn_contact_2 {
    width: 100%;
  }
  .p_contact_box .c_btn_contact_2{
width: 80%;
  }
  .cvBox .c_ttl_1{
font-size: 2.0rem;
  }
}
/* ======c_btn_wrap========================= */
.c_btn_wrap{
  position: relative;
  text-align: center;
  z-index: 2;
}
/* ======c_btn_1========================= */
.c_btn_1{
  position: relative;
  padding: 10px 16px 10px 32px;
  border: 1px solid #A29062;
  display: inline-block;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.c_btn_1:before{
  content: "";
  width: 0;
  height: 100%;
  background: #FFE5E9;
  transition: all .2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c_btn_1 .ico{
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background: url(../../assets/img/ico/ico_arrow_right_2.svg);
}
.tabCont .c_btn_1{
  margin-top: 40px;
}
.hover .c_btn_1:hover{
  transform: translate(4px , 0);
}
.hover .c_btn_1:hover:before{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabCont{
    padding: 24px;
  }
  .tabCont .c_btn_1{
    margin-top:24px;
  }
}
/* ======c_btn_2========================= */
.c_btn_2{
  position: relative;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.c_btn_2 .en{
  font-family: "Allison", cursive;
  font-weight: normal;
  font-size: 3.2rem;
  color: #A29062;
}

.c_btn_2 .ico{
  position: relative;
  width: 30px;
  height: 30px;
  background: #A1D5D4;
  border: 2px solid #A1D5D4;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  transition: all .2s ease-in-out;
}
.c_btn_2 .ico:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease-in-out;
}
.c_btn_2 .ico:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 20px;
  height: 3px;
  background: url(../../assets/img/ico/ico_arrow_right_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hover .c_btn_2:hover .ico{
    transform: translate(4px , 0);
}
.hover .c_btn_2:hover .ico:before{
  width: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid #A1D5D4;
}
/* ======c_list_1　←新着情報のリスト==================== */

/* ======c_list_2========================= */
.c_list_2{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  position: relative;
}
.c_list_2 .c_list_2_item {
  width: calc((100% / 3) - 20px);
  margin-bottom: 40px;
}
.c_list_2:after{
  content:"";
  display: block;
  width:30%;
}
.c_list_2 .c_list_2_item:nth-last-child(-n+2){
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_list_2 .c_list_2_item{
    width: calc((100% / 2) - 8px);
  }
}
/* ======c_list_3========================= */
.c_list_3{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  position: relative;
}
.c_list_3 .c_list_3_item {
  width: calc((100% / 3) - 20px);
  margin-bottom: 40px;
}
.c_list_3:after{
  content:"";
  display: block;
  width:30%;
}
.c_list_3 .c_list_3_item:nth-last-child(-n+3){
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .c_list_3 .c_list_3_item {
    width: calc((100% / 2) - 20px);
  }
  .c_list_3 .c_list_3_item:nth-last-child(-n+3){
    margin-bottom: 40px;
  }
  .c_list_3 .c_list_3_item:nth-last-child(-n+2){
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_list_3 .c_list_3_item:nth-last-child(-n+2){
    margin-bottom: 40px;
  }
  .c_list_3 .c_list_3_item:last-child{
    margin-bottom: 0;
  }
  .c_list_3 .c_list_3_item {
    width: 100%;
  }
}
/* ======c_list_4========================= */
.c_list_4{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  position: relative;
}
.c_list_4 .c_list_4_item {
  width: calc((100% / 4) - 20px);
  margin-bottom: 40px;
}
.c_list_4:before{
  content:"";
  display: block;
  width: calc((100% / 4) - 20px);
  order:1;
}
.c_list_4:after{
  content:"";
  display: block;
  width: calc((100% / 4) - 20px);
}
.c_list_4 .c_list_4_item:nth-last-child(-n+2){
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_list_4 .c_list_4_item{
    width: calc((100% / 2) - 8px);
  }
}
/* ======c_list_5========================= */
.c_list_5{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  position: relative;
}
.c_list_5 .c_list_5_item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
/* ======c_list_6==================== */
.c_list_6{
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
  position: relative;
}
.c_list_6 .c_list_6_item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c_list_6 .c_list_6_item {
    width: 100%;
    height: auto;
  }
}


/* ========c_list_7========== */
.c_list_7 {
  position: relative;
}
.c_list_7 .c_list_7_item {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 40px;
  counter-increment: li;
}
.c_list_7_ttl{
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.c_list_7 .c_list_7_ttl:before {
  content: counter(li) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.c_list_7 .c_list_7_item:nth-child(n+10) {
  padding-left: 28px;
}
.c_list_7 .c_list_7_item:last-child {
  margin-bottom: 0;
}

.c_list_7_txt{
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.c_list_7_txt{
  font-size: 1.3rem;
  font-weight: 500;
}
}

/* ========c_list_8========== */

.c_list_8 {
  position: relative;
}
.c_list_8 .c_list_8_item {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
}
.c_list_8 .c_list_8_item:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c_list_8 .c_list_8_item:last-child {
  margin-bottom: 0;
}

/* ========c_link_1========== */
.c_link_1{
  position: relative;
  display: inline-block;
}
.c_link_1:before{
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A29062;
  transition: all .2s ease-in-out;
}
.hover .c_link_1:hover:before{
  width: 100%;
}


/* ========c_link_2========== */
.c_link_2{
  position: relative;
  display: inline-block;
  color: #A29062;
}
.c_link_2:before{
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A29062;
  transition: all .2s ease-in-out;
}
.hover .c_link_2:hover:before{
  width: 100%;
}
/* ========c_link_3========== */
.c_link_3{
  position: relative;
  display: inline-block;
  color: #A29062;
}
.c_link_3:before{
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A29062;
  transition: all .2s ease-in-out;
}
.hover .c_link_3:hover:before{
  width: 100%;
}

/* ========c_youtube========== */
.c_youtube {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.c_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ========c_ttl_1========== */
.c_ttl_1{
  position: relative;
  font-family:  'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 56px;
}
.c_ttl_1 .en{
  font-family: "Allison", cursive;
  font-size: 2.0rem;
  color: #A29062;
  font-weight: normal;
  display: inline-block;
}
.c_ttl_1 .en:before,
.c_ttl_1 .en:after{
  content: "";
  background: url(../../assets/img/ico/ico_mark_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 7px;
  display: inline-block;
  margin: 0 8px;
}
.c_ttl_1 .en:after{
  transform: scale(-1, 1);
}
.c_ttl_1_bg{
    background: url(../../assets/img/common/ttl_1_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.c_ttl_1_sub{
 font-family:  'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c_ttl_1{
    font-size: 1.6rem;
  }
  .c_ttl_1 .en{
    font-size: 1.3rem;
  }
  .cvBox .c_ttl_1{
    margin-bottom: 24px;
  }
}
/* ========c_ttl_2========== */
.c_ttl_2{
  position: relative;
  font-family:  'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  background: #F1E9DF;
  padding: 4px 16px;
}
/* ========c_txt_wrap========== */
.c_txt_wrap{
  position: relative;
}
/* ========c_txt_center========== */
.c_txt_center_pc{
  text-align: center;
}
.c_txt_center{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_txt_center_pc{
    text-align: left;
  }
}
/* ========c_txt_1========== */
.c_txt_1{
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 40px;
  font-weight: 500;
}
.c_txt_1:last-of-type{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_txt_1{
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
/* ========c_txt_2========== */
.c_txt_2{
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.c_txt_2:last-of-type{
  margin-bottom: 0;
}
/* ========c_txt_3========== */
.c_txt_3{
  font-size: 1.5rem;
  line-height: 2.0;
  margin-bottom: 40px;
  font-weight: 500;
}
.c_txt_3:last-of-type{
  margin-bottom: 0;
}
.c_txt_3.right{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c_txt_3{
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}


/* ========c_txt_4========== */
.c_txt_4{
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.5;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_txt_4{
    font-size: 2.0rem;
    letter-spacing: 1px;
  }
}


/* ========c_txt_5========== */
.c_txt_5{
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c_txt_5{
    font-size: 1.2rem;
  }
}

/* ========c_txt_6========== */
.c_txt_6{
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.5;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_txt_6{
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

/* ======c_tbl_1========================= */
.c_tbl_1 {
  width: 100%;
}
.c_tbl_1 .th,
.c_tbl_1 .td {
  padding: 24px;
}
.c_tbl_1 .th {
  font-size: 1.8rem;
  font-weight: 800;
  border-bottom: 1px solid #DBD4C6;
  width: 240px;
  vertical-align: middle;
  font-family: 'Noto Serif JP', serif;;
}
.c_tbl_1 .th_2{
  vertical-align: top;
}
.c_tbl_1 .td {
  border-bottom: 1px solid #DBD4C6;
  font-size: 1.6rem;
  font-weight: 600;
}
.c_tbl_1_box_1{
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .c_tbl_1{
    font-size: 1.4rem;
  }
  .c_tbl_1 .th,
  .c_tbl_1 .td {
    padding: 16px;
  }
  .c_tbl_1 .th {
    padding-left: 0;
    font-size: 1.6rem;
    border-right: none;
    width: 100px;
  }
  .c_tbl_1 .td {
    font-size: 1.4rem;
  }
  .c_tbl_1_ttl{
    font-size: 1.4rem;
  }
}
/* ======c_box_1========================= */
.c_box_1{
  background: #fff;
  border-radius: 4px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .c_box_1{
    padding: 40px;
  }
}
/* ======c_box_2========================= */
.c_box_2{
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;

}
.c_box_2_ttl{
  text-align: center;
  background: #563926;
  padding: 12px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
}
.c_box_2_cont{
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;

}
.c_box_2_bg_1{

  background-image: 
  url(../../assets/img/p_activities/achievement_bg_1.png), 
    linear-gradient(to right, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
  background-repeat: no-repeat, no-repeat;
  background-size: 100% , 100%;
  background-position:bottom right
}
.c_box_2 .pager{
  margin-top: auto;
}
.c_box_2 .c_list_1{
  margin-bottom: 16px;
}
/* ======c_box_blog========================= */
.c_box_blog{
  background: #FFFFFF;
  padding: 42px 48px;
  position: relative;
  margin-top: -160px;
  border-radius: 4px;
}
.c_box_blog_ttl{
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
}
.c_box_blog_date{
  color: #A29062;
  font-size: 1.6rem;
  font-family:  "Playfair Display",'Noto Serif JP', serif;
  font-weight: 800;
  margin: 8px 0;
}
.c_box_blog_date .jp{
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
.c_box_blog{
  padding: 24px;
  margin-top: -100px;
}
}
/* ======c_box_blog_txt========================= */
.c_box_blog_txt{
  font-size: 1.6rem;
  margin: 40px auto;
}
.c_box_blog_txt img , .c_box_blog_txt iframe{
  max-width: 100%;
  height: auto;
}
/* ======c_label_list========================= */
.c_label_list{
  display: flex;
  flex-wrap : wrap;
}
.c_label_list_item{
margin-right: 4px;
margin-bottom: 4px;
}

/* ======c_label========================= */
.c_label{
  position: relative;
  transition: all .2s ease-in-out;
  border: 1px solid #DBD4C6;
  padding: 4px 12px;
  background: #fff;
  color: #C5BFB3;
  font-size: 1.1rem;
  border-radius: 2px;
  display: inline-block;
}
.c_label:hover{
  background: #DBD4C6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c_label{
    padding: 2px 8px;
    color: #C5BFB3;
    font-size: 1.0rem;
  }
}
/* ========c_card_news========== */
.c_card_news{
  position: relative;
  padding: 8px 0;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  border-bottom: 1px solid #DBD4C6;
  display: block;
  transition: all .2s ease-in-out;
}
.c_card_news .date{
  color: #A29062;
  font-family:  "Playfair Display",'Noto Serif JP', serif;
  font-size: 1.2rem;
}
.c_card_news .date .en{
  font-size: 1.6rem;
}
.c_card_news .ttl{
  font-size: 1.5rem;
}
.hover .c_card_news:hover{
  padding-left: 8px;
  transform: translate(6px , 0px);
  background: #F1E9DF;
}
@media screen and (max-width: 767px) {
  .c_card_news .ttl{
    font-size: 1.2rem;
  }
}




/* ========c_card_news_2========== */
.c_card_news_2{
  position: relative;
  display: flex;
  padding: 8px 0;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  border-bottom: 1px solid #DBD4C6;
  transition: all .2s ease-in-out;
}
.c_card_news_2 .pic{
  width: 52px;
  height: 52px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.c_card_news_2 .pic .img{
  width: 100%;
  height: 52px;
  object-fit: cover;
}
.c_card_news_2 .cont{
  flex: 1;
}
.c_card_news_2 .date{
  color: #A29062;
  font-family:  "Playfair Display",'Noto Serif JP', serif;
  font-size: 1.2rem;
}
.c_card_news_2 .date .en{
  font-size: 1.6rem;
}
.c_card_news_2 .ttl{
  font-size: 1.5rem;
}
.hover .c_card_news_2:hover{
  padding-left: 8px;
  transform: translate(6px , 0px);
  background: #F1E9DF;
}
@media screen and (max-width: 767px) {
  .c_card_news_2 .ttl{
    font-size: 1.2rem;
  }
}









/* ========c_bnrArea========== */
.c_bnrArea{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
  .c_bnrArea .bnr{
    position: relative;
    transition: 0.3s all;
    width: calc(50% - 8px);
    display: block;
  }
  .c_bnrArea .bnr .img{
    max-width: 100%;
  }
  .c_bnrArea .bnr:before {
    content:'';
    z-index:-2;
    position:absolute;
    display:block;
    width:50%;
    height:96%;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    transition: 0.3s opacity ease-in-out;
    filter:blur(15px);
    opacity:0;
    background: linear-gradient(60deg, #FB697D, #f37055, #ef4e7b, #ff12c7, #09fffd, #1098ad, #07b39b, #6fba82);
  }
  .hover .c_bnrArea .bnr:hover:before {
    opacity:1;
    transition: 0.3s opacity ease-in-out;
    filter:blur(25px);
  }
  .hover .c_bnrArea .bnr:hover{
    transform: translate(0 , -4px);
  }


/* ========c_card_class========== */
.c_card_class{
  width: 100%;
  font-family:  'Noto Serif JP', serif;
  font-weight: 700;
}
.c_card_class_ttl{
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  transition: all .2s ease-in-out;
  position: relative;
}
.c_card_class_ttl .num{
 font-family:  'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
 font-weight: 700;
 font-size: 1.3rem;
 color: #A29062;
 position: absolute;
 left: 100%;
 bottom: 4px;
}
.c_card_class_pic{
    width: 100%;
    height: 224px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.c_card_class_pic:after{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #FECBD2;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50% , -50%);
}
.c_card_class_pic .img{
  width: 100%;
  height: 224px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.c_card_class_areaList_link{
  position: relative;
  display: block;
  font-weight: 800;
  border-bottom: 1px dashed #A29062;
  padding: 5px 0;
  font-size: 1.4rem;
  padding-left: 24px;
}
.c_card_class_areaList_link:before{
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../../assets/img/ico/ico_piano_3.svg);
  background-repeat: no-repeat;
}
.c_card_class_areaList_link:after{
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(../../assets/img/ico/ico_arrow_right_1.svg);
}
.c_card_class_areaList_item{
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
.c_card_class_areaList_item:before{
  content: "";
  background: #E2F2F2;
  transition: all .2s ease-in-out;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c_card_class_top{
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
.hover .c_card_class:hover .c_card_class_pic .img{
  transform: scale(1.1);
}

.hover .c_card_class_areaList_item:hover{
  transform: translate(4px , 0);
}
.hover .c_card_class_areaList_item:hover:before{
width: 100%;
}
.c_card_class .c_btn_2{
  margin-top: 8px;
  display: flex;
  justify-content: end;
  align-items: center;
}

　

@media screen and (max-width: 767px) {
  .c_card_class_ttl{
    font-size: 1.5rem;
  }
  .c_card_class_areaList_link{
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
  .c_card_class_areaList_link:before{
    width: 16px;
  }
}



@media screen and (max-width: 767px) {
  .c_card_class_ttl{
    font-size: 2.0rem;
  }
    .c_card_class_pic{
    height: 120px;
  }
  .c_card_class_pic .img{
    height: 120px;
  }
  .c_card_class .c_btn_2 .ico{
    width: 16px;
    height: 16px;
  }
  .c_card_class .c_btn_2 .ico:after{
    width: 10px;
    height: 4px;
    background: url(../../assets/img/ico/ico_arrow_right_2_sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .c_card_class .c_btn_2{
    font-size: 1.2rem;
  }
}


/* ========c_card_class_2========== */
.c_card_class_2{
  width: 100%;
}
.c_card_class_2_ttl{
  font-family:  'Noto Serif JP', serif;
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  transition: all .2s ease-in-out;
  position: relative;
  padding-left: 40px;
}
.c_card_class_2_ttl:before{
  content: "";
  width: 34px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../../assets/img/ico/ico_piano_3.svg);
  background-repeat: no-repeat;
}
.c_card_class_2_pic{
    width: 100%;
    height: 224px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.c_card_class_2_pic .img{
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.c_card_class_2_pic:after {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #FECBD2;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}
.c_card_class_2_areaList{
  padding-bottom: 24px;
}
.c_card_class_2_areaList_item:before{
  content: "・";
  position: absolute;
  top: 5px;
  left: 0;
}
.c_card_class_2_areaList_item{
  position: relative;
  display: block;
  font-weight: 500;
  border-bottom: 1px dashed #A29062;
  padding: 5px 0;
  font-size: 1.4rem;
  padding-left: 16px;
}
.c_card_class_2 .c_btn_2{
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


/* ========c_card_ir========== */
.c_card_ir{
  display: block;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  text-align: center;
}
.c_card_ir_pic{
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border-radius:50%;
  border:6px solid #ABE2E1;
  overflow: hidden;
  margin-bottom: 24px;
}
.c_card_ir_pic .img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.c_card_ir_pic:before{
  content: "";
  background: #ABE2E1;
  position: absolute;
  border-radius: 50%;
  border:6px solid #ABE2E1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.c_card_ir_pic:after{
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width:100%;
  height:100%;
  opacity: 0;
  z-index: 3;
  transition: all .4s ease-in-out;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_card_ir_posi{
  font-size: 1.6rem;
  color: #A29062;
}
.c_card_ir_name{
  font-size: 2.4rem;
  position: relative;
}
.hover a.c_card_ir:hover .c_card_ir_pic:before{
  opacity: 0.8;
  width:100%;
  height:100%;
}
.hover a.c_card_ir:hover .c_card_ir_pic:after{
  opacity: 1;
}

.c_card_ir_labelList{
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap : wrap;
  position: relative;
}
.c_card_ir_labelList .c_card_ir_labelList_item {
  margin: 4px;
}
.c_card_ir_labelList .c_card_ir_labelList_item:nth-last-child(-n+2){
  margin-bottom: 0;
}
.c_card_ir_label{
  display: inline-block;
  transition: all .4s ease-in-out;
  background: #F1E9DF;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.hover .c_card_ir_label:hover{
  transition: all .2s ease-in-out;
  background: #FECBD2;
}
@media screen and (max-width: 767px) {
  .c_card_ir_pic{
    position: relative;
    width: 120px;
    height: 120px;
    border:3px solid #ABE2E1;
    margin-bottom: 8px;
  }
  .c_card_ir_posi{
    font-size: 1.3rem;
    letter-spacing: 0.6px;
  }
  .c_card_ir_name{
    font-size: 1.8rem;
    line-height: 1;
  }
  .c_card_ir_label{
    padding: 4px 8px;
    font-size: 1.0rem;
  }
}


/* ========c_card_ir_2========== */
.c_card_ir_2{
  display: block;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  text-align: center;
}
.c_card_ir_2_pic{
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border-radius:50%;
  border:6px solid #ABE2E1;
  overflow: hidden;
  margin-bottom: 24px;
}
.c_card_ir_2_pic .img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.c_card_ir_2_pic:before{
  content: "";
  background: #ABE2E1;
  position: absolute;
  border-radius: 50%;
  border:6px solid #ABE2E1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.c_card_ir_2_pic:after{
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width:100%;
  height:100%;
  opacity: 0;
  z-index: 3;
  transition: all .4s ease-in-out;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_card_ir_2_txt{
  font-size: 1.6rem;
}
.c_card_ir_2_name{
  font-size: 2.4rem;
  position: relative;
}
.c_card_ir_2_name .posi{
  font-size: 1.6rem;
}


/* ========c_card_ir_3========== */
.c_card_ir_3{
  width: 100%;
  position: relative;
  display: block;
  font-weight: 800;
  padding: 8px 0;
  border-bottom: 1px dashed #A29062;
  display: flex;
  align-items: center;
}
.c_card_ir_3:before{
  content: "";
  background: #E2F2F2;
  transition: all .2s ease-in-out;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c_card_ir_3_pic{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
  transition: all .2s ease-in-out;
}
.c_card_ir_3_pic .img{
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.c_card_ir_3_cont{
  font-family:  'Noto Serif JP', serif;
}


.c_card_ir_3_cont .posi{
  font-size: 1.3rem;
  color: #A29062;
}
.c_card_ir_3_cont .name{
  font-size: 1.8rem;
}
.hover .c_card_ir_3:hover .c_card_ir_3_pic{
  transform: translate(4px , 0);
}
.hover .c_card_ir_3:hover:before{
  width: 100%;
}



/* ========c_card_artist========== */
.c_card_artist{
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}
.c_card_artist_pic{
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 560px;
  transition: all 0.6s ease-in-out;
  margin-bottom: 32px;
}
.c_card_artist_pic .img{
  border-radius: 4px;
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.c_card_artist_pic:before{
  content: "";
  background: #F1ECE6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  left: -16px;
  z-index: -1;
    transition: all 0.2s ease-in-out;
}
.c_card_artist_pic:after {
    content: "詳しく見る";
    font-family: 'Noto Serif JP', serif;
    font-weight: 800;
    background: rgba(171, 226, 225, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    transition: all .4s ease-in-out;
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_card_artist_name{
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  color: #190E09;
}
.c_card_artist_name .sub{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #190E09;
}
.c_card_artist_ruby{
  font-family: "Allison", cursive;
  font-size: 2.8rem;
  color: #A29062;
  font-weight: 500;
}
.hover .c_card_artist:hover .c_card_artist_pic:before{
  top: 0;
  left: 0;
}
.hover .c_card_artist:hover .c_card_artist_pic:after{
  opacity: 1;
}



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

  .c_card_artist_pic{
    height: 240px;
  }
  .c_card_artist_pic .img{
    height: 240px;
  }


  .c_card_artist_name{
    font-size: 2.0rem;
  }
  .c_card_artist_name .sub{
    font-size: 1.6rem;
  }
  .c_card_artist_ruby{
    font-size: 2.2rem;
  }

}


/* ========c_card_1========== */
.c_card_1{
  position: relative;
  width: 100%;
}
.c_card_1_pic{
  width: 100%;
  height: 224px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.c_card_1_pic .img{
  width: 100%;
  height: 224px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.c_card_1_ttl{
  margin-top: 12px;
  position: relative;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  padding-right: 38px;
}
.c_card_1_ttl .ico {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #A1D5D4;
    border: 2px solid #A1D5D4;
    border-radius: 50%;
    display: block;
    transition: all .2s ease-in-out;
}
.c_card_1_ttl .ico:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease-in-out;
}
.c_card_1_ttl .ico:after {
    content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 3px;
    background: url(../../assets/img/ico/ico_arrow_right_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}


.hover .c_card_1:hover .c_card_1_pic .img{
  transform: scale(1.1);
}



@media screen and (max-width: 767px) {
  .c_card_1_pic{
    height: 120px;
  }
  .c_card_1_pic .img{
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .c_card_1_ttl{
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .c_card_1_ttl .ico {
    width: 20px;
    height: 20px;
    right: 0;
  }
  .c_card_1_ttl .ico:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 3px;
  }

}
/* ========c_card_blog========== */
.c_card_blog{
  width: 100%;
  font-family:  'Noto Serif JP', serif;
  font-weight: 700;
}
.c_card_blog_pic{
  display: block;
  width: 100%;
  height: 170px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in-out;
  margin-bottom: 8px;
}
.c_card_blog_pic .img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.c_card_blog_ttl{
  font-size: 1.8rem;
  color: #563926;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.hover .c_card_blog:hover .c_card_blog_pic .img{
  transform: scale(1.1);
}
.hover .c_card_blog:hover .c_card_blog_ttl{
  color: #ff6a7e;
}

/* ========c_card_2========== */
.c_card_2{
  display: flex;
  align-items: center;
}
.c_card_2 .c_card_2_pic{
  width: 560px;
  margin-left: -124px;
  margin-right: 40px;
}
.c_card_2 .c_card_2_pic .img{
  max-width: 100%;
}
.c_card_2 .c_card_2_txt{
  flex: 1;
}
.u_content_size .c_card_2:last-child{
margin-bottom: 80px;
}
@media screen and (max-width: 1370px) {
  .c_card_2 .c_card_2_pic{
    margin-left: -40px;
    width: 480px;
  }
}
@media screen and (max-width: 1110px) {
  .c_card_2{
    flex-direction : column;
    justify-content: center;
  }
  .c_card_2 .c_card_2_txt{
    width: 800px;
    text-align: center;
  }
  .c_card_2 .c_card_2_pic{
    width:calc(100% + 48px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .c_card_2 .c_card_2_txt{
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
.u_content_size .c_card_2:last-child{
margin-bottom: 48px;
}
}



/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  width: 100%;
  overflow: hidden;
}


/*====================================
    l_header
====================================*/
.l_header {
  position: relative;
  position: fixed;
  background: #F1E9DF;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  z-index: 12;
  display: flex;
  align-items: center;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  padding-right: 16px;
}

.l_header.child{
  background: #fff;
}
@media screen and (max-width: 1340px) {
  .l_header {
  padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l_header {
    height: 64px;
  }
}


/*====================================
    h_logo_1
====================================*/
.h_logo_1{
  position: relative;
  width: 320px;
  margin-left: 24px;
  align-self: center;
  transition: 0.3s all;
  display: flex;
  justify-content: space-between;

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

.h_scroll .h_logo_1 {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .h_logo_1{
    position: relative;
    width: 130px;
    margin-left: 16px;
    align-self: center;
    transition: 0.3s all;
    display: flex;
    justify-content: space-between;

  }
  .h_scroll .h_logo_1 {
    width: 130px;
  }
}

/*====================================
    h_drawer
====================================*/

.h_drawer {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.h_gnav_list {
  display: flex;
}
.h_gnav_list__txt {
  position: relative;
  display: block;
  font-size: 1.3rem;
}
.h_gnav_list__txt:before{
    content: "";
    background: url(../../assets/img/common/ttl_1_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s all;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 20px);
    z-index: -1;
    opacity: 0;
}
.hover .h_gnav_list__txt:hover:before{
  opacity: 1;
  transform: translate(-50%, 0);
}


.h_gnav_list_item{
  margin-right: 24px;
}
.h_btn-menu {
  display: none;
}




#overlay {
  display: none;
  cursor: pointer;
}
.drawer-opened #overlay {
  display: block;
  position: fixed;
  z-index: -1;
  top: 77px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.2;
  background: #000;
}
.drawer-opened .h_scroll #overlay {
  top: 64px;
}


.h_drawer .c_bnrArea{
  display: none;
}

.snsArea{
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
  .snsArea_item{
    margin: 0 4px;
  }
  .snsArea_ico{
    display: block;
    width: 40px;
    transition: 0.3s all;
  }
  .snsArea_ico .img{
    max-width: 100%;
  }
  .hover .snsArea_ico:hover{
    transform: translate(0 , -4px);
  }
  .h_drawer_snsArea{
    display: none;
  }
@media screen and (max-width: 1340px) {

  .h_drawer .c_bnrArea{
    display: flex;
  }
  .h_drawer {
        background-repeat: repeat;
        position: absolute;
        top: 77px;
        right: 0;
        background: #F9F7F4;
        width: 400px;
        min-height: 100vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0;
        z-index: 100;
        display: block;
  }
  .h_drawer::-webkit-scrollbar{
    display:none;
  }
  .h_drawer .h_gnav_list {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }


  .h_drawer-wrap {
    width: 300px;
    height: 80%;
    border-radius: 8px;
    background: #fff;
    margin-top: 77px;
    background: url(../../assets/img/common/sp_menu_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .h_scroll .h_drawer {
    top: 64px;
  }
  .h_gnav_list{
    font-size: 2.0rem;

  }
  .h_gnav_list_item{
    position: relative;
    border-bottom: 1px dashed #A29062;
    width: 100%;
  }
  .h_gnav_list_item:before{
    content: "";
    width: 0;
    height: 100%;
    background: #FFE5E9;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all;
  }


  .h_gnav_list__txt {
    font-size: 1.5rem;
    padding: 8px;
    padding-left: 40px;
    margin-left: 0;
    flex-direction : column;
    margin-right: 0;
    font-weight: 700;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }
  .h_gnav_list__txt:before{
    content: none;
  }


  .h_gnav_list_item [class^="ico_sp"]{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 4px;
    left: 0;
    margin-right: 8px;
    transition: 0.3s all;
  }
  .h_gnav_list_item .ico_sp_1{
    background: url(../../assets/img/ico/ico_sp_menu_1.svg);
  }
  .h_gnav_list_item .ico_sp_2{
    background: url(../../assets/img/ico/ico_sp_menu_2.svg);
  }
  .h_gnav_list_item .ico_sp_3{
    background: url(../../assets/img/ico/ico_sp_menu_3.svg);
  }
  .h_gnav_list_item .ico_sp_4{
    background: url(../../assets/img/ico/ico_sp_menu_4.svg);
  }
  .h_gnav_list_item .ico_sp_5{
    background: url(../../assets/img/ico/ico_sp_menu_5.svg);
  }
  .h_gnav_list_item .ico_sp_6{
    background: url(../../assets/img/ico/ico_sp_menu_6.svg);
  }
  .h_gnav_list_item .ico_sp_7{
    background: url(../../assets/img/ico/ico_sp_menu_7.svg);
  }
  .h_gnav_list_item .ico_arrow{
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0 , -50%);
    background: url(../../assets/img/ico/ico_arrow_right_1.svg);
  }

  .hover .h_gnav_list_item:hover:before{
    width: 100%;
  }
  .h_drawer_snsArea{
    display: flex;
  }
  

  .drawer-opened .h_wrap {
    height: 100%;
  }

  .drawer-opened .h_drawer {
    opacity: 1;
    right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: none;
    transform: none;
  }

  .h_btn-menu {
    position: relative;
    display: block;
    width: 77px;
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #190E09;
  }

  .h_btn-bg {
    position: relative;
    width: 36px;
    height: 24px;
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction : column;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }


  .h_btn-bg .icon-bar{
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 1px;
    background: #F9F7F4;
  }
  .h_btn-bg .icon-bar:after{
    content: "";
    width: 18px;
    height: 5px;
    position: absolute;
    right: 0;
    top: -2px;
    background: #F9F7F4;
    opacity: 1;
    transition: all 0.4s ease;
  }

  .h_btn_txt{
    font-family: "Allison", cursive;
    font-size: 2.0rem;
    color: #F9F7F4;
    font-weight: 400;
  }



  .hover .h_btn-menu:hover .icon-bar:after {
    transform: translateX(200px);
    top: 0;
  }



  .drawer-opened .h_btn-bg .icon-bar{
    height: 2px;
  }
  .drawer-opened .icon-bar:after{
    content: none;
  }
  .drawer-opened .icon-bar:nth-child(1) {
    transition: all .1s ease;
    -ms-transform: translate(0,10px) rotate(45deg);
    transform: translate(0,10px) rotate(45deg);
  }
  .drawer-opened .icon-bar:nth-child(2) {
    transition: all .1s ease;
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  .drawer-opened .icon-bar:nth-child(3) {
    transition: all .1s ease;
    -ms-transform: translate(0,-13px) rotate(-45deg);
    transform: translate(0,-13px) rotate(-45deg);
  }
}







@media screen and (max-width: 767px) {
  .h_btn-menu{
    height: 64px;
  }
  .h_drawer {
    width: 100%;
    margin: 0;
    top: 64px;
  }
  .drawer-opened .h_drawer-wrap {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: 64px;
  }
  .h_drawer .h_gnav_list{
    padding: 16px;
    padding-top: 60px;
    width: 90%;
  }
  .h_gnav_list__txt{
    display: inline-block;
  }
  .h_gnav_list_item{
    margin-right: 0;
  }
  .drawer-opened #overlay {
    top: 64px;
  }
  .drawer-opened .h_scroll #overlay {
    top: 64px;
  }
  .h_btn-bg .icon-bar{
    width: 32px;
  }
  .h_btn-bg .icon-bar:after{
    width: 12px;
  }
  .snsArea{
    margin-top: 16px;
  }
.snsArea_ico{
  width: 24px;
}
}

.h_scroll.l_header {
  height: 64px;
}

/* =================================
 cvBox
================================= */
.cvBox{
  position: relative;
  background: #FECBD2;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 80px;
}
.cvBox_2{
    margin: 80px auto 80px;
}

.cvBox:after{
  content: "";
  width: calc(100% - 40px);
  height:  calc(100% - 40px);
  border: 1px solid #A29062;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.cvBox_txt{
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cvBox{
    padding: 32px;
  }
  .cvBox:after{
    width: calc(100% - 20px);
    height:  calc(100% - 20px);
  }
  .cvBox_txt{
    font-size: 1.2rem;
    text-align: center;
  }

}


/* =================================
 c_child_mv
================================= */
.c_child_mv{
  width: 100%;
  background: #F9F7F4;
  position: relative;
  padding: 149px 0 72px;
  overflow: hidden;
}
.c_child_mv:before{
  content: "";
  background: url(../../assets/img/common/bg_score_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s all;
  position: absolute;
  width: 600px;
  height: 389px;
  top: -40px;
  left: -80px;
}
.c_child_mv:after{
  content: "";
  background: url(../../assets/img/common/bg_score_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s all;
  position: absolute;
  width: 649px;
  height: 353px;
  bottom: -100px;
  right: -160px;
}
.c_child_mv .c_ttl_1 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_child_mv{
    padding: 104px 0 40px;
    overflow: hidden;
  }
  .c_child_mv:before{
    width: 60%;
    height: 389px;
    top: 40px;
    left: -40px;
  }
  .c_child_mv:after{
        width: 60%;
        height: 216px;
        bottom: -120px;
        right: -60px;
  }
}
/* =================================
 c_child_blog_mv
================================= */
.c_child_blog_mv{
  width: 100%;
  height: 480px;
  position: relative;
}
.c_child_blog_mv .img_mv{
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c_child_blog_mv{
    height: 280px;
  }
  .c_child_blog_mv .img_mv{
    height: 280px;
  }
}
/* =================================
 c_child_blog_mv_ttl
================================= */
.c_child_blog_mv_ttl{
  position: absolute;
  bottom: -120px;
  left: -24px;
  width: 302px;
  height: 302px;
  background: url(../../assets/img/common/c_child_blog_mv_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c_child_blog_mv_ttl .c_ttl_1{
  z-index: 2;
  margin-bottom: 0;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .c_child_blog_mv_ttl{
    position: absolute;
    bottom: -50px;
    left: 8px;
    width: 184px;
    height: 141px;
    background: url(../../assets/img/common/c_child_blog_mv_ttl.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c_child_blog_mv_ttl .c_ttl_1{
    font-size: 1.4rem;
    margin-top: 44px;
  }
  .c_child_blog_mv_ttl .c_ttl_1 .en{
    font-size: 1.1rem;
  }
  .c_child_blog_mv_ttl .c_ttl_1_bg{
    width: 60px;
    height: 60px;
    top: 60%;
    left: 50%;
  }
}
/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  overflow: hidden;
  padding: 8px 0;
}
.l_breadcrumbs .l_breadcrumbs_list {
  font-size: 1.1rem;
  display: table;
  padding-left: 40px;
  list-style: none;
  color: #A29062;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item .link {
  position: relative;
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #DBD4C6;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item .link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DBD4C6;
  border-right: 1px solid #DBD4C6;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item:last-child {
  padding-right: 40px;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_categories {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_categories:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #DBD4C6;
  border-right: 1px solid #DBD4C6;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_categories .link {
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_categories .link:after {
  display: none;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_categories .separator {
  display: inline-block;
  padding: 0 8px;
  color: #DBD4C6;
}
.l_breadcrumbs .l_breadcrumbs_list .l_breadcrumbs_item.l_breadcrumbs_title {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .l_breadcrumbs {
    overflow-x: scroll;
  }
  .l_breadcrumbs .l_breadcrumbs_list {
    font-size: 1rem;
    padding-left: 20px;
  }
}

.hover .l_breadcrumbs_list .l_breadcrumbs_item .link:hover {
  text-decoration: underline;
}


/* =================================
 l_footer
================================= */
.l_footer{
  background: #F1E9DF;
}
.l_footer_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .l_footer_inner{
    flex-direction : column;
  }
}
/*====================================
    l_footer_info
====================================*/
.l_footer_info{
text-align: center;
}

/* =================================
 c_telNum
================================= */
.c_telNum{
  font-family:  "Shippori Mincho", sans-serif;
  font-weight: 800;
  position: relative;
  font-size: 1.6rem;
  color: #A29062;
  display: inline-block;
}
.c_telNum:before{
content: "";
    background: url(../../assets/img/ico/ico_phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
  .l_footer_info .c_telNum{
    margin-top: 16px;
  }
}
/*====================================
    l_footer_logo
====================================*/
.l_footer_logo{
  position: relative;
  width: 160px;
  display: block;
  transition: all .2s ease-in-out;
}
.l_footer_logo .img{
  width: 100%;
}
.hover .l_footer_logo:hover{
  transform: translate(0 , -4px);
}

/*====================================
    l_footer_menu
====================================*/
.l_footer_menu{
  display: flex;
}
.l_footer_menu_item{
  position: relative;
  font-family:  'Noto Serif JP', serif;
  font-weight: 800;
  font-size: 1.3rem;
  padding: 0 8px;
}
.l_footer_menu_item:after{
  content: "";
  width: 1px;
  height: 8px;
  background: #A29062;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l_footer_menu_item:last-child:after{
  content: none;
}
@media screen and (max-width: 767px) {
.l_footer_menu{
  margin: 24px auto;
}
}
/*====================================
    l_footer snsArea
====================================*/
.l_footer .snsArea{
  margin: 0;
}
/*====================================
    l_footer_copy
====================================*/
.l_footer_copy{
  text-align: center;
  background: #190E09;
  color: #F1E9DF;
  font-family:  'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.0rem;
  padding: 8px;
}
/* =================================
 section
================================= */
/* =====================
  l_center
===================== */
.l_center{
display: flex;
justify-content: center;
}
/* =====================
  l_sec
===================== */
.l_sec_1{
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.l_sec_2{
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.l_sec_3{
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.l_sec_4{
  position: relative;
  margin-top: 24px;
}
.l_sec_5{
  position: relative;
  padding-top: 80px;
}
.l_sec_6{
  position: relative;
  margin-top: 40px;
}
.l_sec_7{
  position: relative;
  margin-top: 8px;
}
.l_sec_8{
  position: relative;
  margin-top: 8px;
}
.l_sec_9{
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {

  .l_sec_1{
    padding: 48px 0;
  }

  .l_sec_2{
    padding: 40px 0;
  }
  .l_sec_5{
    position: relative;
    padding-top: 40px;
    overflow: hidden;
  }
.l_sec_9{
  position: relative;
  margin-bottom: 48px;
}

}

/* =====================
  animation
===================== */

.animation-fadeUp01 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.animation-fadeUp02 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.animation-fadeUp03 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.fadeUp {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1.0;
}
/* =====================
  btn_pagetop
===================== */
/* =====================
  c_bg_1
===================== */
.c_bg_1{
  background: #fff;
}
/* =====================
  c_bg_score_1
===================== */
.c_bg_score_1{
  width: 100%;
  position: relative;
  background: url(../../assets/img/common/bg_score_1.png);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 0px -100px;
}
@media screen and (max-width: 1080px) {
  .c_bg_score_1{
    background-position: -80px -100px;
  }
}
@media screen and (max-width: 767px) {
  .c_bg_score_1{
    background-size: 300px;
    background-position: -20px -40px;
  }
}
/* =====================
  c_bg_score_2
===================== */
.c_bg_score_2{
  width: 100%;
  position: relative;
  background: url(../../assets/img/common/bg_score_2.png);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: right -60px top;
}
@media screen and (max-width: 1080px) {
  .c_bg_score_2{
  background-position: right -80px top -100px;
  }
}
@media screen and (max-width: 767px) {
  .c_bg_score_2{
    background-size: 300px;
  background-position: right -100px top -60px
  }
}


/* =====================
  js_btn_p_voice
===================== */
.js_btn_p_voice{
  position: fixed;
  width: 126px;
  height: 136px;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  transition: all .6s ease-in-out;
  display: block;
  background: url(../../assets/img/common/bnr_voice_2.png);
  background-repeat: no-repeat;
  background-size: 126px;

}
.hover .js_btn_p_voice:hover{
  transform: translate(0, -10px);
}
@media screen and (max-width: 1340px) {
  .js_btn_p_voice{
    display: none;
  }
}
/* =======================================

   pager

 ======================================= */
 .pager {
  display: flex;
  width: 100%;

  justify-content: center;
  align-items: center;

}
.pager-list {
    display: flex;

            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 24px;
}
.pager-list_item {
    display: flex;
    margin: 10px;
}
.pager-num {
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  color: #A29062;
  font-weight: 800;
  transition: all .2s ease-in-out;
}
.page-numbers {
    font-family: 'Noto Serif JP', serif;
    font-weight: 800;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: #A29062;
    font-weight: 800;
    transition: all .2s ease-in-out;
}
.hover .pager-num:hover {
  color: #ff6a7e;
}
.hover .page-numbers:hover {
  color: #ff6a7e;
}
.pager-list_item.current .pager-num{
  color: #190E09;
}
.pager-list_item.current .page-numbers{
  color: #190E09;
}

.pager-prev,.pager-next {
  font-size: 0;
    position: relative;
    display: flex;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

            justify-content: center;
            align-items: center;
            width: 48px;
            height: 48px;
            background: #B4A580;

}
.pager-prev:before,.pager-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 5px;
    content: '';
    transform: translate(-50% , -50%);
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.pager-prev:before {
    background: url(../../assets/img/ico/ico_arrow_right_2_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    transform: translate(-50% , -50%) scale(-1, 1);
}
.pager-next:before {
    background: url(../../assets/img/ico/ico_arrow_right_2_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}


.hover .pager-prev:hover{
    background: #190E09;
}
.hover .pager-next:hover{
        background: #190E09;
}

.pager .ellipsis {
    margin-top: auto;
  }
  .pager-NP{
    font-size: 4.0rem;
    color: #A29062;
    font-family: "Allison", cursive;
    font-weight: 400;
  }





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


    .pager-list {
      margin: 0 16px;
    }
    .pager-list_item {
      display: flex;
      margin: 8px;
    }
    .pager-num {
      font-size: 1.2rem;
    }


    .pager-prev,.pager-next {
      width: 32px;
      height: 32px;
    }
    .pager-prev:before,.pager-next:before {
      width: 16px;
      height: 3px;
    }
  }