@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*
//webフォント読み込み時ちらつき防止
html {
  visibility: hidden;
  &.wf-active {
    visibility: visible;
  }
}
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #1e1e1e;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}
@media print, screen and (min-width: 961px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.92;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

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

ul {
  list-style: none;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.hidden {
  display: none !important;
}

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

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 60px;
  }
}
.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}
.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}
.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 3px;
  }
}
.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  padding: 50px 0;
}
.notpg-wrap .content-wrap {
  padding: 0 25px;
}
.notpg-wrap .content-wrap .content.sec1 p {
  font-family: "ryo-text-plusn", serif;
  line-height: 1.75;
  text-align: center;
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.heading-wrap.type1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.heading-wrap.type1 h2::after {
  position: relative;
  top: -10px;
  content: "";
  display: block;
  width: 40px;
  margin-left: 10px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type1 h2::after {
    width: 45px;
  }
}
.heading-wrap.type1 h2 .en {
  display: block;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.38;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type1 h2 .en {
    font-size: 12px;
  }
}
.heading-wrap.type2 h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type2 h2 {
    font-size: 17px;
  }
}
.heading-wrap.type3 p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type3 p {
    font-size: 12px;
  }
}
.heading-wrap.type3 p + h2 {
  margin-top: 10px;
}
.heading-wrap.type3 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.heading-wrap.type3 h2 + h2 {
  margin-top: 45px;
}
.heading-wrap.type3 h2 .main {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type3 h2 .main {
    font-size: 18px;
  }
}
.heading-wrap.type3 h2 .main + .sub {
  margin-top: 5px;
}
.heading-wrap.type3 h2 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type3 h2 .sub {
    font-size: 12px;
  }
}

.page-title-wrap {
  position: relative;
}
.page-title-wrap + .dl-wrap, .page-title-wrap + .description-wrap, .page-title-wrap + .item-wrap, .page-title-wrap + .head {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap + .dl-wrap, .page-title-wrap + .description-wrap, .page-title-wrap + .item-wrap, .page-title-wrap + .head {
    margin-top: 80px;
  }
}
.page-title-wrap + .heading-wrap, .page-title-wrap + .category-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap + .heading-wrap, .page-title-wrap + .category-wrap {
    margin-top: 80px;
  }
}
.page-title-wrap .page-img {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img {
    height: 195px;
  }
}
.page-title-wrap .page-img.tablet {
  height: 768px;
}
.page-title-wrap .page-img + .page-title {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img + .page-title {
    margin-top: 55px;
  }
}
.page-title-wrap .page-img.conceptpg {
  height: calc(100vh - 75px);
  background: url(../img/concept/conceptpg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.conceptpg {
    height: calc(100vh - 55px);
    background: url(../img/concept/conceptpg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1pg {
  height: 300px;
  background: url(../img/ring/ring1/ring1pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1pg {
    height: 150px;
    background: url(../img/ring/ring1/ring1pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail1pg {
  background: url(../img/ring/ring1/detail/detail1/ring1-detail1pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail1pg {
    background: url(../img/ring/ring1/detail/detail1/ring1-detail1pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail2pg {
  background: url(../img/ring/ring1/detail/detail2/ring1-detail2pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail2pg {
    background: url(../img/ring/ring1/detail/detail2/ring1-detail2pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail3pg {
  background: url(../img/ring/ring1/detail/detail3/ring1-detail3pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail3pg {
    background: url(../img/ring/ring1/detail/detail3/ring1-detail3pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail4pg {
  background: url(../img/ring/ring1/detail/detail4/ring1-detail4pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail4pg {
    background: url(../img/ring/ring1/detail/detail4/ring1-detail4pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail5pg {
  background: url(../img/ring/ring1/detail/detail5/ring1-detail5pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail5pg {
    background: url(../img/ring/ring1/detail/detail5/ring1-detail5pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail6pg {
  background: url(../img/ring/ring1/detail/detail6/ring1-detail6pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail6pg {
    background: url(../img/ring/ring1/detail/detail6/ring1-detail6pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail7pg {
  background: url(../img/ring/ring1/detail/detail7/ring1-detail7pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail7pg {
    background: url(../img/ring/ring1/detail/detail7/ring1-detail7pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring1-detail8pg {
  background: url(../img/ring/ring1/detail/detail8/ring1-detail8pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring1-detail8pg {
    background: url(../img/ring/ring1/detail/detail8/ring1-detail8pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2pg {
  height: 300px;
  background: url(../img/ring/ring2/ring2pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2pg {
    height: 150px;
    background: url(../img/ring/ring2/ring2pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail1pg {
  background: url(../img/ring/ring2/detail/detail1/ring2-detail1pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail1pg {
    background: url(../img/ring/ring2/detail/detail1/ring2-detail1pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail2pg {
  background: url(../img/ring/ring2/detail/detail2/ring2-detail2pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail2pg {
    background: url(../img/ring/ring2/detail/detail2/ring2-detail2pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail3pg {
  background: url(../img/ring/ring2/detail/detail3/ring2-detail3pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail3pg {
    background: url(../img/ring/ring2/detail/detail3/ring2-detail3pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail4pg {
  background: url(../img/ring/ring2/detail/detail4/ring2-detail4pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail4pg {
    background: url(../img/ring/ring2/detail/detail4/ring2-detail4pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail5pg {
  background: url(../img/ring/ring2/detail/detail5/ring2-detail5pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail5pg {
    background: url(../img/ring/ring2/detail/detail5/ring2-detail5pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail6pg {
  background: url(../img/ring/ring2/detail/detail6/ring2-detail6pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail6pg {
    background: url(../img/ring/ring2/detail/detail6/ring2-detail6pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail7pg {
  background: url(../img/ring/ring2/detail/detail7/ring2-detail7pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail7pg {
    background: url(../img/ring/ring2/detail/detail7/ring2-detail7pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring2-detail8pg {
  background: url(../img/ring/ring2/detail/detail8/ring2-detail8pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring2-detail8pg {
    background: url(../img/ring/ring2/detail/detail8/ring2-detail8pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-img.ring3pg {
  background: url(../img/ring/ring3/ring3pg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img.ring3pg {
    background: url(../img/ring/ring3/ring3pg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-title-wrap .page-title.ring-detailpg h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-title-wrap .page-title.ring-detailpg h1 + h2 {
  margin-top: 45px;
}
.page-title-wrap .page-title.ring-detailpg h1 .main {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.ring-detailpg h1 .main {
    font-size: 18px;
  }
}
.page-title-wrap .page-title.ring-detailpg h1 .main + .sub {
  margin-top: 5px;
}
.page-title-wrap .page-title.ring-detailpg h1 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.ring-detailpg h1 .sub {
    font-size: 12px;
  }
}
.page-title-wrap .page-title.ring-detailpg h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-title-wrap .page-title.ring-detailpg h2 + .arrow-wrap {
  margin-top: 45px;
}
.page-title-wrap .page-title.ring-detailpg h2 .main {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.ring-detailpg h2 .main {
    font-size: 14px;
  }
}
.page-title-wrap .page-title.ring-detailpg h2 .main + .sub {
  margin-top: 20px;
}
.page-title-wrap .page-title.ring-detailpg h2 .sub {
  display: block;
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: center;
}
.page-title-wrap .page-title.conceptpg .logo-wrap {
  display: none;
}
.page-title-wrap .page-title h1 .jp {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title h1 .jp {
    font-size: 17px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.page-title-wrap .page-title h1 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title h1 .sub {
    font-size: 12px;
  }
}

.archive-ring-sec-wrap.ring3pg-sec2-wrap {
  border-top: 1px solid #c8c8c8;
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item {
  width: 22%;
  padding-bottom: 45px;
  border: 1px solid #aaa;
  border-radius: 12px;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow1 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow2 {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item {
    width: 48.5%;
    padding-bottom: 25px;
    border-radius: 10px;
  }
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 25px;
  }
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item.ready {
  pointer-events: none;
  opacity: 0.7;
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: 25px;
  }
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .img {
    height: 140px;
  }
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .img + .head {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .img + .head {
    margin-top: 30px;
  }
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap {
  width: 30px;
  height: 12px;
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow {
  width: 30px;
  height: 12px;
  background: url(../img/shared/btn-arrow-down-type2-1.svg) center center/contain no-repeat;
}
.archive-ring-sec-wrap.ring3pg-sec2-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow.arrow1 {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}
.archive-ring-sec-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.archive-ring-sec-wrap .content-wrap {
  padding: 0 10px;
}
.archive-ring-sec-wrap .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content {
    width: 375px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .heading-wrap + .description-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .heading-wrap + .description-wrap {
    margin-top: 30px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .description-wrap + .item-wrap {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .description-wrap + .item-wrap {
    margin-top: 80px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.archive-ring-sec-wrap .content-wrap .content .description-wrap p a {
  color: #d51b1b;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .archive-ring-sec-wrap .content-wrap .content .description-wrap p a:hover {
    text-decoration: none;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  max-width: 100%;
}
@media print, screen and (min-width: 961px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow2 {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item:hover .img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item {
    width: 50%;
  }
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 80px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 961px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .img + .head {
  margin-top: 20px;
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 + .arrow-wrap {
  margin-top: 30px;
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 .main {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 .main {
    font-size: 17px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 .main + .sub {
  margin-top: 5px;
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
    font-size: 11px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap {
  position: relative;
  width: 40px;
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap {
    width: 45px;
    height: 12px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow {
    position: static;
    width: 45px;
    height: 12px;
  }
}
.archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow.arrow1 {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
@media only screen and (max-width: 767px) {
  .archive-ring-sec-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow.arrow1 {
    display: none;
  }
}
.sold-outpg-sec1-wrap .inner, .completedpg-sec1-wrap .inner {
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .sold-outpg-sec1-wrap .inner, .completedpg-sec1-wrap .inner {
    padding-top: 175px;
  }
}
.sold-outpg-sec1-wrap .content-wrap, .completedpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.sold-outpg-sec1-wrap .content-wrap .content .description-wrap p, .completedpg-sec1-wrap .content-wrap .content .description-wrap p {
  text-align: center;
}
.sold-outpg-sec1-wrap .content-wrap .content .btn-wrap, .completedpg-sec1-wrap .content-wrap .content .btn-wrap {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sold-outpg-sec1-wrap .content-wrap .content .btn-wrap, .completedpg-sec1-wrap .content-wrap .content .btn-wrap {
    margin-top: 80px;
  }
}
.sold-outpg-sec1-wrap .content-wrap .content .btn-wrap .btn, .completedpg-sec1-wrap .content-wrap .content .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap.sec2 .nav-item:nth-of-type(3),
.footer-wrap .content-wrap .content.sec1 .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap.sec2 .nav-item:nth-of-type(3),
.archive-voice-sec-wrap {
  display: none !important;
}

.btn {
  position: relative;
}
.btn.type1, .btn.notpg {
  width: 340px;
  height: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn.type1, .btn.notpg {
    height: 50px;
  }
}
.btn.type1.adjust a span, .btn.notpg.adjust a span {
  text-indent: -20px;
  letter-spacing: 0;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
}
.btn.type1 a, .btn.notpg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
}
@media print, screen and (min-width: 961px) {
  .btn.type1 a, .btn.notpg a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.type1 a:hover, .btn.notpg a:hover {
    border: 1px solid #1e1e1e;
    opacity: 1;
  }
  .btn.type1 a:hover:after, .btn.notpg a:hover:after {
    background: url(../img/shared/btn-arrow-right-type1-2.svg) center center/contain no-repeat;
  }
  .btn.type1 a::after, .btn.notpg a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn.type1 a:after, .btn.notpg a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type1-3.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a:after, .btn.notpg a:after {
    right: 15px;
  }
}
.btn.type1 a span, .btn.notpg a span {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a span, .btn.notpg a span {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .btn.type2 a:hover span, .btn.type2 > span:hover span {
    opacity: 0.7;
  }
  .btn.type2 a span, .btn.type2 > span span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn.type2 a:after, .btn.type2 > span:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 15px;
  background: url(../img/shared/btn-arrow-right-type1-3.svg) center center/contain no-repeat;
}
.btn.type2 a span, .btn.type2 > span span {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a span, .btn.type2 > span span {
    font-size: 13px;
  }
}
.btn.type3 {
  width: 340px;
  height: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn.type3 {
    height: 50px;
  }
}
.btn.type3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
}
@media print, screen and (min-width: 961px) {
  .btn.type3 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.type3 a:hover {
    border: 1px solid #1e1e1e;
    opacity: 1;
  }
  .btn.type3 a:hover:after {
    background: url(../img/shared/btn-arrow-down-type1-2.svg) center center/contain no-repeat;
  }
  .btn.type3 a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn.type3 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/shared/btn-arrow-down-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a:after {
    right: 15px;
  }
}
.btn.type3 a span {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a span {
    font-size: 15px;
  }
}
.btn.type4 {
  width: 435px;
  height: 70px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn.type4 {
    height: 50px;
  }
}
.btn.type4.adjust a span {
  text-indent: -20px;
  letter-spacing: 0;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
}
.btn.type4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  background: #828282;
}
@media print, screen and (min-width: 961px) {
  .btn.type4 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.type4 a:hover {
    opacity: 0.7;
  }
}
.btn.type4 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn.type4 a:after {
    right: 15px;
  }
}
.btn.type4 a span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .btn.type4 a span {
    font-size: 15px;
  }
}
.btn.type5 a, .btn.type5 > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .btn.type5 a:hover span, .btn.type5 > span:hover span {
    opacity: 0.7;
  }
  .btn.type5 a span, .btn.type5 > span span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn.type5 a::before, .btn.type5 > span::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url(../img/shared/btn-arrow-right-type3-1.svg) center center/contain no-repeat;
}
.btn.type5 a span, .btn.type5 > span span {
  font-size: 14px;
  line-height: 1.75;
}
.btn.type6 a, .btn.type6 > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .btn.type6 a:hover span, .btn.type6 > span:hover span {
    opacity: 0.7;
  }
  .btn.type6 a span, .btn.type6 > span span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.btn.type6 a::before, .btn.type6 > span::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url(../img/shared/btn-arrow-right-type3-2.svg) center center/contain no-repeat;
}
.btn.type6 a span, .btn.type6 > span span {
  font-size: 14px;
  line-height: 1.75;
}
.btn.sms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  height: 60px;
  max-width: 100%;
  border: 1px solid #aaa;
}
@media print, screen and (min-width: 961px) {
  .btn.sms {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.sms:hover {
    border: 1px solid #1e1e1e;
    opacity: 1;
  }
  .btn.sms:hover:after {
    background: url(../img/shared/btn-arrow-right-type1-2.svg) center center/contain no-repeat;
  }
  .btn.sms::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .btn.sms {
    height: 50px;
  }
}
.btn.sms:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type1-3.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .btn.sms:after {
    right: 15px;
  }
}
.btn.sms input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #1e1e1e;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .btn.sms input {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .btn.new-window a:hover:after {
    background: url(../img/shared/icon-new-window-type1-2.svg) center center/contain no-repeat;
  }
}
.btn.new-window a:after {
  width: 15px;
  height: 13px;
  background: url(../img/shared/icon-new-window-type1-1.svg) center center/contain no-repeat;
}
/* 初期状態（画面外で見えないようにする） */
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

/* フェードインのクラス */
.fade-in.visible {
  opacity: 1;
}

.fade-in.delay-0 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; /* デフォルトでは遅延なし */
}

.fade-in.delay-1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fade-in.delay-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

/* ファーストビューアニメーション設定 */
@-webkit-keyframes blurLoop {
  /* 0〜2秒 フェードイン */
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  16.666% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  /* 2〜4秒 表示 */
  33.333% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  /* 4〜6秒 フェードアウト */
  50% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  /* 6〜12秒 待機（完全非表示） */
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@keyframes blurLoop {
  /* 0〜2秒 フェードイン */
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  16.666% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  /* 2〜4秒 表示 */
  33.333% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  /* 4〜6秒 フェードアウト */
  50% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  /* 6〜12秒 待機（完全非表示） */
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
/* 1：1秒でフェードイン → 1秒表示 → フェードアウト */
@-webkit-keyframes fadeOut1 {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  } /* 非表示 */
  33% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  } /* 1秒でフェードイン */
  66% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  } /* 1秒表示 */
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  } /* 1秒でフェードアウト */
}
@keyframes fadeOut1 {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  } /* 非表示 */
  33% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  } /* 1秒でフェードイン */
  66% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  } /* 1秒表示 */
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  } /* 1秒でフェードアウト */
}
/* 2：3秒後にふわっと表示 → そのまま固定 */
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-wrap.toppg-sec3-slider {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider {
    padding-left: 20px;
  }
}
.slider-wrap.toppg-sec3-slider .slider {
  width: 87%;
  min-width: 1160px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider {
    width: 375px;
    max-width: 100%;
    min-width: auto;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slick-list {
  padding-right: 220px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slick-list {
    padding-right: 110px;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slider-item:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item:not(:first-of-type) {
    margin-left: 15px;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slider-item .item {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 961px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item {
    width: 225px;
    max-width: 100%;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap {
    top: 20px;
    left: 20px;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap .detail .title {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap .detail .title {
    font-size: 14px;
  }
}
.slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap .detail .category {
  margin-top: 8px;
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec3-slider .slider .slider-item .item .detail-wrap .detail .category {
    font-size: 12px;
  }
}
.slider-wrap.shop-detailpg-sec1-slider {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.shop-detailpg-sec1-slider {
    margin-top: 75px;
  }
}
.slider-wrap.manufacturingpg-sec1-slider {
  width: 486px;
  max-width: 100%;
}
.slider-wrap.ring-detailpg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 582px;
  max-width: 100%;
}
.slider-wrap.ring-detailpg.ring3pg-sec3-slider::after {
  position: absolute;
  left: 0;
  right: auto;
  bottom: -55px;
  content: "※リングサイズの変更はできません。内径約1㎝のベビーサイズのみご用意となります。\a※現在、ECサイトのみでの先行販売となります。店頭での取り扱いはございません。";
  display: block;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0;
  white-space: pre-line;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg.ring3pg-sec3-slider::after {
    position: static;
    margin-top: 13px;
    padding: 0 20px;
  }
}
.slider-wrap.ring-detailpg.ring3pg-sec3-slider .slider-main .slider-item::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg.ring3pg-sec3-slider .slider-nav-wrap {
    margin-top: 15px;
    padding: 0 20px;
  }
}
.slider-wrap.ring-detailpg.ring3pg-sec3-slider .slider-nav-wrap .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg.ring3pg-sec3-slider .slider-nav-wrap .slider-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg {
    display: block;
  }
}
.slider-wrap.ring-detailpg .slider-main {
  width: 486px;
  max-width: 100%;
}
.slider-wrap.ring-detailpg .slider-main .slider-item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  content: "※掲載商品は実際の色調と異なる場合がございます。";
  display: block;
  color: #646464;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-main .slider-item::after {
    bottom: 15px;
    font-size: 12px;
  }
}
.slider-wrap.ring-detailpg .slider-main .slider-item h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-main .slider-item h4 {
    bottom: 50px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-nav-wrap {
    margin-top: 15px;
    padding: 0 20px;
  }
}
.slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item {
  width: 75px;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item {
    width: 45px;
  }
}
.slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item.thumbnail-current img {
  border: 1px solid #aaa;
  opacity: 0.8;
}
.slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item:not(:first-of-type) {
    margin-top: 0;
    margin-left: 5px;
  }
}
.slider-wrap.ring-detailpg .slider-nav-wrap .slider-nav .slider-item img {
  width: 75px;
  border: 1px solid transparent;
}
.slider-wrap.ring3pg-sec8-slider .slider-item {
  margin: 0 25px;
  padding: 60px 1%;
  border: 1px solid #aaa;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring3pg-sec8-slider .slider-item {
    margin: 0 15px;
    padding: 40px 40px;
  }
}
.slider-wrap.ring3pg-sec8-slider .slider-item .item-head + .text {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring3pg-sec8-slider .slider-item .item-head + .text {
    margin-top: 30px;
  }
}
.slider-wrap.ring3pg-sec8-slider .slider-item .item-head .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring3pg-sec8-slider .slider-item .item-head .title {
    font-size: 15px;
  }
}
.slider-wrap.ring3pg-sec8-slider .slider-item .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring3pg-sec8-slider .slider-item .text p {
    font-size: 12px;
  }
}
.slider-wrap.ring3pg-sec8-slider .slider-item .text p.name {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.ring3pg-sec8-slider .slider-item .text p.name {
    font-size: 12px;
  }
}
.slider-wrap.ring3pg-sec8-slider .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.slider-wrap.ring3pg-sec8-slider .arrow-wrap .slider-arrow {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 80px;
  height: 80px;
}
.slider-wrap.ring3pg-sec8-slider .arrow-wrap .slider-arrow.slider-prev {
  margin-right: 10px;
  background: url(../img/shared/slider-arrow-left-type2-1.svg) center center/contain no-repeat;
}
.slider-wrap.ring3pg-sec8-slider .arrow-wrap .slider-arrow.slider-next {
  margin-left: 10px;
  background: url(../img/shared/slider-arrow-right-type2-1.svg) center center/contain no-repeat;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Images */
.slick-slide img {
  margin: 0 auto;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; /* 重要 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 40px;
    height: 50px;
  }
}

.slider-prev {
  left: 0;
  background: url(../img/shared/slider-arrow-left-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-prev {
    background: url(../img/shared/slider-arrow-left-type1-1_sp.svg) center center/contain no-repeat;
  }
}

.slider-next {
  right: 0;
  background: url(../img/shared/slider-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-next {
    background: url(../img/shared/slider-arrow-right-type1-1_sp.svg) center center/contain no-repeat;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 37px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.header-wrap.burger {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap.burger.top {
  background: none;
}
.header-wrap.burger.top .header-subwrap .header-logo.logo2 {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap.burger.online {
  position: static;
}
.header-wrap.burger.online .header-subwrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 110px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap {
    padding: 80px 0 0 0;
  }
}
.header-wrap.burger.online .header-subwrap .header-logo.logo1, .header-wrap.burger.online .header-subwrap .header-logo.logo2 {
  display: none;
}
.header-wrap.burger.online .header-subwrap .header-logo.logo3 img {
  width: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap .header-logo.logo3 img {
    width: 50px;
  }
}
.header-wrap.burger.online .header-subwrap .nav-wrap {
  display: none;
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap .pickup-link-wrap {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
  }
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap .link {
  position: relative;
  width: 60px;
  height: 270px;
  background: #d51b1b;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap .pickup-link-wrap .link {
    width: 100%;
    height: 55px;
  }
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap .link.link1, .header-wrap.burger.online .header-subwrap .pickup-link-wrap .link.link2 {
  display: none;
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap .link:not(:first-of-type) {
  border-left: none;
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 0 20px 0;
  color: #fff;
  font-size: 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap .pickup-link-wrap .link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0;
    font-size: 14px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.header-wrap.burger.online .header-subwrap .pickup-link-wrap .link a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/shared/btn-arrow-down-type1-3.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.online .header-subwrap .pickup-link-wrap .link a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
}
.header-wrap.burger.online .header-subwrap .burger-btn {
  display: none;
}
.header-wrap.burger.active {
  background: #fff;
}
.header-wrap.burger.active .header-subwrap .header-logo.logo2 {
  opacity: 1;
  pointer-events: auto;
}
.header-wrap.burger .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap {
    height: 55px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.burger .header-subwrap .header-logo {
  position: relative;
  z-index: 999;
  pointer-events: auto;
}
.header-wrap.burger .header-subwrap .header-logo.logo1 img {
  width: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo.logo1 img {
    width: 30px;
  }
}
.header-wrap.burger .header-subwrap .header-logo.logo2 {
  position: relative;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo.logo2 {
    left: 6px;
  }
}
.header-wrap.burger .header-subwrap .header-logo.logo2 img {
  width: 85px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo.logo2 img {
    width: 64px;
  }
}
.header-wrap.burger .header-subwrap .header-logo.logo3 img {
  width: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo.logo3 img {
    width: 50px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: 100%;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header-wrap.burger .header-subwrap .nav-wrap.active {
  opacity: 1;
  visibility: visible;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 93px);
  background: #828282;
  overflow-y: auto;
}
@media only screen and (max-width: 960px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap {
    height: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap {
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap.is-scroll {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 55px 0 55px 0;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
    padding: 0 45px;
    text-align: left;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo + .nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo + .nav {
    margin-top: 25px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo a {
  display: inline-block;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
  width: 160px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
    width: 118px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec1 {
    padding: 0 45px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list .nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 {
    display: block;
    padding: 20px 0;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap {
  width: 100%;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item {
    width: 50%;
    height: 25px;
  }
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item:nth-of-type(1) a, .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item:nth-of-type(3) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item a {
  color: #828282;
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav.sec2 .nav-list-wrap .nav-list .nav-item a {
    padding: 0 10px;
    letter-spacing: 0.5px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 {
  color: #dcdcdc;
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 {
    font-size: 11px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 + .nav-list {
  margin-top: 10px;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list {
  width: 100%;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list + h3 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list + h3 {
    margin-top: 30px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 33px;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram {
  width: 340px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram {
    width: 300px;
    height: 50px;
    margin-top: 25px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/shared/icon-instagram-type1-1.svg) center center/contain no-repeat;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
}
.header-wrap.burger .header-subwrap .pickup-link-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .header-wrap.burger .header-subwrap .pickup-link-wrap .link {
    width: 50%;
    height: 55px;
    background: #828282;
  }
  .header-wrap.burger .header-subwrap .pickup-link-wrap .link:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  .header-wrap.burger .header-subwrap .pickup-link-wrap .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
  }
}
.header-wrap.burger .header-subwrap .burger-btn {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100px;
  height: 75px;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn {
    width: 55px;
    height: 55px;
  }
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(1) {
  border-bottom: 1px solid #fff !important;
  -webkit-transform: translateY(4px) rotate(-15deg);
  -ms-transform: translateY(4px) rotate(-15deg);
  transform: translateY(4px) rotate(-15deg);
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(3.5px) rotate(-15deg);
    -ms-transform: translateY(3.5px) rotate(-15deg);
    transform: translateY(3.5px) rotate(-15deg);
  }
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(2) {
  border-bottom: 1px solid #fff !important;
  -webkit-transform: translateY(-4px) rotate(15deg);
  -ms-transform: translateY(-4px) rotate(15deg);
  transform: translateY(-4px) rotate(15deg);
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-3.5px) rotate(15deg);
    -ms-transform: translateY(-3.5px) rotate(15deg);
    transform: translateY(-3.5px) rotate(15deg);
  }
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: 8px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
    width: 30px;
    height: 7px;
  }
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #1e1e1e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pickup-news-wrap {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .pickup-news-wrap {
    right: 0;
    bottom: 55px;
    width: 375px;
  }
}
.pickup-news-wrap.close {
  display: none;
}
.pickup-news-wrap .btn-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/shared/btn-close-type1-1.svg) center center/10px 10px no-repeat;
  cursor: pointer;
}
.pickup-news-wrap .link {
  display: block;
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}
.modal-window.close {
  display: none;
}
.modal-window.tablet {
  height: 768px;
}
.modal-window .img-wrap {
  position: relative;
  z-index: 1002;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap {
    padding: 0 15px;
  }
}
.modal-window .img-wrap .img {
  position: relative;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap .img {
    width: 325px;
  }
}
.modal-window .img-wrap .img .day-wrap {
  position: absolute;
  top: 345px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52.5%;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap .img .day-wrap {
    top: 320px;
    width: 100%;
  }
}
.modal-window .img-wrap .img .day-wrap .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap .img .day-wrap .day {
    width: 235px;
    height: 50px;
  }
}
.modal-window .img-wrap .img .day-wrap .day span {
  color: #d51b1b;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap .img .day-wrap .day span {
    font-size: 14px;
  }
}
.modal-window .img-wrap .img .btn-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/shared/btn-close-type1-1.svg) center center/15px 15px no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-window .img-wrap .img .btn-close {
    width: 50px;
    height: 50px;
    background: url(../img/shared/btn-close-type1-2.svg) center center/15px 15px no-repeat;
  }
}
.modal-window .img-wrap .img .btn-close a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrap.online .inner {
  padding: 20px 100px 80px 100px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .inner {
    padding: 0 35px 100px 35px;
  }
}
.footer-wrap.online .content-wrap .content.sec1 {
  display: none;
}
.footer-wrap.online .content-wrap .content.sec2 {
  display: none;
}
.footer-wrap.online .content-wrap .content.sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.footer-wrap.online .content-wrap .content.sec3 .link-wrap + .footer-logo {
  margin-top: 300px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .content-wrap .content.sec3 .link-wrap + .footer-logo {
    margin-top: 125px;
  }
}
.footer-wrap.online .content-wrap .content.sec3 .link-wrap .link.instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap.online .content-wrap .content.sec3 .link-wrap .link.instagram a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .content-wrap .content.sec3 .link-wrap .link.instagram a {
    font-size: 12px;
  }
}
.footer-wrap.online .content-wrap .content.sec3 .link-wrap .link.instagram a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background: url(../img/shared/icon-instagram-type1-2.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .content-wrap .content.sec3 .link-wrap .link.instagram a::before {
    width: 14px;
    height: 14px;
  }
}
.footer-wrap.online .content-wrap .content.sec3 .footer-logo + .text {
  margin-top: 80px;
}
.footer-wrap.online .content-wrap .content.sec3 .footer-logo img {
  width: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .content-wrap .content.sec3 .footer-logo img {
    width: 50px;
  }
}
.footer-wrap.online .content-wrap .content.sec3 .text p {
  text-align: center;
}
.footer-wrap.online .content-wrap .content.sec3 .copyright {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap.online .content-wrap .content.sec3 .copyright {
    margin-top: 35px;
  }
}
.footer-wrap .inner {
  padding: 150px 0 50px 0;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .inner {
    padding: 150px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .inner {
    padding: 65px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.footer-wrap .content-wrap .content.sec1 {
  padding: 0 25px;
}
.footer-wrap .content-wrap .content.sec1 .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 435px;
  max-width: 100;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .btn-wrap {
    width: 300px;
  }
}
.footer-wrap .content-wrap .content.sec1 .btn-wrap + .nav-list-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .btn-wrap + .nav-list-wrap {
    margin-top: 55px;
  }
}
.footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
  }
}
.footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:nth-of-type(3), .footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:nth-of-type(4) {
  width: 49%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:nth-of-type(3), .footer-wrap .content-wrap .content.sec1 .btn-wrap .btn:nth-of-type(4) {
    margin-top: 30px;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list {
    display: block;
    width: 300px;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item {
  width: 32%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item {
    width: 100%;
  }
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item + .nav-item {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item + .nav-item {
    margin-top: 25px;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item.null {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item.null {
    display: none;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a:hover {
    opacity: 1;
  }
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a:hover img {
    opacity: 0.7;
  }
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a {
    text-align: left;
    letter-spacing: 0.5px;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a img {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-list-wrap .nav-list .nav-item a img {
    margin-top: 10px;
  }
}
.footer-wrap .content-wrap .content.sec2 {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap {
  width: 100%;
  height: 100%;
  background: #828282;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap {
    padding-top: 60px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo {
    padding: 0 45px;
    text-align: left;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo + .nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo + .nav {
    margin-top: 25px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo a {
  display: inline-block;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo img {
  width: 160px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav-logo img {
    width: 118px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 45px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 h3 {
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 h3 {
    font-size: 14px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 h3 + .nav-list {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 h3 + .nav-list {
    margin-top: 10px;
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap.sec2 .nav-list {
  width: auto;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list {
    display: block;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list .nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list .nav-item {
    height: 33px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec1 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec2 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec2 {
    margin-top: 25px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 {
  margin-top: 100px;
  padding: 20px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 {
    position: relative;
    display: block;
    margin-top: 60px;
  }
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3::after {
    position: absolute;
    left: 0;
    bottom: -1.5px;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap {
  width: 100%;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item {
    width: 50%;
    height: 25px;
  }
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item:nth-of-type(1) a, .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item:nth-of-type(3) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item:not(:first-of-type) {
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item a {
  color: #828282;
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav.sec3 .nav-list-wrap .nav-list .nav-item a {
    padding: 0 10px;
    letter-spacing: 0.5px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 a {
  color: #dcdcdc;
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 a {
    font-size: 11px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap h3 a + .nav-list {
  margin-top: 10px;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list {
  width: 100%;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list + h3 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list + h3 {
    margin-top: 30px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 33px;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram {
  width: 340px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram {
    width: 300px;
    height: 50px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item.instagram a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/shared/icon-instagram-type1-1.svg) center center/contain no-repeat;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-subwrap .nav .nav-list-wrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
}
.footer-wrap .content-wrap .content.sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-wrap .content-wrap .content.sec3 .text p {
  font-size: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec3 .text p {
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.footer-wrap .content-wrap .content.sec3 .text p .brackets {
  margin: 0 -3px 0 -5px;
}
.footer-wrap .content-wrap .content.sec3 .copyright {
  margin-top: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec3 .copyright {
    margin-top: 35px;
  }
}

.ring1 .footer-wrap .inner, .ring2 .footer-wrap .inner, .ring3 .footer-wrap .inner {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 960px) {
  .ring1 .footer-wrap .inner, .ring2 .footer-wrap .inner, .ring3 .footer-wrap .inner {
    padding: 0 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ring1 .footer-wrap .inner, .ring2 .footer-wrap .inner, .ring3 .footer-wrap .inner {
    padding: 0 0 100px 0;
  }
}
.ring1 .footer-wrap .content-wrap .content.sec1, .ring2 .footer-wrap .content-wrap .content.sec1, .ring3 .footer-wrap .content-wrap .content.sec1 {
  display: none;
}
.ring1 .footer-wrap .content-wrap .content.sec2, .ring2 .footer-wrap .content-wrap .content.sec2, .ring3 .footer-wrap .content-wrap .content.sec2 {
  margin-top: 0;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap .logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-img-wrap .logo-wrap .logo {
  width: 35px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap .logo {
    width: 25px;
  }
}
.main-img-wrap .copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-img-wrap .copy-wrap .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-img-wrap .copy-wrap .copy img {
  position: absolute;
  width: 35px;
  max-width: 100%;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy img {
    width: 25px;
  }
}
.main-img-wrap .copy-wrap .copy img.copy1 {
  -webkit-animation: fadeOut1 3s ease forwards;
  animation: fadeOut1 3s ease forwards;
}
.main-img-wrap .copy-wrap .copy img.copy2 {
  -webkit-animation: fadeIn2 1s ease 2s forwards;
  animation: fadeIn2 1s ease 2s forwards;
}
.main-img-wrap .video-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-img-wrap .video-wrap .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-img-wrap .video-wrap .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.toppg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.toppg-sec1-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item {
  display: block;
  width: 45.5%;
  max-width: 100%;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item:hover .head .arrow-wrap .arrow.arrow2 {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item:hover .img {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item {
    width: 325px;
  }
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
    margin-top: 20px;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 + .arrow-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 + .arrow-wrap {
    margin-top: auto;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .jp {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .jp {
    font-size: 17px;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .jp + .en {
  margin-top: 10px;
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .en {
  display: block;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .en {
    font-size: 12px;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap {
  position: relative;
  width: 40px;
  height: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap {
    width: auto;
    height: auto;
    margin-left: 0;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow {
    position: static;
    width: 45px;
    height: 12px;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow.arrow1 {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .arrow-wrap .arrow.arrow1 {
    display: none;
  }
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .btn-wrap {
  margin-top: 0;
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .btn-wrap .btn {
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
}
.toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .btn-wrap .btn span span {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .head .btn-wrap .btn span span {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 961px) {
  .toppg-sec1-wrap .content-wrap .content .item-wrap .item .img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.toppg-sec1-wrap .content-wrap .content .btn-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .btn-wrap {
    margin-top: 60px;
  }
}
.toppg-sec1-wrap .content-wrap .content .btn-wrap .btn {
  margin: 0 auto;
}

.toppg-sec2-wrap {
  background: #f5f5f5;
}
.toppg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.toppg-sec2-wrap .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content {
    display: block;
    width: 375px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 35px;
    padding: 0 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content .img-wrap {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .img-wrap {
    width: 100%;
  }
  .toppg-sec2-wrap .content-wrap .content .img-wrap + .text-wrap {
    margin-top: 40px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap {
  width: 440px;
  max-width: 100%;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp {
    padding: 0 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .head + .text {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .head + .text {
    margin-top: 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .head h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .head h3 {
    font-size: 17px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text-subwrap.jp .text p {
    font-size: 13px;
    line-height: 2.3;
  }
}
.toppg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 {
  width: 87%;
  min-width: 1190px;
  margin: 0 0 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 {
    padding: 0 45px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
  }
}

.toppg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec4-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap {
    display: block;
  }
}
.toppg-sec4-wrap .content-wrap .content {
  width: 45.5%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content {
    width: 375px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap {
  margin-top: 35px;
  padding: 0 20px;
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .item-head .title {
    opacity: 0.7;
  }
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .arrow-wrap .arrow.arrow1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .arrow-wrap .arrow.arrow2 {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item {
    width: 100%;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head {
    width: 80%;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date {
  color: #969696;
  font-size: 12px;
  line-height: 1.75;
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
    margin-top: 5px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap {
  position: relative;
  bottom: 5px;
  width: 40px;
  height: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap {
    width: auto;
    height: auto;
    margin-left: 0;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap .arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap .arrow {
    position: static;
    width: 45px;
    height: 12px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap .arrow.arrow1 {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .arrow-wrap .arrow.arrow1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap {
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap {
    margin-top: 30px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}
.toppg-sec4-wrap .content-wrap .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.toppg-sec4-wrap .content-wrap .content .head h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content .head h2 {
    font-size: 17px;
  }
}

.toppg-sec5-wrap {
  background: #f5f5f5;
}
.toppg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec5-wrap .content-wrap {
  padding: 0 25px;
}
.toppg-sec5-wrap .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content {
    width: 375px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap {
    display: block;
    margin-top: 35px;
    padding: 0 20px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item {
  display: block;
  width: 31.5%;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .tmb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item {
    width: 100%;
  }
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #c8c8c8;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb {
    width: 115px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb + .item-head {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb + .item-head {
    margin-top: 0;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img {
  aspect-ratio: 680/460;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head {
    width: 150px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date {
  color: #969696;
  font-size: 12px;
  line-height: 1.75;
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
    margin-top: 0;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
    font-size: 14px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title + .category {
  margin-top: 15px;
}
.toppg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .category {
  display: inline-block;
  padding: 3px 7px 2px 7px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0;
}
.toppg-sec5-wrap .content-wrap .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.toppg-sec5-wrap .content-wrap .content .head h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content .head h2 {
    font-size: 17px;
  }
}

.conceptpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 55px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-title {
  position: absolute;
  z-index: 1;
  left: 140px;
  bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-title {
    left: 50px;
    bottom: 50px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-title .logo-wrap .logo {
  width: 32px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-title .logo-wrap .logo {
    width: 23px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 115px;
    padding: 0 45px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .heading-wrap + .text-subwrap {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .heading-wrap + .text-subwrap {
    margin-top: 70px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp {
    display: block;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp + .en {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp + .en {
    margin-top: 65px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head {
  width: 101px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head {
    width: auto;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head + .text {
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head + .text {
    margin-top: 45px;
    margin-right: 0;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head h3 {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head h3 {
    font-size: 22px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 704px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text {
    display: block;
    width: auto;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 16px;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p {
    font-size: 13px;
    line-height: 2;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p + p {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p + p {
    margin-top: 20px;
    margin-right: 0;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en {
  width: 340px;
  max-width: 100%;
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en h3 {
  font-family: "thermal-variable", serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en h3 {
    font-size: 14px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en h3 + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en h3 + p {
    margin-top: 20px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.en p {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}

.conceptpg-sec2-wrap {
  background: #fafafa;
}
.conceptpg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.conceptpg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .heading-wrap + .text {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .heading-wrap + .text {
    margin-top: 70px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text.en {
  display: none;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text.en {
    display: block;
    margin-top: 55px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text.en p {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .img-wrap {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 55px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.conceptpg-sec2-wrap .content-wrap .content.sec3 {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec3 {
    display: none;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec3 .text-wrap .text.en p {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}

.conceptpg-sec3-wrap {
  background: #fafafa;
}
.conceptpg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.conceptpg-sec3-wrap .content-wrap {
  padding: 0 25px;
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .heading-wrap + .text {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .heading-wrap + .text {
    margin-top: 70px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .text + .img {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .text + .img {
    margin-top: 70px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .text h3 {
    font-size: 17px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 70px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text.en {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text.en {
    margin-top: 55px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text.en p {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec3 {
    display: block;
    margin-top: 75px;
    padding: 0 20px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .img-wrap .img {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec3 .img-wrap .img {
    width: 200px;
    margin: 0 0 0 auto;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap {
    margin-top: 60px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text.en {
  margin-top: 45px;
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text.en p {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: justify;
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text p {
    font-size: 12px;
  }
}
.conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
    margin-top: 25px;
  }
}

.conceptpg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.conceptpg-sec4-wrap .content-wrap {
  padding: 0 25px;
}
.conceptpg-sec4-wrap .content-wrap .content.sec2 {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.conceptpg-sec4-wrap .content-wrap .content.sec2 .heading-wrap + .text {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .content.sec2 .heading-wrap + .text {
    margin-top: 70px;
  }
}
.conceptpg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-family: "ryo-text-plusn", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 13px;
  }
}
.conceptpg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 30px;
}
.conceptpg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}

.manufacturingpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap {
  padding: 0 45px;
}
.manufacturingpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec1 .description-wrap {
  margin-top: 60px;
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec1 .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + p {
  margin-top: 20px;
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
    margin-top: 40px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 {
    width: 375px;
    margin-top: 80px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text.sec2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text.sec2 {
    margin-top: 40px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p {
    font-size: 12px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec3 .img-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec3 .img-wrap {
    margin-top: 75px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 {
    display: block;
    width: 375px;
    margin-top: 80px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap {
    margin: 0 auto;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text.sec2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text.sec2 {
    margin-top: 40px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p {
    font-size: 12px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .video-wrap {
  width: 486px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec1-wrap .content-wrap .content.sec4 .video-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
.manufacturingpg-sec1-wrap .content-wrap .content.sec4 .video-wrap .video video {
  width: 100%;
  pointer-events: none;
}

.manufacturingpg-sec2-wrap {
  border-top: 1px solid #c8c8c8;
}
.manufacturingpg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.manufacturingpg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.manufacturingpg-sec2-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap {
    display: block;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .img {
  width: 105px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .img {
    width: 75px;
    margin: 0 auto;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info {
  width: 630px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name {
    padding: 0 20px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name + .dl-wrap, .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name + .notes-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name + .dl-wrap, .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name + .notes-wrap {
    margin-top: 15px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .name h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap {
    padding: 0 20px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap + .notes-wrap {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap + .notes-wrap {
    margin-top: 15px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl + dl {
  margin-top: 5px;
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl dt {
  min-width: 80px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl dt {
    font-size: 12px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl dd span {
  display: block;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .dl-wrap dl dd span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .notes-wrap {
    padding: 0 20px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .notes-wrap p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .notes-wrap p {
    font-size: 12px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap {
    margin-top: 55px;
  }
}
.manufacturingpg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap .btn + .btn {
  margin-top: 10px;
}

.jewelry-casepg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.jewelry-casepg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec1 .description-wrap {
  margin-top: 60px;
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec1 .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + p {
  margin-top: 20px;
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 {
    width: 375px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
    padding: 0 20px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .img-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .img-wrap {
    margin-top: 65px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
    margin-top: 40px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p a:hover {
    text-decoration: none;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap + .text-wrap {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap + .text-wrap {
    margin-top: 85px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img {
  max-width: 100%;
  margin: 0 auto;
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img + .img {
  margin-top: 145px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img + .img {
    margin-top: 60px;
  }
}
.jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img.img3 {
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img.img3 {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img.img4 {
    padding: 0 20px;
  }
}

.jewelry-casepg-sec2-wrap {
  border-top: 1px solid #c8c8c8;
}
.jewelry-casepg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.jewelry-casepg-sec2-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap {
    display: block;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .img {
  width: 240px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .img {
    width: 165px;
    margin: 0 auto;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info {
  width: 630px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .text-wrap {
    padding: 0 20px;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .text-wrap p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .text-wrap p {
    font-size: 12px;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap {
    margin-top: 55px;
  }
}
.jewelry-casepg-sec2-wrap .content-wrap .content.sec1 .info-wrap .info .btn-wrap .btn + .btn {
  margin-top: 10px;
}

.archive-ringpg-sec1-wrap {
  background: #f5f5f5;
}
.archive-ringpg-sec1-wrap.archive-ring2pg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap.archive-ring2pg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
    margin-top: 15px;
  }
}
.archive-ringpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 55px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .page-title-wrap .page-img + .page-title {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .page-title-wrap .page-img + .page-title {
    margin-top: 50px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .page-title-wrap + .item-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .page-title-wrap + .item-wrap {
    margin-top: 50px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 972px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap {
    padding: 0 20px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 225px;
  height: 250px;
  max-width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 961px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item {
    width: 48%;
    height: 180px;
  }
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 15px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: 15px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head + .img {
    margin-top: 20px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .main {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .main {
    font-size: 17px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
    font-size: 11px;
  }
}
.archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .img {
  width: 160px;
  max-width: 100%;
}
@media print, screen and (min-width: 961px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec1-wrap .content-wrap .content .item-wrap .item .img {
    width: 120px;
  }
}

.archive-ringpg-sec2-wrap .inner, .ring-detailpg-sec6-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .inner, .ring-detailpg-sec6-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.archive-ringpg-sec2-wrap .content-wrap, .ring-detailpg-sec6-wrap .content-wrap {
  padding: 0 25px;
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .img-wrap, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .img-wrap {
    padding: 0 20px;
  }
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text {
    padding: 0 20px;
  }
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.92;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + h4, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p + h4 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + h4, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text p + h4 {
    margin-top: 25px;
  }
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h4, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text h4 {
  color: #d51b1b;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.92;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h4, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text h4 {
    font-size: 12px;
  }
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h4 + p, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .text h4 + p {
  color: #d51b1b;
}
.archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap, .ring-detailpg-sec6-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.archive-ringpg-sec3-wrap, .ring-detailpg-sec7-wrap {
  border-top: 1px solid #c8c8c8;
}
.archive-ringpg-sec3-wrap .inner, .ring-detailpg-sec7-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .inner, .ring-detailpg-sec7-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.archive-ringpg-sec3-wrap .content-wrap, .ring-detailpg-sec7-wrap .content-wrap {
  padding: 0 25px;
}
.archive-ringpg-sec3-wrap .content-wrap .content.sec2, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 35px;
  }
}
.archive-ringpg-sec3-wrap .content-wrap .content.sec2 .heading-wrap + .text, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .heading-wrap + .text {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .heading-wrap + .text, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .heading-wrap + .text {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .heading-wrap, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .heading-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .text {
    padding: 0 20px;
  }
}
.archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.92;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
    text-align: justify;
  }
}
.archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p + p, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .archive-ringpg-sec3-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap, .ring-detailpg-sec7-wrap .content-wrap .content.sec2 .text-wrap .btn-wrap {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.ring-detailpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 55px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 250px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 125px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 75px;
    padding: 0 45px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .img-wrap {
  width: 330px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .img-wrap {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .img-wrap:first-of-type {
    padding: 0 0;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .img-wrap:first-of-type + .text-wrap {
  margin-top: 0;
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .img-wrap:first-of-type + .text-wrap {
    margin-top: 30px;
    margin-left: 0;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .text-wrap {
  width: 330px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .text-wrap {
    padding: 0 0;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type2 .text-wrap .text p {
    font-size: 12px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
    padding: 0 45px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap {
  width: 330px;
  max-width: 100%;
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap + .subwrap {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap + .subwrap {
    margin-top: 45px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .img-wrap {
    width: 225px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .img-wrap + .text-wrap {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .img-wrap + .text-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .text-wrap {
    padding: 0 0;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2.type3 .subwrap .text-wrap .text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .img-wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .img-wrap:first-of-type {
    padding: 0 45px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .img-wrap:first-of-type + .text-wrap {
  margin-top: 65px;
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .img-wrap + .text-wrap {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .img-wrap + .text-wrap {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
    padding: 0 45px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .img-wrap {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .img-wrap {
    margin-top: 75px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .btn-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap + .btn-wrap {
    margin-top: 40px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .btn-wrap {
    padding: 0 25px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec2 .btn-wrap + .img-wrap {
  margin-top: 125px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec2 .btn-wrap + .img-wrap {
    margin-top: 80px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content.sec3 {
  margin-top: 200px;
  padding-top: 180px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content.sec3 {
    margin-top: 115px;
    padding-top: 115px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap {
    margin-top: 35px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item {
    display: block;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 115px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .item-head {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .item-head {
    display: block;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .item-head + .slider-wrap {
    margin-top: 20px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .item-head h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .item-head h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .slider-wrap + .detail-wrap {
    margin-top: 35px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap {
    width: 100%;
    padding: 0 45px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail.sec2 {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail.sec2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head {
    display: none;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 {
    font-size: 14px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p {
    font-size: 12px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p + p {
  margin-top: 20px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.38;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 {
    font-size: 11px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 + .dl-wrap {
  margin-top: 10px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .price-head + .dl-wrap {
  margin-top: 5px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .price-head h3 {
  font-family: "thermal-variable", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .price-head h3 {
    font-size: 14px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap + .price-head {
  margin-top: 25px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap + .other-details {
  margin-top: 5px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl + dl {
  margin-top: 10px;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dt {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dt {
    font-size: 12px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd {
    font-size: 14px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd .jp {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd .jp {
    font-size: 12px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .other-details p {
  font-family: "ryo-text-plusn", serif;
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
    margin-top: 35px;
  }
}
.ring-detailpg-sec1-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap .btn + .btn {
  margin-top: 15px;
}
.ring-detailpg-sec2-wrap, .ring3pg-sec5-wrap {
  background: #f5f5f5;
}
.ring-detailpg-sec2-wrap .inner, .ring3pg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .inner, .ring3pg-sec5-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring-detailpg-sec2-wrap .content-wrap, .ring3pg-sec5-wrap .content-wrap {
  padding: 0 25px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .heading-wrap, .ring3pg-sec5-wrap .content-wrap .content .heading-wrap {
  position: relative;
}
.ring-detailpg-sec2-wrap .content-wrap .content .heading-wrap h2, .ring3pg-sec5-wrap .content-wrap .content .heading-wrap h2 {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap {
  position: relative;
  max-height: 450px;
  padding-top: 85px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap {
    max-height: 270px;
    padding-top: 35px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap::before, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  height: 450px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(rgb(245, 245, 245)));
  background: linear-gradient(rgba(245, 245, 245, 0), rgb(245, 245, 245));
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap::before, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap::before {
    max-height: 270px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap.active, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap.active {
  max-height: initial;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap.active::before, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap.active::before {
  display: none;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .hidden-content, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .hidden-content {
  position: relative;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .text-wrap + .item-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .text-wrap + .item-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .text-wrap + .item-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .text-wrap + .item-wrap {
    margin-top: 40px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text + .btn, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text + .btn {
  margin-top: 20px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text p, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text p + p, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .text-wrap .text p + p {
  margin-top: 50px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap {
  position: relative;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap::before, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap::before {
  position: absolute;
  top: 0;
  left: 75px;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap::before, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap::before {
    left: 40px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap + .btn-close, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap + .btn-close {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap + .btn-close, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap + .btn-close {
    margin-top: 50px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #aaa;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item:not(:first-of-type), .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item:not(:first-of-type), .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head {
  position: relative;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head h3, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 100%;
  padding: 35px 0;
  background: #828282;
  border-right: 1px solid #aaa;
  color: #fff;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head h3, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .item-head h3 {
    width: 80px;
    padding: 0 0;
    font-size: 12px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 35px 50px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl {
    display: block;
    padding: 25px 18px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dt, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dt {
  min-width: 140px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dt, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dt {
    min-width: auto;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd {
    margin-top: 10px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text + .img-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text + .img-wrap {
  margin-top: 20px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p {
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p a, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p a:hover, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p a:hover {
    text-decoration: none;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p + p, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p + p {
  margin-top: 20px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p.notes, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .text p.notes {
  margin-top: 20px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap.type3 .img, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap.type3 .img {
  width: 534px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap.type3 .img, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap.type3 .img {
    width: 100%;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap + .text, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap + .text {
  margin-top: 20px;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img {
  width: 120px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img {
    width: 47%;
  }
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type):not(:nth-of-type(2)), .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 10px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type), .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type), .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img:not(:first-of-type) {
    margin-left: 0;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img h4, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img h4 {
  margin-top: 3px;
  font-family: "ryo-text-plusn", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img h4, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .item-wrap .item .detail-wrap .detail .dl-wrap dl dd .img-wrap .img h4 {
    font-size: 11px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-open, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-open {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-open.active, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-open.active {
  display: none;
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-open, .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-close, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-open, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-close {
  width: 340px;
  height: 60px;
  margin: 0 auto;
  background: #aaa;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-open, .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-close, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-open, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-close {
    width: 250px;
    height: 50px;
  }
}
.ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-open a, .ring-detailpg-sec2-wrap .content-wrap .content .hidden-content-wrap .btn-close a, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-open a, .ring3pg-sec5-wrap .content-wrap .content .hidden-content-wrap .btn-close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.ring-detailpg-sec3-wrap, .ring3pg-sec6-wrap, .ring3pg-sec7-wrap {
  border-top: 1px solid #c8c8c8;
}
.ring-detailpg-sec3-wrap .inner, .ring3pg-sec6-wrap .inner, .ring3pg-sec7-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .inner, .ring3pg-sec6-wrap .inner, .ring3pg-sec7-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring-detailpg-sec3-wrap .content-wrap, .ring3pg-sec6-wrap .content-wrap, .ring3pg-sec7-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .content-wrap, .ring3pg-sec6-wrap .content-wrap, .ring3pg-sec7-wrap .content-wrap {
    display: block;
    padding: 0 45px;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content.sec2, .ring3pg-sec6-wrap .content-wrap .content.sec2, .ring3pg-sec7-wrap .content-wrap .content.sec2 {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .content-wrap .content.sec2, .ring3pg-sec6-wrap .content-wrap .content.sec2, .ring3pg-sec7-wrap .content-wrap .content.sec2 {
    width: 100%;
    margin-top: 75px;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content .text-wrap .text p, .ring3pg-sec6-wrap .content-wrap .content .text-wrap .text p, .ring3pg-sec7-wrap .content-wrap .content .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .content-wrap .content .text-wrap .text p, .ring3pg-sec6-wrap .content-wrap .content .text-wrap .text p, .ring3pg-sec7-wrap .content-wrap .content .text-wrap .text p {
    font-size: 12px;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap + .btn-wrap, .ring3pg-sec6-wrap .content-wrap .content .item-wrap + .btn-wrap, .ring3pg-sec7-wrap .content-wrap .content .item-wrap + .btn-wrap {
  margin-top: 70px;
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item {
  display: block;
  width: 100%;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #aaa;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item:hover .excerpt .item-head, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item:hover .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item:not(:first-of-type), .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item:not(:first-of-type), .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.ring-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title:before, .ring3pg-sec6-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title:before, .ring3pg-sec7-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}
.ring-detailpg-sec4-wrap .inner, .ring3pg-sec7-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .inner, .ring3pg-sec7-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring-detailpg-sec4-wrap .content-wrap, .ring3pg-sec7-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap, .ring3pg-sec7-wrap .content-wrap {
    display: block;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content, .ring3pg-sec7-wrap .content-wrap .content {
  width: 45.5%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content, .ring3pg-sec7-wrap .content-wrap .content {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec1, .ring3pg-sec7-wrap .content-wrap .content.sec1 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap, .ring3pg-sec7-wrap .content-wrap .content.sec1 .heading-wrap {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap h2, .ring3pg-sec7-wrap .content-wrap .content.sec1 .heading-wrap h2 {
    text-align: center;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec1 .text-wrap, .ring3pg-sec7-wrap .content-wrap .content.sec1 .text-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec1 .text-wrap, .ring3pg-sec7-wrap .content-wrap .content.sec1 .text-wrap {
    margin-top: 40px;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p, .ring3pg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p, .ring3pg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2, .ring3pg-sec7-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap {
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap {
    margin-top: 30px;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:hover .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type), .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type), .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.ring-detailpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title:before, .ring3pg-sec7-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}
.ring-detailpg-sec4-wrap .content-wrap .content .heading-wrap, .ring3pg-sec7-wrap .content-wrap .content .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.ring-detailpg-sec4-wrap .content-wrap .content .heading-wrap h2, .ring3pg-sec7-wrap .content-wrap .content .heading-wrap h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec4-wrap .content-wrap .content .heading-wrap h2, .ring3pg-sec7-wrap .content-wrap .content .heading-wrap h2 {
    font-size: 17px;
  }
}

.ring-detailpg-sec1-wrap + .ring-detailpg-sec4-wrap {
  border-top: 1px solid #c8c8c8;
}

.ring-detailpg-sec8-wrap {
  background: #f5f5f5;
}
.ring-detailpg-sec8-wrap + .ring-detailpg-sec8-wrap .inner {
  padding-top: 0;
}
.ring-detailpg-sec8-wrap.archive-ring2-sec-wrap .content-wrap .content .item-wrap .item .head + .img {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap.archive-ring2-sec-wrap .content-wrap .content .item-wrap .item .head + .img {
    margin-top: 15px;
  }
}
.ring-detailpg-sec8-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring-detailpg-sec8-wrap .content-wrap {
  padding: 0 0;
}
.ring-detailpg-sec8-wrap .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 972px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    padding: 0 105px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap::-webkit-scrollbar {
  display: none;
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap.type2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 225px;
  height: 250px;
  max-width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    width: 165px;
    height: 180px;
    scroll-snap-align: center;
  }
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-left: 20px;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: 0;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head + .img {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head + .img {
    margin-top: 20px;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head h2 .main {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head h2 .main {
    font-size: 17px;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .head h2 .sub {
    font-size: 11px;
  }
}
.ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .img {
  width: 160px;
  max-width: 100%;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec8-wrap .content-wrap .content .item-wrap .item .img {
    width: 120px;
  }
}

.ring-detailpg-sec9-wrap {
  border-top: 1px solid #c8c8c8;
}
.ring-detailpg-sec9-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content.sec2 {
  margin-top: 200px;
  padding-top: 180px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content.sec2 {
    margin-top: 115px;
    padding-top: 115px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content.sec2 .text-wrap {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content.sec2 .text-wrap {
    padding: 0 45px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.ring-detailpg-sec9-wrap .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .heading-wrap + .item-wrap {
    margin-top: 115px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap.type2 .item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap.type2 .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:hover .img-wrap .img {
    opacity: 0.7;
  }
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:hover .detail-wrap .detail .head .arrow-wrap .arrow.arrow1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:hover .detail-wrap .detail .head .arrow-wrap .arrow.arrow2 {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item {
    display: block;
  }
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 125px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .img-wrap {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .img-wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .img-wrap .img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap {
    width: 100%;
    margin-top: 90px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .img {
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .img {
    width: 220px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .img + .head {
  margin-top: 30px;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 + h3 {
  margin-top: 45px;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 .main {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 .main {
    font-size: 18px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 .main + .sub {
  margin-top: 5px;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 .sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 .sub {
    font-size: 12px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 + .arrow-wrap {
  margin-top: 45px;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 .main {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 .main {
    font-size: 14px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 .main + .sub {
  margin-top: 20px;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h3 .sub {
  display: block;
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.58;
  text-align: center;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap {
  position: relative;
  width: 40px;
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap {
    width: 45px;
    height: 12px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap .arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap .arrow {
    position: static;
    width: 45px;
    height: 12px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap .arrow.arrow1 {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head .arrow-wrap .arrow.arrow1 {
    display: none;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
    margin-top: 60px;
  }
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap .btn {
  display: block;
}
.ring-detailpg-sec9-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap .btn a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

.ring3pg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 165px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-img {
  height: 570px;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec1 .page-title-wrap .page-img {
    height: 400px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 115px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .heading-wrap + .text-subwrap {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .heading-wrap + .text-subwrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
    padding: 0 20px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp {
    display: block;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp + .en {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp + .en {
    margin-top: 65px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head {
  width: 101px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head {
    width: auto;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head + .text {
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head + .text {
    margin-top: 45px;
    margin-right: 0;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head h3 {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .head h3 {
    font-size: 22px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 512px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text {
    display: block;
    width: auto;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 16px;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p {
    font-size: 13px;
    line-height: 2;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p + p {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text-subwrap.jp .text p + p {
    margin-top: 20px;
    margin-right: 0;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .img-wrap {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 75px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 {
    display: block;
    width: 375px;
    margin-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap {
    padding: 0 20px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .head {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .head {
    display: block;
  }
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .head + .img {
    margin-top: 45px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .head h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .head h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap {
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text {
    padding: 0 20px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
    display: none;
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
    margin-top: 0;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p {
    font-size: 12px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}

.ring3pg-sec3-wrap {
  border-top: 1px solid #c8c8c8;
}
.ring3pg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.ring3pg-sec3-wrap .content-wrap .content.sec1 {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content.sec1 {
    padding-top: 115px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content + .content {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content + .content {
    margin-top: 125px;
    padding-top: 75px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .text-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .text-wrap {
    margin-top: 45px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .text-wrap .text p {
    font-size: 12px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap {
    margin-top: 50px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item {
    display: block;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 115px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .item-head {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .item-head {
    display: block;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .item-head + .slider-wrap {
    margin-top: 75px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .item-head h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .item-head h2 {
    font-size: 14px;
    text-align: center;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail.sec2 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail.sec2 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head {
    display: none;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .head h2 {
    font-size: 14px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text {
    margin-top: 70px;
    padding: 0 20px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p {
    font-size: 12px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .text p + p {
  margin-top: 20px;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 {
  font-family: "thermal-variable", serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.38;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 {
    font-size: 11px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap h3 + .dl-wrap {
  margin-top: 10px;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap + .other-details {
  margin-top: 5px;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl + dl {
  margin-top: 10px;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dt {
  font-family: "thermal-variable", serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dt {
    font-size: 13px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd {
  font-family: "thermal-variable", serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd {
    font-size: 13px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd .jp {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .dl-wrap dl dd .jp {
    font-size: 12px;
  }
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .price-wrap .other-details p {
  font-family: "ryo-text-plusn", serif;
}
.ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec3-wrap .content-wrap .content .item-wrap .item .detail-wrap .detail .btn-wrap {
    margin-top: 45px;
  }
}
.ring3pg-sec4-wrap {
  border-top: 1px solid #c8c8c8;
}
.ring3pg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 {
    display: block;
    width: 375px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text {
    padding: 0 20px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
    margin-top: 55px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p {
    font-size: 12px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.ring3pg-sec4-wrap .content-wrap .content.sec1 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec4-wrap .content-wrap .content.sec1 .img-wrap .img {
    margin-top: 65px;
  }
}

.ring3pg-sec8-wrap {
  display: none;
  background: #fafafa;
}
.ring3pg-sec8-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec8-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring3pg-sec8-wrap .content-wrap .content .heading-wrap + .slider-wrap {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec8-wrap .content-wrap .content .heading-wrap + .slider-wrap {
    margin-top: 80px;
  }
}

.ring3pg-sec9-wrap {
  border-top: 1px solid #c8c8c8;
}
.ring3pg-sec9-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec9-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.ring3pg-sec9-wrap .content-wrap .content.sec1 .text-wrap {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .ring3pg-sec9-wrap .content-wrap .content.sec1 .text-wrap {
    padding: 0 45px;
  }
}
.ring3pg-sec9-wrap .content-wrap .content.sec1 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}

.shoppg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.shoppg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .heading-wrap {
    padding: 0 45px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .heading-wrap + .img-wrap {
  margin-top: 80px;
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img {
  position: relative;
  left: 30px;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img {
    left: 0;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn {
  position: absolute;
  width: 135px;
  height: 30px;
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn1 {
  top: 217px;
  left: 60px;
  width: 160px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn1 {
    top: 42px;
    left: 30px;
    width: 148px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn2 {
  top: 454px;
  left: 525px;
  width: 60px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn2 {
    top: 235px;
    left: 265px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn3 {
  top: 610px;
  left: 376px;
  width: 115px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn3 {
    top: 372px;
    left: 220px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn4 {
  top: 610px;
  left: 204px;
  width: 65px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn4 {
    top: 372px;
    left: 116px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn5 {
  top: 270px;
  left: 61px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn5 {
    top: 89px;
    left: 30px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn6 {
  top: 505px;
  left: 510px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn6 {
    top: 283px;
    left: 263px;
    width: 100px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn7 {
  top: 535px;
  left: 510px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn7 {
    top: 311px;
    left: 263px;
    width: 100px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn8 {
  top: 663px;
  left: 375px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn8 {
    top: 420px;
    left: 227px;
    width: 100px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn9 {
  top: 663px;
  left: 205px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn.btn9 {
    top: 420px;
    left: 115px;
    width: 100px;
  }
}
.shoppg-sec1-wrap .content-wrap .content .img-wrap .img .btn-wrap .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.shoppg-sec2-wrap {
  background: #fafafa;
}
.shoppg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.shoppg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.shoppg-sec2-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content {
    width: 375px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .head + .item-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .head + .item-wrap {
    margin-top: 55px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .head h2 {
  text-align: center;
}
.shoppg-sec2-wrap .content-wrap .content .head h2 .jp {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .head h2 .jp {
    font-size: 14px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .head h2 .jp + .en {
  margin-top: 3px;
}
.shoppg-sec2-wrap .content-wrap .content .head h2 .en {
  display: block;
  color: #646464;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .head h2 .en {
    font-size: 11px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap + .head {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap + .head {
    margin-top: 120px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 .item {
  width: 46.5%;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 .item {
    width: 100%;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap {
  display: block;
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap .btn:not(:first-of-type) {
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 100px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail {
    display: block;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head + .btn-wrap {
    margin-top: 40px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp {
    font-size: 14px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp + .en {
  margin-top: 3px;
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .en {
  display: block;
  color: #646464;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .en {
    font-size: 11px;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap {
    display: block;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn {
    width: 100%;
  }
}
.shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .shoppg-sec2-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
    margin-left: 0;
  }
}

.shop-detailpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.shop-detailpg-sec1-wrap .content-wrap .content .page-title-wrap + .info-wrap {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .page-title-wrap + .info-wrap {
    margin-top: 80px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .description-wrap {
  margin-top: 50px;
}
.shop-detailpg-sec1-wrap .content-wrap .content .description-wrap + .info-wrap {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .description-wrap + .info-wrap {
    margin-top: 80px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap {
    display: block;
    padding: 0 25px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .img {
  width: 486px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name {
    padding: 0 20px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name + .dl-wrap, .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name + .notes-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name + .dl-wrap, .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name + .notes-wrap {
    margin-top: 15px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .name h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap {
    padding: 0 20px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap + .notes-wrap {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap + .notes-wrap {
    margin-top: 15px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl + dl {
  margin-top: 5px;
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dt {
  min-width: 80px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dt {
    font-size: 12px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd span {
  display: block;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .notes-wrap {
    padding: 0 20px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .notes-wrap p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .notes-wrap p {
    font-size: 12px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .notes-wrap p.emphasis {
  color: #d51b1b;
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .btn-wrap {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .btn-wrap {
    margin-top: 55px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .btn-wrap .btn {
  margin: 0 auto;
}
.shop-detailpg-sec1-wrap .content-wrap .content .info-wrap .info .btn-wrap .btn + .btn {
  margin-top: 10px;
}
.shop-detailpg-sec1-wrap .content-wrap .content .googlemap {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec1-wrap .content-wrap .content .googlemap {
    height: 235px;
    margin-top: 25px;
  }
}
.shop-detailpg-sec1-wrap .content-wrap .content .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-detailpg-sec3-wrap {
  background: #fafafa;
}
.shop-detailpg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.shop-detailpg-sec3-wrap .content-wrap {
  padding: 0 25px;
}
.shop-detailpg-sec3-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.shop-detailpg-sec3-wrap .content-wrap .content .heading-wrap + .head {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .heading-wrap + .head {
    margin-top: 80px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .head + .item-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .head + .item-wrap {
    margin-top: 55px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .head h2, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 {
  text-align: center;
}
.shop-detailpg-sec3-wrap .content-wrap .content .head h2 .jp, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 .jp {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .head h2 .jp, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 .jp {
    font-size: 14px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .head h2 .jp + .en, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 .jp + .en {
  margin-top: 3px;
}
.shop-detailpg-sec3-wrap .content-wrap .content .head h2 .en, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 .en {
  display: block;
  color: #646464;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .head h2 .en, .shop-detailpg-sec3-wrap .content-wrap .content .head h3 .en {
    font-size: 11px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap + .head {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap + .head {
    margin-top: 120px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 .item {
  width: 46.5%;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 .item {
    width: 100%;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap {
  display: block;
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap .btn:not(:first-of-type) {
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap.type2 .item .detail .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 100px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail {
    display: block;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head + .btn-wrap {
    margin-top: 40px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp, .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h4 .jp {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp, .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h4 .jp {
    font-size: 14px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .jp + .en, .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h4 .jp + .en {
  margin-top: 3px;
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .en, .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h4 .en {
  display: block;
  color: #646464;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h3 .en, .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .item-head h4 .en {
    font-size: 11px;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap {
    display: block;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn {
    width: 100%;
  }
}
.shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .shop-detailpg-sec3-wrap .content-wrap .content .item-wrap .item .detail .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
    margin-left: 0;
  }
}

.archive-newspg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.archive-newspg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap {
    margin-top: 100px;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
@media print, screen and (min-width: 961px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .item-head .title {
    opacity: 0.7;
  }
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
  margin-top: 45px;
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date {
  min-width: 120px;
  font-size: 12px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date {
    min-width: auto;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
    margin-top: 5px;
  }
}

.archive-columnpg-sec1-wrap .inner, .archive-voicepg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .inner, .archive-voicepg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.archive-columnpg-sec1-wrap .content-wrap, .archive-voicepg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap {
    margin-top: 115px;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul {
    display: block;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  height: 50px;
  border: 1px solid #aaa;
}
@media print, screen and (min-width: 961px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover {
    background: #aaa;
  }
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover a span, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover a span {
    color: #fff;
  }
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a span, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current {
  pointer-events: none;
  background: #aaa;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current {
    background: none;
  }
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current:after, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/shared/logo-type1-1.svg) center center/contain no-repeat;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a span, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a span, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a span {
    color: #1e1e1e;
    opacity: 0.7;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:not(:first-of-type), .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:not(:first-of-type), .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a span, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a span {
  font-size: 14px;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap {
    display: block;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
  display: block;
  width: 31.5%;
}
@media print, screen and (min-width: 961px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .tmb img, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt .tmb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
    width: 100%;
  }
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type), .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    margin-top: 60px;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)), .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)), .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 60px;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb {
  overflow: hidden;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb + .item-head, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb + .item-head {
  margin-top: 20px;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img {
  aspect-ratio: 680/460;
}
@media print, screen and (min-width: 961px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .tmb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date {
  font-size: 12px;
  line-height: 1.75;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .date + .title {
    margin-top: 0;
  }
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title + .category, .archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title + .tag-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title + .category, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .title + .tag-wrap {
  margin-top: 15px;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .category, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .category {
  display: inline-block;
  padding: 3px 7px 2px 7px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap .tag, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap .tag {
  display: inline-block;
  padding: 3px 7px 2px 7px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0;
}
.archive-columnpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap .tag + .tag, .archive-voicepg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .item-head .tag-wrap .tag + .tag {
  margin-left: 5px;
}

.postpg-wrap.single-voicepg .content-wrap .content .post-item .post-content-wrap {
  display: block;
}
.postpg-wrap.single-voicepg .content-wrap .content .post-item .post-content-wrap .post-thumb {
  width: 100%;
}
.postpg-wrap.single-voicepg .content-wrap .content .post-item .post-content-wrap .post-content {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-voicepg .content-wrap .content .post-item .post-content-wrap .post-content {
    margin-top: 45px;
  }
}
.postpg-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.postpg-wrap .content-wrap {
  padding: 0 20px;
}
.postpg-wrap .content-wrap .content .post-item {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item {
    width: 340px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-head .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head .title {
    font-size: 15px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-head .title + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
.postpg-wrap .content-wrap .content .post-item .post-head p {
  line-height: 1.75;
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  /*
  .post-thumb{
    width: 340px;
    max-width: 100%;
    img{
      max-width: 100%;
      height: auto;
      vertical-align: bottom;
    }
  }
  */
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content-wrap {
    margin-top: 80px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content {
    margin-top: 45px;
    padding: 0 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content h3 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content h3 {
    line-height: 2;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content h3::before {
  content: "●";
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content h3 + p {
  padding-left: 1em;
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content p, .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content a, .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content pre {
  font-family: "ryo-text-plusn", serif;
  line-height: 3;
  min-height: 3em;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content p, .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content a, .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content pre {
    line-height: 2;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content a {
  color: #a7291d;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content a:hover {
    text-decoration: none;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content-wrap .post-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.postpg-wrap .content-wrap .content .detail-wrap {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap {
    margin-top: 100px;
  }
}
.postpg-wrap .content-wrap .content .detail-wrap .detail:not(:first-of-type) {
  margin-top: 100px;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .detail-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .detail-head + .btn-wrap {
  margin-top: 35px;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .detail-head h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .detail-head h3 {
    font-size: 14px;
  }
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .btn-wrap .btn + .btn {
  margin-top: 25px;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .btn-wrap .btn.online a {
  pointer-events: none;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .btn-wrap .btn.online a::after {
  display: none;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item {
  display: block;
  width: 29.5%;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item {
    width: 46%;
  }
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 30px;
  }
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 30px;
  }
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item .item-head + .img {
  margin-top: 10px;
}
.postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item .item-head h4 {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .detail-wrap .detail .item-wrap .item .item-head h4 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.post-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 220px;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap {
    width: 335px;
    margin-top: 150px;
  }
}
.post-link-wrap:before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap:before {
    top: -20px;
  }
}
.post-link-wrap .links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.post-link-wrap .links a {
  display: block;
  color: #1e1e1e;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .post-link-wrap .links a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a {
    width: 30%;
    height: 35px;
    line-height: 35px;
  }
}
.post-link-wrap .links a.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.post-link-wrap .links a.next {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 180px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
}
.pagination-wrap .pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination-wrap .pagination span, .pagination-wrap .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 13px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span, .pagination-wrap .pagination a {
    margin: 0 2.5px;
    font-size: 12px;
  }
}
.pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
  border: 1.5px solid #1e1e1e;
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination a.next {
  margin-right: 0;
}
.pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.prev {
  margin-left: 0;
}
.pagination-wrap .pagination span.dots, .pagination-wrap .pagination a.dots {
  margin: 0 0;
}

.archive-voice-sec-wrap {
  border-top: 1px solid #c8c8c8;
}
.archive-voice-sec-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.archive-voice-sec-wrap .content-wrap {
  padding: 0 25px;
}
.archive-voice-sec-wrap .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content {
    width: 375px;
  }
}
.archive-voice-sec-wrap .content-wrap .content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
.archive-voice-sec-wrap .content-wrap .content .head h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content .head h2 {
    font-size: 17px;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap {
    display: block;
    margin-top: 75px;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item {
  display: block;
  width: 31.5%;
}
@media print, screen and (min-width: 961px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item:hover .excerpt .tmb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item {
    width: 100%;
  }
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 60px;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 60px;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .tmb {
  overflow: hidden;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .tmb + .item-head {
  margin-top: 20px;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .tmb img {
  aspect-ratio: 680/460;
}
@media print, screen and (min-width: 961px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .tmb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .date {
  font-size: 12px;
  line-height: 1.75;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .date + .title {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .date + .title {
    margin-top: 0;
  }
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .title + .tag-wrap {
  margin-top: 15px;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .tag-wrap .tag {
  display: inline-block;
  padding: 3px 7px 2px 7px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0;
}
.archive-voice-sec-wrap .content-wrap .content .item-wrap .item .excerpt .item-head .tag-wrap .tag + .tag {
  margin-left: 5px;
}

.archive-faqpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap {
  margin-top: 150px;
  padding: 120px 25px;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap {
    margin-top: 80px;
    padding: 80px 25px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .text + .search-box, .archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .text + form {
  margin-top: 45px;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .search-box {
  position: relative;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .search-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  border: 1px solid #d0d5d8;
  border-radius: 25px;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .search-box input {
    padding: 10px 25px;
    font-size: 13px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  padding: 0 0;
  background: url(../img/shared/icon-search-type1-1.svg) center center/20px 20px no-repeat;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec1 .search-box-wrap .search-box .search-btn {
    width: 50px;
    background: url(../img/shared/icon-search-type1-1.svg) center center/17px 17px no-repeat;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 125px;
    padding: 0 25px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .head + .item-wrap {
  margin-top: 60px;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .head h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .head h2 {
    font-size: 17px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap + .head {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap + .head {
    margin-top: 125px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  width: 45%;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #aaa;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item {
    width: 100%;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:nth-of-type(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:nth-of-type(2) {
    margin-top: 30px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec3 {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec3 {
    margin-top: 125px;
    padding: 0 25px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec3 .text-wrap + .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .archive-faqpg-sec1-wrap .content-wrap .content.sec3 .text-wrap + .btn-wrap {
    margin-top: 70px;
  }
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec3 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.archive-faqpg-sec1-wrap .content-wrap .content.sec3 .btn-wrap .btn {
  margin: 0 auto;
}

.archive-searchpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.archive-searchpg-sec1-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .content-wrap {
    display: block;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 {
    width: 100%;
    margin-top: 125px;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .head + .item-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 .head + .item-wrap {
    margin-top: 20px;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .head h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #aaa;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.archive-searchpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}

.postpg-wrap.single-faqpg .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 {
    display: block;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item {
  width: 60%;
  min-width: 500px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-head .title {
  position: relative;
  padding-left: 55px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-head .title {
    padding-left: 50px;
    font-size: 14px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-head .title:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "Q";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-head .title:before {
    top: -5px;
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content {
  margin-top: 50px;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content + .text-wrap {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #aaa;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p {
  padding-left: 55px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p {
    padding-left: 50px;
    font-size: 12px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p:first-of-type {
  position: relative;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p:first-of-type:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "A";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #828282;
  border-radius: 50%;
  background: #646464;
  color: #fff;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p:first-of-type:before {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p + p, .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p + figure {
  margin-top: 20px;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content p a:hover {
    text-decoration: none;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content figure {
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content figure {
    padding-left: 50px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-content figure + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .text-wrap {
    display: none;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .text-wrap + .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .text-wrap + .btn-wrap {
    margin-top: 100px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .btn-wrap {
    display: none;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .btn-wrap .btn {
  margin: 0 auto;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-link-wrap {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .post-item .post-link-wrap {
    display: none;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap {
  width: 27%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap {
    width: 100%;
    margin-top: 125px;
    padding-top: 115px;
    border-top: 1px solid #aaa;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .head + .item-wrap {
  margin-top: 60px;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .head h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .head h2 {
    font-size: 17px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap + .head {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap + .head {
    margin-top: 145px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item {
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #aaa;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item:hover .excerpt .item-head {
    opacity: 0.7;
  }
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item {
    padding: 15px 0 15px 0;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head {
    display: block;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head .title {
  width: 95%;
  padding-left: 1.2em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-indent: -1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head .title {
    width: auto;
    font-size: 14px;
    text-overflow: clip;
    white-space: wrap;
    overflow: auto;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec1 .relation-wrap .item-wrap .item .excerpt .item-head .title:before {
  content: "Q.";
}
.postpg-wrap.single-faqpg .content-wrap .content.sec2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec2 {
    display: block;
    margin-top: 125px;
    padding-top: 100px;
    border-top: 1px solid #aaa;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec2 .text-wrap + .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-faqpg .content-wrap .content.sec2 .text-wrap + .btn-wrap {
    margin-top: 70px;
  }
}
.postpg-wrap.single-faqpg .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.postpg-wrap.single-faqpg .content-wrap .content.sec2 .btn-wrap .btn {
  margin: 0 auto;
}

.contactpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.contactpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.contactpg-sec1-wrap .content-wrap .content {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap {
  margin-top: 60px;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap + .info-wrap {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .description-wrap + .info-wrap {
    margin-top: 80px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap p + p {
  margin-top: 30px;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .contactpg-sec1-wrap .content-wrap .content .description-wrap p a:hover {
    text-decoration: none;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .head {
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .head {
    min-width: auto;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .head h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .head h2 {
    font-size: 12px;
    text-align: center;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 680px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 190px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
  }
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl:not(:first-of-type) {
    margin-top: 20px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dt {
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dt {
    font-size: 12px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd {
    margin-top: 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd a {
  color: #646464;
  font-size: 14px;
  line-height: 1.75;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .info-wrap .info .dl-wrap dl dd a {
    font-size: 12px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap {
  margin-top: 120px;
  padding-top: 90px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap {
    margin-top: 75px;
    padding-top: 55px;
  }
}

.form-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .form-wrap {
    margin-top: 60px;
  }
}
.form-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl {
    display: block;
    padding: 20px 0 20px 0;
  }
}
.form-wrap .dl-wrap dl.type2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-wrap .dl-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-wrap .dl-wrap dl.textarea dt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.textarea dt {
    margin-top: 0;
  }
}
.form-wrap .dl-wrap dl.textarea dd textarea {
  height: 220px;
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.textarea dd textarea {
    height: 150px;
    min-height: 150px;
  }
}
.form-wrap .dl-wrap dl.checklist {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist {
    margin-top: 10px;
  }
}
.form-wrap .dl-wrap dl.checklist dt {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist dd {
    margin-top: 25px;
  }
}
.form-wrap .dl-wrap dl.checklist dd h5 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  line-height: 2;
  text-indent: -4px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist dd h5 {
    text-indent: -5px;
    letter-spacing: 0.03em;
  }
}
.form-wrap .dl-wrap dl.checklist dd p, .form-wrap .dl-wrap dl.checklist dd ul {
  font-family: "ryo-text-plusn", serif;
  line-height: 2;
  text-align: justify;
}
.form-wrap .dl-wrap dl.checklist dd p + h5, .form-wrap .dl-wrap dl.checklist dd ul + h5 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist dd p + h5, .form-wrap .dl-wrap dl.checklist dd ul + h5 {
    margin-top: 20px;
  }
}
.form-wrap .dl-wrap dl.checklist dd p.write, .form-wrap .dl-wrap dl.checklist dd ul.write {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.form-wrap .dl-wrap dl.checklist dd p.end, .form-wrap .dl-wrap dl.checklist dd ul.end {
  margin-top: 10px;
  text-align: right;
}
.form-wrap .dl-wrap dl.checklist dd p.end + p, .form-wrap .dl-wrap dl.checklist dd ul.end + p {
  margin-top: 20px;
}
.form-wrap .dl-wrap dl.checklist dd p .notes, .form-wrap .dl-wrap dl.checklist dd ul .notes {
  color: #d51b1b;
}
.form-wrap .dl-wrap dl.checklist dd p a, .form-wrap .dl-wrap dl.checklist dd ul a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .form-wrap .dl-wrap dl.checklist dd p a:hover, .form-wrap .dl-wrap dl.checklist dd ul a:hover {
    text-decoration: none;
  }
}
.form-wrap .dl-wrap dl.checklist dd .text-wrap {
  border: 1px solid #aaa;
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist dd .text-wrap {
    padding: 15px 15px;
  }
}
.form-wrap .dl-wrap dl.checklist dd .text-wrap .text {
  padding-right: 15px;
  height: 312px;
  line-height: 1.8;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checklist dd .text-wrap .text {
    padding-right: 15px;
  }
}
.form-wrap .dl-wrap dl.checklist dd .text-wrap .text h5 {
  text-indent: 0;
}
.form-wrap .dl-wrap dl.radio, .form-wrap .dl-wrap dl.checkbox {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio, .form-wrap .dl-wrap dl.checkbox {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio dd, .form-wrap .dl-wrap dl.checkbox dd {
    margin-top: 20px;
  }
}
.form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap + p, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap + p {
  margin-top: 30px;
}
.form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: block;
  }
}
.form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  line-height: 1.5;
}
.form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.form-wrap .dl-wrap dl.radio dd p + .wpcf7-form-control-wrap, .form-wrap .dl-wrap dl.checkbox dd p + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.form-wrap .dl-wrap dl.checkbox.checkbox-type2 dd .wpcf7-form-control-wrap + div[data-class=wpcf7cf_group] {
  margin-top: 10px;
}
.form-wrap .dl-wrap dl.checkbox.checkbox-type2 dd .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 400px;
  max-width: 100%;
}
.form-wrap .dl-wrap dl.checkbox.checkbox-type2 dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: 25%;
  margin-bottom: 20px;
}
.form-wrap .dl-wrap dl.checkbox.checkbox-type2 dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.checkbox.checkbox-type2 dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}
.form-wrap .dl-wrap dl.name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.name dd {
    display: block;
  }
}
.form-wrap .dl-wrap dl.name dd .subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.name dd .subwrap {
    width: 100%;
  }
}
.form-wrap .dl-wrap dl.name dd .subwrap:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.name dd .subwrap:not(:first-of-type) {
    margin-top: 25px;
    margin-left: 0;
  }
}
.form-wrap .dl-wrap dl.name dd .subwrap h4 {
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.75;
}
.form-wrap .dl-wrap dl.date-of-birth dd, .form-wrap .dl-wrap dl.graduation-date dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrap .dl-wrap dl.date-of-birth dd .subwrap, .form-wrap .dl-wrap dl.graduation-date dd .subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.date-of-birth dd .subwrap, .form-wrap .dl-wrap dl.graduation-date dd .subwrap {
    width: 30%;
  }
}
.form-wrap .dl-wrap dl.date-of-birth dd .subwrap:not(:first-of-type), .form-wrap .dl-wrap dl.graduation-date dd .subwrap:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.date-of-birth dd .subwrap:not(:first-of-type), .form-wrap .dl-wrap dl.graduation-date dd .subwrap:not(:first-of-type) {
    margin-left: 10px;
  }
}
.form-wrap .dl-wrap dl.date-of-birth dd .subwrap .wpcf7-form-control-wrap, .form-wrap .dl-wrap dl.graduation-date dd .subwrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-wrap .dl-wrap dl.date-of-birth dd .subwrap p, .form-wrap .dl-wrap dl.graduation-date dd .subwrap p {
  margin-top: 0;
  margin-left: 10px;
  font-weight: 400;
  line-height: 1.75;
}
.form-wrap .dl-wrap dl.address-building dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrap .dl-wrap dl.address-building dd .subwrap {
  width: 49.35%;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.address-building dd .subwrap {
    width: 65%;
  }
  .form-wrap .dl-wrap dl.address-building dd .subwrap:nth-of-type(2) {
    width: 32%;
  }
}
.form-wrap .dl-wrap dl.address-building dd .subwrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-wrap .dl-wrap dl.inquiry-type {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap {
  margin-top: 30px;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-radio, .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: block;
  }
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  line-height: 1.5;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-top: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type2 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap.type3 {
  margin-top: 20px;
  padding-left: 2em;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap p + .wpcf7-form-control-wrap {
  margin-top: 20px;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item, .form-wrap .dl-wrap dl.inquiry-type dd .subwrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  line-height: 1.5;
}
.form-wrap .dl-wrap dl.inquiry-type dd .subwrap .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.inquiry-type dd .subwrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-top: 20px;
}
.form-wrap .dl-wrap dl dt {
  width: 200px;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl dt {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
.form-wrap .dl-wrap dl dt .must {
  margin-left: 5px;
  color: #d51b1b;
}
.form-wrap .dl-wrap dl dt .brackets {
  display: block;
  margin-top: -3px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl dt .brackets {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
  }
}
.form-wrap .dl-wrap dl dd {
  position: relative;
  width: 720px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl dd {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}
.form-wrap .dl-wrap dl dd h5 + p {
  margin-top: 5px;
}
.form-wrap .dl-wrap dl dd h5, .form-wrap .dl-wrap dl dd p {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  line-height: 1.75;
}
.form-wrap .dl-wrap dl dd h5 + .wpcf7-form-control, .form-wrap .dl-wrap dl dd h5 + .btn, .form-wrap .dl-wrap dl dd p + .wpcf7-form-control, .form-wrap .dl-wrap dl dd p + .btn {
  margin-top: 10px;
}
.form-wrap .dl-wrap dl dd h5 + .wpcf7-form-control-wrap, .form-wrap .dl-wrap dl dd p + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 30px;
}
.form-wrap .dl-wrap dl dd p {
  letter-spacing: 0.02em;
}
.form-wrap .dl-wrap dl dd p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .form-wrap .dl-wrap dl dd p a:hover {
    text-decoration: none;
  }
}
.form-wrap .dl-wrap dl dd .wpcf7-form-control-wrap + h5, .form-wrap .dl-wrap dl dd .wpcf7-form-control-wrap + p {
  margin-top: 35px;
}
.form-wrap .dl-wrap dl dd .btn + .wpcf7-form-control-wrap, .form-wrap .dl-wrap dl dd .btn + .wpcf7-form-control, .form-wrap .dl-wrap dl dd #mo_message + .wpcf7-form-control-wrap, .form-wrap .dl-wrap dl dd #mo_message + .wpcf7-form-control {
  display: block;
  margin-top: 20px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form-control.wpcf7-date,
  .wpcf7-form-control.wpcf7-number,
  .wpcf7-form-control.wpcf7-select {
    padding: 8.5px 5px;
    font-size: 13px;
  }
}

.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2015.5l7-7H5z%22/%3E%3C/svg%3E") no-repeat right 5px center;
  background-size: 12px;
  color: #1e1e1e;
}

.consent-wrap {
  margin-top: 35px;
}
.consent-wrap .consent .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  font-size: 13px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 12px;
  }
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: static;
}
.consent-wrap .link {
  margin-top: 20px;
}
.consent-wrap .link a {
  color: #aaa;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  top: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 19px;
  border-bottom: 3px solid #aaa;
  border-right: 3px solid #aaa;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media only screen and (max-width: 767px) {
  .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .button:after {
    top: -5px;
    width: 10px;
    height: 24px;
    border-bottom: 3.5px solid #aaa;
    border-right: 3.5px solid #aaa;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #b1b1b1;
}
@media only screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}

.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  content: "";
  width: 40%;
  height: 40%;
  background: #aaa;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label .button {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 7px;
  background: #fff;
  border: 1px solid #d0d5d8;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label .button {
    top: 0;
  }
}

.submit-wrap {
  width: 720px;
  max-width: 100%;
  margin: 0 0 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin: 0 auto;
    margin-top: 65px;
  }
}
.submit-wrap .submit {
  position: relative;
  width: 340px;
  height: 60px;
  max-width: 100%;
}
@media print, screen and (min-width: 961px) {
  .submit-wrap .submit:hover a, .submit-wrap .submit:hover p, .submit-wrap .submit:hover span:not(.wpcf7-spinner) {
    border: 1px solid #1e1e1e;
    opacity: 1;
  }
  .submit-wrap .submit:hover a:after, .submit-wrap .submit:hover p:after, .submit-wrap .submit:hover span:not(.wpcf7-spinner):after {
    background: url(../img/shared/btn-arrow-right-type1-2.svg) center center/contain no-repeat;
  }
  .submit-wrap .submit a, .submit-wrap .submit p, .submit-wrap .submit span:not(.wpcf7-spinner) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .submit-wrap .submit a::after, .submit-wrap .submit p::after, .submit-wrap .submit span:not(.wpcf7-spinner)::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .submit-wrap .submit {
    height: 50px;
  }
}
.submit-wrap .submit a, .submit-wrap .submit p, .submit-wrap .submit span:not(.wpcf7-spinner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
}
.submit-wrap .submit a:after, .submit-wrap .submit p:after, .submit-wrap .submit span:not(.wpcf7-spinner):after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../img/shared/btn-arrow-right-type1-3.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .submit-wrap .submit a:after, .submit-wrap .submit p:after, .submit-wrap .submit span:not(.wpcf7-spinner):after {
    right: 15px;
  }
}
.submit-wrap .submit a span, .submit-wrap .submit p span, .submit-wrap .submit span:not(.wpcf7-spinner) span {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .submit-wrap .submit a span, .submit-wrap .submit p span, .submit-wrap .submit span:not(.wpcf7-spinner) span {
    font-size: 15px;
  }
}
.submit-wrap input.wpcf7-submit, .submit-wrap p.wpcf7-submit, .submit-wrap span.wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  opacity: 0 !important;
}

.ajax-loader, .wpcf7-spinner {
  display: block !important;
  margin: 10px auto;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  margin-top: 5px;
  background: #fff !important;
  color: #d51b1b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  white-space: nowrap;
}
/*
.wpcf7-form-control.wpcf7-textarea{
  & + .wpcf7-not-valid-tip{
    bottom: -23px;
    @include media(){
      bottom: -19px;
    }
  }
}

.wpcf7-form-control.wpcf7-checkbox{
  & + .wpcf7-not-valid-tip{
    right: 0;
    margin: auto;
  }
}
*/
.screen-reader-response {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  width: 680px;
  max-width: 100%;
  margin: 20px 0 0 auto !important;
  padding: 7px 10px !important;
  background: #aaa !important;
  border: 1px solid #aaa !important;
  color: #fff !important;
  line-height: 1.5;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
  width: 680px;
  max-width: 100%;
  margin: 20px 0 0 auto !important;
  padding: 7px 10px 5px 10px !important;
  background: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.maintenancepg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.maintenancepg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.maintenancepg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content {
    width: 375px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 75px;
    padding: 0 20px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 340px;
  max-width: 100%;
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap {
  width: 480px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail:not(:first-of-type) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail:not(:first-of-type) {
    margin-top: 55px;
    padding-top: 55px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 {
    font-size: 15px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 + p {
  margin-top: 15px;
  padding-left: 1.6em;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 + p {
    margin-top: 10px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text ul li {
  font-family: "ryo-text-plusn", serif;
  line-height: 2;
  text-align: justify;
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p + h4, .maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p + p {
  margin-top: 20px;
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p.price {
  margin-top: 0;
  padding-left: 1.6em;
  color: #646464;
}
.maintenancepg-sec1-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p.notes {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec1-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.maintenancepg-sec1-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.maintenancepg-sec2-wrap {
  border-top: 1px solid #c8c8c8;
}
.maintenancepg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.maintenancepg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.maintenancepg-sec2-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content {
    width: 375px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content.sec2 {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
    padding-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .heading-wrap + .text-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .heading-wrap + .text-wrap {
    margin-top: 75px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 {
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 .notes {
  margin-left: 20px;
  color: #d51b1b;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 .notes {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 .brackets {
  margin-left: 20px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .heading-wrap h2 .brackets {
    display: block;
    margin-left: -4px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .text-wrap {
    padding: 0 20px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .text-wrap + .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .text-wrap + .btn-wrap {
    margin-top: 70px;
  }
}
.maintenancepg-sec2-wrap .content-wrap .content .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
}
.maintenancepg-sec2-wrap .content-wrap .content .btn-wrap + .heading-wrap {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .maintenancepg-sec2-wrap .content-wrap .content .btn-wrap + .heading-wrap {
    margin-top: 100px;
  }
}
.requestpg-sec1-wrap .inner {
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.requestpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.requestpg-sec1-wrap .content-wrap .content .description-wrap {
  margin-top: 60px;
}
.requestpg-sec1-wrap .content-wrap .content .description-wrap + .img-wrap {
  margin-top: 145px;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .content-wrap .content .description-wrap + .img-wrap {
    margin-top: 80px;
  }
}
.requestpg-sec1-wrap .content-wrap .content .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.requestpg-sec1-wrap .content-wrap .content .description-wrap p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .content-wrap .content .form-wrap {
    padding: 0 25px;
  }
}
.requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd {
    display: block;
  }
}
.requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd .subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd .subwrap {
    width: 100%;
  }
}
.requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd .subwrap:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd .subwrap:not(:first-of-type) {
    margin-top: 25px;
    margin-left: 0;
  }
}
.requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.name dd .subwrap h4 {
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.75;
}
.requestpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checklist {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #c8c8c8;
}

.rentalpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.rentalpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.rentalpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap {
  margin-top: 60px;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + p, .rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + .notes-wrap {
  margin-top: 35px;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap {
  text-align: center;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p {
  text-align: center;
}
.rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p.pickup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 50px;
  max-width: 100%;
  border: 1px solid #828282;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p.pickup {
    height: 40px;
    font-size: 14px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .img-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text {
    padding: 0 20px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text.sec2 {
    margin-top: 40px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 17px;
    letter-spacing: 3px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .text-wrap .text p .notes {
    letter-spacing: 0.05em;
  }
}
.rentalpg-sec1-wrap .content-wrap .content.sec2 .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec1-wrap .content-wrap .content.sec2 .btn-wrap {
    margin-top: 65px;
  }
}

.rentalpg-sec3-wrap {
  border-top: 1px solid #c8c8c8;
}
.rentalpg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.rentalpg-sec3-wrap .content-wrap {
  padding: 0 25px;
}
.rentalpg-sec3-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content {
    width: 375px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .img-wrap {
    display: none;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 340px;
  max-width: 100%;
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap {
  width: 480px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap + .img {
    margin-top: 75px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl:not(:first-of-type) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl:not(:first-of-type) {
    margin-top: 55px;
    padding-top: 55px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dt {
  min-width: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dt {
    min-width: 25px;
    font-size: 15px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd {
  width: 480px;
  max-width: 100%;
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 {
    font-size: 15px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 + p {
    margin-top: 10px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text p.notes {
  margin-top: 20px;
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .img {
    display: block;
    padding: 0 20px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .btn-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .btn-wrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec3-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec3-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.rentalpg-sec4-wrap {
  background: #f9f9f9;
}
.rentalpg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.rentalpg-sec4-wrap .content-wrap {
  padding: 0 25px;
}
.rentalpg-sec4-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content {
    width: 375px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap {
    position: relative;
    padding: 0 20px;
  }
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap::before {
    position: absolute;
    top: 0;
    left: 35px;
    content: "";
    display: block;
    width: 0;
    height: 88%;
    border-left: 1px solid #aaa;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item {
    display: block;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
    margin-top: 70px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap {
  position: relative;
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap::before {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  margin: auto;
  border-left: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap::before {
    display: none;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img {
  position: relative;
  z-index: 1;
  width: 340px;
  max-width: 100%;
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
  width: 580px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl {
    display: block;
    padding-left: 50px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 40px;
  background: #828282;
  border: 1px solid #aaa;
  color: #fff;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dt {
    font-size: 12px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd {
  width: 550px;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd {
    margin-top: 20px;
    margin-left: 0;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 {
    padding-bottom: 15px;
    font-size: 13px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 + p {
    margin-top: 15px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p a:hover {
    text-decoration: none;
  }
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p + p {
  margin-top: 20px;
}
.rentalpg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p.notes {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec4-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec4-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.rentalpg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.rentalpg-sec5-wrap .content-wrap {
  padding: 0 25px;
}
.rentalpg-sec5-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec1 .text-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec1 .list-wrap + .notes-wrap {
  margin-top: 45px;
}
.rentalpg-sec5-wrap .content-wrap .content.sec1 .notes-wrap p.pickup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: 50px;
  max-width: 100%;
  border: 1px solid #828282;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec1 .notes-wrap p.pickup {
    height: 40px;
    font-size: 14px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec1 .notes-wrap p.pickup + p {
  margin-top: 20px;
}
.rentalpg-sec5-wrap .content-wrap .content.sec2 {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
    padding-top: 115px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec3 {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #aaa;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap {
  padding: 75px 30px;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap {
    padding: 0 0;
    border: none;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text {
  text-align: center;
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
    font-size: 13px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text p.day {
  color: #d51b1b;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text p.day {
    font-size: 14px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content .heading-wrap + .list-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .heading-wrap + .list-wrap {
    margin-top: 75px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}
.rentalpg-sec5-wrap .content-wrap .content .heading-wrap h2 .notes {
  margin-left: 20px;
  color: #d51b1b;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .heading-wrap h2 .notes {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content .heading-wrap h2 .brackets {
  margin-left: 20px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .heading-wrap h2 .brackets {
    display: block;
    margin-left: -4px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .list-wrap {
    padding: 0 20px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content .list-wrap + .text-wrap {
  margin-top: 40px;
}
.rentalpg-sec5-wrap .content-wrap .content .list-wrap ul li {
  padding-left: 1.35em;
  font-family: "ryo-text-plusn", serif;
  line-height: 1.75;
  text-indent: -1.35em;
}
.rentalpg-sec5-wrap .content-wrap .content .list-wrap ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rentalpg-sec5-wrap .content-wrap .content .list-wrap ul li + li {
    margin-top: 25px;
  }
}
.rentalpg-sec5-wrap .content-wrap .content .list-wrap ul li a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .rentalpg-sec5-wrap .content-wrap .content .list-wrap ul li a:hover {
    text-decoration: none;
  }
}

.onlinepg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 65px;
  }
}
.onlinepg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap {
  margin-top: 60px;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap + .img-wrap {
  margin-top: 145px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap + .img-wrap {
    margin-top: 80px;
  }
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + p, .onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap p + .notes-wrap {
  margin-top: 35px;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap {
  text-align: center;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p {
  text-align: center;
}
.onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p.pickup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 50px;
  max-width: 100%;
  border: 1px solid #828282;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec1-wrap .content-wrap .content.sec1 .description-wrap .notes-wrap p.pickup {
    height: 40px;
    font-size: 14px;
  }
}

.onlinepg-sec2-wrap {
  background: #fafafa;
}
.onlinepg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 {
    display: block;
    width: 375px;
    margin-top: 80px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .heading-wrap + .text {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .heading-wrap + .text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .heading-wrap + .img {
    margin-top: 75px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .img-wrap {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 0;
    padding: 0 20px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .img-wrap .heading-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .img-wrap .heading-wrap {
    display: block;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 486px;
  max-width: 100%;
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap {
  width: 340px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .heading-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text {
    padding: 0 20px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 8px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
    margin-top: 45px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
    font-size: 12px;
  }
}
.onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
    margin-top: 25px;
  }
}

/*
.onlinepg-sec3-wrap,.onlinepg-sec4-wrap{
  .inner{
    padding: $inner-padding;
    @include media(){
      padding: $inner-padding_sp;
    }
  }
  .content-wrap{
    padding: 0 10px;
    .content{
      width: 1080px;
      max-width: 100%;
      margin: 0 auto;
      @include media(){
        width: 375px;
      }
      .heading-wrap{
        & + .description-wrap{
          margin-top: 60px;
          @include media(){
            margin-top: 30px;
          }
        }
      }
      .description-wrap{
        & + .item-wrap{
          margin-top: 160px;
          @include media(){
            margin-top: 80px;
          }
        }
        p{
          text-align: center;
          a{
            color: $color-emphasis;
            text-decoration: underline;
            @include media(lg){
              &:hover{
                text-decoration: none;
              }
            }
          }
        }
      }
      .item-wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 1080px;
        max-width: 100%;
        margin: 0 auto;
        @include media(){

        }
        .item{
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 25%;
          max-width: 100%;
          @include media(lg){
            &:hover{
              .head{
                .arrow-wrap{
                  .arrow{
                    &.arrow1{
                      transform: translateX(0);
                      transition: $base-transition1;
                    }
                    &.arrow2{
                      transform: translateX(120%);
                      transition: $base-transition1;
                    }
                  }
                }
              }
              .img{
                opacity: $base-opacity1;
              }
            }
          }
          @include media(){
            width: 50%;
            &:not(:nth-of-type(1)):not(:nth-of-type(2)){
              margin-top: 80px;
            }
          }
          &:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)){
            margin-top: 100px;
            @include media(){
              margin-top: 80px;
            }
          }
          .img{
            @include media(lg){
              transition: $base-transition1;
            }
            & + .head{
              margin-top: 20px;
            }
          }
          .head{
            h2{
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              & + .arrow-wrap{
                margin-top: 30px;
                @include media(){

                }
              }
              .main{
                display: block;
                font-size: 18px;
                font-weight: $fw-regular;
                line-height: 1.75;
                @include media(){
                  font-size: 17px;
                }
                & + .sub{
                  margin-top: 5px;
                }
              }
              .sub{
                display: block;
                font-size: 12px;
                font-weight: $fw-regular;
                line-height: 1.75;
                @include media(){
                  font-size: 11px;
                }
              }
            }
            .arrow-wrap{
              position: relative;
              width: 40px;
              height: 10px;
              margin: 0 auto;
              overflow: hidden;
              @include media(){
                width: 45px;
                height: 12px;
              }
              .arrow{
                position: absolute;
                left: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 10px;
                background: url(../img/shared/btn-arrow-right-type2-1.svg) center center / contain no-repeat;
                @include media(){
                  position: static;
                  width: 45px;
                  height: 12px;
                }
                &.arrow1{
                  transform: translateX(-120%);
                  @include media(){
                    display: none;
                  }
                }
                &.arrow2{

                }
              }
            }
          }
        }
      }
    }
  }
}
*/
.onlinepg-sec4-wrap {
  border-top: 1px solid #c8c8c8;
}

.onlinepg-sec5-wrap {
  background: #f9f9f9;
}
.onlinepg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec5-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec5-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content {
    width: 375px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 75px;
    padding: 0 20px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 340px;
  max-width: 100%;
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap {
  width: 480px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap {
    margin: 0 auto;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 35px 0;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl {
    padding: 55px 0;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl:first-of-type {
  border-top: 1px solid #aaa;
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dt {
  min-width: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dt {
    min-width: 25px;
    font-size: 15px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd {
  width: 480px;
  max-width: 100%;
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 {
    font-size: 15px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 + p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text h3 + p {
    margin-top: 10px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.onlinepg-sec5-wrap .content-wrap .content.sec2 .detail-wrap .dl-wrap dl dd .text p.notes {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec5-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec5-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.onlinepg-sec6-wrap {
  background: #f9f9f9;
  border-top: 1px solid #c8c8c8;
}
.onlinepg-sec6-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec6-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec6-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content {
    width: 375px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap {
    position: relative;
    padding: 0 20px;
  }
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap::before {
    position: absolute;
    top: 0;
    left: 35px;
    content: "";
    display: block;
    width: 0;
    height: 88%;
    border-left: 1px solid #aaa;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item {
    display: block;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
    margin-top: 70px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap {
  position: relative;
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap::before {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  margin: auto;
  border-left: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) .img-wrap::before {
    display: none;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img {
  position: relative;
  z-index: 1;
  width: 340px;
  max-width: 100%;
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
  width: 580px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl {
    display: block;
    padding-left: 50px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 40px;
  background: #828282;
  border: 1px solid #aaa;
  color: #fff;
  font-family: "thermal-variable", serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dt {
    font-size: 12px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd {
  width: 550px;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd {
    margin-top: 20px;
    margin-left: 0;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 {
    padding-bottom: 15px;
    font-size: 13px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text h3 + p {
    margin-top: 15px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p a:hover {
    text-decoration: none;
  }
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p + p {
  margin-top: 20px;
}
.onlinepg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .dl-wrap dl dd .text p.notes {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec6-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec6-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.onlinepg-sec7-wrap {
  background: #f9f9f9;
  border-top: 1px solid #c8c8c8;
}
.onlinepg-sec7-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec7-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec7-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content {
    width: 375px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 75px;
    padding: 0 20px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 340px;
  max-width: 100%;
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap {
  width: 480px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail:not(:first-of-type) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail:not(:first-of-type) {
    margin-top: 55px;
    padding-top: 55px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 {
    font-size: 15px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 + p {
  margin-top: 15px;
  padding-left: 1.6em;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text h3 + p {
    margin-top: 10px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text ul li {
  font-family: "ryo-text-plusn", serif;
  line-height: 2;
  text-align: justify;
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p {
  font-family: "ryo-text-plusn", serif;
  text-align: justify;
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p + h4, .onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p + p {
  margin-top: 20px;
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p.price {
  margin-top: 0;
  padding-left: 1.6em;
  color: #646464;
}
.onlinepg-sec7-wrap .content-wrap .content.sec2 .detail-wrap .detail .text p.notes {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec7-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec7-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}

.onlinepg-sec8-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec8-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec8-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content {
    width: 375px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .heading-wrap + .item-wrap {
    margin-top: 80px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item {
  padding: 60px 80px;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item {
    padding: 40px 40px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 70px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .item-head + .text {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .item-head + .text {
    margin-top: 30px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .item-head .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .item-head .title {
    font-size: 15px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .text p {
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .text p {
    font-size: 12px;
  }
}
.onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .text p.name {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec8-wrap .content-wrap .content .item-wrap .item .text p.name {
    font-size: 12px;
  }
}

.onlinepg-sec9-wrap {
  border-top: 1px solid #c8c8c8;
}
.onlinepg-sec9-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.onlinepg-sec9-wrap .content-wrap {
  padding: 0 25px;
}
.onlinepg-sec9-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec1 .text-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec1 .list-wrap + .notes-wrap {
  margin-top: 45px;
}
.onlinepg-sec9-wrap .content-wrap .content.sec1 .notes-wrap p.pickup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: 50px;
  max-width: 100%;
  border: 1px solid #828282;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec1 .notes-wrap p.pickup {
    height: 40px;
    font-size: 14px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec1 .notes-wrap p.pickup + p {
  margin-top: 20px;
}
.onlinepg-sec9-wrap .content-wrap .content.sec2 {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #c8c8c8;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
    padding-top: 115px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec3 {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #aaa;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap {
  padding: 75px 30px;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap {
    padding: 0 0;
    border: none;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text {
  text-align: center;
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text h3 {
    font-size: 13px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text p {
  font-family: "ryo-text-plusn", serif;
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text p.day {
  color: #d51b1b;
  font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text p.day {
    font-size: 14px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content.sec3 .text-wrap .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content .heading-wrap + .list-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .heading-wrap + .list-wrap {
    margin-top: 75px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}
.onlinepg-sec9-wrap .content-wrap .content .heading-wrap h2 .notes {
  margin-left: 20px;
  color: #d51b1b;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .heading-wrap h2 .notes {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content .heading-wrap h2 .brackets {
  margin-left: 20px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .heading-wrap h2 .brackets {
    display: block;
    margin-left: -4px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .list-wrap {
    padding: 0 20px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content .list-wrap + .text-wrap {
  margin-top: 40px;
}
.onlinepg-sec9-wrap .content-wrap .content .list-wrap ul li {
  padding-left: 1.35em;
  font-family: "ryo-text-plusn", serif;
  line-height: 1.75;
  text-indent: -1.35em;
}
.onlinepg-sec9-wrap .content-wrap .content .list-wrap ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .onlinepg-sec9-wrap .content-wrap .content .list-wrap ul li + li {
    margin-top: 25px;
  }
}
.onlinepg-sec9-wrap .content-wrap .content .list-wrap ul li a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .onlinepg-sec9-wrap .content-wrap .content .list-wrap ul li a:hover {
    text-decoration: none;
  }
}

.companypg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.companypg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.companypg-sec1-wrap .content-wrap .content {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap {
    margin-top: 50px;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 35px 0;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl {
    display: block;
    padding: 30px 0;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
  min-width: 150px;
  line-height: 2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
    min-width: auto;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd {
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd {
    margin-top: 10px;
    line-height: 1.75;
  }
}

.recruitpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.recruitpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.recruitpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.recruitpg-sec1-wrap .content-wrap .content.sec2 {
  display: none !important;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 100px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .description-wrap {
  margin-top: 60px;
}
.recruitpg-sec1-wrap .content-wrap .content .description-wrap + .btn-wrap {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .description-wrap + .btn-wrap {
    margin-top: 80px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .description-wrap p {
  font-family: "ryo-text-plusn", serif;
  text-align: center;
}
.recruitpg-sec1-wrap .content-wrap .content .description-wrap .btn-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .description-wrap .btn-wrap {
    margin-top: 50px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .btn-wrap {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .btn-wrap {
    display: block;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .btn-wrap .btn:not(:first-of-type) {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .btn-wrap .btn:not(:first-of-type) {
    margin-top: 35px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .heading-wrap {
    padding: 0 20px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .heading-wrap + .form-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .heading-wrap + .form-wrap {
    margin-top: 75px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .heading-wrap h2 {
  text-align: left;
}
.recruitpg-sec1-wrap .content-wrap .content .heading-wrap h2 .notes {
  margin-left: 20px;
  color: #d51b1b;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .heading-wrap h2 .notes {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}
.recruitpg-sec1-wrap .content-wrap .content .heading-wrap h2 .brackets {
  margin-left: 20px;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .recruitpg-sec1-wrap .content-wrap .content .heading-wrap h2 .brackets {
    display: block;
    margin-left: -4px;
    font-size: 12px;
  }
}

.privacy-policypg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap {
  padding: 0 45px;
}
.privacy-policypg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.privacy-policypg-sec1-wrap .content-wrap .content .description-wrap p {
  line-height: 2.45;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .description-wrap p {
    line-height: 2;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
    margin-top: 50px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
    font-size: 14px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 + p {
  margin-top: 15px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
  font-family: "ryo-text-plusn", serif;
  line-height: 2.45;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
    line-height: 2;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p + p {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p + ul, .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p + dl {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item dl {
  line-height: 2.45;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item dl {
    line-height: 2;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item dl + p {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item dl dt {
  text-indent: -0.5em;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item dl dd {
  padding-left: 1em;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul + p {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li {
  padding-left: 2em;
  font-family: "ryo-text-plusn", serif;
  line-height: 2.45;
  letter-spacing: 0;
  text-indent: -2em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li {
    line-height: 2;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item a {
  color: #646464;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item a:hover {
    text-decoration: none;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item .info {
  margin-top: 10px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item .info h4 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  line-height: 2.45;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item .info h4 {
    line-height: 2;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item .info p + p {
  margin-top: 0;
}

.lawpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  .lawpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 175px;
  }
}
.lawpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.lawpg-sec1-wrap .content-wrap .content {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lawpg-sec1-wrap .content-wrap .content {
    width: 300px;
  }
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 35px 0;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .lawpg-sec1-wrap .content-wrap .content .dl-wrap dl {
    display: block;
    padding: 30px 0;
  }
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl:first-of-type {
  border-top: 1px solid #aaa;
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
  min-width: 290px;
  line-height: 2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
    min-width: auto;
  }
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd {
  font-family: "ryo-text-plusn", serif;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd {
    margin-top: 10px;
  }
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd h3 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 400;
  line-height: 2;
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd h3 + p {
  padding-left: 1em;
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd p {
  font-family: "ryo-text-plusn", serif;
  line-height: 2;
}
.lawpg-sec1-wrap .content-wrap .content .dl-wrap dl dd p + h3 {
  margin-top: 10px;
}
