@charset "utf-8";
/* reset */
body {
  margin: 0;
  padding: 0;
  /* background-color: #f6faf0; */
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic !important;
  color: #575757 !important;
  font-size: 14px !important;
  line-height: 2 !important;
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h6 {
  color: #fff;
}
img {
  vertical-align: bottom;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
a {
  color: #3583aa !important;
  text-decoration: none !important;
}
a:visited {
  color: #788d98;
}
a:hover {
  border-bottom: 1px solid #3583aa;
  padding-bottom: 0.5px;
  text-decoration: none;
}
/* common */
/* title属性　ipad・スマホ対応 */
.tooltip3{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip3 p{
    margin:0;
    padding:0;
}
.description3 {
    display: none;
    position: absolute;
    padding: 5px;
    font-size: 12px;
    line-height: 1.6em;
    color: #383845;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    width: 100px;
    text-align: center;
}
.tooltip3:hover .description3{
    display: inline-block;
    top: 5px;
    right: 5px;
}
/* /title属性　ipad・スマホ対応 */
/* topページ click */
.click {
  position: relative;
  display: flex;
  /*height: 100px;*/
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #ccc!important;
  width: 110px;
  text-align: center;
  margin: 50px auto 5px;
}
.click_ {
  position: absolute;
  animation: animationclick 2s ease-in-out infinite;
  right: 0;
}
@keyframes animationclick {
  0%,100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
/* topページ click */
/* topページ 季節の装飾 */
.chestnut {
  width: 25px;
  top: -25px !important;
  left: 70px !important;
  animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
/* /topページ 季節の装飾 */
.global-nav {
  position: fixed !important;
  position: absolute;
  z-index: 9999;
  height: 1000px;
  /*width: 100%;
height: 100vh;*/
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* 下記list-styleについてはulに記載あり */
.global-nav li {
  position: fixed;
  margin: 0 20px;
  font-size: 18px;
  list-style: none;
  font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /* top: -137; */
}
a .mincho_n {
  padding: 4 0 0;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.ja_1 {
  /*font-size: 15px;*/
  font-size: 16px;
}
.global-nav li {
  position: fixed !important;
  position: absolute;
  margin: 0 20px;
  font-size: 18px;
  list-style: none;
  top: 50%;
}
.contact {
  position: fixed;
  /* margin: 0 20px; */
  font-size: 18px;
  list-style: none;
  font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  top: 70%;
  right: 15px;
  font-weight: 300;
}
.horizontal {
  position: fixed;
  position: absolute;
  font-size: 18px;
  list-style: none;
  font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  transform: rotateZ(20deg) !important;
  -ms-transform: rotateZ(20deg) !important;
  -webit-transform: rotateZ(20deg) !important;
  right: 0;
  top: 30% !important;
  font-weight: 300;
  /* color: #fff !important; */
}
.height {
  position: fixed;
  top: 50% !important;
  right: 80px;
  margin-top: 60px;
  color: #fff;
  z-index: 9999;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased /* animation時の文字にじみ防止 */ -moz-osx-font-smoothing: grayscale;
  -webkit-filter: blur(0.000001px);
  z-index: 9999;
  opacity: 0.8;
}
.height a {
  color: #383838;
  font-family: 'Alegreya Sans SC', sans-serif, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  padding-bottom: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
.square_1 {
  position: fixed !important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
  position: absolute; /* Internet Explorer 用に絶対位置配置する */
  top: -157;
  right: -252px;
  background-color: rgba(112, 112, 112, 0.8);
  z-index: -1;
  width: 55px;
  height: 55px;
}
.square_2 {
  position: fixed !important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
  position: absolute; /* Internet Explorer 用に絶対位置配置する */ top: -132;
  right: -120px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.3px solid #dedede;
  z-index: -1;
  width: 141px;
  height: 25px;
}
.square_3 {
  position: fixed !important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
  position: absolute; /* Internet Explorer 用に絶対位置配置する */ top: -208px;
  right: 99px;
  background-color: rgba(128, 155, 154, 0.8);
  z-index: -1;
  width: 22px;
  height: 100px;
}
#menu_t {
  display: none;
}
#wrap {
  clear: both;
  margin-top: 220px;
  padding: 35px 0;
}
/* 下記overflow: hidden;あり */
.content {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
footer {
  position: absolute;
  color: #575757;
  padding: 5px 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
footer small {
  font-size: 12px;
}
.footer_f, .click {
  animation: fade 7s ease-out 5s forwards;
  opacity: 0;
}
@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
/* index ********************************************************************************* index */
/* ローディング ***********************************/
#loading {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 40%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
#loading div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Arial, sans-serif;
  animation: move 2s linear 3;
  -o-animation: move 2s linear 3;
  -moz-animation: move 2s linear 3;
  -webkit-animation: move 2s linear 3;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #35C4F0;
}
#loading div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#loading div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#loading div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#loading div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#loading div:nth-child(6) {
  animation: move 2s linear 1;
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#loading div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
Resources /*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background: #fff;*/
}
/*▲▲ ここまで追加する ▲▲*/
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #333;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*********************************************************/
/* 記号回転 *****************/
/* hover */
.front {
  position: absolute;
  width: 741px;
  height: 70px;
}
.container_1 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 270px;
}
.target_1 {
  top: 3 !important;
  left: -156.5 !important;
  transition: 2s;
  transform: rotateY(0deg);
}
.container_1:hover .target_1 {
  transform: rotateY(2turn);
}
.container_2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 270px;
}
.target_2 {
  top: 23 !important;
  left: -37.8 !important;
  transition: 2s;
  transform: rotateY(0deg);
}
.container_1:hover .target_2 {
  transform: rotateY(2turn);
}
.container_1 .target_3 {
  top: 24 !important;
  left: 94.096 !important;
  transition: 2s;
  transform: rotateY(0deg);
  z-index: -10 !important;
}
.container_1:hover .target_3 {
  transform: rotateY(2turn);
}
#home svg {
  width: 740.6px;
  height: 70.1px;
}
/* 自動回転 */
#home .target_1 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  z-index: -10 !important;
}
#home .target_2 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  animation-delay: 0.5s;
  opacity: 0;
  z-index: -10 !important;
}
#home .target_3 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  animation-delay: 1s;
  opacity: 0;
  z-index: -10 !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
/*******************************************/
/* ページトップへ　始り *************/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  z-index: 9999 !important;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: '';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ページトップへ　終わり *************/
/* now! **************/
.now {
  position: relative;
}
.star-fav {
  /*display: none!important;*/
  margin: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #FFE50E;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  animation: anim-star-fav-rotate 30s linear infinite, anim-star-fav-opacity 1s linear infinite;
  top: 8;
  left: 72;
  z-index: 50;
}
.star-fav:before, .star-fav:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #FFE50E;
  content: '';
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 0;
}
.star-fav:before {
  transform: rotate(71deg);
}
.star-fav:after {
  transform: rotate(-71deg);
}
@keyframes anim-star-fav-rotate {
  from {
    transform: rotate(35deg);
  }
  to {
    transform: rotate(395deg);
  }
}
@keyframes anim-star-fav-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* now! 終わり *************/
/* 吹き出し　始り ************/
/*.content5 {
margin: 15px;
display: inline-block;
position: relative;
padding: 10px;
width: 50px;
height: 50px;
color: #333;
font-size: 16px;
background: limegreen;
text-align: center;
border-radius: 50%;
}
.content5 {
margin: 15px;
display: inline-block;
position: relative;
padding: 10px;
width: 50px;
height: 50px;
color: #333;
font-size: 16px;
background: transparent;
border: 1px solid limegreen;
text-align: center;
border-radius: 50%;
}
.content5:before {
content: "";
position: absolute;
bottom: -12px;
right: -12px;
border: 15px solid transparent;
border-left: 15px solid limegreen;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}*/
.content5 {
  margin: 15px;
  display: inline-block;
  position: absolute;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  border: solid 3px #B5B5B5;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  top: -50;
  left: 0;
}
/* 上に載せる三角アイコン */
.content5:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -8px;
  margin-left: 2px;
  border: 12px solid transparent;
  border-left: 15px solid #fff;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 下に載せる三角アイコン */
.content5:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -7px;
  margin-left: -17px;
  border: 10px solid transparent;
  border-left: 10px solid #B5B5B5;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}
.content5 p {
  margin: 0;
  padding: 7 0;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  webkit-transform: rotate(45deg);
  transform: rotate(-35deg);
}
/* 吹き出し　終わり *************************/
#home {
  background-color: #FCFCFC;
  position: relative;
  height: 100%;
}
/* mainvisual ********************************************************************************* mainvisual */
#mainvisual {
  position: relative;
  height: 100vh;
}
.content_box {
  background-color: #fff;
}
#home #wrap {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#home h1 {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 8;
}
.icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 740.6;
  text-align: center; /*一応BOX内の文字も中央寄せ*/
}

a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
transform-origin: left top; /*左から右に向かう*/
}
#home img {
  position: absolute;
  z-index: -3;
  display: inline-block !important;
  top: 0;
  left: 0;
  max-width: inherit !important;
}
hr {
  border: none;
  border-top: 1px solid currentColor;
  color: rgba(0, 0, 0, 0.13);
  margin: 8px 0 !important;
  width: 100% !important;
}
/* vivus */
#layer {
  max-width: 750px;
  width: 740.6px;
  height: 70.1px;
}
#layer .st0 {
  stroke: #252A2F;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 0.5;
  fill: transparent;
  z-index: 3 !important;
}
/*.st0 {
stroke: #252A2F;
stroke-dasharray: 2000;
stroke-dashoffset: 2000;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width: 0.5;
fill: transparent;
z-index: 3 !important;
-webkit-animation: logo_line 8s linear 3s 1;
animation: logo_line 8s linear 3s 1;
animation-fill-mode: forwards;
}
@keyframes logo_line {
0% {
stroke-dashoffset: 2000;
opacity: 0;
}
0.1% {
stroke-dashoffset: 2000;
opacity: 1;
}
100% {
stroke-dashoffset: 0;
opacity: 1;
}
}
@-webkit-keyframes logo_line {
0% {
stroke-dashoffset: 2000;
opacity: 0;
}
0.1% {
stroke-dashoffset: 2000;
opacity: 1;
}
100% {
stroke-dashoffset: 0;
opacity: 1;
}
}*/
.yokoku {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550;
}
/*#home p, #home a {
position: absolute;
opacity: 0;
font-size: 150px;
width: 100%;
top: 30%;
right: 0;
cursor: pointer;
}*/
#home h1 a {
  opacity: 1;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.hover7 {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  transition: .5s;
  transform: rotateZ(0deg);
}
/* .hover7::after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #2196F3;
transition: all 0.3s ease 0s;
}*/
.hover7:hover {
  cursor: pointer;
  transform: rotateZ(360deg);
  color: #2196F3;
}
/*.hover7:hover::after {
width: 100%;
}*/
.container {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.target {
  transition: .5s;
  transform: rotateZ(0deg);
}
.container:hover .target {
  transform: rotateZ(360deg);
}
.scroll {
  display: inline-block;
    position: fixed;
    right: 200px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #575757;
    font-size: 10px;
    font-family: 'Cormorant Infant', serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transform: rotate(-90deg)!important;
}
.scroll::after {
  content: '';
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 1px;
    height: 85px;
    background: #dedede;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll a {
  color: #575757 !important;
  text-decoration: none;
  cursor: inherit;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* About****************************************************************************************************/
/* 可視状態でスタート ****************************************************/
.start {
  opacity: 0;
}
.fadeIn {
  animation: fadeIn1 2s ease-out forwards;
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 可視状態でスタート終わり *************************/
#about .listing-item {
  pointer-events: none;
  list-style: none;
}
#about .listing-item a {
  color: #575757 !important;
  font-size: 15px !important;
  font-weight: bold;
}
#about {
  background-color: #fff;
}
#about #pictsan img {
  position: absolute;
  top: 53px !important;
  left: 900px !important;
  z-index: 3;
}
#about #pictsan img {
  animation: r8 1s linear infinite;
  transform-origin: left top;
}
@keyframes r8 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
#about #wrap {
  text-align: left;
}
#about #wrap .content .profile-txt {
  width: 540px;
  float: left;
  font-size: 14px !important;
  color: #575757 !important;
  font-weight: 100 !important;
}
#about #wrap .content .profile-txt p {
  width: 540px;
  float: left;
  margin-top: 10px;
}
#about .profile-txt span {
  font-weight: bold;
}
#about .profile-image {
  float: right;
  transition-duration: 0.5s;
}
#about .profile-image:hover {
  transform: scale(3);
  cursor: pointer;
  /*width: 220px; 
padding: 160px;*/
}
#about #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#about .main-center {
  width: 960px;
  margin: 0 auto;
}
#about h1 {
  font-family: 'Alegreya Sans SC', sans-serif !important;
  font-size: 45px;
  margin: 0 !important;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
#about h2 {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic, sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 2 !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  color: #575757 !important;
}
h3 {
  display: block;
  font-size: 1.17em !important;
  margin-block-start: 1ema !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  font-weight: bold !important;
}
.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 1px solid #A0AB9A;
  color: #5E5E5E;
}
/* clear fix */
#about .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*section {
margin-bottom: 35px;
}*/
section {
  padding-bottom: 35px;
}
#about p small {
  color: #918383;
  text-align: right;
}
#about .career th {
  width: 240px;
  /*background-color: #f0f0f0;*/
  padding: 12px 0;
  border: 1px solid #CCC;
}
#about .career td {
  width: auto;
  padding: 12px 40px 12px 40px;
  border: 1px solid #CCC;
}
table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic !important;
  font-size: 13px !important;
  width: 100%;
}
tbody > tr:nth-child(odd) {
  background: transparent !important;
}
#about .career th {
  width: 240px;
  /* background-color: #f0f0f0; */
  padding: 12px 0;
  border: 1px solid #CCC;
  text-align: center !important;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#about .panel-title {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
  letter-spacing: 2.5;
  font-weight: bold;
}
#about .panel-group a:visited {
  color: #3D3D3D;
}
#about label {
  background: transparent;
  color: #788d98;
  /* padding: 10px; */
  display: inline-block;
  margin: 0;
  border: none;
  width: 70px;
  cursor: pointer;
  font-size: 11px;
}
input[type="checkbox"].on-off {
  display: none;
}
.yoko {
  display: inline-block;
}
.span {
  padding-bottom: 3 !important;
}
.yoko_2 {
  position: absolute;
}
.yoko_3 {
  position: absolute;
}
.menu_link ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_link li {
  padding: 5px;
}
input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
  height: 200px;
}
/* link****************************************************************************************************/
#link {
  background-color: #FAFAF4;
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
#link hr {
  margin: 8px 0 !important;
  width: 760px !important;
}
#link .content {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#link #pictsan img {
  position: absolute;
  top: 20px !important;
  left: 750px !important;
  z-index: 3;
}
#link #pictsan img {
  animation: r8 1s linear infinite;
  transform-origin: left bottom;
}
@keyframes r8 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
#link #wrap {
  display: block;
}
#link #wrap .content .profile-txt {
  width: 760px;
  float: left;
}
#link #wrap .content .profile-txt p {
  width: 760px;
  float: left;
}
#link .profile-txt span {
  font-weight: bold;
}
#link .profile {
  position: relative;
}
#link .profile-image {
  position: absolute;
  /* top: 50; */
  left: 650 !important;
  float: right !important;
  height: 100 !important;
  transition-duration: 0.5s !important;
  z-index: 3;
}
#link .access_p {
  width: 350px!important;
}
#link .profile-image:hover {
  transform: scale(3);
  cursor: pointer;
  /*width: 220px; 
padding: 160px;*/
}
#link .profile-image_2 {
  position: static!important;
  float: right;
  /*transition-duration: 0.5s !important;*/
  z-index: 3;
}
/*#link .profile-image_2:hover {
  transform: scale(3);
  cursor: pointer;
}*/
#link #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#link .main-center {
  width: 960px;
  margin: 0 auto;
}
.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 1px solid #A0AB9A;
  color: #5E5E5E;
}
/* clear fix */
#link .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
section {
  margin-bottom: 35px;
}
#link section p a {
  line-height: 1.5;
}
/*#link section p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#link section p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #74917D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#link section p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}*/
#link p small {
  color: #918383;
  text-align: right;
}
#hamburger {
  display: none;
}
nav2 ul {
  display: none;
}
#slide2 ul {
  display: none;
}
#access .table2 {
  display: none;
}
/*topへ戻るボタン*******************************************************************************************/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
  margin-right: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgba(94, 94, 94, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* news　始まり　***************************/
#news {
  background-color: #FCFCFC;
  padding-bottom: 300px;
}
#news #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#news h1 {
  font-family: 'Alegreya Sans SC', sans-serif !important;
  font-size: 45px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
#news #pictsan img {
  position: absolute;
  top: 53px;
  left: 900px;
  z-index: 3;
}
#news #pictsan img {
  position: absolute;
  top: 53px !important;
  left: 900px !important;
  z-index: 3;
}
#news #pictsan img {
  animation: r8 1s linear infinite;
  transform-origin: left top;
}
@keyframes r8 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
#info {
  width: 600px;
  margin: 0 auto 500px auto;
}
#info ul {
  list-style: none;
}
#info ul li {
  margin-bottom: 20px;
  font-size: 13px !important;
}
#info h2 {
  text-align: center;
}
.main {
  width: 960px;
  margin: 0 10px;
  float: left;
}
/* contact ******************************************************************************** contact*/
#contact {
  /* width: 600px;*/
  margin: 0 auto;
}
#contact ul {
  list-style: none;
}
#contact h2 {
  text-align: center;
}
#contact #pictsan img {
  position: absolute;
  top: 20px;
  left: 900px;
  z-index: 3;
}
#contact #pictsan img {
  position: absolute;
  top: 53px !important;
  left: 900px !important;
  z-index: 3;
}
#contact #pictsan img {
  animation: r8 1s linear infinite;
  transform-origin: left top;
}
@keyframes r8 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.title {
  font-size: 18px !important;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.35;
}
.main {
  width: 960px;
  margin: 0 10px;
  float: left;
}
form {
  display: block;
  margin-top: 0em;
  margin-block-end: 1em;
  line-height: 1.8;
  margin: 0 auto 200px auto !important;
  width: 600px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"],input[type="tel"], textarea {
  background-color: #F1F1F1 !important;
  color: #666;
  border: none !important;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px !important;
  line-height: 1;
  font-size: 15px;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic !important;
}
select, textarea {
  color: #555;
  font-family: 'Roboto Condensed', "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  line-height: 1.8;
  /*border: none;*/
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-color: #CCC #CCC #BBB !important;
  background: #555 !important;
  color: #fff;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1;
  padding: 1.1em 1.5em !imortant;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic !important;
  letter-spacing: 1.5;
}
/* contact　始まり　***************************/
#contact {
  background-color: #fff;
}
#contact #main_visual {
  padding-top: 68px;
  /* margin-top: 100px;*/
}
#contact h1 {
  font-family: 'Alegreya Sans SC', sans-serif !important;
  font-size: 45px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
/*artist始まり********************************************************************************************/
a img {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.6;
  transform: scale(0.98);
  /*width: 220px; 
padding: 160px;*/
}
#artist {
  background-color: #FAFAF4;
}
#artist .global-nav li a {
  color: #333;
}
#artist .profile-txt {
  width: 540px;
  float: left;
}
#artist .profile-image {
  float: right;
  transition-duration: 0.5s;
}
#artist .profile-image:hover {
  cursor: pointer;
  /*width: 220px; 
padding: 160px;*/
}
#artist .main-center {
  width: 960px;
  margin: 0 auto;
  margin-top: 100px;
}
#artist h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  /*border-bottom: 1px solid #CCC;*/
  display: none;
  line-height: 1;
}
#artist #main_visual {
  padding-top: 68px;
}
#artist #wrap {
  margin-top: 0px;
}
#artist #wrap .icon {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 18px;
  font-weight: bold;
}
#artist #wrap #main_visual h2 {
  margin: 50px 0;
}
#artist #wrap section p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  margin: 50px 0;
}
.main {
  width: 700px;
  margin: 0;
  float: left;
}
.main p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
.main p a img {
  color: #74917D;
}
#artist .main section p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
#artist .main section p a {
  color: #74917D;
  line-height: 1.5;
}
#artist .main section p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#artist .main section p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #74917D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#artist .main section p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.sidebar {
  width: 200px;
  margin: 0;
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2.5;
}
.sidebar h2 {
  color: #3B2117;
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar ul {
  font-size: 12.5px;
  line-height: 2.5;
  margin-left: 20px;
}
.sidebar ul a {
  color: #5E5E5E;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
.sidebar li a {
  color: #5E5E5E;
  font-family: 'Roboto Condensed', "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  /*padding-bottom: 3px*/
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  line-height: 1.5;
}
.sidebar li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.sidebar li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #5E5E5E;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.sidebar li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@keyframes r8 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@media screen and (max-width:1200px) {
  /* 画面サイズが1200px以下の場合に適用 *********************************画面サイズが1200px以下の場合に適用 **/
  .yokoku {
    width: 612px !important;
  }
  #home h1 {
    font-size: 18px !important;
  }
  #about #pictsan img {
    position: absolute;
    top: 26px !important;
    left: 900px !important;
    z-index: 3;
  }
  #link #pictsan img {
    position: absolute;
    top: -8px !important;
    left: 750px !important;
    z-index: 3;
  }
  #news #pictsan img {
    position: absolute;
    top: 26px !important;
    left: 900px !important;
    z-index: 3;
  }
  #contact #pictsan img {
    position: absolute;
    top: 27px !important;
    left: 900px !important;
    z-index: 3;
  }
}
@media screen and (max-width:1156px) {
  /* 画面サイズが1156px以下の場合に適用 *********************************画面サイズが1156px以下の場合に適用 **/
  .yokoku {
    width: 633px !important;
  }
  #home h1 {
    font-size: 20px !important;
  }
}
@media screen and (max-width:1030px) {
  /* 画面サイズが1030px以下の場合に適用 *********************************画面サイズが1030px以下の場合に適用 **/
}
@media screen and (max-width:986px) {
  /* 画面サイズが986px以下の場合に適用 *********************************画面サイズが986px以下の場合に適用 **/
  #about #pictsan img {
    position: absolute;
    top: 26px !important;
    left: 650px !important;
    z-index: 3;
  }
  #link #pictsan img {
    position: absolute;
    top: -8px !important;
    left: 550px !important;
    z-index: 3;
  }
  #news #pictsan img {
    position: absolute;
    top: 26px !important;
    left: 650px !important;
    z-index: 3;
  }
  #contact #pictsan img {
    position: absolute;
    top: -8px !important;
    left: 650px !important;
    z-index: 3;
  }
}
@media screen and (max-width:980px) {
  /* 画面サイズが980px以下の場合に適用 *********************************画面サイズが980px以下の場合に適用 **/
}
@media screen and (max-width:995px) {
  /* 画面サイズが995px以下の場合に適用 *********************************画面サイズが995px以下の場合に適用 **/
}
@media screen and (max-width:960px) {
  /* 画面サイズが960px以下の場合に適用 *********************************画面サイズが960px以下の場合に適用 **/
}
@media screen and (max-width:952px) {
  /* 画面サイズが952px以下の場合に適用 *********************************画面サイズが952px以下の場合に適用 **/
}
@media screen and (max-width:930px) {
  /* 画面サイズが930px以下の場合に適用 *********************************画面サイズが930px以下の場合に適用 **/
}
@media screen and (max-width:918px) {
  /* 画面サイズが918px以下の場合に適用 *********************************画面サイズが918px以下の場合に適用 **/
}
@media screen and (max-width:915px) {
  /* 画面サイズが904px以下の場合に適用 *********************************画面サイズが904px以下の場合に適用 **/
  #link #wrap .content .profile-txt {
    width: 540px;
  }
  #about #wrap .content .profile-txt p {
    width: 540px;
  }
  #link .profile-image_2 {
    float: none;
    width: 500;
  }
}
@media screen and (max-width:890px) {
  /* 画面サイズが890px以下の場合に適用 *********************************画面サイズが890px以下の場合に適用 **/
}
@media screen and (max-width:780px) {
  /* 画面サイズが780px以下の場合に適用 *********************************画面サイズが780px以下の場合に適用 **/
  svg {
    width: 600px !important;
    height: 57px !important;
  }
  .icon1 {
    width: 600px !important;
  }
  .target_1 {
    width: 16.4px !important;
    height: 9.84px !important;
    top: 2 !important;
    left: -98.1 !important;
  }
  .target_2 {
    width: 29.52px !important;
    height: 37.72px !important;
    top: 18.2 !important;
    left: -21.8 !important;
  }
  .target_3 {
    width: 18.04px !important;
    height: 22.96px !important;
    top: 18.5 !important;
    left: 66.8 !important;
  }
  .img img {
    position: absolute;
    width: 600px !important;
    height: 57px !important;
  }
  .front {
    position: absolute;
    width: 600px !important;
    height: 57px !important;
  }
  .content {
    width: 700px !important;
    margin: 0 auto !important;
  }
  #about .main-center {
    width: auto !important;
    margin: 0 auto !important;
  }
  #about .career th {
    width: 150px !important;
  }
  #link {
    width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }
  #link .content {
    width: auto !important;
    margin: 0 auto !important;
  }
  #link .profile-image {
    left: 500px !important;
  }
  #link .main-center {
    width: auto !important;
    margin: 0 auto !important;
  }
  .star-fav {
    margin: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #FFE50E;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    animation: anim-star-fav-rotate 30s linear infinite, anim-star-fav-opacity 1s linear infinite;
    top: 8;
    left: 30;
    z-index: 50;
  }
  .content5 {
    margin: 15px;
    display: inline-block;
    position: absolute;
    padding: 10px;
    width: 60px !important;
    height: 60px !important;
    text-align: center !important;
    font-size: 16px !important;
    border: solid 3px #B5B5B5 !important;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    top: -50 !important;
    left: -30 !important;
  }
}
@media screen and (max-width:765px) {
  /* 画面サイズが765px以下の場合に適用 *********************************画面サイズが765px以下の場合に適用 **/
  #link #wrap .content .profile-txt p {
    width: 540px;
  }
}
@media screen and (max-width:730px) {
  /* 画面サイズが730px以下の場合に適用 *********************************画面サイズが730px以下の場合に適用 **/
  .mincho {
    font-family: "Sawarabi Mincho", serif !important;
    font-weight: 400 !important;
  }
}
@media screen and (max-width:660px) {
  /* 画面サイズが660px以下の場合に適用 *********************************画面サイズが660px以下の場合に適用 **/
  svg {
    width: 350px !important;
    height: 33px !important;
  }
  .icon1 {
    width: 350px !important;
  }
  .target_1 {
    width: 9.4px !important;
    height: 5.64px !important;
    top: 1 !important;
    left: 8 !important;
  }
  .target_2 {
    width: 16.92px !important;
    height: 21.62px !important;
    top: 10.2 !important;
    left: 8.8 !important;
  }
  .target_3 {
    width: 10.34px !important;
    height: 13.16px !important;
    top: 12.5 !important;
    left: 15.8 !important;
  }
  .img img {
    position: absolute;
    width: 350px !important;
    height: 33px !important;
  }
  .front {
    position: absolute;
    width: 350px !important;
    height: 33px !important;
  }
  .content {
    width: 350px !important;
    margin: 0 auto !important;
  }
  table {
    font-size: 10px !important;
  }
  #about .career th {
    width: 40px !important;
  }
  #about .career td {
    padding: 2px 5px !important;
  }
  #link {
    width: 300px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }
  #link .profile-image_2 {
        width: 300px!important;
  }
  #link p {
    font-size: 10px !important;
  }
  #about h2 {
    font-size: 10px !important;
  }
  #link .content {
    width: auto !important;
    margin: 0 auto !important;
  }
  #link #wrap .content .profile-txt {
    width: 300px !important;
  }
  #link #wrap .content .profile-txt p {
    width: 300px !important;
  }
  #link .profile-image {
    left: 250px !important;
    top: 270px !important;
    width: 30px !important;
    height: 30px !important;
  }
  #link .main-center {
    width: auto !important;
    margin: 0 auto !important;
  }
  #info {
    width: 250px !important;
    margin: 0 auto 500px auto !important;
  }
  form {
    display: block;
    margin-top: 0em !important;
    margin-block-end: 1em !important;
    line-height: 1.8 !important;
    margin: 0 auto 200px auto !important;
    width: 250px !important;
  }
}
@media screen and (max-width:619px) {
  /* 画面サイズが619px以下の場合に適用 *********************************画面サイズが619px以下の場合に適用 **/
}
@media screen and (max-width:570px) {
  /* 画面サイズが570px以下の場合に適用 *********************************画面サイズが570px以下の場合に適用 **/
}
@media screen and (max-width:545px) {
  /* 画面サイズが545px以下の場合に適用 *********************************画面サイズが545px以下の場合に適用 **/
}
@media screen and (max-width:530px) {
  /* 画面サイズが530px以下の場合に適用 *********************************画面サイズが530px以下の場合に適用 **/
  #link .profile-image_2 {
    float: none;
}
@media screen and (max-width:525px) {
  /* 画面サイズが525px以下の場合に適用 *********************************画面サイズが525px以下の場合に適用 **/
}
@media screen and (max-width:505px) {
  /* 画面サイズが505px以下の場合に適用 *********************************画面サイズが505px以下の場合に適用 **/
}
@media screen and (max-width:500px) {
  /* 画面サイズが500px以下の場合に適用 *********************************画面サイズが500px以下の場合に適用 **/
}
@media screen and (max-width:467px) {
  /* 画面サイズが467px以下の場合に適用 *********************************画面サイズが467px以下の場合に適用 **/
}
@media screen and (max-width:455px) {
  /* 画面サイズが455px以下の場合に適用 *********************************画面サイズが455px以下の場合に適用 **/
   #link #wrap .content .profile-txt p {
        width: 260px !important;
    }
     #link .profile-image_2 {
        width: 260px !important;
    }
}
@media screen and (max-width:430px) {
  /* 画面サイズが430px以下の場合に適用 *********************************画面サイズが430px以下の場合に適用 **/
}
@media screen and (max-width:420px) {
  /* 画面サイズが420px以下の場合に適用 *********************************画面サイズが420px以下の場合に適用 **/
  #about #wrap .content .profile-txt {
    width: 300px !important;
    float: left !important;
  }
  #about #wrap .content {
    width: 300px !important;
    margin: 0 auto !important;
  }
  #about .listing-item {
    pointer-events: none;
    list-style: none;
    width: 250px !important;
  }
  #about #wrap .content .profile-txt p {
    width: 250px !important;
    float: left !important;
    margin-top: 10px !important;
    font-size: 12px;
  }
  #link p {
    width: 230px !important;
    font-size: 8px !important;
    letter-spacing: 3 !important;
  }
  #link .profile-image_2 {
    width: 230px!important;
  }
  #about h2 {
    font-size: 10px !important;
    letter-spacing: inherit !important;
    width: 230px !important;
  }
  #about #pictsan img {
    left: 320px !important;
  }
  #link #pictsan img {
    left: 245px !important;
    top: -5px !important;
  }
  #news #pictsan img {
    left: 320px !important;
  }
  #contact #pictsan img {
    left: 320px !important;
    top: 29px !important;
  }
  .title {
    font-size: 15px !important;
    font-weight: 300 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.35 !important;
  }
  #info ul li {
    margin-bottom: 20px;
    font-size: 12px !important;
  }
  .star-fav {
    top: 6 !important;
    left: 0 !important;
    z-index: 50;
  }
  .star-fav:before, .star-fav:after {
    border-bottom: 7px solid rgba(255, 229, 14, 0.8) !important;
  }
  .content5 {
    display: none;
    top: -50 !important;
    left: -62px !important;
  }
  #contact p {
    font-size: 8px !important;
  }
}
@media screen and (max-width:413px) {
  /* 画面サイズが413px以下の場合に適用 *********************************画面サイズが413px以下の場合に適用 **/
}
@media screen and (max-width:400px) {
  /* 画面サイズが400px以下の場合に適用 *********************************画面サイズが400px以下の場合に適用 **/
}
@media screen and (max-width:380px) {
  /* 画面サイズが380px以下の場合に適用 *********************************画面サイズが380px以下の場合に適用 **/
  svg {
    width: 250px !important;
    height: 24px !important;
  }
  .icon1 {
    width: 250px !important;
  }
  .target_1 {
    width: 6.8px !important;
    height: 4.08px !important;
    top: 0.5 !important;
    left: -3 !important;
  }
  .target_2 {
    width: 12.24px !important;
    height: 15.64px !important;
    top: 7.4 !important;
    left: -31.5 !important;
  }
  .target_3 {
    width: 7.48px !important;
    height: 9.52px !important;
    top: -115 !important;
    left: 100.5 !important;
  }
  .img img {
    position: absolute;
    width: 250px !important;
    height: 24px !important;
  }
  .front {
    position: absolute;
    width: 250px !important;
    height: 24px !important;
  }
  .content {
    width: 300px !important;
    margin: 0 auto;
  }
  table {
    font-size: 8px !important;
  }
  #about .career th {
    width: 40px !important;
  }
  #about .career td {
    padding: 2px 5px !important;
  }
  #link {
    width: 250px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }
  #link p {
    width: 200px !important;
    font-size: 8px !important;
    letter-spacing: 3 !important;
  }
  #link .profile-image_2 {
        width: 200px!important;
  }
  #about h2 {
    font-size: 8px !important;
    letter-spacing: 0.1 !important;
    width: 230px;
  }
  #link .content {
    width: auto !important;
    margin: 0 auto !important;
  }
  #link #wrap .content .profile-txt {
    width: 250px !important;
  }
  #link #wrap .content .profile-txt p {
    width: 200px !important;
  }
  #link .profile-image {
    width: 50px !important;
    height: 50px !important;
    left: 170px !important;
    top: 300px !important;
  }
  #link .main-center {
    width: auto !important;
    margin: 0 auto !important;
  }
  #about #pictsan img {
    top: 28px !important;
    left: 280px !important;
  }
  #link #pictsan img {
    top: -5px !important;
    left: 200px !important;
  }
  #news #pictsan img {
    top: 28px !important;
    left: 280px !important;
  }
  #contact #pictsan img {
    top: 29px !important;
    left: 280px !important;
  }
  .content5 {
    top: -60 !important;
    left: -30px !important;
  }
}
@media screen and (max-width:370px) {
  /* 画面サイズが380px以下の場合に適用 *********************************画面サイズが380px以下の場合に適用 **/
}
@media screen and (max-width:365px) {
  /* 画面サイズが365px以下の場合に適用 *********************************画面サイズが365px以下の場合に適用 **/
}
@media screen and (max-width:330px) {
  /* 画面サイズが330px以下の場合に適用 *********************************画面サイズが330px以下の場合に適用 **/
}
@media screen and (max-width:300px) {
  /* 画面サイズが300px以下の場合に適用 *********************************画面サイズが300px以下の場合に適用 **/
  svg {
    width: 200px !important;
    height: 19px !important;
  }
  .icon1 {
    width: 200px !important;
  }
  .target_1 {
    width: 5.4px !important;
    height: 3.24px !important;
    top: 0.8 !important;
    left: -34 !important;
  }
  .target_2 {
    width: 9.72px !important;
    height: 12.42px !important;
    top: -107.5 !important;
    left: 26 !important;
  }
  .target_3 {
    width: 5.94px !important;
    height: 7.56px !important;
    top: -220.8 !important;
    left: 90.4 !important;
  }
  .img img {
    position: absolute;
    width: 200px !important;
    height: 19px !important;
  }
  .front {
    position: absolute;
    width: 200px !important;
    height: 19px !important;
  }
  .content {
    width: 250px !important;
    margin: 0 auto !important;
  }
  #about #wrap .content {
    width: 250px !important;
    margin: 0 auto !important;
  }
  #about #wrap .content .profile-txt {
    width: 250px !important;
    float: left !important;
  }
  #about #wrap .content {
    width: 250px !important;
    margin: 0 auto !important;
  }
  #about #wrap .content .profile-txt p {
    width: 250px !important;
    float: left !important;
    margin-top: 10px !important;
  }
  table {
    font-size: 8px !important;
  }
  #about .career th {
    width: 40px !important;
  }
  #about .career td {
    padding: 2px 5px !important;
  }
  #link {
    width: 250px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }
  #link p {
    font-size: 8px !important;
    letter-spacing: 3 !important;
  }
  #about h2 {
    font-size: 10px !important;
    letter-spacing: 1 !important;
  }
  #link .content {
    width: auto !important;
    margin: 0 auto !important;
  }
  #link #wrap .content .profile-txt {
    width: 250px !important;
  }
  #link #wrap .content .profile-txt p {
    width: 250px !important;
  }
  #link .profile-image {
    width: 50px !important;
    height: 50px !important;
    left: 210px !important;
    top: 300px !important;
  }
  #link .main-center {
    width: auto !important;
    margin: 0 auto !important;
  }
  #about #pictsan img {
    top: 28px !important;
    left: 220px !important;
  }
  #link #pictsan img {
    top: -5px !important;
    left: 230px !important;
  }
  #news #pictsan img {
    top: 28px !important;
    left: 220px !important;
  }
  #contact #pictsan img {
    top: -5px !important;
    left: 220px !important;
  }
}