@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  color: #636260;
}
@media screen and (min-width: 451px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #636260;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

figcaption, figure, main,
article, aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  appearance: none;
}

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

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

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: flex;
}

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

.flex-row-rev {
  flex-direction: row-reverse;
}

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

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

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

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/*padding*/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pr100 {
    padding-right: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  background: #fff;
  border: none;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  min-height: 65px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #555C64;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

select {
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  background: #fff;
  border: none;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  min-height: 250px;
}
textarea:focus {
  outline: none;
  border-color: #555C64;
}

input[type=checkbox],
input[type=radio] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/***************************

style/header.scss

***************************/
/* toggle button */
.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003C78;
  border: none;
  outline: none;
  position: fixed;
  width: 140px;
  height: 75px;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .toggle {
    width: 100px;
    height: 65px;
  }
}
@media screen and (max-width: 450px) {
  .toggle {
    width: 80px;
    height: 55px;
  }
}

.toggle__bar {
  position: relative;
  margin: 5px auto;
  user-select: none;
}

.toggle__bar, .toggle__bar::before, .toggle__bar::after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
@media screen and (max-width: 450px) {
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    width: 30px;
  }
}

.toggle__bar {
  background-color: transparent;
}

.toggle__bar::before, .toggle__bar::after {
  position: absolute;
  content: "";
}

.toggle__bar::before {
  top: -5px;
}

.toggle__bar::after {
  top: 5px;
}

.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  transform: translateY(5px) rotate(160deg);
}

.toggle.active .toggle__bar::after {
  transform: translateY(-5px) rotate(-160deg);
}

/***************************

 header

***************************/
.header {
  position: static;
  unicode-bidi: normal !important;
}
.header .logo {
  position: fixed;
  z-index: 85;
  top: 0;
  left: 0;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 25px;
  unicode-bidi: normal !important;
}
.header .logo.fixed {
  mix-blend-mode: exclusion !important;
}
@media screen and (max-width: 768px) {
  .header .logo {
    min-height: 65px;
  }
}
@media screen and (max-width: 450px) {
  .header .logo {
    min-height: 55px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    width: 177px;
  }
}
@media screen and (max-width: 450px) {
  .header .logo img {
    width: 137px;
  }
}
.header .contact {
  position: fixed;
  top: 0;
  right: 140px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header .contact {
    right: 100px;
  }
}
@media screen and (max-width: 450px) {
  .header .contact {
    right: 80px;
  }
}
.header .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 75px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #003C78;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header .contact a {
    width: 100px;
    height: 65px;
  }
}
@media screen and (max-width: 450px) {
  .header .contact a {
    width: 80px;
    height: 55px;
  }
}
.header-overlay {
  position: fixed;
  width: 100vw;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.header-overlay.show {
  opacity: 1;
  visibility: visible;
}

.gnav {
  position: fixed;
  max-width: 480px;
  width: 100%;
  height: 100lvh;
  top: 0;
  right: 0;
  background-image: url(../img/common/nav-back.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 296px 377px;
  background-color: #F5F5F1;
  z-index: 95;
  translate: 100% 0;
  transition: all 0.6s;
}
@media screen and (max-width: 450px) {
  .gnav {
    background-size: 148px 188.5px;
  }
}
.gnav.active {
  translate: 0 0;
}
.gnav.scroll {
  overflow: auto;
}
.gnav-inner {
  width: 100%;
  min-height: 100lvh;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 85px 60px 40px;
}
@media screen and (max-width: 768px) {
  .gnav-inner {
    padding: 75px 30px 20px;
    gap: 40px;
  }
}
.gnav-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .gnav-flex {
    gap: 40px;
  }
}
.gnav .main-nav {
  width: 100%;
}
.gnav .main-nav li {
  width: 100%;
}
.gnav .main-nav li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gnav .main-nav li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.gnav .main-nav li a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gnav .main-nav li a {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 450px) {
  .gnav .main-nav li a {
    font-size: 1.8rem;
  }
}
.gnav .main-nav li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #636260;
  bottom: 0;
  left: 0;
  translate: -100% 0;
  z-index: 2;
  transition: all 0.6s;
}
.gnav .main-nav li a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background: url("../img/common/arrow01@2x.webp") no-repeat center center;
  background-size: cover;
  right: 0;
  top: calc(1em - 3px);
}
.gnav .main-nav li a:hover {
  opacity: 1;
}
.gnav .main-nav li a:hover:before {
  translate: 0 0;
}
.gnav .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #fff;
  background: #636260;
  border: 1px solid #636260;
}
@media screen and (max-width: 768px) {
  .gnav .btn-contact {
    min-height: 70px;
  }
}
@media screen and (max-width: 450px) {
  .gnav .btn-contact {
    min-height: 60px;
    font-size: 1.8rem;
  }
}
.gnav .btn-contact:hover {
  opacity: 1;
  background: #fff;
  color: #636260;
}
.gnav .corporate-link {
  position: relative;
  width: fit-content;
  font-size: 1.5rem;
  padding-right: 15px;
}
.gnav .corporate-link:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url("../img/common/links-b@2x.webp") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

.rel-nav-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  width: calc(100% - 510px);
  display: flex;
  align-items: center;
  min-height: 75px;
  padding-right: 40px;
  z-index: 85;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .rel-nav-block {
    display: none;
  }
}
.rel-nav-block nav {
  width: 100%;
}
.rel-nav-block nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.rel-nav-block nav ul li:last-child a {
  position: relative;
  padding-right: 15px;
}
.rel-nav-block nav ul li:last-child a:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url("../img/common/links@2x.webp") no-repeat center center;
  background-size: cover;
  right: 0;
  top: calc(0.8em - 4.5px);
}
.rel-nav-block nav ul a {
  font-size: 1.7rem;
  color: #fff;
}
.rel-nav-block.--gray nav ul li:last-child a:after {
  background: url("../img/common/links-b@2x.webp") no-repeat center center;
  background-size: cover;
}
.rel-nav-block.--gray nav ul a {
  color: #636260;
}

/***************************

style/footer.scss

***************************/
.home .footer {
  width: 100%;
  padding: 40px 0;
}
.home .footer small {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.under .footer {
  position: relative;
  width: 100%;
}
.under .footer small {
  position: absolute;
  display: block;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  text-align: right;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .under .footer small {
    width: 100%;
    color: #fff;
    mix-blend-mode: overlay;
    text-align: center;
    padding: 10px 20px;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
main {
  position: relative;
}

.wrap1660 {
  max-width: 1660px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrap1660 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1100 {
  max-width: 1100px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrap1100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.old-standard {
  font-family: "Old Standard TT", serif;
}

.fz5 {
  font-size: 0.5rem;
}

.fz6 {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}
@media screen and (max-width: 450px) {
  .fz11 {
    font-size: 0.9rem;
  }
}

.fz12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 450px) {
  .fz12 {
    font-size: 1rem;
  }
}

.fz13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 450px) {
  .fz13 {
    font-size: 1.1rem;
  }
}

.fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .fz14 {
    font-size: 1.2rem;
  }
}

.fz15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 450px) {
  .fz15 {
    font-size: 1.3rem;
  }
}

.fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 450px) {
  .fz16 {
    font-size: 1.4rem;
  }
}

.fz17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 450px) {
  .fz17 {
    font-size: 1.5rem;
  }
}

.fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .fz18 {
    font-size: 1.6rem;
  }
}

.fz19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 450px) {
  .fz19 {
    font-size: 1.7rem;
  }
}

.fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  .fz20 {
    font-size: 1.8rem;
  }
}

.fz21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 450px) {
  .fz21 {
    font-size: 1.9rem;
  }
}

.fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  .fz22 {
    font-size: 2rem;
  }
}

.fz23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 450px) {
  .fz23 {
    font-size: 2.1rem;
  }
}

.fz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 450px) {
  .fz24 {
    font-size: 2.2rem;
  }
}

.fz25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 450px) {
  .fz25 {
    font-size: 2.3rem;
  }
}

.fz26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .fz26 {
    font-size: 2.4rem;
  }
}

.fz27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 450px) {
  .fz27 {
    font-size: 2.5rem;
  }
}

.fz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .fz28 {
    font-size: 2.6rem;
  }
}

.fz29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 450px) {
  .fz29 {
    font-size: 2.7rem;
  }
}

.fz30 {
  font-size: 3rem;
}
@media screen and (max-width: 450px) {
  .fz30 {
    font-size: 2.8rem;
  }
}

.fz31 {
  font-size: 3.1rem;
}
@media screen and (max-width: 450px) {
  .fz31 {
    font-size: 2.9rem;
  }
}

.fz32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 450px) {
  .fz32 {
    font-size: 3rem;
  }
}

.fz33 {
  font-size: 3.3rem;
}
@media screen and (max-width: 450px) {
  .fz33 {
    font-size: 3.1rem;
  }
}

.fz34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 450px) {
  .fz34 {
    font-size: 3.2rem;
  }
}

.fz35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 450px) {
  .fz35 {
    font-size: 3.3rem;
  }
}

.fz36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 450px) {
  .fz36 {
    font-size: 3.4rem;
  }
}

.fz37 {
  font-size: 3.7rem;
}
@media screen and (max-width: 450px) {
  .fz37 {
    font-size: 3.5rem;
  }
}

.fz38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 450px) {
  .fz38 {
    font-size: 3.6rem;
  }
}

.fz39 {
  font-size: 3.9rem;
}
@media screen and (max-width: 450px) {
  .fz39 {
    font-size: 3.7rem;
  }
}

.fz40 {
  font-size: 4rem;
}
@media screen and (max-width: 450px) {
  .fz40 {
    font-size: 3.8rem;
  }
}

.fz41 {
  font-size: 4.1rem;
}
@media screen and (max-width: 450px) {
  .fz41 {
    font-size: 3.9rem;
  }
}

.fz42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 450px) {
  .fz42 {
    font-size: 4rem;
  }
}

.fz43 {
  font-size: 4.3rem;
}
@media screen and (max-width: 450px) {
  .fz43 {
    font-size: 4.1rem;
  }
}

.fz44 {
  font-size: 4.4rem;
}
@media screen and (max-width: 450px) {
  .fz44 {
    font-size: 4.2rem;
  }
}

.fz45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 450px) {
  .fz45 {
    font-size: 4.3rem;
  }
}

.fz46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 450px) {
  .fz46 {
    font-size: 4.4rem;
  }
}

.fz47 {
  font-size: 4.7rem;
}
@media screen and (max-width: 450px) {
  .fz47 {
    font-size: 4.5rem;
  }
}

.fz48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 450px) {
  .fz48 {
    font-size: 4.6rem;
  }
}

.fz49 {
  font-size: 4.9rem;
}
@media screen and (max-width: 450px) {
  .fz49 {
    font-size: 4.7rem;
  }
}

.fz50 {
  font-size: 5rem;
}
@media screen and (max-width: 450px) {
  .fz50 {
    font-size: 4.8rem;
  }
}

.fz51 {
  font-size: 5.1rem;
}
@media screen and (max-width: 450px) {
  .fz51 {
    font-size: 4.9rem;
  }
}

.fz52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 450px) {
  .fz52 {
    font-size: 5rem;
  }
}

.fz53 {
  font-size: 5.3rem;
}
@media screen and (max-width: 450px) {
  .fz53 {
    font-size: 5.1rem;
  }
}

.fz54 {
  font-size: 5.4rem;
}
@media screen and (max-width: 450px) {
  .fz54 {
    font-size: 5.2rem;
  }
}

.fz55 {
  font-size: 5.5rem;
}
@media screen and (max-width: 450px) {
  .fz55 {
    font-size: 5.3rem;
  }
}

.fz56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 450px) {
  .fz56 {
    font-size: 5.4rem;
  }
}

.fz57 {
  font-size: 5.7rem;
}
@media screen and (max-width: 450px) {
  .fz57 {
    font-size: 5.5rem;
  }
}

.fz58 {
  font-size: 5.8rem;
}
@media screen and (max-width: 450px) {
  .fz58 {
    font-size: 5.6rem;
  }
}

.fz59 {
  font-size: 5.9rem;
}
@media screen and (max-width: 450px) {
  .fz59 {
    font-size: 5.7rem;
  }
}

.fz60 {
  font-size: 6rem;
}
@media screen and (max-width: 450px) {
  .fz60 {
    font-size: 5.8rem;
  }
}

.fz61 {
  font-size: 6.1rem;
}
@media screen and (max-width: 450px) {
  .fz61 {
    font-size: 5.9rem;
  }
}

.fz62 {
  font-size: 6.2rem;
}
@media screen and (max-width: 450px) {
  .fz62 {
    font-size: 6rem;
  }
}

.fz63 {
  font-size: 6.3rem;
}
@media screen and (max-width: 450px) {
  .fz63 {
    font-size: 6.1rem;
  }
}

.fz64 {
  font-size: 6.4rem;
}
@media screen and (max-width: 450px) {
  .fz64 {
    font-size: 6.2rem;
  }
}

.fz65 {
  font-size: 6.5rem;
}
@media screen and (max-width: 450px) {
  .fz65 {
    font-size: 6.3rem;
  }
}

.fz66 {
  font-size: 6.6rem;
}
@media screen and (max-width: 450px) {
  .fz66 {
    font-size: 6.4rem;
  }
}

.fz67 {
  font-size: 6.7rem;
}
@media screen and (max-width: 450px) {
  .fz67 {
    font-size: 6.5rem;
  }
}

.fz68 {
  font-size: 6.8rem;
}
@media screen and (max-width: 450px) {
  .fz68 {
    font-size: 6.6rem;
  }
}

.fz69 {
  font-size: 6.9rem;
}
@media screen and (max-width: 450px) {
  .fz69 {
    font-size: 6.7rem;
  }
}

.fz70 {
  font-size: 7rem;
}
@media screen and (max-width: 450px) {
  .fz70 {
    font-size: 6.8rem;
  }
}

.fz71 {
  font-size: 7.1rem;
}
@media screen and (max-width: 450px) {
  .fz71 {
    font-size: 6.9rem;
  }
}

.fz72 {
  font-size: 7.2rem;
}
@media screen and (max-width: 450px) {
  .fz72 {
    font-size: 7rem;
  }
}

.fz73 {
  font-size: 7.3rem;
}
@media screen and (max-width: 450px) {
  .fz73 {
    font-size: 7.1rem;
  }
}

.fz74 {
  font-size: 7.4rem;
}
@media screen and (max-width: 450px) {
  .fz74 {
    font-size: 7.2rem;
  }
}

.fz75 {
  font-size: 7.5rem;
}
@media screen and (max-width: 450px) {
  .fz75 {
    font-size: 7.3rem;
  }
}

.fz76 {
  font-size: 7.6rem;
}
@media screen and (max-width: 450px) {
  .fz76 {
    font-size: 7.4rem;
  }
}

.fz77 {
  font-size: 7.7rem;
}
@media screen and (max-width: 450px) {
  .fz77 {
    font-size: 7.5rem;
  }
}

.fz78 {
  font-size: 7.8rem;
}
@media screen and (max-width: 450px) {
  .fz78 {
    font-size: 7.6rem;
  }
}

.fz79 {
  font-size: 7.9rem;
}
@media screen and (max-width: 450px) {
  .fz79 {
    font-size: 7.7rem;
  }
}

.fz80 {
  font-size: 8rem;
}
@media screen and (max-width: 450px) {
  .fz80 {
    font-size: 7.8rem;
  }
}

.fz81 {
  font-size: 8.1rem;
}
@media screen and (max-width: 450px) {
  .fz81 {
    font-size: 7.9rem;
  }
}

.fz82 {
  font-size: 8.2rem;
}
@media screen and (max-width: 450px) {
  .fz82 {
    font-size: 8rem;
  }
}

.fz83 {
  font-size: 8.3rem;
}
@media screen and (max-width: 450px) {
  .fz83 {
    font-size: 8.1rem;
  }
}

.fz84 {
  font-size: 8.4rem;
}
@media screen and (max-width: 450px) {
  .fz84 {
    font-size: 8.2rem;
  }
}

.fz85 {
  font-size: 8.5rem;
}
@media screen and (max-width: 450px) {
  .fz85 {
    font-size: 8.3rem;
  }
}

.fz86 {
  font-size: 8.6rem;
}
@media screen and (max-width: 450px) {
  .fz86 {
    font-size: 8.4rem;
  }
}

.fz87 {
  font-size: 8.7rem;
}
@media screen and (max-width: 450px) {
  .fz87 {
    font-size: 8.5rem;
  }
}

.fz88 {
  font-size: 8.8rem;
}
@media screen and (max-width: 450px) {
  .fz88 {
    font-size: 8.6rem;
  }
}

.fz89 {
  font-size: 8.9rem;
}
@media screen and (max-width: 450px) {
  .fz89 {
    font-size: 8.7rem;
  }
}

.fz90 {
  font-size: 9rem;
}
@media screen and (max-width: 450px) {
  .fz90 {
    font-size: 8.8rem;
  }
}

.fz91 {
  font-size: 9.1rem;
}
@media screen and (max-width: 450px) {
  .fz91 {
    font-size: 8.9rem;
  }
}

.fz92 {
  font-size: 9.2rem;
}
@media screen and (max-width: 450px) {
  .fz92 {
    font-size: 9rem;
  }
}

.fz93 {
  font-size: 9.3rem;
}
@media screen and (max-width: 450px) {
  .fz93 {
    font-size: 9.1rem;
  }
}

.fz94 {
  font-size: 9.4rem;
}
@media screen and (max-width: 450px) {
  .fz94 {
    font-size: 9.2rem;
  }
}

.fz95 {
  font-size: 9.5rem;
}
@media screen and (max-width: 450px) {
  .fz95 {
    font-size: 9.3rem;
  }
}

.fz96 {
  font-size: 9.6rem;
}
@media screen and (max-width: 450px) {
  .fz96 {
    font-size: 9.4rem;
  }
}

.fz97 {
  font-size: 9.7rem;
}
@media screen and (max-width: 450px) {
  .fz97 {
    font-size: 9.5rem;
  }
}

.fz98 {
  font-size: 9.8rem;
}
@media screen and (max-width: 450px) {
  .fz98 {
    font-size: 9.6rem;
  }
}

.fz99 {
  font-size: 9.9rem;
}
@media screen and (max-width: 450px) {
  .fz99 {
    font-size: 9.7rem;
  }
}

.fz100 {
  font-size: 10rem;
}
@media screen and (max-width: 450px) {
  .fz100 {
    font-size: 9.8rem;
  }
}

.underline {
  text-decoration: underline;
}

.--gray {
  color: #999A95;
}

.g0 {
  gap: 0px;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g25 {
  gap: 25px;
}

.g30 {
  gap: 30px;
}

.g35 {
  gap: 35px;
}

.g40 {
  gap: 40px;
}

.g45 {
  gap: 45px;
}

.g50 {
  gap: 50px;
}

.g55 {
  gap: 55px;
}

.g60 {
  gap: 60px;
}

.g65 {
  gap: 65px;
}

.g70 {
  gap: 70px;
}

.g75 {
  gap: 75px;
}

.g80 {
  gap: 80px;
}

.g85 {
  gap: 85px;
}

.g90 {
  gap: 90px;
}

.g95 {
  gap: 95px;
}

.g100 {
  gap: 100px;
}

.rg0 {
  row-gap: 0px;
}

.rg5 {
  row-gap: 5px;
}

.rg10 {
  row-gap: 10px;
}

.rg15 {
  row-gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.rg25 {
  row-gap: 25px;
}

.rg30 {
  row-gap: 30px;
}

.rg35 {
  row-gap: 35px;
}

.rg40 {
  row-gap: 40px;
}

.rg45 {
  row-gap: 45px;
}

.rg50 {
  row-gap: 50px;
}

.rg55 {
  row-gap: 55px;
}

.rg60 {
  row-gap: 60px;
}

.rg65 {
  row-gap: 65px;
}

.rg70 {
  row-gap: 70px;
}

.rg75 {
  row-gap: 75px;
}

.rg80 {
  row-gap: 80px;
}

.rg85 {
  row-gap: 85px;
}

.rg90 {
  row-gap: 90px;
}

.rg95 {
  row-gap: 95px;
}

.rg100 {
  row-gap: 100px;
}

.cg0 {
  column-gap: 0px;
}

.cg5 {
  column-gap: 5px;
}

.cg10 {
  column-gap: 10px;
}

.cg15 {
  column-gap: 15px;
}

.cg20 {
  column-gap: 20px;
}

.cg25 {
  column-gap: 25px;
}

.cg30 {
  column-gap: 30px;
}

.cg35 {
  column-gap: 35px;
}

.cg40 {
  column-gap: 40px;
}

.cg45 {
  column-gap: 45px;
}

.cg50 {
  column-gap: 50px;
}

.cg55 {
  column-gap: 55px;
}

.cg60 {
  column-gap: 60px;
}

.cg65 {
  column-gap: 65px;
}

.cg70 {
  column-gap: 70px;
}

.cg75 {
  column-gap: 75px;
}

.cg80 {
  column-gap: 80px;
}

.cg85 {
  column-gap: 85px;
}

.cg90 {
  column-gap: 90px;
}

.cg95 {
  column-gap: 95px;
}

.cg100 {
  column-gap: 100px;
}

/***************************

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInTop;
  visibility: visible !important;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInBottom {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInBottom;
  visibility: visible !important;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 250px;
  display: block;
  width: 100%;
  line-height: 2;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
  overflow: hidden;
}
.btn-A:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 2;
  translate: -100% 0;
  transition: all 0.6s;
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background: url("../img/common/arrow02@2x.webp") no-repeat center center;
  background-size: cover;
  right: 0;
  top: calc(1em - 3px);
}
.btn-A:hover {
  opacity: 1;
}
.btn-A:hover:before {
  translate: 0 0;
}
.btn-A.--black {
  color: #636260;
  border-bottom: 1px solid rgba(99, 98, 96, 0.25);
}
.btn-A.--black:before {
  background: #636260;
}
.btn-A.--black:after {
  background: url("../img/common/arrow01@2x.webp") no-repeat center center;
  background-size: cover;
}

.btn-B {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(99, 98, 96, 0.25);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .btn-B {
    width: 150px;
    height: 150px;
  }
}
.btn-B .btn-border {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  width: 104%;
  height: 104%;
  transform: rotate(-90deg);
  pointer-events: none;
}
.btn-B .btn-border circle {
  fill: none;
  stroke: #636260;
  stroke-width: 0.5;
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  transition: stroke-dashoffset 0.4s ease-in-out;
}
.btn-B:hover {
  opacity: 1;
}
.btn-B:hover .btn-border circle {
  stroke-dashoffset: 0;
}
.btn-B.--gray {
  border: 1px solid rgba(153, 154, 149, 0.25);
}
.btn-B.--gray .btn-border circle {
  stroke: #999A95;
}

.btn-view {
  position: relative;
  max-width: 160px;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  background: #3E3E3C;
  border-radius: 18px;
  padding: 5px 45px 5px 25px;
}
.btn-view:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background: url("../img/common/arrow02@2x.webp") no-repeat center center;
  background-size: cover;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
.btn-view:hover {
  opacity: 1;
  background: #fff;
  color: #636260;
}
.btn-view:hover:after {
  background: url("../img/common/arrow01@2x.webp") no-repeat center center;
  background-size: cover;
}

.back-list {
  position: relative;
  max-width: 175px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(62, 62, 60, 0.9);
  padding: 8px;
  padding: 8px 30px 8px 40px;
  border-radius: 20px;
}
.back-list:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 6px;
  background: url("../img/common/arrow02@2x.webp") no-repeat center center;
  background-size: cover;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
  z-index: 5;
}

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

@media screen and (max-width: 768px) {
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .hdg01 {
    padding: 0 20px;
  }
}
.hdg01 .en {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3.2rem;
  white-space: nowrap;
  padding-right: 20px;
}
.hdg01 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(99, 98, 96, 0.25);
}
.hdg01.--gray .en {
  color: #999A95;
}
.hdg01.--gray .line {
  background: rgba(153, 154, 149, 0.25);
}

.hdg02 {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .hdg02 {
    align-items: flex-end;
  }
}
.hdg02 .en {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  .hdg02 .en {
    white-space: wrap;
  }
}
.hdg02 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(99, 98, 96, 0.25);
}
@media screen and (max-width: 450px) {
  .hdg02 .line {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/***************************

object/top.scss

***************************/
.home-movie-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100lvh;
  pointer-events: none;
}
.home-movie-back iframe {
  position: absolute;
  content: "";
  aspect-ratio: 560/315;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.home-movie-back .movie {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.home-movie-back:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(81, 90, 90, 0.88);
  z-index: 2;
  opacity: 0;
  transition: all 0.6s;
}
.home-movie-back.chenge:before {
  opacity: 1;
}

.t-section.--bk {
  background: #E6E6DC;
  transition: all 0.6s;
}
.t-section.--bk.--bk-black {
  background: #1D1D19;
}

.mv {
  width: 100%;
  height: 100lvh;
  display: flex;
  align-items: flex-end;
}
.mv-inner {
  width: 100%;
  padding: 40px;
  mix-blend-mode: screen;
}
.mv-inner h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #F3F3ED;
}
.mv-inner p {
  color: #F3F3ED;
}

.t-about {
  position: relative;
  width: 100%;
  padding: 20vh 0 380px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, transparent 50%, rgba(96, 90, 78, 0.33));
}
@media screen and (max-width: 768px) {
  .t-about {
    padding: 190px 0;
  }
}
.t-about:after {
  position: absolute;
  content: "";
  width: 390px;
  height: 348px;
  aspect-ratio: 390/348;
  background: url("../img/top/message-deco@2x.webp") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 110px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .t-about:after {
    right: 20px;
    width: 26vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .t-about:after {
    top: 30%;
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .t-about:after {
    top: 15%;
  }
}
.t-about-block {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.t-about-block .t-about-ttl {
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
}
.t-about-block p {
  color: #fff;
}
.t-about p {
  font-size: 1.8rem;
}
.t-about p.ja {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}

.t-tours {
  width: 100%;
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-tours {
    padding: 100px 0;
  }
}
.t-tours .hdg01 {
  position: relative;
  z-index: 5;
}
.t-tours-block {
  display: flex;
}
@media screen and (max-width: 450px) {
  .t-tours-block {
    flex-direction: column;
    gap: 30px;
  }
}
.t-tours-cat {
  position: relative;
  max-width: 280px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .t-tours-cat {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .t-tours-cat {
    width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .t-tours-cat {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
.t-tours-cat li {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 450px) {
  .t-tours-cat li {
    font-size: 1.6rem;
  }
}
.t-tours-cat li:hover {
  cursor: pointer;
}
.t-tours-cat li:hover a:before {
  translate: 0 0;
}
.t-tours-cat li.current:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #CFD1C7;
  border-radius: 100%;
  left: -15px;
  top: calc(1em - 2.5px);
}
@media screen and (max-width: 450px) {
  .t-tours-cat li.current:before {
    left: -10px;
  }
}
.t-tours-cat li.current:hover a:before {
  translate: -100% 0;
}
.t-tours-cat li a {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  display: block;
  width: fit-content;
}
.t-tours-cat li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #636260;
  bottom: 0;
  left: 0;
  translate: -100% 0;
  transition: all 0.6s;
}
.t-tours-tabCont {
  max-width: 1380px;
  width: calc(100% - 280px);
}
@media screen and (max-width: 1500px) {
  .t-tours-tabCont {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .t-tours-tabCont {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 450px) {
  .t-tours-tabCont {
    width: 100%;
  }
}
.t-tours-tabCont-box {
  display: none;
}
.t-tours-tabCont-box.current {
  display: block;
}
.t-tours-tabCont-box.first {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  display: block !important;
}
.t-tours .toursSlide {
  max-width: 1100px;
  width: calc(100% - 280px);
  overflow: visible;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide {
    width: 100%;
  }
}
.t-tours .toursSlide .toursSlide-slide {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-active .toursSlide-inner {
    padding-bottom: 30px;
  }
}
.t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active) .data {
  display: none;
}
.t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0.25;
  transition: all 0.6s;
  margin-top: auto;
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
    margin-bottom: auto;
  }
}
.t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) .toursSlide-inner {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) .toursSlide-inner {
    padding-right: 50px;
  }
}
.t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) .img {
  transform-origin: bottom right;
  scale: 0.8;
  transition: all 0.6s;
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide:not(.swiper-slide-active):not(.swiper-slide-next) .img {
    transform-origin: center right;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-prev {
  opacity: 0.25;
  transition: all 0.6s;
  margin-top: auto;
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-prev {
    margin-top: 0;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-prev .toursSlide-inner {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-prev .toursSlide-inner {
    padding-right: 50px;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-prev .img {
  transform-origin: bottom right;
  scale: 0.8;
  transition: all 0.6s;
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-prev .img {
    transform-origin: right center;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-next {
  opacity: 0.25;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next {
    margin-top: auto;
  }
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next {
    margin-bottom: auto;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-next .toursSlide-inner {
  padding-left: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next .toursSlide-inner {
    padding-left: 50px;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-next .img {
  transform-origin: top left;
  scale: 0.8;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next .img {
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 450px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next .img {
    transform-origin: left center;
  }
}
.t-tours .toursSlide .toursSlide-slide.swiper-slide-next .img img {
  translate: 0 -150px;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide .toursSlide-slide.swiper-slide-next .img img {
    translate: 0 0;
  }
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data {
  width: 100%;
  margin-top: 30px;
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data p {
  font-size: 1.6rem;
  font-weight: 300;
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data-flex h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 400;
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data-flex p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 10px;
}
.t-tours .toursSlide .toursSlide-slide .toursSlide-inner .data-flex p:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #636260;
  border-radius: 100%;
  left: 0;
  top: calc(0.8em - 2px);
}
.t-tours .toursSlide .toursSlide-scrollbar {
  width: 190px;
  height: 1px;
  left: calc(100% + 45px);
  bottom: 155px;
  background: #CFD1C7;
  mix-blend-mode: screen;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide .toursSlide-scrollbar {
    width: 150px;
    left: calc(100% + 15px);
  }
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide .toursSlide-scrollbar {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.t-tours .toursSlide .toursSlide-scrollbar .swiper-scrollbar-drag {
  background: #636260;
}
.t-tours .toursSlide-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide-block {
    flex-direction: column;
  }
}
.t-tours .toursSlide-control {
  position: relative;
  max-width: 190px;
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide-control {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide-control {
    max-width: 100%;
    padding-bottom: 45px;
  }
}
.t-tours .toursSlide-control .toursSlide-prev {
  width: 92px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #636260;
  border-radius: 35px;
  left: 0;
  top: inherit;
  bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide-control .toursSlide-prev {
    width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide-control .toursSlide-prev {
    bottom: 0;
  }
}
.t-tours .toursSlide-control .toursSlide-prev svg {
  display: none;
}
.t-tours .toursSlide-control .toursSlide-prev:before {
  content: "Prev";
  font-size: 1.4rem;
  color: #fff;
}
.t-tours .toursSlide-control .toursSlide-next {
  width: 92px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #636260;
  border-radius: 35px;
  right: 0;
  top: inherit;
  bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .t-tours .toursSlide-control .toursSlide-next {
    width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .t-tours .toursSlide-control .toursSlide-next {
    bottom: 0;
  }
}
.t-tours .toursSlide-control .toursSlide-next svg {
  display: none;
}
.t-tours .toursSlide-control .toursSlide-next:before {
  content: "Next";
  font-size: 1.4rem;
  color: #fff;
}

.t-activity {
  width: 100%;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .t-activity {
    padding: 100px 0;
  }
}
.t-activity-intro_txt {
  max-width: 720px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-activity-intro_txt {
    margin-bottom: 60px;
  }
}
.t-activity-block {
  width: 93%;
  display: flex;
  align-items: center;
  gap: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .t-activity-block {
    width: 100%;
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .t-activity-block {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .t-activity-block {
    margin-bottom: 60px;
    gap: 30px;
  }
}
.t-activity-block.--rev {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .t-activity-block.--rev {
    flex-direction: column;
  }
}
.t-activity-block .thum {
  width: calc(100% - 710px);
}
@media screen and (max-width: 1500px) {
  .t-activity-block .thum {
    width: calc(100% - 45vw);
  }
}
@media screen and (max-width: 1024px) {
  .t-activity-block .thum {
    width: 100%;
  }
}
.t-activity-block .thum img {
  width: 100%;
}
.t-activity-block .box {
  max-width: 710px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .t-activity-block .box {
    width: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .t-activity-block .box {
    max-width: 100%;
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .t-activity-block .box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-activity-block .box .ttl {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.6rem;
  color: #999A95;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .t-activity-block .box .ttl {
    margin-bottom: 10px;
  }
}
.t-activity-block .box .txt {
  color: #999A95;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t-activity-block .box .txt {
    margin-bottom: 40px;
  }
}
.t-activity-block .box .data-list {
  width: 100%;
  mix-blend-mode: screen;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .t-activity-block .box .data-list {
    margin-bottom: 25px;
  }
}
.t-activity-block .box .data-list-block {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(153, 154, 149, 0.25);
}
@media screen and (max-width: 450px) {
  .t-activity-block .box .data-list-block {
    flex-direction: column;
    gap: 5px;
  }
}
.t-activity-block .box .data-list-block dt {
  width: 250px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .t-activity-block .box .data-list-block dt {
    width: 180px;
  }
}
@media screen and (max-width: 450px) {
  .t-activity-block .box .data-list-block dt {
    width: 100%;
  }
}
.t-activity-block .box .data-list-block dd {
  width: calc(100% - 250px);
  color: #999A95;
}
@media screen and (max-width: 768px) {
  .t-activity-block .box .data-list-block dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 450px) {
  .t-activity-block .box .data-list-block dd {
    width: 100%;
  }
}

.t-faq {
  width: 100%;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .t-faq {
    padding: 100px 0;
  }
}
.t-faq-intro_txt {
  max-width: 360px;
  width: 100%;
}
.t-faq-block {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .t-faq-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.t-faq-block .btn {
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .t-faq-block .btn {
    width: 100%;
  }
}
.t-faq-list {
  max-width: 1040px;
  width: calc(100% - 310px);
}
@media screen and (max-width: 1024px) {
  .t-faq-list {
    width: 100%;
  }
}
.t-faq-list-block {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D0;
}
.t-faq-list-block:not(:last-child) {
  margin-bottom: 20px;
}
.t-faq-list-block dt {
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
}
.t-faq-list-block dt:before {
  position: absolute;
  content: "Q.";
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1;
  left: 0;
  top: 0;
}
.t-faq-list-block dt:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: linear-gradient(to left, #636260 1px, transparent 1px), linear-gradient(to bottom, #636260 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  background-repeat: no-repeat;
  background-position: center center, center center;
  right: 10px;
  top: calc(0.8em - 9px);
  transition: all 0.6s;
  z-index: 3;
}
.t-faq-list-block dt.show:after {
  rotate: -135deg;
}
.t-faq-list-block dd {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  padding-left: 40px;
}
.t-faq-list-block dd:before {
  position: absolute;
  content: "A.";
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1;
  left: 0;
  top: 20px;
}

.t-contact {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-contact {
    flex-direction: column-reverse;
  }
}
.t-contact:before {
  position: absolute;
  content: "";
  width: 621px;
  height: 837px;
  aspect-ratio: 621/837;
  background: url("../img/common/contact-mask.svg") no-repeat center center;
  background-size: cover;
  right: 0;
  top: -280px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .t-contact:before {
    width: 32.3333333333vw;
    height: auto;
    top: -14.5333333333vw;
  }
}
.t-contact-image {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-contact-image {
    width: 100%;
  }
}
.t-contact-image img {
  width: 100%;
}
@media screen and (min-width: 1451px) {
  .t-contact-image img {
    aspect-ratio: 960/640;
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 1450px) {
  .t-contact-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-image img {
    width: 100%;
    height: 39.0625vw;
    object-fit: cover;
    object-position: center -13.0208333333vw;
  }
}
.t-contact-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
  background: #DCDCD1;
  padding: 120px 40px;
}
@media screen and (max-width: 1024px) {
  .t-contact-block {
    padding: 60px 40px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-block {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .t-contact-block {
    padding: 40px 20px;
  }
}
.t-contact-block .intro-box, .t-contact-block .btn-box {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.t-contact-block .intro-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
.t-contact-block .intro-box p {
  max-width: 400px;
  width: 100%;
}
.t-contact-block .btn-box {
  display: flex;
  align-items: center;
}
.t-contact-block .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 135px;
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  background: rgba(62, 62, 60, 0.9);
  border-radius: 2px;
  padding: 10px 90px 10px 50px;
}
@media screen and (max-width: 1024px) {
  .t-contact-block .btn-box a {
    padding-right: 50px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-block .btn-box a {
    min-height: 90px;
  }
}
@media screen and (max-width: 450px) {
  .t-contact-block .btn-box a {
    min-height: auto;
    font-size: 6.6666666667vw;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.t-contact-block .btn-box a:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 8px;
  background: url("../img/common/arrow02@2x.webp") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 55px;
  translate: 0 -50%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .t-contact-block .btn-box a:after {
    right: 25px;
  }
}
@media screen and (max-width: 450px) {
  .t-contact-block .btn-box a:after {
    width: 24px;
    height: 6px;
  }
}
.t-contact-block .btn-box a:hover {
  opacity: 1;
  background: #fff;
  color: #3E3E3C;
}
.t-contact-block .btn-box a:hover:after {
  background: url("../img/common/arrow01@2x.webp") no-repeat center center;
  background-size: cover;
}

.t-gallery {
  width: 100%;
  padding: 200px 0 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  .t-gallery {
    padding: 100px 0 26.0416666667vw;
  }
}
.t-gallery-block {
  width: 100%;
  display: flex;
  padding-left: 7%;
  padding-right: 7%;
}
@media screen and (max-width: 768px) {
  .t-gallery-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-gallery-block .left, .t-gallery-block .right {
  width: 50%;
}
.t-gallery-block.--first {
  margin-bottom: 20px;
}
.t-gallery-block.--first .left {
  display: flex;
  flex-direction: column;
  gap: 4.6875vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .left {
    gap: 6.9230769231vw;
  }
}
.t-gallery-block.--first .left .gallery.--01 {
  padding-left: 6.25vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .left .gallery.--01 {
    padding-left: 4.6153846154vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .left .gallery.--01 {
    padding-left: 2.9296875vw;
  }
}
.t-gallery-block.--first .left .gallery.--01 img {
  aspect-ratio: 440/270;
  width: 22.9166666667vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .left .gallery.--01 img {
    width: 33.8461538462vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .left .gallery.--01 img {
    width: 42.96875vw;
  }
}
.t-gallery-block.--first .left .gallery.--02 {
  padding-left: 18.75vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .left .gallery.--02 {
    padding-left: 13.8461538462vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .left .gallery.--02 {
    padding-left: 8.7890625vw;
  }
}
.t-gallery-block.--first .left .gallery.--02 img {
  aspect-ratio: 1/1;
  width: 14.0625vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .left .gallery.--02 img {
    width: 20.7692307692vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .left .gallery.--02 img {
    width: 26.3671875vw;
  }
}
.t-gallery-block.--first .right .gallery.--03 {
  padding-left: 11.9791666667vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .right .gallery.--03 {
    padding-left: 12.6923076923vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .right .gallery.--03 {
    padding-left: 8.30078125vw;
  }
}
.t-gallery-block.--first .right .gallery.--03 img {
  aspect-ratio: 420/560;
  width: 21.875vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--first .right .gallery.--03 img {
    width: 32.3076923077vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--first .right .gallery.--03 img {
    width: 41.015625vw;
  }
}
.t-gallery-block.--second .left {
  padding-top: 9.8958333333vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .left {
    padding-top: 6.5384615385vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .left {
    padding-top: 4.39453125vw;
  }
}
.t-gallery-block.--second .left .gallery.--04 {
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .left .gallery.--04 {
    padding-left: 1.1538461538vw;
  }
}
.t-gallery-block.--second .left .gallery.--04 img {
  aspect-ratio: 330/440;
  width: 17.1875vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .left .gallery.--04 img {
    width: 25.3846153846vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .left .gallery.--04 img {
    width: 32.2265625vw;
  }
}
.t-gallery-block.--second .left .gallery.--05 {
  display: flex;
  justify-content: flex-end;
  margin-top: -2.8645833333vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .left .gallery.--05 {
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .left .gallery.--05 {
    margin-top: 3.90625vw;
  }
}
.t-gallery-block.--second .left .gallery.--05 img {
  aspect-ratio: 440/550;
  width: 22.9166666667vw;
  height: auto;
  translate: 1.5625vw 0;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .left .gallery.--05 img {
    width: 33.8461538462vw;
    translate: 0 0;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .left .gallery.--05 img {
    width: 42.96875vw;
    translate: 2.9296875vw 0;
  }
}
.t-gallery-block.--second .right .gallery.--06 img {
  aspect-ratio: 618/373;
  width: 32.1875vw;
  height: auto;
  translate: -4.1666666667vw 0;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .right .gallery.--06 img {
    width: 47.5384615385vw;
    translate: -6.1538461538vw 0;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .right .gallery.--06 img {
    width: 60.3515625vw;
    translate: -3.90625vw 0;
  }
}
.t-gallery-block.--second .right .gallery.--07 {
  display: flex;
  justify-content: flex-end;
  padding-right: 4.6875vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .right .gallery.--07 {
    padding-right: 3.4615384615vw;
    margin-top: 13.8461538462vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .right .gallery.--07 {
    padding-right: 4.39453125vw;
    margin-top: 5.859375vw;
  }
}
.t-gallery-block.--second .right .gallery.--07 img {
  aspect-ratio: 1/1;
  width: 11.4583333333vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .right .gallery.--07 img {
    width: 16.9230769231vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .right .gallery.--07 img {
    width: 21.484375vw;
  }
}
.t-gallery-block.--second .right .gallery.--08 {
  padding-left: 10.4166666667vw;
  margin-top: 7.03125vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .right .gallery.--08 {
    padding-left: 7.6923076923vw;
    margin-top: 10.3846153846vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .right .gallery.--08 {
    padding-left: 9.765625vw;
    margin-top: 13.18359375vw;
  }
}
.t-gallery-block.--second .right .gallery.--08 img {
  aspect-ratio: 450/300;
  width: 23.4375vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--second .right .gallery.--08 img {
    width: 34.6153846154vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--second .right .gallery.--08 img {
    width: 43.9453125vw;
  }
}
.t-gallery-block.--last {
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last {
    margin-top: 5vw;
  }
}
.t-gallery-block.--last .left .gallery.--09 {
  padding-left: 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .left .gallery.--09 {
    padding-left: 0;
  }
}
.t-gallery-block.--last .left .gallery.--09 img {
  aspect-ratio: 618/373;
  width: 32.1875vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .left .gallery.--09 img {
    width: 47.5384615385vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--last .left .gallery.--09 img {
    width: 60.3515625vw;
  }
}
.t-gallery-block.--last .right .gallery.--10 {
  display: flex;
  justify-content: flex-end;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .right .gallery.--10 {
    padding-right: 0;
  }
}
.t-gallery-block.--last .right .gallery.--10 img {
  aspect-ratio: 390/520;
  width: 20.3125vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .right .gallery.--10 img {
    width: 30vw;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--last .right .gallery.--10 img {
    width: 38.0859375vw;
  }
}
.t-gallery-block.--last .right .gallery.--11 {
  margin-top: -9.6354166667vw;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .right .gallery.--11 {
    margin-top: -6.9230769231vw;
  }
}
.t-gallery-block.--last .right .gallery.--11 img {
  aspect-ratio: 1/1;
  width: 14.0625vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t-gallery-block.--last .right .gallery.--11 img {
    width: 20.7692307692vw;
    translate: -70% 0;
  }
}
@media screen and (max-width: 450px) {
  .t-gallery-block.--last .right .gallery.--11 img {
    width: 26.3671875vw;
    translate: -90% 0;
  }
}

/***************************

object/subpage.scss

***************************/
.under {
  background: #E6E6DC;
}
.under .t-contact {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .under .t-contact {
    margin-top: 100px;
  }
}

.subpage.tours {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .subpage.tours {
    margin-bottom: 50px;
  }
}
.subpage.tours .main-visual {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  translate: -50% 0;
  z-index: 2;
}
.subpage.tours .main-visual img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .subpage.tours .main-visual img {
    aspect-ratio: 450/300;
    object-fit: cover;
  }
}
.subpage.tours .subpage-inner {
  position: relative;
  aspect-ratio: 1920/970;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 450px) {
  .subpage.tours .subpage-inner {
    aspect-ratio: 450/300;
  }
}
.subpage.tours .subpage-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 32, 42, 0.33);
  z-index: 2;
}
.subpage.tours .subpage-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #000, transparent);
  opacity: 0.33;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .subpage.tours .subpage-inner:after {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .subpage.tours .subpage-inner:after {
    height: 80px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.tours .subpage-inner:after {
    height: 60px;
  }
}
.subpage.tours .subpage-ttl {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 9.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .subpage.tours .subpage-ttl {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 450px) {
  .subpage.tours .subpage-ttl {
    font-size: 3.5rem;
  }
}
.subpage.detail .main-visual img {
  filter: blur(30px) brightness(110%);
  height: 750px;
  object-fit: cover;
}
@media screen and (max-width: 1180px) {
  .subpage.detail .main-visual img {
    height: 68.1818181818vw;
  }
}
@media screen and (max-width: 768px) {
  .subpage.detail .main-visual img {
    height: 58.59375vw;
  }
}
@media screen and (max-width: 450px) {
  .subpage.detail .main-visual img {
    height: 300px;
  }
}
.subpage.detail .main-visual:before {
  position: absolute;
  content: "";
  width: 20.3125vw;
  height: auto;
  aspect-ratio: 390/348;
  background: url("../img/subpage/subpage-deco.svg") no-repeat center center;
  background-size: cover;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .subpage.detail .main-visual:before {
    top: 100px;
    translate: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .subpage.detail .main-visual:before {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .subpage.detail .main-visual:before {
    width: 150px;
    top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.detail .main-visual:before {
    width: 100px;
    top: 100px;
    right: 10px;
  }
}
.subpage.detail .subpage-inner {
  display: block;
  padding-top: 180px;
  aspect-ratio: auto;
}
@media screen and (max-width: 768px) {
  .subpage.detail .subpage-inner {
    padding-top: 100px;
  }
}
.subpage.detail .subpage-inner:before {
  display: none;
}
.subpage.detail .subpage-ttl {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .subpage.detail .subpage-ttl {
    font-size: clamp(3rem, 6.25vw, 4.8rem);
    margin-bottom: 30px;
  }
}
.subpage.detail .subpage-gallery {
  max-width: 1100px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
.subpage.detail .tour-thumslider {
  margin-top: 20px;
}
.subpage.detail .tour-thumslider .tour-thumslider-slide:not(.swiper-slide-thumb-active) img {
  opacity: 0.33;
}
.subpage.faq {
  padding-top: 230px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .subpage.faq {
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.faq {
    padding-top: 80px;
  }
}
.subpage.faq .subpage-ttl {
  font-family: "Playfair Display", serif;
  font-size: 9.6rem;
  font-weight: 400;
  color: #555C64;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .subpage.faq .subpage-ttl {
    font-size: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .subpage.faq .subpage-ttl {
    font-size: clamp(5.2rem, 9.375vw, 7.2rem);
  }
}
.subpage.about {
  padding-top: 230px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .subpage.about {
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.about {
    padding-top: 80px;
  }
}
.subpage.about .subpage-ttl {
  font-family: "Playfair Display", serif;
  font-size: 9.6rem;
  font-weight: 400;
  color: #555C64;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .subpage.about .subpage-ttl {
    font-size: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .subpage.about .subpage-ttl {
    font-size: clamp(5.2rem, 9.375vw, 7.2rem);
  }
}

/***************************

object/tours.scss

***************************/
.search-box {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin-bottom: 60px;
  }
}

.search-flex {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .search-flex {
    grid-template-columns: 100%;
  }
}
.search-flex select {
  min-height: 72px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  color: #636260;
  background-image: url(../img/common/search-arrow.webp);
  background-repeat: no-repeat;
  background-size: 9px 7px;
  background-position: center right 30px;
  background-color: #DCDCD1;
  border-radius: 3px;
  margin: 0;
  padding: 20px 40px 20px 25px;
  appearance: none;
}
@media screen and (max-width: 450px) {
  .search-flex select {
    min-height: 57px;
    padding: 10px 40px 10px 20px;
  }
}
.search-flex select:focus {
  border: 1px solid #003C78;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
}

.search-submit {
  max-width: 200px;
  width: 100%;
  min-height: 43px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  background: #3E3E3C;
  border-radius: 22px;
  transition: all 0.3s;
}
.search-submit:hover {
  cursor: pointer;
  background: #003C78;
}

.search-reset {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
  text-decoration: underline;
  background: none;
  border: none;
  color: #636260;
}
.search-reset:hover {
  cursor: pointer;
  color: #003C78;
}

.tours-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 100px 130px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1500px) {
  .tours-list {
    gap: 100px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .tours-list {
    gap: 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .tours-list {
    gap: 50px;
    margin-bottom: 80px;
  }
}
.tours-list-block {
  max-width: 700px;
  width: calc(50% - 65px);
  display: none;
}
.tours-list-block.--show {
  display: block;
}
@media screen and (max-width: 1500px) {
  .tours-list-block {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .tours-list-block {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .tours-list-block {
    width: 100%;
  }
}
.tours-list-block .thum {
  margin-bottom: 15px;
}
.tours-list-block .cat {
  position: relative;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-bottom: 10px;
}
.tours-list-block .cat:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #636260;
  border-radius: 100%;
  top: calc(0.8em - 2px);
  left: 0;
  z-index: 2;
}
.tours-list-block .tour-name {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.tours-list-block .txt {
  font-weight: 300;
}

.tours-load-post {
  position: relative;
  max-width: 360px;
  width: 100%;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid rgba(153, 154, 149, 0.25);
  border-radius: 28px;
  margin-left: auto;
  margin-right: auto;
}
.tours-load-post .btn-border {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  width: 360px;
  height: 55px;
  pointer-events: none;
}
.tours-load-post .btn-border rect {
  fill: none;
  stroke: #999A95;
  stroke-width: 2px;
  stroke-dasharray: 770;
  stroke-dashoffset: 770;
  transition: stroke-dashoffset 0.4s ease-in-out;
}
.tours-load-post:hover {
  cursor: pointer;
}
.tours-load-post:hover .btn-border rect {
  stroke-dashoffset: 0;
}

.tours-editor h1, .tours-editor h2, .tours-editor h3, .tours-editor h4, .tours-editor h5, .tours-editor h6 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.tours-editor p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tours-editor p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.tours-theme-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 40px;
}
@media screen and (max-width: 1024px) {
  .tours-theme-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .tours-theme-list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .tours-theme-list {
    grid-template-columns: 100%;
  }
}
.tours-theme-list li .img {
  position: relative;
  margin-bottom: 20px;
}
.tours-theme-list li .img p {
  position: absolute;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  writing-mode: tb-rl;
  color: #fff;
  line-height: 1;
  padding: 10px;
  top: 5px;
  left: 5px;
  z-index: 5;
}
@media screen and (max-width: 450px) {
  .tours-theme-list li .img p {
    width: 35px;
    font-size: 2.2rem;
    gap: 1px;
    padding: 10px 5px;
  }
}
.tours-theme-list li .img p.see {
  background: linear-gradient(0deg, rgba(80, 104, 135, 0.8), rgba(55, 75, 87, 0.8), rgba(30, 41, 49, 0.8));
}
.tours-theme-list li .img p.hear {
  background: linear-gradient(0deg, rgba(133, 102, 55, 0.8), rgba(110, 56, 35, 0.8), rgba(59, 21, 11, 0.8));
}
.tours-theme-list li .img p.taste {
  background: linear-gradient(0deg, rgba(130, 55, 55, 0.8), rgba(114, 42, 57, 0.8), rgba(54, 10, 39, 0.8));
}
.tours-theme-list li .img p.feel {
  background: linear-gradient(0deg, rgba(56, 58, 84, 0.8), rgba(64, 52, 86, 0.8), rgba(25, 15, 39, 0.8));
}
.tours-theme-list li .img p.breathe {
  background: linear-gradient(0deg, rgba(76, 120, 110, 0.8), rgba(61, 100, 85, 0.8), rgba(33, 61, 52, 0.8));
}
.tours-theme-list li .img p span {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.67);
}
@media screen and (max-width: 450px) {
  .tours-theme-list li .img p span {
    font-size: 1.6rem;
  }
}
.tours-theme-list li .img img {
  width: 100%;
}

.tours-information {
  width: 100%;
}
.tours-information-list {
  width: 100%;
}
.tours-information-list-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D0;
}
@media screen and (max-width: 768px) {
  .tours-information-list-block {
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .tours-information-list-block {
    padding: 10px 0;
  }
}
.tours-information-list-block dt {
  width: 300px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tours-information-list-block dt {
    width: 100%;
  }
}
.tours-information-list-block dd {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .tours-information-list-block dd {
    width: 100%;
  }
}
.tours-information-list-block dd.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tours-information-list-block dd.tag-list a {
  background: #DCDCD1;
  width: fit-content;
  font-size: 1.4rem;
  padding: 5px 12px;
  border-radius: 14px;
}

.tours-schedule {
  width: 100%;
}
.tours-schedule-block:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tours-schedule-block:not(:last-child) {
    margin-bottom: 25px;
  }
}
.tours-schedule-day {
  font-size: 1.8rem;
  background: #DCDCD1;
  border-radius: 3px;
  padding: 20px 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tours-schedule-day {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
.tours-schedule-list {
  width: 100%;
}
.tours-schedule-list-box {
  display: flex;
}
.tours-schedule-list-box:not(:last-child) {
  margin-bottom: 15px;
}
.tours-schedule-list-box dt {
  width: 80px;
  font-weight: 600;
}
.tours-schedule-list-box dd {
  width: calc(100% - 80px);
}
.tours-schedule-txt p:not(:last-child) {
  margin-bottom: 10px;
}
.tours-schedule-notes {
  width: 100%;
  padding: 35px;
  border: 1px solid #D9D9D0;
}
@media screen and (max-width: 768px) {
  .tours-schedule-notes {
    padding: 20px 25px;
  }
}
.tours-schedule-notes ul li {
  position: relative;
  padding-left: 15px;
}
.tours-schedule-notes ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #636260;
  border-radius: 100%;
  left: 0;
  top: calc(0.8em - 3px);
  z-index: 3;
}

.tours-activity {
  width: 100%;
}
.tours-activity-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
}
@media screen and (max-width: 1024px) {
  .tours-activity-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .tours-activity-list {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 450px) {
  .tours-activity-list {
    grid-template-columns: 100%;
  }
}
.tours-activity-list .thum img {
  width: 100%;
}

.back-tours {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .back-tours {
    margin-top: 60px;
  }
}

.tour-mainslider-slide img {
  width: 100%;
}

/***************************

object/activity.scss

***************************/
/***************************

object/faq.scss

***************************/
.faq01, .faq02, .faq03, .faq04, .faq05, .faq06 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .faq01, .faq02, .faq03, .faq04, .faq05, .faq06 {
    margin-bottom: 60px;
  }
}
.faq-article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  padding: 25px;
  border-radius: 3px;
  background: #DCDCD1;
  overflow: hidden;
}
.faq-article li {
  position: relative;
}
.faq-article li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background: rgba(99, 98, 96, 0.25);
  left: -30px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
.faq-article li a {
  font-size: 1.5rem;
  text-decoration: underline;
}
.faq-article li a:hover {
  opacity: 1;
  color: #003C78;
}
.faq-list {
  width: 100%;
}
.faq-list-block {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D0;
}
.faq-list-block:not(:last-child) {
  margin-bottom: 20px;
}
.faq-list-block dt {
  position: relative;
  padding-left: 40px;
  padding-right: 35px;
}
.faq-list-block dt:before {
  position: absolute;
  content: "Q.";
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1;
  left: 0;
  top: 0;
}
.faq-list-block dt:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: linear-gradient(to left, #636260 1px, transparent 1px), linear-gradient(to bottom, #636260 1px, transparent 1px);
  background-size: 1px 100%, 100% 1px;
  background-repeat: no-repeat;
  background-position: center center, center center;
  right: 15px;
  top: calc(0.8em - 9px);
  transition: all 0.6s;
}
.faq-list-block dt.show:after {
  rotate: -135deg;
}
.faq-list-block dd {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  padding-left: 40px;
}
.faq-list-block dd:before {
  position: absolute;
  content: "A.";
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1;
  left: 0;
  top: 20px;
}

/***************************

object/contact.scss

***************************/
.contact01 {
  width: 100%;
}
.contact-form {
  width: 100%;
}
.contact-form-table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact-form-table {
    margin-bottom: 30px;
  }
}
.contact-form-table-block {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D0;
}
@media screen and (max-width: 768px) {
  .contact-form-table-block {
    margin-bottom: 15px;
  }
}
.contact-form-table-block:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact-form-table-block:not(:last-child) {
    margin-bottom: 25px;
  }
}
.contact-form-table-block dt {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form-table-block dt {
    margin-bottom: 15px;
  }
}
.contact-form-table-block dt .req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(99, 98, 96, 0.9);
  border-radius: 22px;
  padding: 0 10px;
}
.contact-form-table-block dd {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .contact-form-table-block dd.flexbox {
    flex-wrap: wrap;
  }
}
.contact-form-table-block dd .inner {
  width: 50%;
}
@media screen and (max-width: 450px) {
  .contact-form-table-block dd .inner {
    width: 100%;
  }
}
.contact-form-table-block dd p {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.contact-form-table-block .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.contact-form-table-block .wpcf7-radio input {
  display: none;
}
.contact-form-table-block .wpcf7-radio input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact-form-table-block .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding: 4px 0;
  padding-left: 40px;
}
.contact-form-table-block .wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #999A95;
  border-radius: 100%;
  left: 0;
  top: calc(0.8em - 9px);
  transition: all 0.8s;
  z-index: 2;
}
.contact-form-table-block .wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(99, 98, 96, 0.9);
  left: 4px;
  top: calc(0.8em - 5px);
  border-radius: 100%;
  z-index: 3;
  opacity: 0;
}

.privacy-block {
  width: 100%;
  padding: 30px 20px;
  background: #DCDCD1;
  border-radius: 3px;
  text-align: center;
}
.privacy-block .wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
}
.privacy-block .wpcf7-acceptance input {
  display: none;
}
.privacy-block .wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.privacy-block .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding: 4px 0;
  padding-left: 40px;
}
.privacy-block .wpcf7-acceptance .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #999A95;
  border-radius: 3px;
  left: 0;
  top: calc(0.8em - 12px);
  z-index: 3;
}
.privacy-block .wpcf7-acceptance .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #636260;
  border-bottom: 2px solid #636260;
  rotate: -45deg;
  left: 8px;
  top: calc(0.8em - 3px);
  opacity: 0;
  transition: all 0.6s;
  z-index: 3;
}

.submit-block {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .submit-block {
    margin-top: 30px;
  }
}
.submit-block input {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  max-width: 540px;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(62, 62, 60, 0.9);
  border-radius: 57px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .submit-block input {
    min-height: 70px;
    font-size: 2rem;
  }
}
.submit-block input:hover {
  cursor: pointer;
  background: #003C78;
}

.wpcf7-spinner {
  display: none !important;
}

.back-home {
  max-width: 200px;
}

/***************************

object/privacy.scss

***************************/
.privacy01 .ttl {
  width: 100%;
  padding: 20px 25px;
  background: #DCDCD1;
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .privacy01 .ttl {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .privacy01 .ttl {
    font-size: 1.6rem;
  }
}
.privacy01 .privacy-num-list {
  width: 100%;
}
.privacy01 .privacy-num-list li {
  position: relative;
  padding-left: 30px;
  counter-increment: count;
}
.privacy01 .privacy-num-list li:not(:last-child) {
  margin-bottom: 8px;
}
.privacy01 .privacy-num-list li:before {
  position: absolute;
  content: counter(count) ".";
  left: 0;
  top: 0;
  z-index: 3;
}

/***************************

object/about.scss

***************************/
.about-message {
  width: 100%;
}
.about-message-showBlock {
  position: relative;
  width: 100%;
}
.about-message-showBlock:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 32, 42, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
.about-message-showBlock img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-message-showBlock img {
    min-height: 380px;
    object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  .about-message-showBlock img {
    min-height: 300px;
  }
}
.about-message-showBlock .inner {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
}
.about-message-showBlock .inner .ttl {
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .about-message-showBlock .inner .ttl {
    font-size: 3.6rem;
  }
}
.about-message-showBlock .inner .readmore {
  position: relative;
  max-width: 210px;
  min-width: 210px;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 28px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.about-message-showBlock .inner .readmore:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(30px) brightness(1.15);
}
.about-message-showBlock .inner .readmore span {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  transition: all 0.6s;
}
.about-message-showBlock .inner .readmore span:before, .about-message-showBlock .inner .readmore span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.about-message-showBlock .inner .readmore span:after {
  rotate: 90deg;
}
.about-message-showBlock .inner .readmore:hover {
  opacity: 1;
}
.about-message-showBlock .inner .readmore.open span {
  rotate: 45deg;
}
.about-message-showBlock .inner p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .about-message-showBlock.--txt .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .about-message-showBlock.--txt img {
    min-height: 450px;
  }
}
@media screen and (max-width: 450px) {
  .about-message-showBlock.--txt img {
    min-height: 400px;
  }
}
.about-message-hiddenBlock {
  opacity: 0;
  height: 0;
  background: #DCDCD1;
}
.about-message-hiddenBlock.show {
  opacity: 1;
  height: auto;
}
.about-message-hiddenBlock .wrap1100 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about-message-hiddenBlock .wrap1100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-message-hiddenBlock .ja {
  font-size: 1.4rem;
  color: #999A95;
}
.about-message-hiddenBlock .ja:not(:last-of-type) {
  margin-bottom: 5px;
}
.about-message .btn-close {
  max-width: 200px;
  width: 100%;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 22px;
  background: rgba(62, 62, 60, 0.9);
}
.about02, .about03, .about04 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .about02, .about03, .about04 {
    margin-top: 60px;
  }
}
.about02 .hdg01, .about03 .hdg01, .about04 .hdg01 {
  padding: 0;
}
.about-team-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
}
@media screen and (max-width: 768px) {
  .about-team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .about-team-list {
    grid-template-columns: 100%;
    gap: 30px 15px;
  }
}
.about-team-list-box {
  width: 100%;
}
.about-team-list-box .img {
  width: 100%;
  margin-bottom: 20px;
}
.about-team-list-box .img img {
  width: 100%;
}
.about-team-list-box h4 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.about-team-list-box p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}

.company-profile {
  width: 100%;
}
.company-profile-block {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D0;
}
@media screen and (max-width: 768px) {
  .company-profile-block {
    flex-direction: column;
    gap: 10px;
  }
}
.company-profile-block dt {
  width: 300px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company-profile-block dt {
    width: 100%;
  }
}
.company-profile-block dd {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .company-profile-block dd {
    width: 100%;
  }
}
.company-profile-block ul li:not(:last-child) {
  margin-bottom: 5px;
}
.company-profile-block ul.disc li {
  position: relative;
  padding-left: 14px;
}
.company-profile-block ul.disc li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #636260;
  border-radius: 100%;
  left: 0;
  top: calc(0.8em - 3px);
  z-index: 2;
}/*# sourceMappingURL=style.css.map */