/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

@import url(/branding_genji/assets/styles/‘https:/fonts.googleapis.com/css?family=Merriweather:300i|Noto+Serif+JP:500,600,900&display=swap&subset=japanese’);

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: rgba(0,0,0,0);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

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

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

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

body {
  font-family: 'Merriweather', 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background: #FAF6F0;
  text-align: justify;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a:visited {
  color: #333;
}

*:focus {
  outline: none !important;
}

.main1 {
  overflow: hidden;
}

.-clear {
  clear: both;
}

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

.-clear:after {
  clear: both;
}

.image1,
.wysiwyg1 .media p:first-child {
  display: block;
  position: relative;
}

.image1:before,
.wysiwyg1 .media p:first-child:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #FAF6F0;
  z-index: 10;
}

.image1:after,
.wysiwyg1 .media p:first-child:after {
  position: absolute;
  right: 10px;
  bottom: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  z-index: 10;
}

.image1 img,
.wysiwyg1 .media p:first-child img {
  width: 100%;
  height: auto;
}

a.link1 {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 18px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.link1:hover {
  padding: 0 18px 0 0;
}

a.link1.-arrow1:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.link1:hover.-arrow1:before {
  left: 100%;
}

a.link1_1 {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 18px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.link1_1:hover {
  padding: 0 18px 0 0;
}

a.link1_1.-arrow1:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.link1_1:hover.-arrow1:before {
  left: 100%;
}

a.button1 {
  display: block;
  background: #915C8B;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.button1:hover {
  background: #664A63;
}

a.button1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

a[target="_blank"].button1:before {
  border: none;
  width: 12px;
  height: 12px;
  transform: none;
  background: url("/branding_genji/assets/images/icon_blank1_1.svg") 0 0 no-repeat;
}

a.button1_1 {
  display: block;
  background: #915C8B;
  color: #fff;
  padding: 10px 30px 10px 35px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a.button1_1:hover {
  background: #664A63;
}

a.button1_1:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

a[target="_blank"].button1_1:before {
  border: none;
  width: 12px;
  height: 12px;
  transform: none;
  background: url("/branding_genji/assets/images/icon_blank1_1.svg") 0 0 no-repeat;
}

.buttonGroup1 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.buttonGroup1 li {
  margin: 2px 0 0 0;
}

.header1 {
  position: relative;
  padding: 0 0 15px 0;
}

.header1__logo {
  padding: 0 20px 20px;
}

.header1__logo a {
  font-weight: 500;
  padding-top: 30px;
  padding-left: 20px;
  display: inline-block;
  border-left: 1px solid #333;
  font-size: 16px;
  line-height: 1.25;
}

.header1_1 {
  position: relative;
  padding: 0 0 15px 0;
}

.header1_1__logo {
  padding: 0 20px 20px;
}

.header1_1__logo a {
  font-weight: 500;
  padding-top: 30px;
  padding-left: 20px;
  display: inline-block;
  border-left: 1px solid #333;
  font-size: 10px;
  line-height: 1.5;
}

.nav1 .nav1__body1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.nav1 .nav1__body1>div {
  background: #FAF6F0;
  align-items: center;
  padding: 0 50px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nav1 ul {
  flex-wrap: wrap;
  background: #FAF6F0;
  width: 100%;
}

.nav1 ul.-active {
  display: flex;
}

.nav1 ul li {
  border-top: 1px solid #333;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav1 ul a {
  display: block;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.nav1 ul a:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #915C8B;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav1 .nav1__btnEn1 {
  border-top: 1px solid #333;
  padding-top: 60px;
}

.nav1 .nav1__btnEn1 a {
  font-size: 14px;
  color: #fff;
  background: #915C8B;
  display: block;
  text-align: center;
}

.nav1 .nav1__btnEn1 a:hover {
  opacity: 0.7;
}

.nav1__btnOpen1,
.nav1__btnOpen1 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.nav1__btnOpen1 {
  position: fixed;
  width: 20px;
  height: 16px;
  top: 40px;
  right: 30px;
  z-index: 10000;
}

.nav1__btnOpen1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.nav1__btnOpen1 span:nth-of-type(1) {
  top: 0;
}

.nav1__btnOpen1 span:nth-of-type(2) {
  top: 7px;
}

.nav1__btnOpen1 span:nth-of-type(3) {
  bottom: 0;
}

.nav1__btnOpen1.-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.nav1__btnOpen1.-active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.nav1__btnOpen1.-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.nav1_1 .nav1_1__body1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.nav1_1 .nav1_1__body1>div {
  background: #FAF6F0;
  align-items: center;
  padding: 0 50px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nav1_1 ul {
  flex-wrap: wrap;
  background: #FAF6F0;
  width: 100%;
}

.nav1_1 ul.-active {
  display: flex;
}

.nav1_1 ul li {
  border-top: 1px solid #333;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav1_1 ul a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.nav1_1 ul a:before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #915C8B;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav1_1 .nav1_1__btnEn1 {
  border-top: 1px solid #333;
  padding-top: 60px;
}

.nav1_1 .nav1_1__btnEn1 a {
  font-size: 14px;
  color: #fff;
  background: #915C8B;
  display: block;
  text-align: center;
}

.nav1_1 .nav1_1__btnEn1 a:hover {
  opacity: 0.7;
}

.nav1_1__btnOpen1,
.nav1_1__btnOpen1 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.nav1_1__btnOpen1 {
  position: fixed;
  width: 20px;
  height: 16px;
  top: 40px;
  right: 30px;
  z-index: 10000;
}

.nav1_1__btnOpen1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.nav1_1__btnOpen1 span:nth-of-type(1) {
  top: 0;
}

.nav1_1__btnOpen1 span:nth-of-type(2) {
  top: 7px;
}

.nav1_1__btnOpen1 span:nth-of-type(3) {
  bottom: 0;
}

.nav1_1__btnOpen1.-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.nav1_1__btnOpen1.-active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.nav1_1__btnOpen1.-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.footer1 {
  margin: 60px 0 0 0;
  border-top: 1px solid #E6E1DA;
}

body.-top .footer1 {
  margin-top: 0;
}

.footer1__inner1 {
  position: relative;
  padding: 30px 20px;
}

.footer1__btnTop {
  position: absolute;
  top: 40px;
  right: 10px;
}

.footer1__btnTop a {
  text-align: center;
  width: 80px;
  display: block;
  font-size: 11px;
  font-style: italic;
  position: relative;
  background: #FAF6F0;
}

.footer1__btnTop a:before {
  position: relative;
  top: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto 5px;
}

.footer1__btnTop a:hover:before {
  position: relative;
  top: -5px;
}

.footer1__logo {
  line-height: 1;
}

.footer1__logo img {
  width: 180px;
  height: auto;
}

.footer1__nav1 {
  list-style: none;
  margin: 30px -5px 0;
  padding: 0;
  text-align: left;
}

.footer1__nav1 li {
  display: inline-block;
}

.footer1__nav1 a {
  display: block;
  line-height: 1;
  font-size: 11px;
  padding: 0 5px;
}

.footer1__copy1 {
  border-top: 1px solid #333;
  display: block;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.footer1__copy1 span {
  font-size: 10px;
  font-style: italic;
  white-space: nowrap;
  display: block;
}

.footer1_1 {
  margin: 60px 0 0 0;
  border-top: 1px solid #E6E1DA;
}

body.-top .footer1_1 {
  margin-top: 0;
}

.footer1_1__inner1 {
  position: relative;
  padding: 30px 20px;
}

.footer1_1__btnTop {
  position: absolute;
  top: 40px;
  right: 10px;
}

.footer1_1__btnTop a {
  text-align: center;
  width: 80px;
  display: block;
  font-size: 11px;
  font-style: italic;
  position: relative;
  background: #FAF6F0;
}

.footer1_1__btnTop a:before {
  position: relative;
  top: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 auto 5px;
}

.footer1_1__btnTop a:hover:before {
  position: relative;
  top: -5px;
}

.footer1_1__logo {
  line-height: 1;
}

.footer1_1__logo img {
  width: 180px;
  height: auto;
}

.footer1_1__nav1 {
  list-style: none;
  margin: 30px -5px 0;
  padding: 0;
  text-align: left;
}

.footer1_1__nav1 li {
  display: inline-block;
}

.footer1_1__nav1 a {
  display: block;
  line-height: 1;
  font-size: 11px;
  padding: 0 5px;
}

.footer1_1__copy1 {
  border-top: 1px solid #333;
  display: block;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}

.footer1_1__copy1 span {
  font-size: 10px;
  font-style: italic;
  white-space: nowrap;
  display: block;
}

.heading1 {
  margin: 0 0 60px 0;
  padding: 70% 0 0 0;
  position: relative;
  background: url("/branding_genji/assets/images/img_heading1_1.png") center center no-repeat;
  background-size: cover;
}

.heading1__title1 {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 20px;
  line-height: 1.3;
  background: #F2EDE6;
  padding: 30px;
  font-weight: normal;
}

.topicpath1 {
  padding: 0 30px;
  white-space: nowrap;
}

.topicpath1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topicpath1 li {
  font-size: 14px;
  display: inline-block;
}

.topicpath1 li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 7px 0 0;
}

.topicpath1 li:first-child:before {
  display: none;
}

.topicpath1 a {
  font-size: 14px;
  text-decoration: underline;
}

.topicpath1 a:hover {
  opacity: 0.5;
}

.kv1 {
  background: url("/branding_genji/assets/images/img_kv1_1.png") 0 0 no-repeat;
  background-size: cover;
}

.kv1__catch1 {
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 25px 40px;
  background: #faf6f0;
}

.kv1__catch1 span {
  font-size: 20px;
  display: block;
  margin: 0 0 0 10px;
}

.kv1_1 {
  position: relative;
  background: url("/branding_genji/assets/images/img_kv1_1.png") 0 0 no-repeat;
  background-size: cover;
}

.kv1_1__catch1 {
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 15px 40px 55px 40px;
  background: #faf6f0;
}

.kv1_1__catch1 span {
  font-size: 20px;
  display: block;
  margin: 0 0 0 10px;
}

.kv1_1__catch2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.kv1_1__catch2 span {
  font-size: 10px;
  display: block;
}

.wysiwyg1 {
  margin: 60px 30px 0;
  text-align: left;
}

.wysiwyg1 h2 {
  position: relative;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 500;
  margin: 90px 0 60px 0;
  padding: 30px 0 0 0;
  clear: both;
}

.wysiwyg1 h2:first-child {
  margin-top: 0;
}

.wysiwyg1 h2:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.wysiwyg1 h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 60px 0 30px 0;
  font-weight: 500;
  clear: both;
}

.wysiwyg1 h3:first-child {
  margin-top: 0;
}

.wysiwyg1 h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0 30px 0;
  clear: both;
}

.wysiwyg1 h4:first-child {
  margin-top: 0;
}

.wysiwyg1 p {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.wysiwyg1 h4+p,
.wysiwyg1 h3+p,
.wysiwyg1 h2+p {
  margin-top: 0;
}

.wysiwyg1 p:first-child {
  margin-top: 0;
}

.wysiwyg1 figure {
  margin: 30px 0 0 0;
  color: #A6A6A6;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  text-align: left !important;
}

.wysiwyg1 figure:first-child {
  margin-top: 0;
}

.wysiwyg1 figure img {
  display: block;
}

.wysiwyg1 a {
  color: #915C8B;
  text-decoration: underline;
}

.wysiwyg1 br {
  display: block;
}

.wysiwyg1 strong {
  font-weight: bold;
}

.wysiwyg1 img {
  width: 100%;
  height: auto;
}

.wysiwyg1 ul {
  margin: 45px 15px 0;
  clear: both;
}

.wysiwyg1 ul:first-child {
  margin-top: 0;
}

.wysiwyg1 ul li {
  margin: 15px 0 0 0;
}

.wysiwyg1 ul li:first-child {
  margin-top: 0;
}

.wysiwyg1 ul.-default {
  list-style: none;
  margin-left: -6px;
  padding: 0;
}

.wysiwyg1 ul.-arrow {
  list-style: none;
  padding: 0;
}

.wysiwyg1 ul.-arrow li {
  position: relative;
}

.wysiwyg1 ul.-arrow li:before {
  position: absolute;
  left: -22px;
  top: 10px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 ol {
  margin: 45px 15px 0;
  clear: both;
}

.wysiwyg1 ol:first-child {
  margin-top: 0;
}

.wysiwyg1 ol li {
  margin: 15px 0 0 0;
}

.wysiwyg1 ol li:first-child {
  margin-top: 0;
}

.wysiwyg1 dl {
  margin: 45px 15px 0;
  clear: both;
}

.wysiwyg1 dl dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 30px 0 0 0;
  margin: 45px 0 0 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.wysiwyg1 dl.-type2 dt,
.wysiwyg1 dl.-type1 dt {
  padding: 15px 50px 15px 20px;
  margin-top: 25px;
  background: #F5F0E9;
}

.wysiwyg1 dl.-type2 dd>div,
.wysiwyg1 dl.-type1 dd>div {
  padding: 30px 0;
}

.wysiwyg1 dl dt:first-child {
  margin-top: 0;
}

.wysiwyg1 dl dt a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 0 0 25px;
}

.wysiwyg1 dl dt a:before {
  position: absolute;
  left: 0;
  top: 35px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 dl dt a.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 dl dt span {
  display: block;
  position: absolute;
  left: 20px;
  top: -12px;
  display: block;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  font-size: 13px;
}

.wysiwyg1 dl dt span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  margin: 0 0 0 20px;
  transform: rotate(30deg);
  background: #000;
  display: none;
}

.wysiwyg1 dl dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  margin: auto;
  display: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.wysiwyg1 dl.-type2 dt:after,
.wysiwyg1 dl.-type1 dt:after {
  display: block;
}

.wysiwyg1 dl.-type2 dt.-active:after,
.wysiwyg1 dl.-type1 dt.-active:after {
  transform: rotate(-45deg);
}

.wysiwyg1 dl dt:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.wysiwyg1 dl.-type2 dt:before,
.wysiwyg1 dl.-type1 dt:before {
  display: none;
}

.wysiwyg1 dl dd {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0;
}

.wysiwyg1 dl.-type2 dd,
.wysiwyg1 dl.-type1 dd {
  display: none;
  margin: 0;
}

.wysiwyg1 dl.-type2 dd>p,
.wysiwyg1 dl.-type1 dd>p {
  padding: 15px 20px 45px;
}

.wysiwyg1 dl dd figure a {
  color: #A6A6A6;
  text-decoration: none;
  transition: none;
}

.wysiwyg1 dl dd figure img {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.wysiwyg1 dl dd figure img:hover {
  opacity: 0.5;
}

.wysiwyg1 .catchcopy1 {
  padding: 30px;
  background: #F2EDE6;
  margin: 60px 0 0 0;
  clear: both;
}

.wysiwyg1 .catchcopy1:first-child {
  margin-top: 0;
}

.wysiwyg1 .catchcopy1 p {
  font-size: 27px;
  line-height: 1.3;
  text-align: center;
  margin: 30px 0 0 0;
}

.wysiwyg1 .catchcopy1 p:first-child {
  margin-top: 0;
}

.wysiwyg1 .grid {
  margin: 60px 0 0 0;
  clear: both;
}

.wysiwyg1 .grid:first-child {
  margin-top: 0;
}

.wysiwyg1 .grid>div {
  margin: 30px 0 0 0;
}

.wysiwyg1 .grid>div:first-child {
  margin-top: 0;
}

.wysiwyg1 p.-textCenter {
  text-align: center;
}

.wysiwyg1 p.-textRight {
  text-align: right;
}

.wysiwyg1 figure.-alignCenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg1 figure.-alignRight {
  display: table;
  margin-left: auto;
}

.wysiwyg1 .-small {
  font-size: 12px;
  line-height: 1.6;
  color: #B5B5B5;
}

.wysiwyg1 .-frame {
  padding: 30px;
  background: #F5F0E9;
}

.wysiwyg1 .-arrow1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-arrow1:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-arrow2,
.wysiwyg1 .-more a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-arrow2:before,
.wysiwyg1 .-more a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}

.wysiwyg1 .-arrow3,
.wysiwyg1 .-back a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-arrow3:before,
.wysiwyg1 .-back a:before {
  position: absolute;
  left: 2px;
  top: 8px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
}

.wysiwyg1 .-blank1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-blank1:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.wysiwyg1 .-pdf {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-pdf:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-pdf.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-pdf:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url("/branding_genji/assets/images/icon_textlink1_1.png") 0 0 no-repeat;
  background-size: 14px;
}

.wysiwyg1 .-word {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-word:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-word.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-word:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url("/branding_genji/assets/images/icon_textlink1_2.png") 0 0 no-repeat;
  background-size: 14px;
}

.wysiwyg1 .-excel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-excel:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-excel.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-excel:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url("/branding_genji/assets/images/icon_textlink1_3.png") 0 0 no-repeat;
  background-size: 14px;
}

.wysiwyg1 .-ppt {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-ppt:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-ppt.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-ppt:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url("/branding_genji/assets/images/icon_textlink1_4.png") 0 0 no-repeat;
  background-size: 14px;
}

.wysiwyg1 .-youtube {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-youtube:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-youtube.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-youtube:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 12px;
  background: url("/branding_genji/assets/images/icon_textlink1_5.png") 0 0 no-repeat;
  background-size: 14px auto;
}

.wysiwyg1 .-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 18px;
  color: #333;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.wysiwyg1 .-image:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.wysiwyg1 .-image.-blank1:before {
  border: none;
  left: -2px;
  top: 5px;
  background: url("/branding_genji/assets/images/icon_blank1_2.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  transform: none;
}

.wysiwyg1 .-image:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url("/branding_genji/assets/images/icon_textlink1_6.png") 0 0 no-repeat;
  background-size: 14px;
}

.wysiwyg1 .-button1 {
  display: block;
  background: #915C8B;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border: 2px solid #915C8B;
  width: 100%;
  margin: 10px 0 0 0;
}

.wysiwyg1 .-button1:hover {
  opacity: 1;
  background: #664A63;
  border: 2px solid #664A63;
}

.wysiwyg1 .-button1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.-button1.-blank1 {
  vertical-align: top;
}

.-button1.-blank1:before {
  position: relative;
  top: -2px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  border: none;
  width: 12px;
  height: 12px;
  background: url("/branding_genji/assets/images/icon_blank1_1.svg") 0 0 no-repeat;
  transform: none;
}

.wysiwyg1 .-button2 {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 10px 0 0 0;
  background: #fff;
  color: #915C8B;
  border: 2px solid #915C8B;
}

.wysiwyg1 .-button2:hover {
  color: #fff;
  background: #915C8B;
  border-color: #915C8B;
}

.wysiwyg1 .-button2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #915C8B;
  border-right: 2px solid #915C8B;
  transform: rotate(45deg);
}

.-button2.-blank1 {
  vertical-align: top;
}

.-button2.-blank1:before {
  position: relative;
  top: -2px;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  width: 12px;
  height: 12px;
  background: url("/branding_genji/assets/images/icon_blank1_3.svg") 0 0 no-repeat;
  transform: none;
}

.wysiwyg1 .-button2:hover:before {
  border-color: #fff;
}

.wysiwyg1 .linklist {
  clear: both;
  padding: 30px;
  margin: 60px 0 0 0;
  background: #F5F0E9;
}

.wysiwyg1 .linklist h2 {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

.wysiwyg1 .linklist h2:before {
  display: none;
}

.wysiwyg1 .-back {
  padding: 30px 0 0 0;
  border-top: 5px solid #F5F0E9;
  text-align: center;
}

.wysiwyg1 .-more {
  padding: 30px 0 0 0;
  border-top: 5px solid #F5F0E9;
  text-align: center;
}

.wysiwyg1 .table {
  overflow: scroll;
  clear: both;
  margin: 30px 0 0 0;
  font-size: 14px;
}

.wysiwyg1 .table:first-child {
  margin-top: 0;
}

.wysiwyg1 .table table {
  width: 100%;
}

.wysiwyg1 .table table .-center,
.wysiwyg1 .table table.-center {
  text-align: center;
}

.wysiwyg1 .table table .-right,
.wysiwyg1 .table table.-right {
  text-align: right;
}

.wysiwyg1 .table th,
.wysiwyg1 .table td {
  border-top: 1px solid #E6E1DA;
  border-bottom: 1px solid #E6E1DA;
  padding: 15px 20px;
}

.wysiwyg1 .table th {
  background: #F2EDE6;
}

.wysiwyg1 .media {
  clear: both;
  display: block;
  text-decoration: none;
  color: #333;
}

.wysiwyg1 .media p {
  margin: 10px 0 0 0;
  position: relative;
}

.wysiwyg1 .media p:first-child {
  margin: 0 0 15px 0;
  overflow: hidden;
}

.wysiwyg1 .media img {
  width: 100%;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.wysiwyg1 .movie {
  width: 100%;
  position: relative;
  clear: both;
  padding: 56.25% 0 0 0;
}

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

.js-slick1 .slick-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #E6E1DA;
  text-align: center;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  bottom: 0;
  margin: auto;
}

.js-slick1 .slick-arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.js-slick1 .slick-arrow:hover {
  background: #d1c8bc;
}

.js-slick1 .slick-prev {
  left: 50%;
  margin-left: -555px;
  transform: rotate(-135deg);
}

.js-slick1 .slick-next {
  right: 50%;
  margin-right: -555px;
  transform: rotate(45deg);
}

.js-slick2 .slick-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #E6E1DA;
  text-align: center;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  bottom: 0;
  margin: auto;
}

.js-slick2 .slick-arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.js-slick2 .slick-arrow:hover {
  background: #d1c8bc;
}

.js-slick2 .slick-prev {
  left: -20px;
  transform: rotate(-135deg);
}

.js-slick2 .slick-next {
  right: -20px;
  transform: rotate(45deg);
}

.block1 {
  margin: 60px 30px 0;
  padding: 30px;
  background: #F2EDE6;
  position: relative;
}

.block1__title1 {
  position: absolute;
  top: -12px;
  right: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  width: 100%;
  font-weight: 500;
}

.block1__body1 {
  font-size: 14px;
  line-height: 1.4;
}

.block1__text1 {
  margin: 10px 0 0 0;
}

.block1__text1 a {
  display: block;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block2 {
  margin: 60px 30px 0;
}

.block2__unit1 {
  margin: 60px 0 0 0;
}

.block2__unit1:nth-of-type(1) {
  top: -20px;
}

.block2__unit1:nth-of-type(2) {
  top: -40px;
}

.block2__unit1:nth-of-type(3) {
  top: -60px;
}

.block2__title1 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding: 25px 0 0 20px;
}

.block2__title1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}

.block2__title1:after {
  position: absolute;
  left: 0;
  top: 30px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #000;
}

.block2__images1 {
  margin: 30px 0 0 0;
}

.block2__images1 a {
  overflow: hidden;
}

.block2__images1 a img {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block2__images1 a:hover img {
  transform: scale(1.1);
}

.block2__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0 0;
}

.block2_1 {
  margin: 60px 30px 0;
}

.block2_1__unit1 {
  margin: 60px 0 0 0;
}

.block2_1__unit1:nth-of-type(1) {
  top: -20px;
}

.block2_1__unit1:nth-of-type(2) {
  top: -40px;
}

.block2_1__unit1:nth-of-type(3) {
  top: -60px;
}

.block2_1__title1 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding: 25px 0 0 20px;
}

.block2_1__title1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}

.block2_1__title1:after {
  position: absolute;
  left: 0;
  top: 30px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #000;
}

.block2_1__images1 {
  margin: 30px 0 0 0;
}

.block2_1__images1 a {
  overflow: hidden;
}

.block2_1__images1 a img {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block2_1__images1 a:hover img {
  transform: scale(1.1);
}

.block2_1__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0 0;
  text-align: left;
}

.block3 {
  margin: 60px 30px 0;
}

.block3__inner1 {
  padding: 30px 30px 50px;
  background: #F2EDE6;
  position: relative;
}

.block3__title1 {
  position: absolute;
  top: -12px;
  right: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  width: 100%;
  font-weight: 500;
}

.block3__title1:before {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.block3__list1 {
  font-size: 14px;
  line-height: 1.7;
}

.block3__list1 dt {
  margin: 30px 0 0 0;
}

.block3__list1 dt:first-child {
  margin-top: 0;
}

.block3__list1 dd {
  margin: 5px 0 0 0;
}

.block3__link1 {
  text-align: right;
  margin: 15px 0 0 0;
}

.block3_1 {
  margin: 60px 30px 0;
}

.block3_1__inner1 {
  padding: 30px 30px 50px;
  background: #F2EDE6;
  position: relative;
}

.block3_1__title1 {
  position: absolute;
  top: -12px;
  right: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  width: 100%;
  font-weight: 500;
}

.block3_1__title1:before {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.block3_1__list1 {
  font-size: 14px;
  line-height: 1.7;
}

.block3_1__list1 dt {
  margin: 30px 0 0 0;
}

.block3_1__list1 dt:first-child {
  margin-top: 0;
}

.block3_1__list1 dd {
  margin: 5px 0 0 0;
  text-align: left;
}

.block3_1__link1 {
  text-align: right;
  margin: 15px 0 0 0;
}

.block4 {
  margin: 60px 0 0 0;
}

.block4__inner1 {
  position: relative;
  margin: -20px 0 0 0;
  padding: 0 30px;
}

.block4__title1 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  background: #F2EDE6;
  padding: 30px 50px;
  position: relative;
}

.block4__title1:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block4__image1 {
  position: relative;
}

.block4__image1 img {
  width: 100%;
  height: auto;
}

.block4__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.block4__link1 {
  margin: 30px 0 0 0;
}

.block4_1 {
  margin: 60px 0 0 0;
}

.block4_1__inner1 {
  position: relative;
  margin: -20px 0 0 0;
  padding: 0 30px;
}

.block4_1__title1 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  background: #F2EDE6;
  padding: 30px 50px;
  position: relative;
  text-align: left;
}

.block4_1__title1:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block4_1__image1 {
  position: relative;
}

.block4_1__image1 img {
  width: 100%;
  height: auto;
}

.block4_1__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.block4_1__link1 {
  margin: 30px 0 0 0;
}

.block5 {
  margin: 60px 0 0 0;
  padding: 60px 30px 30px;
  background: #F2EDE6;
  position: relative;
}

.block5__inner1 {
  position: relative;
}

.block5__inner1:before {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block5__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}

.block5__slide1 {
  margin: 30px -30px 0;
}

.block5__image1 img {
  width: 100vw;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block5__image1 a {
  display: block;
  overflow: hidden;
}

.block5__link1 {
  text-align: right;
  margin: 30px 0 0 0;
}

.block5_1 {
  margin: 60px 0 0 0;
  padding: 60px 30px 30px;
  background: #F2EDE6;
  position: relative;
}

.block5_1__inner1 {
  position: relative;
}

.block5_1__inner1:before {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block5_1__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}

.block5_1__slide1 {
  margin: 30px -30px 0;
}

.block5_1__image1 img {
  width: 100vw;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block5_1__image1 a {
  display: block;
  overflow: hidden;
}

.block5_1__link1 {
  text-align: right;
  margin: 30px 0 0 0;
}

.block6 {
  padding: 60px 30px 30px;
  background: url("/branding_genji/assets/images/img_about1_1.png") 0 0 no-repeat;
  background-size: cover;
}

.block6__title1 {
  text-align: center;
}

.block6__title1 span {
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
}

.block6__title1:after {
  content: '';
  display: block;
  margin: 30px auto 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.block6__title2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
  margin: 45px 0 0 0;
}

.block6__title2:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #000;
}

.block6__inner2 {
  margin: 30px 0 0 0;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.block6__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0 0;
}

.block6__text1:first-child {
  margin-top: 0;
}

.block6__link1 {
  margin: 30px 0 0 0;
}

.block6_1 {
  padding: 60px 30px 30px;
  background: url("/branding_genji/assets/images/img_about1_1.png") 0 0 no-repeat;
  background-size: cover;
}

.block6_1__title1 {
  text-align: center;
}

.block6_1__title1 span {
  font-size: 21px;
  line-height: 1.4;
  font-weight: normal;
}

.block6_1__title1:after {
  content: '';
  display: block;
  margin: 30px auto 0;
  width: 50px;
  height: 1px;
  background: #000;
}

.block6_1__title2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 20px;
  margin: 45px 0 0 0;
}

.block6_1__title2:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #000;
}

.block6_1__title3 {
  font-size: 20px;
  margin: 30px 0 0;
  text-align: left;
  font-weight: 600;
}

.block6_1__inner2 {
  margin: 30px 0 0 0;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.block6_1__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0 0;
  text-align: left;
}

.block6_1__text1:first-child {
  margin-top: 0;
}

.block6_1__link1 {
  margin: 30px 0 0 0;
}

.block7 {
  padding: 0 30px;
  margin: 60px 0 0 0;
}

.block7__text1 p {
  font-size: 14px;
  line-height: 1.7;
}

.block8 {
  position: relative;
  padding: 60px 30px;
  margin: 60px 0 0 0;
  background: #F2EDE6;
}

.block8__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 25px 0 0 0;
}

.block8__title1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}

.block8__inner1 {
  position: relative;
}

.block8__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block8__link1 {
  margin: 30px 0 0 0;
}

.block8__image1 {
  margin: 30px 0 0 0;
}

.block8__image1 img {
  width: 100%;
  height: auto;
}

.block8__slide1 {
  margin: 60px -30px 0;
}

.block8__slide1 img {
  width: 100%;
  height: auto;
}

.block8__image2 img {
  width: 100vw;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block8__image2 a {
  display: block;
  overflow: hidden;
}

.block8__link2 {
  margin: 30px 0 0 0;
}

.block9 {
  padding: 0 30px;
  margin: 60px 0 0 0;
}

.block9__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 25px 0 0 0;
}

.block9__title1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}

.block9__text1 {
  margin: 30px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block9__image1 {
  margin: 60px -30px 0;
}

.block9__image1 img {
  width: 100%;
  height: auto;
}

.block9__slide1 {
  margin: 30px 0 0 0;
}

.block9__unit1 {
  display: block;
  background: #EBE6DF;
}

.block9__image2 img {
  width: 100%;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block9__caption1 {
  padding: 15px 60px 15px 30px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}

.block9__caption1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  content: '';
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  margin: auto;
}

.block9__title2 {
  font-weight: 500;
}

.block9__text2 {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.block10 {
  position: relative;
  padding: 0 30px;
  margin: 60px 0 0 0;
}

.block10__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 25px 0 0 0;
}

.block10__title1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}

.block10__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.block11 {
  margin: 60px 0 0 0;
}

.block11__unit1 {
  display: block;
}

.block11__image1 img {
  width: 100%;
  height: auto;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.block11__caption1 {
  padding: 30px;
}

.block11__title1 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
}

.block11__title1:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 3px solid #000;
}

.block11__text1 {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block12 {
  margin: 60px 30px 0;
}

.block12__unit1 {
  padding: 30px;
  background: #F1ECE5;
  margin: 30px 0 0 0;
}

.block12__unit1:first-child {
  margin-top: 0;
}

.block12__title1 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
}

.block12__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.block13 {
  margin: 90px 0 0;
}

.block13__title1 {
  font-size: 27px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}

.block13__inner1 {
  background: #F5F0E9;
  padding: 0 30px 30px;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.block13__unit1 {
  margin: 60px 0 0 0;
}

.block13__unit1:first-child {
  margin-top: 30px;
}

.block13__header1 {
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.block13__number1 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px 0;
}

.block13__title2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin: 15px 0 0 0;
}

.block13__title2 span {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.block13__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0 0;
}

.block13__text1 p {
  margin: 30px 0 0 0;
}

.block13__text1 p:first-child {
  margin-top: 0;
}

.block13__image1 {
  margin: 30px 0 0 0;
}

.block13__image1 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .buttonGroup1 li {
    margin: 15px 15px 0 0;
    display: inline-block;
  }

  .header1 {
    max-width: 1600px;
    margin: auto;
    padding: 0 50px;
  }

  .header1__logo {
    padding: 0;
  }

  .header1__logo a {
    font-size: 24px;
    line-height: 1.4;
    padding: 50px 0 0 40px;
  }

  .header1_1__logo a {
    font-size: 20px;
    line-height: 1.4;
    padding: 50px 0 0 40px;
  }

  .nav1 ul {
    width: 470px;
  }

  .nav1 ul li {
    width: 100%;
  }

  .nav1 ul a {
    padding: 20px 30px;
  }

  .nav1__btnOpen1 {
    top: 70px;
    right: 50px;
  }

  .nav1_1 ul {
    width: 470px;
  }

  .nav1_1 ul li {
    width: 100%;
  }

  .nav1_1 ul a {
    padding: 20px 30px;
  }

  .nav1_1__btnOpen1 {
    top: 70px;
    right: 50px;
  }

  .footer1__inner1 {
    max-width: 1270px;
    padding: 60px 50px;
    margin: auto;
  }

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

  .footer1__btnTop {
    top: 80px;
  }

  .footer1__logo img {
    width: 270px;
  }

  .footer1__nav1 {
    margin: 0 0 0 30px;
    max-width: 450px;
  }

  .footer1__nav1 a {
    font-size: 13px;
  }

  .footer1__copy1 {
    max-width: 770px;
  }

  .footer1__copy1 br {
    display: none;
  }

  .footer1_1__inner1 {
    max-width: 1270px;
    padding: 60px 50px;
    margin: auto;
  }

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

  .footer1_1__btnTop {
    top: 80px;
  }

  .footer1_1__logo img {
    width: 270px;
  }

  .footer1_1__nav1 {
    margin: 0 0 0 30px;
    max-width: 450px;
  }

  .footer1_1__nav1 a {
    font-size: 13px;
  }

  .footer1_1__copy1 {
    max-width: 770px;
  }

  .footer1_1__copy1 br {
    display: none;
  }

  .heading1 {
    padding: 30vw 0 0 0;
    margin: 60px 0 0 0;
  }

  .heading1__inner1 {
    max-width: 1270px;
    padding: 0 50px;
    margin: auto;
    position: relative;
  }

  .heading1__title1 {
    letter-spacing: 0.15em;
    font-size: 28px;
    left: 50px;
    padding: 40px 60px;
  }

  .topicpath1 {
    max-width: 1270px;
    padding: 0 50px;
    margin: 30px auto 0;
    text-align: right;
  }

  .kv1 {
    position: relative;
    margin: 60px 0 0 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .kv1:before {
    content: '';
    display: block;
    background: #FAF6F0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .kv1__catch1 {
    width: 33.3%;
    padding: 10vw 0;
    font-size: 45px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .kv1__catch1 p {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }

  .kv1.-active .kv1__catch1 p {
    opacity: 1;
  }

  .kv1__catch1 span {
    font-size: 36px;
  }

  .kv1_1 {
    margin: 60px 0 0 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .kv1_1:before {
    content: '';
    display: block;
    background: #FAF6F0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .kv1_1__catch1 {
    width: 33.3%;
    padding: 3vw 0 17vw;
    font-size: 40px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .kv1_1__catch1 p {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }

  .kv1_1.-active .kv1_1__catch1 p {
    opacity: 1;
  }

  .kv1_1__catch1 span {
    font-size: 30px;
  }

  .kv1_1__catch2 {
    width: 33.3%;
    z-index: 10;
    font-size: 16px;
    left: 0;
    bottom: 40px;
  }

  .wysiwyg1 {
    max-width: 1270px;
    margin: 90px auto 0;
    padding: 0 50px;
  }

  .wysiwyg1 h2 {
    font-size: 32px;
  }

  .wysiwyg1 h3 {
    font-size: 20px;
  }

  .wysiwyg1 p {
    font-size: 16px;
  }

  .wysiwyg1 figure {
    font-size: 14px;
    margin-top: 45px;
  }

  .wysiwyg1 a:hover {
    opacity: 0.5;
  }

  .wysiwyg1 img.-default {
    width: auto;
  }

  .wysiwyg1 ul {
    font-size: 16px;
  }

  .wysiwyg1 ol {
    font-size: 16px;
  }

  .wysiwyg1 dl dt {
    font-size: 16px;
    margin: 45px 0 0 0;
  }

  .wysiwyg1 dl.-type2 dt,
  .wysiwyg1 dl.-type1 dt {
    padding: 20px 50px 20px 100px;
  }

  .wysiwyg1 dl.-type2 dt:hover,
  .wysiwyg1 dl.-type1 dt:hover {
    background: #ede4d7;
  }

  .wysiwyg1 dl.-type2 dt {
    padding: 20px 50px 20px 30px;
  }

  .wysiwyg1 dl.-type2 dd>div,
  .wysiwyg1 dl.-type1 dd>div {
    padding: 30px;
  }

  .wysiwyg1 dl dt a:before {
    top: 38px;
  }

  .wysiwyg1 dl dt a.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 dl dt a:hover {
    opacity: 0.5;
  }

  .wysiwyg1 dl dt span {
    top: 18px;
    left: 30px;
    font-size: 18px;
  }

  .wysiwyg1 dl dt span:after {
    display: inline-block;
  }

  .wysiwyg1 dl dd {
    font-size: 16px;
    margin: 30px 0 0 0;
  }

  .wysiwyg1 dl dd .grid:first-child {
    margin: 0 -15px;
  }

  .wysiwyg1 .catchcopy1 {
    padding: 45px;
  }

  .wysiwyg1 h4+.catchcopy1,
  .wysiwyg1 h3+.catchcopy1,
  .wysiwyg1 h2+.catchcopy1 {
    margin-top: 0;
  }

  .wysiwyg1 .catchcopy1 p {
    font-size: 32px;
  }

  .wysiwyg1 .grid {
    display: flex;
    margin: 60px 0px;
  }

  .wysiwyg1 h4+.grid,
  .wysiwyg1 h3+.grid,
  .wysiwyg1 h2+.grid {
    margin-top: 0;
  }

  .wysiwyg1 .grid.-textMiddle {
    align-items: center;
  }

  .wysiwyg1 .grid.-textBottom {
    align-items: flex-end;
  }

  .wysiwyg1 .grid:first-child {
    margin-top: 0;
  }

  .wysiwyg1 .grid>div {
    margin: 0;
    padding: 0 15px;
  }

  .wysiwyg1 .grid>div.-col3 {
    max-width: 25%;
    min-width: 25%;
  }

  .wysiwyg1 .grid>div.-col4 {
    max-width: 33.333%;
    min-width: 33.333%;
  }

  .wysiwyg1 .grid>div.-col6 {
    min-width: 50%;
    max-width: 50%;
  }

  .wysiwyg1 .grid>div.-col8 {
    max-width: 66.777%;
    min-width: 66.777%;
  }

  .wysiwyg1 figure.-left,
  .wysiwyg1 p.-left {
    float: left;
    margin: 0 30px 30px 0;
  }

  .wysiwyg1 figure.-right,
  .wysiwyg1 p.-right {
    float: right;
    margin: 30px 0 30px 30px;
  }

  .wysiwyg1 .-small {
    font-size: 13px;
  }

  .wysiwyg1 .-frame {
    padding: 45px;
    display: flex;
    height: 100%;
  }

  .wysiwyg1 .-arrow1 {
    margin-right: 30px;
  }

  .wysiwyg1 .-arrow1:before {
    top: 9px;
  }

  .wysiwyg1 .-arrow2,
  .wysiwyg1 .-more a {
    margin-right: 30px;
  }

  .wysiwyg1 .-arrow2:before,
  .wysiwyg1 .-more a:before {
    top: 8px;
  }

  .wysiwyg1 .-arrow3,
  .wysiwyg1 .-back a {
    margin-right: 30px;
  }

  .wysiwyg1 .-arrow3:before,
  .wysiwyg1 .-back a:before {
    top: 10px;
  }

  .wysiwyg1 .-blank1 {
    margin-right: 30px;
  }

  .wysiwyg1 .-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-pdf {
    margin-right: 30px;
  }

  .wysiwyg1 .-pdf:before {
    top: 9px;
  }

  .wysiwyg1 .-pdf.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-pdf:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .wysiwyg1 .-word {
    margin-right: 30px;
  }

  .wysiwyg1 .-word:before {
    top: 9px;
  }

  .wysiwyg1 .-word.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-word:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .wysiwyg1 .-excel {
    margin-right: 30px;
  }

  .wysiwyg1 .-excel:before {
    top: 9px;
  }

  .wysiwyg1 .-excel.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-excel:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .wysiwyg1 .-ppt {
    margin-right: 30px;
  }

  .wysiwyg1 .-ppt:before {
    top: 9px;
  }

  .wysiwyg1 .-ppt.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-ppt:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .wysiwyg1 .-youtube {
    margin-right: 30px;
  }

  .wysiwyg1 .-youtube:before {
    top: 9px;
  }

  .wysiwyg1 .-youtube.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-youtube:after {
    width: 20px;
    height: 16px;
    background-size: 20px auto;
  }

  .wysiwyg1 .-image {
    margin-right: 30px;
  }

  .wysiwyg1 .-image:before {
    top: 9px;
  }

  .wysiwyg1 .-image.-blank1:before {
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .wysiwyg1 .-image:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .wysiwyg1 .-button1 {
    margin: 15px 15px 0 0;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 45px;
  }

  .wysiwyg1 .-button1:before {
    margin-top: 0;
  }

  .-button1.-blank1:before {
    top: 0;
  }

  .wysiwyg1 .-button2 {
    margin: 15px 15px 0 0;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 45px;
  }

  .wysiwyg1 .-button2:before {
    margin-top: -2px;
  }

  .-button2.-blank1:before {
    top: 0;
  }

  .wysiwyg1 .linklist {
    padding: 45px;
  }

  .wysiwyg1 .linklist h2 {
    font-size: 20px;
  }

  .wysiwyg1 h4+.table,
  .wysiwyg1 h3+.table,
  .wysiwyg1 h2+.table {
    margin-top: 0;
  }

  .wysiwyg1 .table {
    font-size: 16px;
  }

  .wysiwyg1 .table th,
  .wysiwyg1 .table td {
    padding: 20px 30px;
  }

  .wysiwyg1 .media:hover {
    opacity: 1;
  }

  .wysiwyg1 .media:hover img {
    transform: scale(1.1);
  }

  .block1 {
    width: calc(100vw - 33%);
    margin: 30px 0 0 auto;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
  }

  .block1__title1 {
    width: auto;
    font-size: 21px;
    position: static;
    white-space: nowrap;
  }

  .block1__body1 {
    font-size: 15px;
    width: 100%;
    margin: 0 50px 0 60px;
  }

  .block1__text1 a:hover {
    opacity: 0.5;
  }

  .block2 {
    max-width: 1600px;
    padding: 0 50px;
    margin: 90px auto 0;
    display: flex;
  }

  .block2__unit1 {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    margin: 0;
    width: 31.6%;
    margin: 0 0 0 2.6%;
  }

  .block2__unit1:nth-of-type(1) {
    margin: 0;
  }

  .block2.-active .block2__unit1:nth-of-type(3),
  .block2.-active .block2__unit1:nth-of-type(2),
  .block2.-active .block2__unit1:nth-of-type(1) {
    opacity: 1;
    top: 0;
  }

  .block2__body1 {
    width: 100%;
  }

  .block2__text1 {
    font-size: 16px;
    margin-top: 20px;
  }

  .block2_1 {
    padding: 0 50px;
    margin: 90px auto 0;
  }

  .block2_1__unit1 {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    margin: 30px 0 0;
  }

  .block2_1__unit1:nth-of-type(1) {
    margin: 0;
  }

  .block2_1.-active .block2_1__unit1:nth-of-type(3),
  .block2_1.-active .block2_1__unit1:nth-of-type(2),
  .block2_1.-active .block2_1__unit1:nth-of-type(1) {
    opacity: 1;
    top: 0;
  }

  .block2_1__body1 {
    width: 100%;
  }

  .block2_1__text1 {
    font-size: 15px;
    margin-top: 20px;
  }

  .block3 {
    max-width: 1270px;
    padding: 0 50px;
    margin: 140px auto 0;
    position: relative;
  }

  .block3__inner1 {
    padding: 45px 100px 45px 200px;
  }

  .block3__title1 {
    width: auto;
    white-space: nowrap;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 21px;
    padding: 0 0 0 20px;
    right: inherit;
    top: -30px;
    left: 90px;
  }

  .block3__title1:before {
    width: 1px;
    height: 0;
    left: 0;
    top: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block3.-active .block3__title1:before {
    height: 70px;
  }

  .block3__list1 {
    margin: -20px 0 0 0;
  }

  .block3__list1 dt {
    margin: 20px 0 0 0;
    float: left;
  }

  .block3__list1 dd {
    margin: 20px 0 0 0;
    padding: 0 0 0 30px;
    overflow: hidden;
  }

  .block3__list1 a {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block3__list1 a:hover {
    opacity: 0.5;
  }

  .block3__link1 {
    margin: 30px 100px 0 0;
  }

  .block3_1 {
    max-width: 1270px;
    padding: 0 50px;
    margin: 140px auto 0;
    position: relative;
  }

  .block3_1__inner1 {
    padding: 45px 100px 45px 200px;
  }

  .block3_1__title1 {
    width: auto;
    white-space: nowrap;
    font-size: 21px;
    right: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    text-align: center;
    display: flex;
    padding-top: 40px;
    justify-content: center;
  }

  .block3_1__title1:before {
    width: 1px;
    height: 0;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block3_1.-active .block3_1__title1:before {
    height: 70px;
  }

  .block3_1__list1 {
    margin: -20px 0 0 0;
  }

  .block3_1__list1 dt {
    margin: 20px 0 0 0;
    float: left;
  }

  .block3_1__list1 dd {
    margin: 20px 0 0 0;
    padding: 0 0 0 30px;
    overflow: hidden;
  }

  .block3_1__list1 a {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block3_1__list1 a:hover {
    opacity: 0.5;
  }

  .block3_1__link1 {
    margin: 30px 100px 0 0;
  }

  .block4 {
    margin: 90px 0 0 0;
  }

  .block4__inner1 {
    max-width: 1270px;
    margin: auto;
  }

  .block4.-type1 .block4__inner1 {
    padding: 0 380px 0 50px;
  }

  .block4.-type2 .block4__inner1 {
    padding: 0 50px 0 380px;
  }

  .block4__title1 {
    font-size: 24px;
    position: absolute;
    top: -300px;
    padding: 150px 120px 120px;
  }

  .block4.-type1 .block4__title1 {
    right: 50px;
  }

  .block4.-type2 .block4__title1 {
    left: 50px;
  }

  .block4__title1 br {
    display: none;
  }

  .block4__title1 span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    position: relative;
  }

  .block4__title1:before {
    width: 1px;
    height: 0;
    top: -30px;
    right: 0;
    left: 0;
    bottom: inherit;
  }

  .block4.-active .block4__title1:before {
    height: 140px;
  }

  .block4__image1 {
    min-height: 300px;
    padding: 25vw 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block4.-type1 .block4__image1 {
    background-image: url("/branding_genji/assets/images/img_message1_1.png");
  }

  .block4.-type2 .block4__image1 {
    background-image: url("/branding_genji/assets/images/img_message1_2.png");
  }

  .block4__image1:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #FAF6F0;
    position: absolute;
    top: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block4.-active .block4__image1:before {
    width: 20vw;
  }

  .block4.-type1 .block4__image1:before {
    right: 0;
  }

  .block4.-type2 .block4__image1:before {
    left: 0;
  }

  .block4__image1 img {
    display: none;
  }

  .block4__text1 {
    font-size: 16px;
    margin: 60px 0 0 0;
  }

  .block4_1 {
    position: relative;
    margin: 90px 0 0 0;
  }

  .block4_1__inner1 {
    position: static;
    max-width: 1270px;
    margin: auto;
    padding: 0 50px;
  }

  .block4_1__title1 {
    font-size: 24px;
    position: absolute;
    top: 0;
    min-width: 340px;
    padding: 50px;
    text-align: center;
    font-weight: 600;
  }

  .block4_1.-type1 .block4_1__title1 {
    top: 80px;
    right: 50px;
  }

  .block4_1.-type2 .block4_1__title1 {
    text-align: left;
    left: 50px;
    top: 70px;
  }

  .block4_1__title1 span {
    position: relative;
  }

  .block4_1__title1:before {
    width: 1px;
    height: 0;
    top: -30px;
    right: 0;
    left: 0;
    bottom: inherit;
  }

  .block4_1.-active .block4_1__title1:before {
    height: 80px;
  }

  .block4_1__image1 {
    min-height: 300px;
    padding: 25vw 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block4_1.-type1 .block4_1__image1 {
    background-image: url("/branding_genji/assets/images/img_message1_1.png");
  }

  .block4_1.-type2 .block4_1__image1 {
    background-image: url("/branding_genji/assets/images/img_message1_2.png");
  }

  .block4_1__image1:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #FAF6F0;
    position: absolute;
    top: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block4_1.-active .block4_1__image1:before {
    width: 20vw;
  }

  .block4_1.-type1 .block4_1__image1:before {
    right: 0;
  }

  .block4_1.-type2 .block4_1__image1:before {
    left: 0;
  }

  .block4_1__image1 img {
    display: none;
  }

  .block4_1__text1 {
    font-size: 15px;
    margin: 60px 0 0 0;
  }

  .block5 {
    margin-top: 270px;
    padding: 0;
    background: none;
  }

  .block5__inner1 {
    padding: 60px 0;
  }

  .block5__inner1:before {
    content: '';
    display: block;
    position: absolute;
    left: 35%;
    top: 0;
    width: 0;
    height: 100%;
    background: #F2EDE6;
  }

  .block5__title1 {
    position: relative;
    font-size: 24px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    text-align: center;
    margin: auto;
  }

  .block5__slide1 {
    position: relative;
    top: -50px;
    opacity: 0;
    margin: 60px 0 0 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block5.-active .block5__slide1 {
    top: 0;
    opacity: 1;
  }

  .block5__image1 {
    padding: 0 15px;
    width: 370px;
  }

  .block5__image1 img {
    width: 100%;
  }

  .block5__image1 a:hover img {
    transform: scale(1.1);
  }

  .block5__link1 {
    max-width: 1270px;
    padding: 0 50px;
    margin: 60px auto 0;
  }

  .block5_1 {
    margin-top: 270px;
    padding: 0;
    background: none;
  }

  .block5_1__inner1 {
    padding: 60px 0;
  }

  .block5_1__inner1:before {
    content: '';
    display: block;
    position: absolute;
    left: 35%;
    top: 0;
    width: 0;
    height: 100%;
    background: #F2EDE6;
  }

  .block5_1__title1 {
    position: relative;
    font-size: 24px;
    text-align: center;
    margin: auto;
  }

  .block5_1__slide1 {
    position: relative;
    top: -50px;
    opacity: 0;
    margin: 60px 0 0 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block5_1.-active .block5_1__slide1 {
    top: 0;
    opacity: 1;
  }

  .block5_1__image1 {
    padding: 0 15px;
    width: 370px;
  }

  .block5_1__image1 img {
    width: 100%;
  }

  .block5_1__image1 a:hover img {
    transform: scale(1.1);
  }

  .block5_1__link1 {
    max-width: 1270px;
    padding: 0 50px;
    margin: 60px auto 0;
  }

  .block6 {
    position: relative;
    padding: 90px 0;
    margin: 120px 0 0 0;
  }

  .block6__title1 {
    width: 300px;
    position: absolute;
    left: 0;
    top: -150px;
    opacity: 0;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block6.-active .block6__title1 {
    top: -200px;
    opacity: 1;
  }

  .block6__title1 span {
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
    line-height: 1.7;
    letter-spacing: 0.3em;
  }

  .block6__title1:after {
    display: none;
  }

  .block6__inner1 {
    position: relative;
    max-width: 1270px;
    margin: auto;
    padding: 0 50px 0 360px;
  }

  .block6__inner2 {
    position: relative;
    top: 50px;
    margin-top: 0;
    opacity: 0;
  }

  .block6.-active .block6__inner2 {
    top: 0;
    opacity: 1;
  }

  .block6__text1 {
    font-size: 16px;
  }

  .block6_1 {
    position: relative;
    padding: 60px 0;
    margin: 120px 0 0 0;
  }

  .block6_1__title1 {
    width: 300px;
    position: absolute;
    left: 0;
    top: -150px;
    opacity: 0;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block6_1.-active .block6_1__title1 {
    top: -200px;
    opacity: 1;
  }

  .block6_1__title1 span {
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
    line-height: 1.7;
    letter-spacing: 0.3em;
  }

  .block6_1__title1:after {
    display: none;
  }

  .block6_1__title3 {
    margin-top: 0;
  }

  .block6_1__inner1 {
    position: relative;
    max-width: 1270px;
    margin: auto;
    padding: 0 50px 0 300px;
  }

  .block6_1__inner2 {
    position: relative;
    top: 50px;
    margin-top: 0;
    opacity: 0;
  }

  .block6_1.-active .block6_1__inner2 {
    top: 0;
    opacity: 1;
  }

  .block6_1__text1 {
    font-size: 15px;
  }

  .block7 {
    max-width: 770px;
    padding: 0 50px;
    margin: 60px auto 0;
  }

  .block7__text1 p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }

  .block8 {
    background: none;
    padding: 0;
    margin: 180px auto 0;
  }

  .block8:before {
    content: '';
    display: block;
    height: 100%;
    background: #F2EDE6;
    width: 1060px;
    position: absolute;
    left: -350px;
    right: 0;
    top: 30px;
    margin: auto;
  }

  .block8__title1 {
    font-size: 24px;
    padding: 90px 0 0 20px;
  }

  .block8__title1:before {
    width: 1px;
    height: 125px;
  }

  .block8__inner1 {
    padding: 0 50px;
    max-width: 1270px;
    margin: auto;
  }

  .block8__text1 {
    width: 300px;
    margin: 60px 0 0 0;
  }

  .block8__link1 {
    margin: 60px 0 0 0;
  }

  .block8__image1 {
    margin: 0;
    position: absolute;
    top: -25%;
    left: 50%;
    width: 50vw;
    height: 440px;
    background: url("/branding_genji/assets/images/img_reproduction1_1.png") center center no-repeat;
    background-size: cover;
  }

  .block8__image1 img {
    display: none;
  }

  .block8__slide1 {
    margin: 90px 0 0 0;
  }

  .block8__image2 {
    display: block;
    padding: 0 15px;
    width: 370px;
  }

  .block8__image2 img {
    width: 100%;
  }

  .block8__image2 a:hover img {
    transform: scale(1.1);
  }

  .block8__link2 {
    width: 1270px;
    padding: 0 50px;
    margin: 60px auto 0;
    text-align: right;
  }

  .block9 {
    position: relative;
    padding: 0 100px 50px 100px;
    max-width: 1270px;
    margin: 180px auto 0;
  }

  .block9:before {
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 30px;
    background: #F2EDE6;
  }

  .block9__title1 {
    font-size: 24px;
    padding: 90px 20px 0 0;
    text-align: right;
  }

  .block9__title1:before {
    width: 1px;
    height: 125px;
    right: 0;
    left: inherit;
  }

  .block9__text1 {
    position: relative;
    margin: 60px 0 0 0;
    font-size: 16px;
  }

  .block9__image2 {
    overflow: hidden;
  }

  .block9__unit1:hover .block9__image2 img {
    transform: scale(1.1);
  }

  .block9__caption1 {
    font-size: 16px;
    padding: 30px 80px 30px 50px;
  }

  .block10 {
    padding: 0 50px 90px;
    max-width: 1270px;
    margin: 180px auto 0;
  }

  .block10:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    background: #F2EDE6;
  }

  .block10__inner1 {
    max-width: 770px;
    margin: auto;
  }

  .block10__title1 {
    top: -30px;
    font-size: 24px;
    padding: 90px 0 0 20px;
  }

  .block10__title1:before {
    width: 1px;
    height: 125px;
  }

  .block10__text1 {
    font-size: 16px;
    position: relative;
    margin-top: 60px;
  }

  .block11 {
    margin-top: 90px;
  }

  .block11__list1 {
    width: 100%;
    display: flex;
  }

  .block11__list1 li {
    width: 50%;
    display: flex;
  }

  .block11__unit1 {
    width: 100%;
  }

  .block11__image1 {
    width: 100%;
    overflow: hidden;
  }

  .block11__unit1:hover .block11__image1 img {
    transform: scale(1.1);
  }

  .block11__caption1 {
    text-align: center;
    padding: 0;
    width: 370px;
    margin: 30px auto 0;
  }

  .block11__title1:before {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }

  .block11__text1 {
    font-size: 16px;
    text-align: left;
  }

  .block12 {
    max-width: 970px;
    margin: 60px auto 0;
    padding: 0 50px;
  }

  .block12__unit1 {
    padding: 60px 100px 90px;
  }

  .block12__title1 {
    font-size: 24px;
    max-width: 770px;
    text-align: center;
    margin: auto;
  }

  .block12__text1 {
    max-width: 770px;
    margin: 60px auto 0;
  }

  .block13 {
    margin-top: 160px;
  }

  .block13__title1 {
    font-size: 32px;
  }

  .block13__inner1 {
    margin-top: 90px;
    padding: 120px 0;
  }

  .block13__unit1 {
    max-width: 970px;
    padding: 0 50px;
    margin: 90px auto 0;
  }

  .block13__unit1:first-child {
    margin-top: 0;
  }

  .block13__header1 {
    display: flex;
    padding: 45px 0;
    align-items: center;
    width: 100%;
  }

  .block13__number1 {
    margin: 0;
    text-align: left;
    font-size: 70px;
    padding: 0 60px;
  }

  .block13__body1 {
    border-left: 1px solid #000;
    padding: 15px 0 15px 60px;
  }

  .block13__title2 {
    text-align: left;
    margin: 0;
    font-size: 28px;
  }

  .block13__title2 span {
    font-size: 20px;
  }

  .block13__text1 {
    margin-top: 60px;
  }

  .block13__image1 {
    margin: 0;
    padding: 0 30px 30px 0;
    float: left;
  }

  .block13__unit1:nth-of-type(even) .block13__image1 {
    float: right;
    padding: 0 0 30px 30px;
  }

  .block13__image1 img {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .kv1.-active:before {
    left: 100%;
  }

  .kv1_1.-active:before {
    left: 100%;
  }

  .block5.-active .block5__inner1:before {
    width: 1000px;
  }

  .block5_1.-active .block5_1__inner1:before {
    width: 1000px;
  }
}

@media screen and (min-width: 992px) {
  .header1_1 {
    max-width: 1600px;
    margin: auto;
    padding: 0 50px;
  }

  .header1_1__logo {
    padding: 0;
  }

  .nav1 .nav1__body1 {
    position: static;
    width: auto;
    height: auto;
    display: block !important;
    left: inherit;
    top: inherit;
  }

  .nav1 .nav1__body1>div {
    width: auto;
    height: auto;
    position: absolute;
    left: inherit;
    top: inherit;
    right: 50px;
    bottom: 0;
    padding: 0;
    display: block;
  }

  .nav1 ul {
    border: none;
    width: auto;
    display: flex;
  }

  .nav1 ul li {
    border: none;
    width: auto;
    margin: 0 0 0 15px;
  }

  .nav1 ul li:first-child {
    margin-left: 0;
  }

  .nav1 ul a {
    position: relative;
    padding: 0 0 20px 0;
  }

  .nav1 ul li a.-active:before,
  .nav1 ul li a:hover:before {
    width: 100%;
  }

  .nav1 .nav1__btnEn1 {
    border: none;
    position: absolute;
    top: -82px;
    right: 0;
    padding: 0;
    margin: 0;
  }

  .nav1 .nav1__btnEn1 a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .nav1__btnOpen1 {
    display: none;
  }

  .kv1_1__catch1 {
    font-size: 45px;
    padding: 60px 0 170px;
  }

  .kv1_1__catch1 span {
    font-size: 36px;
  }

  .block2__unit1 {
    padding: 0 0 0 70px;
  }

  .block2__title1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 25px 0 0 0;
    width: 70px;
    display: flex;
    align-items: center;
  }

  .block2__title1:before {
    display: none;
  }

  .block2__title1:after {
    left: 4px;
    right: 0;
    top: 0;
    margin: auto;
  }

  .block2__images1 {
    margin: 60px 0 0 0;
  }

  .block2_1 {
    padding: 60px 50px;
    background: #F2EDE6;
  }

  .block2_1__unit1 {
    position: relative;
    min-height: 190px;
    padding-left: 330px;
    margin: 60px 0 0;
  }

  .block2_1__unit1:nth-of-type(even) {
    padding: 0 330px 0 0;
  }

  .block2_1__title1 {
    font-size: 20px;
    padding: 0 0 0 25px;
    display: flex;
    align-items: center;
  }

  .block2_1__title1:before {
    display: none;
  }

  .block2_1__title1:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .block2_1__images1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    margin: 0;
  }

  .block2_1__unit1:nth-of-type(even) .block2_1__images1 {
    left: inherit;
    right: 0;
  }

  .block3__inner1 {
    padding-left: 270px;
  }

  .block3_1__title1 {
    font-size: 24px;
  }

  .block6__title2 {
    font-size: 20px;
  }

  .block8__text1 {
    width: 370px;
  }

  .block9__inner1 {
    padding: 0 0 0 500px;
  }

  .block9__slide1 {
    position: absolute;
    left: 50px;
    top: -30px;
    width: 500px;
  }

  .block11__title1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header1_1__logo a {
    font-size: 21px;
  }

  .nav1 ul li {
    margin: 0 0 0 30px;
  }

  .nav1_1 .nav1_1__body1 {
    position: static;
    width: auto;
    height: auto;
    display: block !important;
    left: inherit;
    top: inherit;
  }

  .nav1_1 .nav1_1__body1>div {
    width: auto;
    height: auto;
    position: absolute;
    left: inherit;
    top: inherit;
    right: 50px;
    bottom: -5px;
    padding: 0;
    display: block;
  }

  .nav1_1 ul {
    border: none;
    width: auto;
  }

  .nav1_1 ul li {
    border: none;
    width: auto;
    margin: 0 0 0 15px;
    padding-top: 8px;
    float: left;
  }

  .nav1_1 ul li {
    margin: 0 0 0 30px;
  }

  .nav1_1 ul li:nth-of-type(4) {
    clear: left;
  }

  .nav1_1 ul a {
    font-size: 14px;
    position: relative;
    padding: 0 0 8px 0;
  }

  .nav1_1 ul li a.-active:before,
  .nav1_1 ul li a:hover:before {
    width: 100%;
  }

  .nav1_1 .nav1_1__btnEn1 {
    border: none;
    position: absolute;
    top: -39px;
    right: 0;
    padding: 0;
    margin: 0;
  }

  .nav1_1 .nav1_1__btnEn1 a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .nav1_1__btnOpen1 {
    display: none;
  }

  .heading1 {
    margin-top: 90px;
  }

  .kv1 {
    margin-top: 90px;
  }

  .kv1_1 {
    margin-top: 90px;
  }

  .kv1_1__catch2 {
    font-size: 20px;
    bottom: 60px;
  }

  .kv1_1__catch2 span {
    font-size: 16px;
  }

  .wysiwyg1 h2 {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .wysiwyg1 h3 {
    margin-top: 60px;
  }

  .wysiwyg1 h4 {
    margin-top: 60px;
  }

  .wysiwyg1 .catchcopy1 {
    margin-top: 60px;
  }

  .wysiwyg1 figure.-right,
  .wysiwyg1 p.-right {
    margin-top: 45px;
  }

  .wysiwyg1 .table {
    margin-top: 60px;
  }

  .block2 {
    margin-top: 120px;
  }

  .block2_1 {
    margin-top: 60px;
    padding: 90px 0;
  }

  .block2_1__unit1 {
    max-width: 1170px;
    margin: 60px auto 0;
    min-height: 297px;
    padding-left: 530px;
  }

  .block2_1__unit1:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
  }

  .block2_1__unit1:nth-of-type(even) {
    padding-right: 570px;
  }

  .block2_1__images1 {
    width: 470px;
  }

  .block3 {
    margin-top: 180px;
  }

  .block3_1 {
    margin-top: 180px;
  }

  .block4 {
    margin-top: 120px;
  }

  .block4_1 {
    margin-top: 120px;
  }

  .block4_1__title1 {
    font-size: 25px;
    width: 500px;
    padding: 80px 50px;
    min-width: inherit;
    top: 0;
  }

  .block4_1.-type1 .block4_1__title1 {
    top: 5vw;
  }

  .block4_1.-type2 .block4_1__title1 {
    top: 5vw;
  }

  .block5 {
    margin-top: 300px;
  }

  .block5__inner1 {
    padding: 90px 0;
  }

  .block5__inner1:before {
    left: 40%;
  }

  .block5__image1 {
    width: 450px;
  }

  .block5_1 {
    margin-top: 90px;
  }

  .block5_1__inner1 {
    padding: 90px 0;
  }

  .block5_1__inner1:before {
    left: 40%;
  }

  .block5_1__image1 {
    width: 450px;
  }

  .block6 {
    margin-top: 180px;
  }

  .block6_1 {
    margin-top: 180px;
  }

  .block7 {
    margin-top: 90px;
  }

  .block8 {
    margin-top: 210px;
  }

  .block8__text1 {
    width: 500px;
  }

  .block8__slide1 {
    margin: 120px 0 0 0;
  }

  .block9 {
    margin-top: 210px;
  }

  .block9__inner1 {
    padding-left: 700px;
  }

  .block9__slide1 {
    width: 700px;
  }

  .block10 {
    margin-top: 270px;
  }

  .block11 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0,0,0,0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@media print {
  body {
    zoom: 0.3;
  }
}