@charset "UTF-8";
/*
Theme Name: 岐阜路道三
Theme URI: https://2gifu.jp
Description: Theme of 岐阜路道三 Web.
Version: 1.0
Author: AG2
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

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

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

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

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/********************
AG2Origin
   https://ag2works.tokyo/
   Ver 2.0 - 5 January 2023
   License: none (public domain)
********************/
* {
  font-family: "Noto Sans JP", Helvetica, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  width: 100%;
  min-width: 320px;
  font-size: 0;
  line-height: 1;
  word-wrap: break-word;
  word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

pre, code {
  background-color: #272822;
  color: #f8f8f2;
}

pre {
  padding: 2em 1em;
  margin: 15px auto;
}

a {
  color: #44A7C2;
  transition: 0.2s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img, svg {
  width: auto;
  height: auto;
}

hr {
  color: #505050;
}

input:not([type=radio]):not([type=checkbox]), button, textarea, select {
  outline: none;
  background-color: #fff;
  caret-color: #000;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid;
  padding: 5px;
}

button:not(:disabled), input[type=button]:not(:disabled), input[type=reset]:not(:disabled), input[type=submit]:not(:disabled) {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.2s;
}

button:not(:disabled):hover, input[type=button]:not(:disabled):hover, input[type=reset]:not(:disabled):hover, input[type=submit]:not(:disabled):hover {
  background-color: #909090;
  border: 1px solid #909090;
}

button:disabled, input[type=submit]:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  cursor: not-allowed;
}

/**********************************
Start of block-content
**********************************/
.block-content {
  counter-reset: headline001;
  text-align: left;
  font-size: var(--ag2txt);
  line-height: 1.8;
  /*font-feature-settings: 'palt';*/
  letter-spacing: 0.02em;
}
.block-content blockquote {
  position: relative;
  width: 90%;
  background-color: #ffffff;
  color: #909090;
  font-size: 90%;
  font-style: italic;
  line-height: 1.8;
  padding: 40px 20px;
  margin: 20px auto;
  border: 1px solid #eeeeee;
}
.block-content blockquote::before, .block-content blockquote::after {
  position: absolute;
  color: #eeeeee;
  font-family: "ag2icon";
  font-size: 18px;
}
.block-content blockquote::before {
  content: "\e82c";
  top: 0;
  left: 10px;
}
.block-content blockquote::after {
  content: "\e82d";
  bottom: 0;
  right: 10px;
}
.block-content ol,
.block-content ul {
  padding-left: 1.5em;
  margin: 5px auto;
}
.block-content ol li,
.block-content ul li {
  list-style-position: outside;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  line-height: 1.6;
  padding: 2px 0;
}
.block-content ol li {
  list-style-type: decimal;
}
.block-content ul li {
  list-style-type: disc;
  list-style-type: "・";
}
.block-content hr {
  border-style: none;
  border: none;
  border-top: 1px solid var(--ag2black);
}
.block-content a {
  color: var(--ag2linkclr);
  text-decoration: underline;
  transition: 0.2s;
}
.block-content a:hover {
  color: var(--ag2black);
  text-decoration: none;
}
.block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6 {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.block-content p {
  word-wrap: break-word;
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.block-content img,
.block-content iframe {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.block-content iframe {
  min-width: 150px;
  min-height: 100px;
}

/***** ag2style *****/
.block-content .headline001,
.block-content .headline002,
.block-content .headline003 {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto 15px;
}

.block-content .headline001 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.block-content .headline001::before {
  content: counter(headline001, decimal-leading-zero) ".";
  counter-increment: headline001;
  color: #ccc;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  height: 1em;
  padding-right: 0.2em;
}

.block-content .headline002 {
  position: relative;
  font-size: 18px;
  padding: 0 0 3px;
}

.block-content .headline002::before,
.block-content .headline002::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5em;
  border-bottom: 3px solid #ccc;
}

.block-content .headline002::after {
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.block-content .headline003 {
  position: relative;
  text-indent: 1.5em;
  font-size: 15px;
  margin: 0 auto 10px;
}

.block-content .headline003::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  border-top: 2px solid #ccc;
}

.block-content .div-note {
  background-color: #fafafa;
  border: 2px solid #ccc;
  padding: 15px;
  margin: 15px auto;
}

.block-content .div-note p {
  font-size: 12px;
}

/**********************************
End of block-content
**********************************/
/** Start of body **/
:root {
  --ag2txt: 14px;
  --ag2frame: 10px;
  --ag2row01: 20px;
  --ag2linkclr: #44A7C2;
  --ag2black: #232323;
  --ag2white: #ffffff;
  --ag2clr001: #961e19;
  --ag2clr002: #c7b28c;
  --ag2clr003: #e8dfd0;
  --ag2clr004: #ae9059;
  --ag2line: #06c755;
  --ag2tw: #1d9bf0;
  --ag2fb: #1877f2;
  --ag2ig: #d93177;
  --ag2yt: #ff0000;
  --ag2tktk: #000;
}

::selection {
  color: #ffffff;
  background-color: var(--ag2clr001);
}

html,
body {
  background-color: var(--ag2clr002);
  color: var(--ag2black);
}

#flex-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--ag2frame);
}

#wrap {
  flex: 1 1 auto;
}

footer {
  flex: 0 0 auto;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

/** End of body **/
/**********************************
***********************************
Start of z-index
***********************************
**********************************/
header {
  z-index: 99999;
}

.nav-header {
  z-index: 9990;
}

#flex-wrap {
  z-index: 999;
}

.frame-bar,
.frame-corner {
  z-index: 9999;
}

#frame-corner-bl {
  z-index: 9998;
}

#frame-power {
  z-index: 99990;
}

#backtotop {
  z-index: 999;
}

#bg {
  z-index: 1;
}

/**********************************
***********************************
End of z-index
***********************************
**********************************/
/**********************************
***********************************
Start of backtotop
***********************************
**********************************/
.backtotop {
  display: inline-block;
  position: fixed;
  right: 25px;
  bottom: 50px;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}

.backtotopOn {
  opacity: 1;
  transform: scale(1);
}

.a-backtotop {
  display: flex;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid var(--ag2black);
  border-radius: 50%;
  transition: 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.a-backtotop svg {
  fill: var(--ag2black);
  width: 50%;
  height: auto;
  transform: translateY(-1px) rotateY(0);
  transition: 0.5s;
}

.a-backtotop:hover svg {
  transform: translateY(-1px) rotateY(360deg);
}

/**********************************
***********************************
End of backtotop
***********************************
**********************************/
/**********************************
***********************************
Start of index-bg
***********************************
**********************************/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}

#bg-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ul-loop-top-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--ag2clr002);
}

@keyframes bg_move {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 90% 65%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.li-loop-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-top-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-top-bg,
.img-top-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-top-bg {
  opacity: 0;
  transition: 0.3s 0.2s;
}

.videoOn.video-top-bg {
  opacity: 1;
}

/***** ag2fader *****/
.li-loop-top-bg {
  opacity: 0;
  z-index: 1;
  transition: 3s cubic-bezier(0.1, 1, 0.32, 1), z-index 0s;
}

.ag2fadeOn.li-loop-top-bg {
  opacity: 1;
  z-index: 2;
}

.img-top-bg {
  transform: scale(1);
  transition: 7s 0.6s linear;
}

.ag2fadeOn .img-top-bg {
  transform: scale(1.03);
}

/**********************************
***********************************
End of index-bg
***********************************
**********************************/
/**********************************
***********************************
Start of mutual
***********************************
**********************************/
.column-max {
  max-width: 1000px;
}

.row01 {
  padding-left: var(--ag2row01);
  padding-right: var(--ag2row01);
}

.bg-tw {
  background-color: var(--ag2tw);
}

.bg-fb {
  background-color: var(--ag2fb);
}

.bg-inst {
  position: relative;
  background-color: var(--ag2ig);
  background-color: transparent;
  z-index: 1;
}

.bg-inst::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(30deg, rgb(252, 216, 80) 12%, rgb(246, 55, 60) 50%, rgb(202, 55, 193) 100%);
  opacity: 1;
  z-index: -1;
  transition: 0.2s;
}

.bg-tktk {
  background-color: var(--ag2tktk);
}

.bg-yt {
  background-color: var(--ag2yt);
}

.bg-ln {
  background-color: var(--ag2line);
}

/***** font *****/
.a-header-logo,
.span-nav-header-char,
.span-subnav-header,
.span-a-more-btn,
.h2-index-news,
.span-h2-index-en,
.span-cf7-submit,
.span-pagenation,
.span-single-pager {
  font-family: "Open Sans", Helvetica, Arial, "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***** more-btn *****/
.more-btn-wrap .a-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--ag2black);
  background-color: var(--ag2clr004);
  color: #fff;
  white-space: nowrap;
  height: 36px;
  padding: 0 12px 0 15px;
  border-radius: 18px;
}
.more-btn-wrap .a-more-btn:hover {
  color: #fff;
  background-color: var(--ag2clr001);
}
.more-btn-wrap .a-more-btn svg {
  vertical-align: middle;
  fill: #fff;
  width: auto;
  height: 10px;
  transform: translateX(0);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.15, 2);
}
.more-btn-wrap .a-more-btn:hover svg {
  transform: translateX(3px);
}
.more-btn-wrap .span-a-more-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-right: 10px;
}

.contact-btn-wrap .a-more-btn {
  height: 50px;
  padding: 0 24px 0 30px;
  border-radius: 50px;
}
.contact-btn-wrap .span-a-more-btn {
  padding-right: 15px;
}

/***** ag2wave *****/
.block-wave-wrap {
  overflow: hidden;
}

.ag2canvas-wave {
  width: 100%;
  height: 40px;
  transform: translateY(1px);
}

.ag2canvas-wave-bttm {
  transform: translateY(-1px) rotateX(180deg);
}

/***** index *****/
.index-h2-wrap {
  padding: 0 0 10px;
}

.h2-index {
  color: var(--ag2clr001);
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
}
.h2-index svg {
  fill: var(--ag2clr001);
  width: auto;
  height: 55px;
}

.index-h2-en-wrap {
  padding: 0 0 20px;
}

.span-h2-index-en {
  color: var(--ag2clr001);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

/***** gglmap *****/
.gglmap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ag2clr002);
}

.gglmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gglmap iframe {
  width: 100%;
  height: 100%;
}

/**********************************
***********************************
End of mutual
***********************************
**********************************/
/**********************************
***********************************
Start of boxFn
***********************************
**********************************/
/***** boxfade *****/
.boxfade.boxvw {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
  transition: 1.1s 0.3s, opacity 0.8s 0.3s, color 0.2s;
}

.boxfade.boxvwOn {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/***** boxcover *****/
.boxcover.boxvw {
  display: inline-block;
  position: relative;
}
.boxcover.boxvw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ag2clr001);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.boxcover.boxvwOn::after {
  animation: ag2boxcover 1s cubic-bezier(0.175, 0.575, 0.34, 1) forwards;
}

@keyframes ag2boxcover {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.boxcover.boxvw h2, .boxcover.boxvw span {
  opacity: 0;
  transition: 0s 0.5s;
}

.boxcover.boxvwOn h2, .boxcover.boxvwOn span {
  opacity: 1;
}

/***** boxtitle *****/
.boxvw .boxtitle {
  display: inline-block;
  opacity: 0;
  transform: translateX(60px) skewX(-15deg);
  transition: 0.8s, opacity 0.4s;
  transition: 1s cubic-bezier(0.175, 0.575, 0.115, 1), opacity 0.3s;
}

.boxvwOn .boxtitle {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}

/***** span-boxvwtitle-char *****/
.boxvw .span-boxvwtitle-char {
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.6s var(--delay) cubic-bezier(0.08, 0.5, 0.75, 1), opacity 0.4s var(--delay);
}

.boxvwOn .span-boxvwtitle-char {
  opacity: 1;
  transform: translateX(0px);
}

/***** boxthum *****/
.boxthum.boxvw .boxthum-trgt {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s, opacity 0.3s;
}

.boxthum.boxvwOn .boxthum-trgt {
  transform: scale(1);
  opacity: 1;
}

/***** ag2prllx *****/
.ag2prllx-trgt {
  transition: 0.8s cubic-bezier(0.08, 0.5, 0.75, 1);
}

/**********************************
***********************************
End of boxFn
***********************************
**********************************/
/**********************************
***********************************
Start of loop
***********************************
**********************************/
/***** loop-news *****/
.li-loop-news {
  padding: 0 0 30px;
}

.li-loop-news:last-child {
  padding: 0;
}

.a-block-news {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: var(--ag2black);
  white-space: nowrap;
  font-size: var(--ag2txt);
}

.li-loop-news .a-block-news {
  padding: 10px 30px 10px 12px;
  border-radius: 20px;
}

.li-loop-news .a-block-news:hover {
  background-color: var(--ag2clr001);
  color: #fff;
}

.block-news-date,
.div-h3-block-news-wrap {
  display: inline-block;
  vertical-align: middle;
}

.span-block-news-date,
.h3-block-news {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: bold;
  line-height: 1.4;
}

.span-block-news-date {
  font-weight: normal;
}

.block-news-date {
  padding-right: 5px;
}

.block-news-arrw-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
}

.block-news-arrw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: var(--ag2black);
  border-radius: 50%;
  transition: 0.2s;
}

.li-loop-news .a-block-news:hover .block-news-arrw {
  border-color: #fff;
}

.block-news-arrw svg {
  fill: var(--ag2black);
  width: auto;
  height: 10px;
  transform: translateX(1px);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.15, 2);
}

.a-block-news:hover .block-news-arrw svg {
  transform: translateX(2px);
}

.li-loop-news .a-block-news:hover svg {
  fill: #fff;
}

/***** index-news-loop *****/
.ul-loop-index-news {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.li-loop-index-news {
  display: inline-block;
  padding: 0 10px;
}

.li-loop-index-news .a-block-news {
  display: inline-block;
  padding: 5px 40px 5px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.li-loop-index-news .a-block-news:hover {
  color: var(--ag2clr001);
}

.li-loop-index-news .a-block-news {
  white-space: nowrap;
}

.li-loop-index-news .a-block-news:hover .block-news-arrw {
  border-color: var(--ag2clr001);
}

.li-loop-index-news .a-block-news:hover svg {
  fill: var(--ag2clr001);
}

/***** archive-news-loop *****/
.section-news-archive .a-block-news {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 22px;
}
.section-news-archive .a-block-news:hover {
  border-color: var(--ag2clr001);
}

/***** loop-mutual *****/
.ul-loop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.li-loop {
  display: inline-block;
  width: 50%;
  width: calc((100% - 20px) / 2);
  vertical-align: top;
  padding: 0 0 30px;
}

.li-loop a {
  color: var(--ag2black);
}
.li-loop a:hover {
  color: var(--ag2clr001);
}

.home .li-loop a {
  color: var(--ag2clr004);
}
.home .li-loop a:hover {
  color: var(--ag2clr001);
}

.block-mutual-thum-wrap {
  padding-bottom: 10px;
}

.block-mutual-thum {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
  border-radius: 3px;
  transform: scale(1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.a-block-mutual:hover .block-mutual-thum {
  transform: scale(1.05);
}

.block-mutual-thum-img,
.block-mutual-nothum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ag2black);
  transform: scale(1);
}

.a-block-mutual:hover .block-mutual-thum-img,
.a-block-mutual:hover .block-mutual-nothum {
  transform: scale(1.15);
}

.block-mutual-nothum {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.block-mutual-nothum svg {
  fill: var(--ag2clr003);
  width: auto;
  height: 60%;
}

.img-block-mutual-thum {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.boxvw .block-mutual-thum-img,
.boxvw .block-mutual-nothum {
  opacity: 0;
  transform: scale(1.4);
  transition: 1.5s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.3s 0.5s;
}

.boxvwOn .block-mutual-thum-img,
.boxvwOn .block-mutual-nothum {
  opacity: 1;
  transform: scale(1);
}

.h3-block-mutual {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  hyphens: auto;
  font-size: var(--ag2txt);
  font-weight: bold;
  line-height: 1.6;
}

/***** thum-cover *****/
.boxvw .block-thum-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  background-color: var(--ag2clr001);
  z-index: 1;
}
.boxvw .block-thum-cover svg {
  fill: var(--ag2clr003);
  width: auto;
  height: 60%;
}

.boxvwOn .block-thum-cover {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  animation: ag2thumcover 1s cubic-bezier(0.175, 0.575, 0.34, 1) forwards;
}

@keyframes ag2thumcover {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
/***** pagenation *****/
.pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
  color: #999;
  padding-top: 45px;
  margin: 0 auto;
}

.pagenation-arrw {
  width: 35px;
}

.pagenation-prev,
.pagenation-no-prev {
  padding-right: 5px;
}

.pagenation-next,
.pagenation-no-next {
  padding-left: 5px;
}

.pagenation a {
  color: var(--ag2black);
  font-weight: bold;
}
.pagenation a:hover {
  color: var(--ag2clr001);
}

.pagenation-arrw a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--ag2black);
  border-radius: 50%;
}
.pagenation-arrw a svg {
  fill: var(--ag2black);
  width: auto;
  height: 11px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.15, 2);
}

.pagenation-prev a svg {
  transform: translateX(-1px) rotateZ(180deg);
}
.pagenation-prev a:hover svg {
  transform: translateX(-3px) rotateZ(180deg);
}

.pagenation-next a svg {
  transform: translateX(1px);
}
.pagenation-next a:hover svg {
  transform: translateX(3px);
}

.ul-pagenation {
  display: inline-block;
  vertical-align: middle;
}

.li-pagenation {
  display: inline-block;
  padding: 0 10px 0 0;
}
.li-pagenation:last-child {
  padding: 0;
}

.a-pagenation {
  display: block;
}

.span-pagenation {
  font-size: 14px;
  font-weight: bold;
}

/**********************************
***********************************
End of loop
***********************************
**********************************/
/**********************************
***********************************
Start of page-search
***********************************
**********************************/
.span-legend-block-search {
  font-size: 14px;
}

.li-block-search-item {
  display: inline-block;
}

/***** radio, checkbox *****/
.li-block-search-item label,
.li-block-search-item label input {
  display: inline-block;
  cursor: pointer;
}

.li-block-search-item label input[type=radio],
.li-block-search-item label input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: none;
  border: 1px solid #aaa;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  transition: 0s, border 0.3s;
}

.li-block-search-item label input[type=radio] {
  border-radius: 50%;
}

.li-block-search-item label input[type=checkbox] {
  border-radius: 3px;
}

.li-block-search-item label:hover input[type=radio],
.li-block-search-item label:hover input[type=checkbox] {
  border: 1px solid #000;
}

.li-block-search-item input[type=radio]:checked,
.li-block-search-item input[type=checkbox]:checked {
  background-color: #9bbfc7;
  border-color: #9bbfc7;
}

.li-block-search-item input[type=checkbox]:checked::after,
.li-block-search-item input[type=radio]:checked::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.li-block-search-item input[type=radio]:checked::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.li-block-search-item input[type=checkbox]:checked::after {
  width: 5px;
  height: 10px;
  color: #fff;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translate(-50%, -65%) rotate(40deg);
}

span.span-block-search-item {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 0 0.5em;
  transition: 0.3s;
}

.li-block-search-item label input:checked + span.span-block-search-item {
  color: #000;
}

.li-block-search-item label:hover span.span-block-search-item {
  color: #000;
}

/**********************************
***********************************
End of page-search
***********************************
**********************************/
/**********************************
***********************************
Start of frame-bar
***********************************
**********************************/
.frame-bar {
  position: fixed;
  background-color: var(--ag2clr001);
}

#frame-t,
#frame-b {
  left: 0;
  width: 100%;
  height: var(--ag2frame);
}

#frame-t {
  top: 0;
}

#frame-b {
  bottom: 0;
}

#frame-l,
#frame-r {
  bottom: 0;
  width: var(--ag2frame);
  height: 100vh;
}

#frame-l {
  left: 0;
}

#frame-r {
  right: 0;
}

/**********************************
***********************************
End of frame-bar
***********************************
**********************************/
/**********************************
***********************************
Start of frame-corner
***********************************
**********************************/
:root {
  --ag2corner: 100px;
}

.frame-corner {
  position: fixed;
  background-color: var(--ag2clr001);
  width: var(--ag2corner);
  height: var(--ag2corner);
  border-radius: 50%;
}

#frame-corner-tl,
#frame-corner-tr {
  top: calc(var(--ag2corner) / 2 * -1);
}

#frame-corner-bl,
#frame-corner-br {
  bottom: calc(var(--ag2corner) / 2 * -1);
}

#frame-corner-tl,
#frame-corner-bl {
  left: calc(var(--ag2corner) / 2 * -1);
}

#frame-corner-tr,
#frame-corner-br {
  right: calc(var(--ag2corner) / 2 * -1);
}

#frame-corner-tr {
  top: calc(var(--ag2corner) * 1.2 / 2 * -1);
  right: calc(var(--ag2corner) * 1.2 / 2 * -1);
  width: calc(var(--ag2corner) * 1.2);
  height: calc(var(--ag2corner) * 1.2);
  transform: translate(0, 0);
  transition: 0.2s cubic-bezier(0.175, 0.575, 0.34, 1.8);
  cursor: pointer;
}

#frame-corner-tr:hover {
  transform: translate(-5px, 5px);
}

/**********************************
***********************************
End of frame-corner
***********************************
**********************************/
/**********************************
***********************************
Start of frame-power
***********************************
**********************************/
#frame-b {
  background-color: var(--ag2clr001);
  background: linear-gradient(90deg, rgb(174, 144, 89) 35%, rgb(150, 30, 25) 65%, rgb(150, 30, 25) 100%);
}

#frame-corner-bl {
  background-color: var(--ag2clr004);
}

#frame-power {
  position: fixed;
  bottom: 0;
  left: 0;
  width: var(--ag2frame);
  height: 30vh;
  background: linear-gradient(0deg, rgb(174, 144, 89) 50%, rgb(150, 30, 25) 70%, rgb(150, 30, 25) 100%);
}

.frame-power {
  transition: 2s cubic-bezier(0.175, 0.575, 0.34, 1);
}

.frame-powerOn {
  transition: 1s cubic-bezier(0.175, 0.575, 0.34, 1);
}

body.menuOn #frame-power {
  height: var(--ag2corner) !important;
}

/**********************************
***********************************
End of frame-power
***********************************
**********************************/
/**********************************
***********************************
Start of header
***********************************
**********************************/
header {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-logo {
  display: inline-block;
  position: absolute;
  top: calc(var(--ag2frame) * 2);
  left: calc(var(--ag2frame) * 2 - 2px);
}

.a-header-logo {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--ag2black);
}
.a-header-logo:hover {
  color: var(--ag2black);
}
.a-header-logo span {
  display: inline-block;
  position: relative;
  color: transparent;
  font-family: inherit;
  font-size: 24px;
  font-weight: bold;
  font-weight: 800;
  transition: 0s 1s;
}
.a-header-logo span::after {
  content: attr(data-self);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: var(--ag2clr003);
  font-family: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.a-header-logo.boxvwOn span {
  color: var(--ag2black);
}
.a-header-logo.boxvwOn span::after {
  animation: ag2headerLogo 1.8s 0.1s cubic-bezier(0.175, 0.575, 0.34, 1) forwards;
}

@keyframes ag2headerLogo {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
/***** menu-btn *****/
.header-menu-btn-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: none;
}

.header-menu-bars {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.span-header-menu-bar {
  display: block;
  position: absolute;
  top: 17.5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

.span-header-menu-bar:nth-child(1) {
  left: 10.5px;
}

.span-header-menu-bar:nth-child(2) {
  left: 17.5px;
}

.span-header-menu-bar:nth-child(3) {
  left: 24.5px;
}

.menuOn .span-header-menu-bar:nth-child(1),
.menuOn .span-header-menu-bar:nth-child(3) {
  top: 18.5px;
  left: 10px;
  width: 18px;
  height: 2px;
}

.menuOn .span-header-menu-bar:nth-child(1) {
  transform: rotate(225deg);
}

.menuOn .span-header-menu-bar:nth-child(2) {
  left: auto;
  right: 17.5px;
  width: 0;
  opacity: 0;
}

.menuOn .span-header-menu-bar:nth-child(3) {
  transform: rotate(-225deg);
}

/***** gtranslate-btn *****/
.gtranslate-btn-wrap {
  position: fixed;
  top: 65px;
  right: calc(var(--ag2frame) * 2);
}

.gtranslate_wrapper .gt_float_switcher {
  font-size: 12px;
}
.gtranslate_wrapper .gt_float_switcher img {
  width: 20px;
  margin: 0 2px 0 0;
}
.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 2px 5px;
}
.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  margin-left: 2px;
}

/**********************************
***********************************
End of header
***********************************
**********************************/
/**********************************
***********************************
Start of nav
***********************************
**********************************/
.nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: 0s 1s;
}

.navOn {
  width: 100%;
  transition: 0s;
}

.nav-header::before,
.nav-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}

.nav-header::before {
  background-color: var(--ag2clr001);
  transition: 0.5s cubic-bezier(0.175, 0.575, 0.565, 1) 0.3s;
}

.nav-header::after {
  background-color: var(--ag2clr002);
  transition: 0.35s cubic-bezier(0.175, 0.575, 0.565, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.175, 0.575, 0.565, 1) 0.2s;
}

.navOn::before,
.navOn::after {
  width: 400Vh;
  height: 400Vh;
}

.navOn::before {
  transition: 1s;
}

.navOn::after {
  transition: 1.2s 0.2s;
}

.nav-header-inner {
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 75px var(--ag2frame) 0;
}

.ul-nav-header {
  width: 0%;
  overflow: hidden;
  padding: 0 0 45px;
  transition: 0s 0.6s;
}

.navOn .ul-nav-header {
  width: 100%;
}

.a-nav-header,
.div-nav-header,
.a-subnav-header {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 15px 30px;
  transition: 0.2s;
  cursor: pointer;
}

.navOn .a-nav-header:hover,
.navOn .div-nav-header:hover,
.navOn .a-subnav-header:hover {
  background-color: rgba(0, 0, 0, 0.025);
  background-color: rgba(232, 223, 208, 0.3);
}

.span-nav-header,
.span-subnav-header {
  display: inline-block;
  color: var(--ag2black);
  font-size: 16px;
  font-weight: bold;
}

.navBox.span-nav-header {
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.6s cubic-bezier(0.175, 0.575, 0.565, 1), letter-spacing 0.5s 0.2s, opacity 0.3s, color 0.3s;
}

.navBoxOn.span-nav-header {
  letter-spacing: 0em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), letter-spacing 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.3s, color 0.3s;
}

/***** subnav *****/
.subnav-header-Btn .span-nav-header {
  display: block;
  position: relative;
}

.subnav-header-Btn .span-nav-header::before,
.subnav-header-Btn .span-nav-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.subnav-header-Btn .span-nav-header::before {
  right: 0;
  width: 10px;
  border-top: 2px solid;
  transform: translateY(-50%) rotate(0deg);
}

.subnav-header-Btn .span-nav-header::after {
  right: 5px;
  height: 10px;
  border-right: 2px solid;
  transform: translate(50%, -50%) rotate(0deg);
}

.subnav-header-BtnOn .span-nav-header::before {
  transform: translateY(-50%) rotate(-135deg);
}

.subnav-header-BtnOn .span-nav-header::after {
  transform: translate(50%, -50%) rotate(-135deg);
}

.ul-subnav-header {
  display: none;
  background-color: rgba(0, 0, 0, 0.025);
}

.subnavBox {
  text-indent: 1em;
  letter-spacing: 0.2em;
  transform: translate3d(20px, 0px, 0px);
  opacity: 0;
  transition: 0.6s cubic-bezier(0.175, 0.575, 0.565, 1), letter-spacing 0.5s 0.2s, opacity 0.3s, color 0.3s;
}

.subnavBoxOn {
  letter-spacing: 0em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), letter-spacing 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.3s, color 0.3s;
}

/***** sns *****/
.nav-header-sns-wrap {
  padding: 0 0 75px;
}

.ul-nav-header-sns {
  text-align: center;
}

.navBox.ul-nav-header-sns {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.6s cubic-bezier(0.175, 0.575, 0.565, 1), opacity 0.3s;
}

.navBoxOn.ul-nav-header-sns {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.3s;
}

.li-nav-header-sns {
  display: inline-block;
  padding: 0 5px;
}

.a-nav-header-sns {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 10px;
  transition: 0.2s;
}

.a-nav-header-sns:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.a-nav-header-sns svg {
  fill: var(--ag2black);
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s;
}

.a-nav-header-sns:hover svg {
  fill: #fff;
  transform: scale(0.8);
}

/**********************************
***********************************
End of nav
***********************************
**********************************/
/**********************************
***********************************
Start of home-top
***********************************
**********************************/
.section-top {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

#ag2counter-wrap {
  position: absolute;
  top: 52px;
  left: var(--ag2frame);
  z-index: 1;
}
#ag2counter-wrap iframe {
  width: 150px;
  height: 30px;
}

#top-cover {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: var(--ag2row01);
}

/***** top-logo *****/
#top-logo-wrap {
  position: relative;
  height: 55vh;
  height: 55svh;
  text-align: center;
}

#top-logo-wrap > div {
  height: 100%;
}

#top-logo {
  height: 100%;
}

#top-logo svg {
  fill: var(--ag2clr003);
  width: 50%;
  max-width: 240px;
  height: auto;
}

/***** fv-cloud *****/
.fv-cloud {
  position: absolute;
}
.fv-cloud .fv-cloud-inner {
  position: relative;
  transition: 2s cubic-bezier(0.175, 0.575, 0.115, 1), opacity 0.3s;
}
.fv-cloud .fv-cloud-inner svg {
  fill: var(--ag2clr004);
}
.fv-cloud.fv-cloud001 {
  top: 15%;
  left: 5%;
  animation: ag2fvcloud_x01 12s ease-in-out infinite;
}
.fv-cloud.fv-cloud001 .fv-cloud-inner {
  opacity: 0;
  transform: translateX(-15px);
  animation: ag2fvcloud_y01 15s ease-in-out infinite;
}
.fv-cloud.fv-cloud001 .fv-cloud-inner svg {
  width: 220px;
  height: auto;
}
.fv-cloud.fv-cloud001.boxvwOn .fv-cloud-inner {
  opacity: 1;
  transform: translateX(-65px);
}
.fv-cloud.fv-cloud002 {
  top: 50%;
  right: 5%;
  animation: ag2fvcloud_x01 15s ease-in-out infinite;
}
.fv-cloud.fv-cloud002 .fv-cloud-inner {
  opacity: 0;
  transform: translateX(150px);
  animation: ag2fvcloud_y01 12s ease-in-out infinite;
}
.fv-cloud.fv-cloud002 .fv-cloud-inner svg {
  width: 220px;
  height: auto;
}
.fv-cloud.fv-cloud002.boxvwOn .fv-cloud-inner {
  opacity: 1;
  transform: translateX(100px);
}
.fv-cloud.fv-cloud003 {
  top: 85%;
  left: 5%;
  animation: ag2fvcloud_x02 13s ease-in-out infinite;
}
.fv-cloud.fv-cloud003 .fv-cloud-inner {
  opacity: 0;
  transform: translateX(-100px);
  animation: ag2fvcloud_y01 17s ease-in-out infinite;
}
.fv-cloud.fv-cloud003 .fv-cloud-inner svg {
  width: 160px;
  height: auto;
}
.fv-cloud.fv-cloud003.boxvwOn .fv-cloud-inner {
  opacity: 1;
  transform: translateX(-50px);
}
.fv-cloud.fv-cloud004 {
  top: 105%;
  left: 5%;
  animation: ag2fvcloud_x02 10s ease-in-out infinite;
}
.fv-cloud.fv-cloud004 .fv-cloud-inner {
  opacity: 0;
  transform: translateX(-85px);
  animation: ag2fvcloud_y01 15s ease-in-out infinite;
}
.fv-cloud.fv-cloud004 .fv-cloud-inner svg {
  width: 120px;
  height: auto;
}
.fv-cloud.fv-cloud004.boxvwOn .fv-cloud-inner {
  opacity: 1;
  transform: translateX(15px);
}

@keyframes ag2fvcloud_x01 {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes ag2fvcloud_x02 {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes ag2fvcloud_y01 {
  0% {
    top: 0px;
  }
  50% {
    top: -13px;
  }
  100% {
    top: 0px;
  }
}
/***** top-phrase *****/
.top-phrase-wrap {
  overflow: hidden;
}

/***** swiper *****/
#top-phrase-swiper.swiper {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: 1.1s 0.4s, opacity 0.8s 0.5s;
}

#top-phrase-swiper.swiper-initialized {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ul-top-phrase.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.li-top-phrase.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.li-top-phrase {
  padding-left: var(--ag2row01);
  padding-right: var(--ag2row01);
}

.p-top-phrase {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/**********************************
***********************************
End of home-top
***********************************
**********************************/
/**********************************
***********************************
Start of home-news
***********************************
**********************************/
.section-news {
  padding: 0 0 120px;
}

.index-news-wrap {
  padding: 60px 0 120px;
}

/***** index-news-bar *****/
.index-news {
  display: flex;
  width: 100%;
  height: 46px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 23px;
}

.index-news-bar-l {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  background-color: var(--ag2black);
  background-color: var(--ag2clr004);
}

.h2-index-news {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
}

.index-news-bar-r {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
}

.index-news-box {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: calc(100% - 100px);
}

.index-news-btn-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100%;
  padding: 5px;
}

/***** index-about *****/
.index-about-title {
  padding-bottom: 20px;
}

.h2-index-about-title {
  color: var(--ag2clr004);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.h2-index-about-title svg {
  fill: var(--ag2clr004);
  width: auto;
  height: 30px;
}
.h2-index-about-title span {
  display: inline-block;
  font-size: 20px;
  padding-left: 10px;
}

.index-about-copy {
  padding-bottom: 20px;
}

.p-index-about-copy {
  color: var(--ag2clr004);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.index-about-img {
  padding-bottom: 15px;
}
.index-about-img img {
  width: 100%;
  height: auto;
}

.index-about-txt {
  padding-bottom: 45px;
}

.p-index-about-txt {
  color: var(--ag2clr004);
  font-weight: bold;
}

/**********************************
***********************************
End of home-news
***********************************
**********************************/
/**********************************
***********************************
Start of home-mutual
***********************************
**********************************/
.index-maindesc-txt-wrap {
  padding-bottom: 65px;
}

.index-maindesc-txt {
  color: var(--ag2clr001);
  font-weight: bold;
}

.index-desc-txt-wrap {
  padding-bottom: 20px;
}

.index-desc-txt {
  color: var(--ag2clr004);
  font-weight: bold;
}

.index-h3-wrap {
  padding-bottom: 10px;
}
.index-h3-wrap h3 {
  color: var(--ag2clr004);
  font-size: 28px;
  font-weight: bold;
}
.index-h3-wrap h3 svg {
  fill: var(--ag2black);
  fill: var(--ag2clr004);
  width: auto;
  height: 35px;
}

.index-h3-en-wrap {
  padding-bottom: 20px;
}
.index-h3-en-wrap span {
  color: var(--ag2clr004);
  font-size: var(--ag2txt);
  font-weight: bold;
}

/**********************************
***********************************
End of home-mutual
***********************************
**********************************/
/**********************************
***********************************
Start of home-food
***********************************
**********************************/
.section-index-food {
  background-color: #fff;
  padding: 90px 0;
}

.section-index-food-ramen,
.section-index-food-wagyu {
  padding: 0 0 75px;
}

/**********************************
***********************************
End of home-food
***********************************
**********************************/
/**********************************
***********************************
Start of home-trip
***********************************
**********************************/
.section-index-trip {
  padding: 90px 0;
}

.section-index-trip-onsen {
  padding: 0 0 75px;
}

/**********************************
***********************************
End of home-trip
***********************************
**********************************/
/**********************************
***********************************
Start of home-culture
***********************************
**********************************/
.section-index-culture {
  background-color: #fff;
  padding: 90px 0;
}

.section-index-culture-culture {
  padding: 0 0 75px;
}

/**********************************
***********************************
End of home-culture
***********************************
**********************************/
/**********************************
***********************************
Start of single
***********************************
**********************************/
.section-single {
  background-color: #fff;
  text-align: left;
  padding: 100px 0 90px;
}

/***** post-type *****/
.single-post-type-wrap {
  padding-bottom: 15px;
}

.span-single-post-type-jp,
.span-single-post-type-en {
  display: inline-block;
  color: var(--ag2clr001);
  font-size: var(--ag2txt);
  font-weight: bold;
}
.span-single-post-type-jp svg,
.span-single-post-type-en svg {
  display: inline-block;
  fill: var(--ag2clr001);
  width: auto;
  height: var(--ag2txt);
}

.span-single-post-type-en {
  padding-left: 0.5em;
}

.single-cat-type-wrap {
  padding-bottom: 60px;
}

.span-single-cat-type-jp {
  display: block;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
}
.span-single-cat-type-jp svg {
  fill: var(--ag2black);
  width: auto;
  height: 35px;
}

.span-single-cat-type-en {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

/***** title *****/
.single-h1-wrap.boxvw {
  padding-bottom: 30px;
}

.h1-single {
  word-wrap: break-word;
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

/***** thum *****/
.single-thum {
  overflow: hidden;
  padding-bottom: 30px;
}

.single-thum-fix {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}

.single-thum-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-single-thum {
  width: 100%;
  height: auto;
}

/***** content *****/
.single-content-wrap {
  padding-bottom: 60px;
}

/***** tag *****/
.single-tag-wrap {
  padding-bottom: 60px;
}

.li-single-tag {
  display: inline-block;
  padding-right: 8px;
  padding-bottom: 8px;
}

.a-single-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: var(--ag2black);
  padding: 0 15px;
  border: 1px solid;
  border-radius: 15px;
}

.a-single-tag:hover {
  background: var(--ag2clr001);
  color: #fff;
  border-color: var(--ag2clr001);
}

.span-single-tag {
  font-size: 12px;
}

/***** share *****/
.single-share-wrap {
  text-align: center;
  padding-bottom: 80px;
}

.span-single-share {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
}
.span-single-share svg {
  display: inline-block;
  width: auto;
  height: 16px;
  transform: translate(-7px, 1px);
}

.li-single-share {
  display: inline-block;
  padding: 0 12px;
}

.a-single-share {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--ag2black);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.2s;
}
.a-single-share svg {
  fill: #fff;
  width: 18px;
  height: auto;
  transform: scale(1);
  transition: 0.2s;
}
.a-single-share:hover svg {
  transform: scale(1.1);
}
.a-single-share span {
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  color: var(--ag2black);
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0;
  transform: translateX(-50%);
  transition: 0.2s cubic-bezier(0.175, 0.575, 0.34, 3);
}
.a-single-share:hover span {
  letter-spacing: 0.05em;
}

.a-share-twitter {
  background-color: var(--ag2tw);
}

.a-share-facebook {
  background-color: var(--ag2fb);
}

.a-share-copy {
  background-color: var(--ag2black);
}

.a-single-share:hover {
  background-color: var(--ag2clr001);
}

/***** ag2copy *****/
#copyBtn {
  position: relative;
  cursor: pointer;
}
#copyBtn svg {
  opacity: 1;
  transition: 0.05s;
}
#copyBtn.copied svg {
  opacity: 0;
}
#copyBtn::after {
  content: "Copied!";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11px;
  font-weight: bold;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.05s;
}
#copyBtn.copied::after {
  opacity: 1;
}

/***** yarpp *****/
.div-h4-related-wrap {
  text-align: center;
  padding-bottom: 30px;
}

.h4-related span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.h4-related svg {
  display: inline-block;
  width: auto;
  height: 16px;
  transform: translate(-7px, 1px);
}

/***** post-password *****/
.post-password-wrap h3 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
}

.post-password-wrap form {
  width: 100%;
  padding: 30px 0 0;
}

.post-password-wrap input[type=password],
.post-password-wrap input[type=Submit] {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
}

.post-password-wrap input[type=password] {
  border: 1px solid #f8cac2;
  border: 1px solid #9bbfc7;
  transition: 0.3s;
}

.post-password-wrap input[type=password]:focus {
  border: 1px solid #303030;
}

.post-password-wrap input[type=Submit] {
  background-color: #9bbfc7;
  color: #fff;
  font-weight: bold;
  border: 1px solid #9bbfc7;
  margin-top: 15px;
}

.post-password-wrap input[type=Submit]:hover {
  color: #fff;
  background-color: #303030;
  border: 1px solid #303030;
}

/**********************************
***********************************
End of single
***********************************
**********************************/
/**********************************
***********************************
Start of single-news
***********************************
**********************************/
.section-single {
  padding: 100px 0 120px;
}

.single-date {
  padding-bottom: 10px;
}

.span-single-date {
  font-size: 12px;
}

/***** share *****/
.section-news-single .single-share-wrap {
  padding-bottom: 0;
}

/**********************************
***********************************
End of single-news
***********************************
**********************************/
/**********************************
***********************************
Start of page
***********************************
**********************************/
/***** title *****/
.page-h1-wrap {
  padding-bottom: 60px;
}

.h1-page {
  font-size: 24px;
  font-weight: bold;
}

/***** thum *****/
.section-page .single-thum {
  padding-bottom: 60px;
}

/**********************************
***********************************
End of page
***********************************
**********************************/
/**********************************
***********************************
Start of page-about
***********************************
**********************************/
.page-about-gglmap-area {
  padding-bottom: 60px;
}
.page-about-gglmap-area .page-about-gglmap {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

/**********************************
***********************************
End of page-about
***********************************
**********************************/
/**********************************
***********************************
Start of page-map
***********************************
**********************************/
/***** page-maparea *****/
.page-maparea-wrap {
  padding-bottom: 30px;
}

.ul-page-maparea {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.li-page-maparea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.li-page-maparea.ag2map {
  opacity: 0;
  pointer-events: none;
}
.li-page-maparea.ag2mapOn {
  opacity: 1;
  pointer-events: auto;
}

/***** page-map-btn *****/
.page-map-cat-wrap {
  margin-bottom: 30px;
}
.page-map-cat-wrap:last-child {
  margin-bottom: 0;
}

.page-map-cat-title-wrap {
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-map-cat-title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: -1;
}
.page-map-cat-title-wrap h2 {
  font-size: 20px;
  font-weight: bold;
}
.page-map-cat-title-wrap h2 svg {
  display: inline-block;
  fill: var(--ag2black);
  width: auto;
  height: 22px;
}
.page-map-cat-title-wrap h2 span {
  display: inline-block;
  padding-left: 10px;
}

.ul-page-map-cat-btn {
  background-color: #eee;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 0 45px;
}

.li-page-map-cat-btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.page-map-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: var(--ag2black);
  color: #fff;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.page-map-btn svg {
  display: inline-block;
  fill: #fff;
  width: auto;
  height: 11px;
}
.page-map-btn.ag2mapBtnOn {
  background-color: var(--ag2clr003);
}
.page-map-btn:not(.ag2mapBtnOn):hover {
  background-color: var(--ag2clr001);
}
.page-map-btn span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  color: var(--ag2black);
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0em;
  transform: translateX(-50%);
  transition: 0.2s cubic-bezier(0.175, 0.575, 0.34, 3);
}
.page-map-btn:not(.ag2mapBtnOn):hover span {
  letter-spacing: 0.05em;
}

/**********************************
***********************************
End of page-map
***********************************
**********************************/
/**********************************
***********************************
Start of archive
***********************************
**********************************/
.section-archive {
  padding: 100px 0;
}

.section-cat-archive .single-cat-type-wrap {
  padding-bottom: 30px;
}

.archive-desc-txt {
  font-weight: bold;
  padding-top: 60px;
}

.archive-gglmap-area {
  padding-bottom: 60px;
}
.archive-gglmap-area .archive-gglmap {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.span-archive-tag-name {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

/**********************************
***********************************
End of archive
***********************************
**********************************/
/**********************************
***********************************
Start of sns
***********************************
**********************************/
.section-official-sns {
  text-align: center;
  padding: 60px 0;
}

.official-sns {
  padding-bottom: 60px;
}

.official-sns-title {
  padding-bottom: 30px;
}
.official-sns-title span {
  color: var(--ag2clr004);
  font-size: 20px;
  font-weight: bold;
}

.li-official-sns {
  display: inline-block;
  padding: 0 10px;
}
.li-official-sns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--ag2black);
  background-color: var(--ag2clr004);
  border-radius: 50%;
}
.li-official-sns a svg {
  fill: #fff;
  width: 24px;
  height: auto;
  transform: scale(0.9);
  transition: 0.3s;
}
.li-official-sns a:hover {
  background-color: var(--ag2clr001);
}
.li-official-sns a:hover svg {
  transform: scale(1);
}

/***** contact *****/
.contact-title {
  padding-bottom: 30px;
}
.contact-title span {
  color: var(--ag2clr004);
  font-size: 20px;
  font-weight: bold;
}

/**********************************
***********************************
End of sns
***********************************
**********************************/
/**********************************
***********************************
Start of footer
***********************************
**********************************/
footer {
  overflow: hidden;
}

.footer-inner {
  position: relative;
  background-color: #fff;
  padding: 90px 0 var(--ag2frame);
}

/***** footer-logo *****/
#footer-logo {
  text-align: center;
  padding-bottom: 60px;
}
#footer-logo svg {
  fill: var(--ag2clr002);
  width: 70px;
  height: auto;
}

/***** footer-cloud *****/
.footer-cloud-wrap {
  position: relative;
}

.footer-cloud {
  position: absolute;
}
.footer-cloud .footer-cloud-inner {
  position: relative;
  transition: 2s cubic-bezier(0.175, 0.575, 0.115, 1), opacity 0.3s;
}
.footer-cloud .footer-cloud-inner svg {
  fill: var(--ag2clr004);
}
.footer-cloud.footer-cloud001 {
  top: 5%;
  right: 50%;
  animation: ag2fvcloud_x01 12s ease-in-out infinite;
}
.footer-cloud.footer-cloud001 .footer-cloud-inner {
  opacity: 0;
  transform: translateX(45px);
  animation: ag2fvcloud_y01 15s ease-in-out infinite;
}
.footer-cloud.footer-cloud001 .footer-cloud-inner svg {
  width: 200px;
  height: auto;
}
.footer-cloud.footer-cloud001.boxvwOn .footer-cloud-inner {
  opacity: 1;
  transform: translateX(-15px);
}
.footer-cloud.footer-cloud002 {
  top: 25%;
  left: 50%;
  animation: ag2fvcloud_x01 15s ease-in-out infinite;
}
.footer-cloud.footer-cloud002 .footer-cloud-inner {
  opacity: 0;
  transform: translateX(150px);
  animation: ag2fvcloud_y01 12s ease-in-out infinite;
}
.footer-cloud.footer-cloud002 .footer-cloud-inner svg {
  width: 200px;
  height: auto;
}
.footer-cloud.footer-cloud002.boxvwOn .footer-cloud-inner {
  opacity: 1;
  transform: translateX(50px);
}
.footer-cloud.footer-cloud003 {
  top: 55%;
  right: 50%;
  animation: ag2fvcloud_x02 13s ease-in-out infinite;
}
.footer-cloud.footer-cloud003 .footer-cloud-inner {
  opacity: 0;
  transform: translateX(-100px);
  animation: ag2fvcloud_y01 17s ease-in-out infinite;
}
.footer-cloud.footer-cloud003 .footer-cloud-inner svg {
  width: 150px;
  height: auto;
}
.footer-cloud.footer-cloud003.boxvwOn .footer-cloud-inner {
  opacity: 1;
  transform: translateX(-30px);
}
.footer-cloud.footer-cloud004 {
  top: 72%;
  right: 50%;
  animation: ag2fvcloud_x02 10s ease-in-out infinite;
}
.footer-cloud.footer-cloud004 .footer-cloud-inner {
  opacity: 0;
  transform: translateX(-80px);
  animation: ag2fvcloud_y01 15s ease-in-out infinite;
}
.footer-cloud.footer-cloud004 .footer-cloud-inner svg {
  width: 110px;
  height: auto;
}
.footer-cloud.footer-cloud004.boxvwOn .footer-cloud-inner {
  opacity: 1;
  transform: translateX(0px);
}

/***** copyright *****/
#copyright {
  text-align: center;
}

#copyright,
#copyright a {
  color: var(--ag2clr001);
  font-size: 10px;
  opacity: 1;
}

#copyright a:hover {
  opacity: 0.6;
}

/**********************************
***********************************
End of footer
***********************************
**********************************/
/**********************************
***********************************
Start of 404
***********************************
**********************************/
.section-error404 {
  background-color: #fff;
  text-align: left;
  padding: 90px 0;
}

.h1-error404 {
  padding: 0 0 45px;
}
.h1-error404 span {
  color: var(--ag2clr001);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.error-ulr {
  padding: 0 0 45px;
}

.span-error-ulr {
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  font-size: var(--ag2txt);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: underline dashed;
}

.error404-desc {
  padding-bottom: 45px;
}

/**********************************
***********************************
End of 404
***********************************
**********************************/
/**********************************
***********************************
Start of no-post
***********************************
**********************************/
.no-post-wrap {
  text-align: center;
}
.no-post-wrap > div {
  display: inline-block;
}
.no-post-wrap p {
  display: inline-block;
  text-align: left;
}

/**********************************
***********************************
End of no-post
***********************************
**********************************/
.display-pc {
  display: none;
}