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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.font-PT {
  font-family: 'PT Sans', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: color .3s, opacity .3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  transition: opacity .3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.txt-bold {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-weight: bold;
}

.text-input, input[type=text], input[type=number], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type="text"] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=number] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type="number"] {
  -moz-appearance: textfield;
}

.a-color-blue {
  color: #3BB4FF;
}

.a-decoration-show {
  text-decoration: underline;
}

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

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

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

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

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

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

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

.text-center {
  text-align: center;
}

.txt-underline {
  text-decoration: underline;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  flex-direction: column;
}

.warp {
  flex-wrap: wrap !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 760px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 760px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 760px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 760px) {
  .mt50 {
    margin-top: 20px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 760px) {
  .mt70 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 760px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 760px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .mb240 {
    margin-bottom: 80px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}
@media screen and (max-width: 760px) {
  .mar75 {
    margin: 35px 0;
  }
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 760px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 760px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.padding50 {
  padding: 50px;
}
@media screen and (max-width: 760px) {
  .padding50 {
    padding: 20px;
  }
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.pad-right-115 {
  padding-right: 115px;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-24-px {
  font-size: 2.4rem;
}

.fs-30-px {
  font-size: 3rem;
}

.line-height-18 {
  line-height: 1.8;
}

.pointer-nont {
  cursor: auto !important;
}

.link-sp {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .link-sp {
    pointer-events: visible !important;
  }
}

.content-880 {
  width: 94%;
  max-width: 880px;
  margin: 0 auto;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-940 {
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
}

.content-950 {
  width: 94%;
  max-width: 950px;
  margin: 0 auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1200 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-1230 {
  width: 94%;
  max-width: 1230px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1366-fullwidth {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1400 {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.bg-blue {
  background-color: #0068b0;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background: #fff;
}

.bg-grey-DD {
  background: #DDD;
}

.bg-grey-D1 {
  background: #D1D1D1;
}

.bg-grey-E6 {
  background: #E6E6E6;
}

.bg-grey-EB {
  background: #EBEBEB;
}

.bg-grey-E8 {
  background: #E8E8E8;
}

.bg-grey-36 {
  background: #363636 !important;
}

.bg-bea870 {
  background: #bea870;
}

.bg-a8a9a8 {
  background: #a8a9a8;
}

.bg-997a5c {
  background: #997a5c;
}

.bg-dedede {
  background: #dedede;
}

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-height-40 {
  height: 40px;
}

.btn-height-50 {
  height: 50px;
}

.btn-width-157 {
  max-width: 157px;
  width: 100%;
}

.btn-width-160 {
  max-width: 160px;
  width: 100%;
}

.btn-width-180 {
  max-width: 180px;
  width: 100%;
}

.btn-width-307 {
  max-width: 307px;
  width: 100%;
}

.btn-width-320 {
  max-width: 320px;
  width: 100%;
}

.btn-width-369 {
  max-width: 369px;
  width: 100%;
}

.btn-white {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: url("/assets/images/commons/arrow-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-white-back {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background: url("/assets/images/commons/arrow-back-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-white-next {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background: url("/assets/images/commons/arrow-right-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-grey {
  border: 1px solid #A8A8A8;
  background: #A8A8A8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-black {
  border: 1px solid #000;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-right {
  margin-left: auto;
}

.num-rate {
  position: absolute;
  top: 10px;
  left: 10px;
}

.numberCircle {
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.numberSquare {
  width: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  max-width: 60px;
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 760px) {
  .gototop {
    max-width: 40px;
  }
}

@media screen and (max-width: 760px) {
  .modal_bg {
    background: rgba(9, 9, 9, 0.27);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear;
    top: 0px;
    position: fixed;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 961px) {
  .modal_bg {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .open-modal-bg {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear;
  }
}

@media screen and (max-width: 1150px) {
  .main-menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .main-menu-pc {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .menu-pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .menu-footer {
    margin-bottom: 40px;
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-footer .defult-menu {
    display: block;
  }
  .menu-footer .defult-menu li {
    padding: 5px 0;
  }
  .menu-footer .defult-menu li a {
    justify-content: flex-start;
    font-size: 1.6rem;
    padding: 0;
    border-right: 0px solid #D9D9D9 !important;
    border-left: 0px solid #D9D9D9 !important;
  }
}

.menu-scroll .defult-menu {
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li a {
    padding: 0 10px;
    border-left: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li:last-child a {
    padding: 0 10px;
    border-right: 1px solid #D9D9D9;
  }
}

.defult-menu {
  display: flex;
  justify-content: center;
}
.defult-menu li {
  padding: 30px 0;
}
.defult-menu li a {
  display: flex;
  justify-content: center;
  line-height: 15px;
}
.defult-menu li a:link {
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
  .defult-menu li a {
    font-size: 1.4rem;
    line-height: inherit;
  }
}
.defult-menu li a span {
  padding: 0 23px;
  line-height: 15px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 1300px) {
  .defult-menu li a span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  .defult-menu li a span {
    border-right: 0px solid #D9D9D9 !important;
  }
}
@media screen and (max-width: 965px) {
  .defult-menu li a span {
    padding: 0 8px;
  }
}
.defult-menu li:first-child a span {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .defult-menu li:first-child a span {
    border-left: 0px solid #D9D9D9;
  }
}

.col2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -3.922%;
  justify-content: space-between;
}
.col2 > ul > li {
  margin-top: 3.922%;
  width: 48.039%;
}

.col3 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -5.333%;
  margin-right: -5.333%;
}
.col3 > ul > li {
  margin-right: 5.333%;
  margin-top: 5.333%;
  width: 28%;
}
@media screen and (max-width: 760px) {
  .col3 > ul > li {
    margin-right: 3.333%;
    margin-top: 3.333%;
    width: 46.666%;
  }
}
@media screen and (max-width: 760px) {
  .col3 > ul > li .detail p {
    font-size: 1.4rem;
  }
}

#column-page {
  display: flex;
}
@media screen and (max-width: 760px) {
  #column-page {
    flex-direction: column;
  }
}
#column-page .column-menu {
  min-width: 246px;
}
@media screen and (max-width: 760px) {
  #column-page .column-menu {
    background: #fff;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: -1px;
  }
}
#column-page .column-menu .menu {
  position: fixed;
  max-width: 246px;
}
@media screen and (max-width: 760px) {
  #column-page .column-menu .menu {
    background: #fff;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin-top: -1px;
  }
}

.column-content {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .column-content {
    padding-top: 70px;
  }
}

.row-more a {
  max-width: 100px;
  display: flex;
  margin-left: auto;
  font-size: 3rem;
  font-family: "dream-Regular";
  background: url("/assets/images/commons/arrow-more.svg");
  background-repeat: no-repeat;
  background-position: right 0em top 60%;
  background-size: 31px auto;
}
@media screen and (max-width: 760px) {
  .row-more a {
    font-size: 2rem;
    max-width: 70px;
    background-size: 24px auto;
  }
}

.title-base {
  font-family: "dream-Regular";
  font-size: 6rem;
  margin-left: 5px;
}
@media screen and (max-width: 760px) {
  .title-base {
    font-size: 3rem;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation > ul {
  display: flex;
  justify-content: center;
}
.pagenation > ul li a {
  margin: 0 3px;
  font-weight: bold;
}
.pagenation > ul .pagenation-break {
  margin-left: 3px;
}
.pagenation > .next-pagenation {
  margin-left: 10px;
  width: 19px;
  margin-top: 3px;
}
.pagenation > .next-pagenation a img {
  width: 100%;
}

@font-face {
  font-family: "dream-Regular";
  src: url("/assets/fonts/dream-orphans/DreamOrphans-Regular.eot");
  src: url("/assets/fonts/dream-orphans/DreamOrphans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/dream-orphans/DreamOrphans-Regular.woff") format("woff"), url("/assets/fonts/dream-orphans/DreamOrphans-Regular.ttf") format("truetype"), url("/assets/fonts/dream-orphans/DreamOrphans-Regular.svg#/assets/fonts/dream-orphans/DreamOrphans-Regular") format("svg");
}
@media screen and (max-width: 760px) {
  .menu {
    opacity: 0;
    visibility: hidden;
  }
}
.menu .logo {
  padding: 33px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .menu .logo {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .menu-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
}

.list-menu > ul li {
  border-top: 1px solid #EAEAEA;
}
.list-menu > ul li a {
  display: flex;
  padding: 10.5px 20px 10.5px 28px;
  font-weight: bold;
  color: #5D5D5D;
}
@media screen and (min-width: 961px) {
  .list-menu > ul li a:hover {
    background: url("/assets/images/commons/mark-menu-active.svg");
    background-repeat: no-repeat;
    background-position: left 0.8em top 49%;
    background-size: 7.5px auto;
  }
}
.list-menu > ul li:last-child {
  border-bottom: 1px solid #EAEAEA;
}

.top-active #top-active {
  color: #000;
  background: url("/assets/images/commons/mark-menu-active.svg");
  background-repeat: no-repeat;
  background-position: left 0.8em top 49%;
  background-size: 7.5px auto;
}

.profile-active #profile-active {
  color: #000;
  background: url("/assets/images/commons/mark-menu-active.svg");
  background-repeat: no-repeat;
  background-position: left 0.8em top 49%;
  background-size: 7.5px auto;
}

.news-active #news-active {
  color: #000;
  background: url("/assets/images/commons/mark-menu-active.svg");
  background-repeat: no-repeat;
  background-position: left 0.8em top 49%;
  background-size: 7.5px auto;
}

.exhibition-active #exhibition-active {
  color: #000;
  background: url("/assets/images/commons/mark-menu-active.svg");
  background-repeat: no-repeat;
  background-position: left 0.8em top 49%;
  background-size: 7.5px auto;
}

.goods-active #goods-active {
  color: #000;
  background: url("/assets/images/commons/mark-menu-active.svg");
  background-repeat: no-repeat;
  background-position: left 0.8em top 49%;
  background-size: 7.5px auto;
}

.footer-list-contact .list-contact {
  padding: 20px 0px;
  padding-bottom: 0;
}
.footer-list-contact .list-contact > ul li {
  border-bottom: 0px solid #EAEAEA;
}
.footer-list-contact .list-contact > ul li a {
  margin-left: auto;
  margin-right: auto;
}
.footer-list-contact .list-contact .mail-menu {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  max-width: 175px;
}
.footer-list-contact .list-contact .coppyright {
  max-width: 300px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-list-contact .list-contact .socail {
  display: flex;
  justify-content: center;
}

.list-contact {
  padding: 20px 20px;
}
.list-contact > ul li {
  border-bottom: 1px solid #EAEAEA;
}
.list-contact > ul li a {
  display: flex;
  padding: 15px 0;
}
.list-contact > ul li .socail {
  display: flex;
}
.list-contact > ul li .socail .instragram {
  max-width: 25px;
  width: 100%;
  margin: 0px 10px;
  padding: 0px 0 10px 0px;
}
.list-contact > ul li .socail .twitter {
  max-width: 30px;
  width: 100%;
  margin: 0px 18px;
  padding: 0px 0 10px 0px;
}

.mail-menu {
  max-width: 212px;
}
@media screen and (max-width: 760px) {
  .mail-menu {
    max-width: 220px;
  }
}

.coppyright {
  padding: 16px 0;
}

.tabs-menu {
  display: none;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@media screen and (max-width: 760px) {
  .tabs-menu {
    display: flex;
  }
}
.tabs-menu .logo {
  max-width: 30px;
}

#hamberger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamberger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamberger span:nth-child(1) {
  top: 0px;
}

#hamberger span:nth-child(2), #hamberger span:nth-child(3) {
  top: 9px;
}

#hamberger span:nth-child(4) {
  top: 18px;
}

#hamberger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamberger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamberger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamberger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.list h2.date {
  font-weight: bold;
}

.detail-what {
  max-width: 650px;
  width: 100%;
}

.content-what {
  background: url("/assets/images/top/bg-what.png");
  background-repeat: no-repeat;
  background-position: right 50px top 0px;
  background-size: 306px auto;
}
@media screen and (max-width: 760px) {
  .content-what {
    background-position: right 20px top 0px;
    background-size: 120px auto;
  }
}
.content-what .txt-what {
  letter-spacing: 0;
}
.content-what .txt-what .section + .section {
  border-top: 1px solid #B9B9B9;
}

.top-page .content-news .detail-news {
  border-bottom: 1px solid #B9B9B9;
}

.sort-detail > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .sort-detail > ul {
    padding: 10px 0;
  }
}
.sort-detail > ul li {
  max-width: 60px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .sort-detail > ul li {
    max-width: 45px;
  }
}
.sort-detail > ul li a {
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .sort-detail > ul li a {
    font-size: 1.4rem;
  }
}

.txt-detail-news {
  border-top: 1px solid #E8E8E8;
  width: 100%;
}
.txt-detail-news h1 {
  font-size: 2.6rem;
  font-weight: bold;
}
.txt-detail-news h2 {
  font-size: 2rem;
  font-weight: bold;
}
.txt-detail-news .date {
  font-weight: bold;
}
.txt-detail-news .txt-image .txt-bottom-image {
  font-size: 1.2rem;
}
.txt-detail-news .thumb-banner ul li .detail {
  font-size: 1.2rem;
}

.content-news {
  background: url("/assets/images/new/bg-new.png?DS=dsf");
  background-repeat: no-repeat;
  background-position: left 0 top 51px;
  background-size: 146px auto;
}
@media screen and (max-width: 760px) {
  .content-news {
    background-position: left 17px top 200px;
    background-size: 100px auto;
  }
}
.content-news .detail-news {
  border-bottom: 0px solid #B9B9B9;
}

.banner-profile {
  position: relative;
}
.banner-profile .txt-banner {
  position: absolute;
  top: 0px;
  right: 50px;
  font-size: 9rem;
  color: #fff;
  filter: drop-shadow(0px 0px 10px #777);
}
@media screen and (max-width: 1150px) {
  .banner-profile .txt-banner {
    font-size: 3rem;
    top: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 760px) {
  .banner-profile .txt-banner {
    font-size: 2.4rem;
    top: 20px;
    right: 20px;
  }
}
.banner-profile .img-banner-profile {
  filter: brightness(110%);
}

.content-profile {
  position: relative;
}

.txt-profile {
  max-width: 724px;
  width: 100%;
  position: relative;
  top: -342px;
  background: linear-gradient(0deg, white 10%, white 91%, rgba(255, 255, 255, 0.7) 100%);
}
@media screen and (max-width: 1150px) {
  .txt-profile {
    max-width: 426px;
    background: linear-gradient(0deg, white 10%, white 95%, rgba(255, 255, 255, 0.7) 100%);
  }
}
@media screen and (max-width: 760px) {
  .txt-profile {
    top: -150px;
    background: linear-gradient(0deg, white 10%, white 97.5%, rgba(255, 255, 255, 0.7) 100%);
  }
}
.txt-profile:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1200px;
  top: 350px;
  right: -43%;
  background: url(/assets/images/profile/bg-grey.png);
  background-repeat: no-repeat;
  background-position: left 80% top 35px;
  background-size: 306px auto;
}
@media screen and (max-width: 1150px) {
  .txt-profile:after {
    background-size: 106px auto;
    position: absolute;
    height: 900px;
    top: 350px;
    right: -20%;
    max-width: 120px;
  }
}
@media screen and (max-width: 760px) {
  .txt-profile:after {
    content: inherit;
  }
}
.txt-profile .birth {
  font-weight: 600;
}
.txt-profile .txt-detail p + p {
  border-top: 1.5px solid #B9B9B9;
}
.txt-profile .list-footer-relative {
  position: relative;
}
.txt-profile .footer-list-contact {
  position: absolute;
  width: 100%;
}

.content-exhibition {
  background: url("/assets/images/exhibition/bg-exhibition.png");
  background-repeat: no-repeat;
  background-position: left 0 top 51px;
  background-size: 146px auto;
}
@media screen and (max-width: 760px) {
  .content-exhibition {
    background-position: left 17px top 550px;
    background-size: 100px auto;
  }
}

.banner-exhibition {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 760px) {
  .txt-exhibition .width-4em {
    min-width: 4em;
  }
}
@media screen and (max-width: 760px) {
  .txt-exhibition .width-5em {
    min-width: 5em;
  }
}
.txt-exhibition .p_flex {
  display: flex;
}
@media screen and (max-width: 760px) {
  .txt-exhibition .sp-new-row {
    flex-direction: column;
    line-height: 1.3;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .txt-exhibition .mt30 {
    margin-top: 30px !important;
  }
}
.txt-exhibition .section + .section {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #E8E8E8;
}
.txt-exhibition .section:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid #E8E8E8;
}

.content-goods {
  background: url("/assets/images/goods/bg-goods.png");
  background-repeat: no-repeat;
  background-position: left 0 top 51px;
  background-size: 146px auto;
  min-height: 630px;
}
@media screen and (max-width: 760px) {
  .content-goods {
    background-position: left 17px top 20px;
    background-size: 100px auto;
    min-height: 403px;
  }
}

.banner-goods {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 760px) {
  .txt-goods .mt30 {
    margin-top: 30px !important;
  }
}
.txt-goods p a {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 375px) {
  .txt-goods p a {
    font-size: 14px;
  }
}

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