/*=================================================
A Modern CSS Reset
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100,300,400,500,700,800,900&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

ul[class], ol[class] {
  padding: 0; }

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul, ol {
  list-style: none; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit; }

img:not([alt]) {
  filter: blur(10px); }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
/*=================================================
common
=================================================*/
html {
  font-size: 62.5%; }

body {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.8rem;
  position: relative; }

a, a:active, a:hover {
  text-decoration: none; }

.word-break {
  display: inline-block; }

.bold {
  font-weight: bolder; }

.pb_10 {
  padding-bottom: 10px; }

.sp {
  display: none; }

.w1000 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2% 4%; }

/*global_header*/
#global_header {
  width: 100%;
    height: auto;
    padding: 30px 45px 38px 34px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  /*menu-trigger	-----------------------------------------*/
  /*menu	-----------------------------------------*/ }
  #global_header #logo{ 
	width: 100%;
    max-width: 382px;
    height: 59px;
	display: inline-block;
	background: url("../img/img_logo.png") 0 0 no-repeat;
	background-size: auto;
	background-size: contain;
	text-indent: -9999px;
  }
  body.works .section_about .img img{
	width: 100%;
	height: auto;
  }

    #global_header #logo a {display: block;height: auto; line-height: 100%;}
  #global_header #snav {
    position: absolute;
    right: 20px;
    top: 24px;
    display: none;
    z-index: 1000; }
  #global_header .menu-trigger,
  #global_header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  #global_header .menu-trigger {
    position: relative;
    width: 30px;
    height: 26px; }
  #global_header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px; }
  #global_header .menu-trigger span:nth-of-type(1) {
    top: 0; }
  #global_header .menu-trigger span:nth-of-type(2) {
    top: 11px; }
  #global_header .menu-trigger span:nth-of-type(3) {
    bottom: 0; }
  #global_header .menu-close,
  #global_header .menu-close span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  #global_header .menu-close {
    position: relative;
    width: 30px;
    height: 26px;
    display: none; }
  #global_header .menu-close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px; }
  #global_header .menu-close span:nth-of-type(1) {
    top: 0; }
  #global_header .menu-close span:nth-of-type(2) {
    bottom: 0; }
  #global_header .menu-close span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  #global_header .menu-close span:nth-of-type(2) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
  @media screen and (max-width: 680px) {
    #global_header #snav {
      display: block; } }
  #global_header #global_nav {
    position: absolute;
    top: 0;
    right: 37px;}
    #global_header #global_nav ul {
      display: flex;
      justify-content: flex-end; }
      #global_header #global_nav ul li {
        margin-left: 15px; }
        #global_header #global_nav ul li a {
          height: 100px;
          padding: 50px 5px 0 5px;
          display: inline-block;
          border-top: 5px rgba(255,255,255,0.0) solid;
          box-sizing: border-box;
          font-weight: 800;
          font-style: normal;
          color: #4c2413; }
        #global_header #global_nav ul li a.curent {
          border-top: 5px #c31000 solid;
          color: #c31000; }
        #global_header #global_nav ul li a:hover {
          border-top: 5px #c31000 solid;
          color: #c31000;
          transition: all 0.6s ease 0s; }

#modal-overlay {
  background-color: rgba(168, 14, 0, 0.9);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

@media screen and (max-width: 820px) {
  #global_header {
    padding-left: 20px; }
    #global_header #logo {
      width: 100%;
      max-width: 180px;
      height: 40px;
      transition: all 0.6s ease 0s; } }
@media screen and (max-width: 760px) {
  #global_header {
    padding: 25px 20px 15px; height: auto;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    transition: all 0.6s ease 0s; }
    #global_header #logo {
      width: 100%;
      max-width: 193px;
      height: 40px;
      transition: all 0.6s ease 0s; }
    #global_header #global_nav {
      width: 100%;
      position: absolute;
      top: 80px;
      right: 0px;
      z-index: 100;
      display: none; }
      #global_header #global_nav ul {
        width: 100%;
        height: auto;
        position: fixed;
        left: 50%;
        top: 50%;
        display: block;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-bottom: rgba(255, 255, 255, 0.5) dashed 1px; }
        #global_header #global_nav ul li {
          margin: 0px;
          border-top: rgba(255, 255, 255, 0.5) dashed 1px; }
          #global_header #global_nav ul li a {
            width: 100%;
            height: 80px;
            padding: 25px 5px 0 5px;
            display: inline-block;
            border-top: none;
            color: rgba(255, 255, 255, 0.5); }
          #global_header #global_nav ul li a.curent {
            border-top: none;
            color: white; }
          #global_header #global_nav ul li a:hover {
            border-top: none;
            color: white; } }
@media screen and (max-width: 480px) {
  #global_header {
    text-align: left; } }
/*contents*/
#contents {
  width: 100%;
  text-align: center; }
  #contents a:hover img {
    opacity: 0.7; }
  #contents .page_title {
    width: 100%;
    height: 220px;
    background: url("../img/bg_common_pattern.gif");
    position: relative; }
    #contents .page_title h1 {
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -40%); }
      #contents .page_title h1 .txt_eng {
        font-size: 5.8rem;
        line-height: 4.5rem; }
      #contents .page_title h1 .txt_ja {
        font-size: 1.7rem;
        font-weight: 500;
        font-style: normal; }
  #contents a, #contents a:link, #contents a:visited {
    color: #c31000;
    text-decoration: underline; }
  #contents a:hover {
    text-decoration: none; }
  #contents .help_btn a, #contents .help_btn a:link, #contents .help_btn a:visited {
    width: 90%;
    max-width: 450px;
    padding: 15px 10px;
    margin: 30px auto;
    text-align: center;
    border-radius: 30px;
    background: #9a9039;
    display: block;
    text-decoration: none;
    color: #ffffff; }
  #contents .help_btn a:hover {
    background: #b9a91d; }

@media screen and (max-width: 800px) {
  #contents {
    width: 100%;
    text-align: center;
    font-size: 1.5rem; }
    #contents .page_title {
      height: 120px; }
      #contents .page_title h1 {
        left: 50%;
        top: 50%; }
        #contents .page_title h1 .txt_eng {
          font-size: 3rem;
          line-height: 2rem; }
        #contents .page_title h1 .txt_ja {
          font-size: 1.5rem; } }
@media screen and (max-width: 480px) {
  #contents .help_btn a, #contents .help_btn a:link, #contents .help_btn a:visited {
    border-radius: 10px; } }
/*global_footer*/
#global_footer {
  width: 100%;
  background: #c31000;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 36px 6.5%;
  position: relative;
  left: auto;
  top: auto;
  }
#global_footer small {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    display: block;
    text-align: left;
    width: auto;
    margin: 0;
    font-size: 13px;
 }
#global_footer a{
	display: block;
	font-size: 13px;
	color: #fff;
	background: url(../img/icn_1.png) no-repeat center right;
	background-size: 18px;
	padding: 0 22px 0 0;
}

@media screen and (max-width: 680px) {
  #global_footer {
    width: 100%;
    padding: 5px;
    position: relative;
    transition: all 0.6s ease 0s;
    display: flex; padding: 14px 2% 28px; flex-direction: column;align-items: center
  }
	#global_footer small {font-size: 11px; padding: 0 0 15px;}
	#global_footer a{display: inline-block; font-size: 11px;  background: url(../img/icn_1.png) no-repeat center right; background-size: 12px; padding: 0 10px 0 0;}	
	
    
  }
    
    
    
    
    
/*=================================================
top
=================================================*/
.buruburu_anim {
  display: inline-block;
  animation: buruburu .1s  infinite; }
@-webkit-keyframes  buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
body.top {
  background: #e5e5e5;
  /******************************/
  /******************************/ }
  body.top #main_visual {
    width: 100%;
    height: 600px;
    background: #fff;
    position: relative; }
    body.top #main_visual .main_visual_bg {
      width: 100%;
      height: 380px;
      /*height: calc(40vh);*/
      background: url("../img/bg_common_pattern.gif");
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.6s ease 0s; }
    body.top #main_visual .main_img {
      width: 90%;
      max-width: 584px;
      height: 95%;
      display: block;
      background: url("../img/img_main_logo.png?230803") center center no-repeat;
      background-size: contain;
      position: absolute;
      left: 50%;
      top: 310px;
      z-index: 1;
      transform: translate(-50%, -50%); }
  body.top #main_visual_newyear {
    width: 100%;
    height: 600px;
    background: #eee;
    position: relative;
    overflow: hidden; }
    body.top #main_visual_newyear .main_visual_load {
      width: 100%;
      height: 600px;
      /*height: calc(40vh);*/
      background: url("../img/bg_common_pattern.gif");
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.6s ease 0s;
      z-index: 100;
      -webkit-animation: holidays_block 1s ease-in 3s 1 forwards;
      animation: holidays_block 1s ease-in 3s 1 forwards; }
      body.top #main_visual_newyear .main_visual_load .main_img_load {
        width: 99%;
        max-width: 1000px;
        height: 99%;
        display: block;
        background: url("../img/img_main_logo_2021_01.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-animation: holidays 3.5s ease 0.5s 1 forwards;
        animation: holidays 3.5s ease 0.5s 1 forwards; }
    body.top #main_visual_newyear .main_visual_bg {
      width: 100%;
      height: 380px;
      /*height: calc(40vh);*/
      background: url("../img/bg_common_pattern.gif");
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.6s ease 0s;
      opacity: 0;
      -webkit-animation: logo 1s ease-out 3.5s 1 forwards;
      animation: logo 2s ease-out 3.5s 1 forwards; }
    body.top #main_visual_newyear .main_img {
      width: 85%;
      max-width: 720px;
      height: 99%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-animation: logoImg 5s ease-in 5s 1 forwards;
      animation: logoImg 1s ease-in 4.5s 1 forwards; }
      body.top #main_visual_newyear .main_img div {
        width: 100%;
        height: 100%;
        background: url("../img/img_main_logo_2021_02.png") center center no-repeat;
        background-size: contain; }
    body.top #main_visual_newyear .main_img_02 {
      width: 90%;
      max-width: 720px;
      height: 99%;
      display: block;
      background: url("../img/img_main_logo_2021_03.png") center 0% no-repeat;
      background-size: contain;
      position: relative;
      margin: 0 auto;
      z-index: 1;
      opacity: 0;
      -webkit-animation: logo 3s ease-in 4s 1 forwards;
      animation: logo 3s ease-in-out 4s 1 forwards; }
    body.top #main_visual_newyear .main_img_03 {
      width: 90%;
      max-width: 580px;
      height: 99%;
      display: block;
      background: url("../img/img_main_logo_2021_04.png") center 100% no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-animation: logo 3s ease-in 4s 1 forwards;
      animation: logo 3s ease-in-out 4s 1 forwards; }
  body.top #information {
    width: 100%;
    min-height: 200px;
    background: #e5e5e5; }
    body.top #information #information_inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px 40px;
      box-sizing: border-box; }
      body.top #information #information_inner h2 {
        font-size: 2.0rem;
        color: #c31000; }
        body.top #information #information_inner h2 .ttl {
          padding: 20px 10px 15px;
          border-top: 3px solid #c31000;
          display: inline-block; }
      body.top #information #information_inner .information_contents {
        display: -webkit-flex;
        display: flex; }
      body.top #information #information_inner ul.info_txt {
        width: 60%;
        padding: 0 10px;
        box-sizing: border-box; }
        body.top #information #information_inner ul.info_txt li {
          color: #333;
          padding-bottom: 5px; }
          body.top #information #information_inner ul.info_txt li a, body.top #information #information_inner ul.info_txt li a:visited, body.top #information #information_inner ul.info_txt li a:link {
            color: #333; }
          body.top #information #information_inner ul.info_txt li a:hover {
            text-decoration: underline; }
          body.top #information #information_inner ul.info_txt li .date {
            padding: 3px 10px;
            display: inline-block;
            background: #fff;
            border-radius: 5px;
            font-size: 1.3rem;
            font-weight: 600; }
          body.top #information #information_inner ul.info_txt li .txt {
            padding: 0 15px;
            display: inline-block; }
      body.top #information #information_inner ul.info_banner {
        width: 35%;
        padding-bottom: 30px;
        top: -20px;
        position: relative; }
        body.top #information #information_inner ul.info_banner li img {
          transition: all 0.6s ease 0s; }
        body.top #information #information_inner ul.info_banner li a {
          position: relative;
          display: block; }
        body.top #information #information_inner ul.info_banner li a:hover img {
          opacity: 0.7; }

@-webkit-keyframes holidays {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes holidays {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes holidays_block {
  100% {
    z-index: 0;
    opacity: 0; } }
@keyframes holidays_block {
  100% {
    z-index: 0;
    opacity: 0; } }
@-webkit-keyframes logo {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes logo {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes logoImg {
  0% {
    transform: scale(1);
    opacity: 0;
    z-index: 3; }
  15% {
    transform: scale(1.2);
    opacity: 1;
    z-index: 1; }
  25% {
    transform: scale(0.95); }
  35% {
    transform: scale(1.15); }
  55% {
    transform: scale(0.95); }
  70% {
    transform: scale(1.05); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@media screen and (max-width: 960px) {
  body.top #information #information_inner {
    padding: 0 20px 40px; }
    body.top #information #information_inner h2 {
      /*text-align: center;*/ }
      body.top #information #information_inner h2 .ttl {
        padding: 15px 0 15px;
        display: inline-block; }
    body.top #information #information_inner ul.info_txt {
      width: 60%;
      padding: 0 10px;
      box-sizing: border-box; }
      body.top #information #information_inner ul.info_txt li {
        padding-bottom: 5px; }
        body.top #information #information_inner ul.info_txt li .date {
          padding: 3px 10px;
          display: inline-block;
          background: #fff;
          border-radius: 5px;
          font-size: 1.3rem;
          font-weight: 600; }
        body.top #information #information_inner ul.info_txt li .txt {
          padding: 5px 0 10px 5px;
          display: block; }
    body.top #information #information_inner ul.info_banner {
      width: 40%;
      top: -10px; } }
@media screen and (max-width: 800px) {
  body.top #main_visual {
    height: 550px;
    background: #fff; }
    body.top #main_visual .main_visual_bg {
      height: 320px; }
    body.top #main_visual .main_img {
      width: 78%;
      height: 80%;
      top: 270px; }
  body.top #information #information_inner .information_contents {
    display: -webkit-block;
    display: block; }
  body.top #information #information_inner ul.info_txt {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
  body.top #information #information_inner ul.info_banner {
    width: 100%;
    border-top: 1px solid #aaa;
    margin: 30px auto 0;
    padding: 20px 0;
    top: 0px;
    position: static; }
    body.top #information #information_inner ul.info_banner li {
      width: 100%;
      max-width: 366px;
      margin: 10px auto; }
  body.top #main_visual_newyear {
    height: 550px; }
    body.top #main_visual_newyear .main_visual_load {
      height: 550px; } }
@media screen and (max-width: 550px) {
  body.top #main_visual_newyear .main_img_02 {
    background: url("../img/img_main_logo_2021_03.png") center 5% no-repeat;
    background-size: contain; }
  body.top #main_visual_newyear .main_img_03 {
    width: 98%;
    background: url("../img/img_main_logo_2021_04.png") center 91% no-repeat;
    background-size: contain; } }
@media screen and (max-width: 480px) {
  body.top #main_visual {
    height: 400px; }
    body.top #main_visual .main_visual_bg {
      height: 250px; }
    body.top #main_visual .main_img {
      width: 78%;
      height: 80%;
      top: 220px; }
  body.top #main_visual_newyear {
    height: 400px; }
    body.top #main_visual_newyear .main_visual_load {
      height: 400px; }
    body.top #main_visual_newyear .main_visual_bg {
      height: 250px; }
    body.top #main_visual_newyear .main_img_03 {
      width: 95%; } }
@media screen and (max-width: 360px) {
  body.top #main_visual_newyear .main_img {
    width: 98%; }
  body.top #main_visual_newyear .main_img_02 {
    background: url("../img/img_main_logo_2021_03.png") center 5% no-repeat;
    background-size: contain; }
  body.top #main_visual_newyear .main_img_03 {
    width: 98%;
    background: url("../img/img_main_logo_2021_04.png") center 91% no-repeat;
    background-size: contain; } }
/*=================================================
vision
=================================================*/
body.vision #contents {
  padding-bottom: 120px; }
body.vision .section_vision {
  width: 100%;
  max-width: 1100px;
  padding: 4%;
  margin: 0 auto;
  box-sizing: border-box; }
  body.vision .section_vision h2 {
    font-size: 3.4rem;
    font-weight: 700;
    font-style: normal;
    color: #c31000; }
  body.vision .section_vision h2:after {
    width: 150px;
    height: 3px;
    margin: 30px auto 40px;
    background: #c31000;
    content: ' ';
    display: block; }
  body.vision .section_vision .message {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    flex-flow: row-reverse;
    overflow: hidden;
    zoom: 1; }
    body.vision .section_vision .message .photo {
      width: 300px;
      height: 400px;
      margin: 0 20px 30px 0;
      display: block;
      background: -10px 0 no-repeat url("https://rabbitandbearstudios.com/wp-content/uploads/2024/04/img_vision_03.png");
      background-size: contain; }
    body.vision .section_vision .message .comment {
      text-align: left;
      flex-flow: row-reverse;
	font-size: 1.5rem;
      line-height: 2.5rem;
}
    body.vision .section_vision .message p {
      margin: 0 auto 30px;
      font-weight: 300;
      font-style: normal;
      color: #333333;
      line-height: 3.4rem; }
    body.vision .section_vision .message .name {
      padding-top: 20px;
      text-align: right;
      font-size: 1.5rem;
      line-height: 2.5rem; }
body.vision .section_profile {
  width: 100%;
  max-width: 1100px;
  padding: 0 4%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left; }
  body.vision .section_profile .name {
    width: 100%;
    max-width: 800px;
    padding: 30px 0;
    margin: 0 auto;
    border-top: 2px solid #c31000;
    border-bottom: 1px dashed #ccc;
    position: relative; }
    body.vision .section_profile .name h2 {
      font-size: 1.8rem;
      color: #c31000; }
    body.vision .section_profile .name ul {
      position: absolute;
      top: 23px;
      right: 0; }
      body.vision .section_profile .name ul li {
        display: inline-block;
        margin: 0 8px; }
  body.vision .section_profile .comment {
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.5rem; }

@media screen and (max-width: 800px) {
  body.vision #contents {
    padding-bottom: 50px; } }
@media screen and (max-width: 680px) {
  body.vision .section_vision .message {
    display: block; }
    body.vision .section_vision .message .photo {
      width: 250px;
      height: 250px;
      margin: 0 auto 30px;
      display: block;
      background: -15px -15px no-repeat url("https://rabbitandbearstudios.com/wp-content/uploads/2024/04/img_vision_03.png");
      background-size: cover; }
    body.vision .section_vision .message .comment {
      width: 100%;
      display: block;
      text-align: center; }
    body.vision .section_vision .message .name {
      padding-top: 10px;
      text-align: center; } }
/*=================================================
company
=================================================*/
body.company #contents {
  padding-bottom: 120px; }
body.company .section_outline {
  width: 100%;
  max-width: 1500px;
  padding: 2%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #c31000; }
  body.company .section_outline li {
    padding: 30px 0;
    border-bottom: 1px dashed #c31000; }
  body.company .section_outline li:last-child {
    border-bottom: none; }
  body.company .section_outline h2 {
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal; }
  body.company .section_outline p {
    font-weight: 300;
    font-style: normal; }

@media screen and (max-width: 800px) {
  body.company #contents {
    padding-bottom: 30px; }
  body.company .section_outline {
    padding: 4%; }
    body.company .section_outline h2 {
      font-size: 1.5rem; } }
/*=================================================
works
=================================================*/
body.works #contents .help_btn a {
  margin: 0 auto; }
body.works .main_visual {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto 90px; }
body.works .game_ttl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 55px;
  padding: 45px 10px 48px;
  text-align: center;
  background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_game_name_top.png") center top no-repeat, url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_game_name_bottom.png") center bottom no-repeat;
  background-size: contain; }
  body.works .game_ttl h2 img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    transition: all 0.6s ease 0s; }
body.works .section_tnk {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto 55px;
  padding: 45px 25px 48px;
  text-align: center;
  /*		background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_game_name_top.png") center top no-repeat,url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_game_name_bottom.png") center bottom no-repeat;*/
  border: 4px double #c31000;
  background-size: contain;
  box-shadow: 5px 5px #eee; }
  body.works .section_tnk h2 {
    color: #c31000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c31000; }
  body.works .section_tnk .txt_ja, body.works .section_tnk .txt_eng {
    padding-bottom: 20px; }
  body.works .section_tnk .txt_eng {
    font-size: 1.5rem;
    color: #888888; }
body.works .section_about {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 40px;
  text-align: center; }
  body.works .section_about .ttl {
    width: 96%;
    max-width: 1076px;
    height: auto;
    padding: 0 0 18%;
    margin: 0 auto;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/mttl_about_L.png") center top no-repeat;
    background-size: contain;
    box-sizing: border-box; }
    body.works .section_about .ttl h3 {
      text-indent: -9999px; }
body.works .section_story {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
  box-sizing: border-box; }
  body.works .section_story .ttl {
    width: 96%;
    max-width: 1080px;
    height: auto;
    padding: 0 0 18%;
    margin: 0 auto;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/mttl_story_L.png") center top no-repeat;
    background-size: contain;
    box-sizing: border-box; }
    body.works .section_story .ttl h3 {
      text-indent: -9999px; }
body.works .section_salutation {
  width: 100%;
  padding: 60px 0 30px;
  background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_salutation.png"); }
  body.works .section_salutation .section_salutation_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%; }
  body.works .section_salutation .ttl {
    width: 96%;
    max-width: 360px;
    height: 66px;
    margin: 0 auto 30px;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/ttl_salutation.png") center top no-repeat;
    background-size: contain; }
    body.works .section_salutation .ttl h3 {
      text-indent: -9999px; }
body.works .section_story .txt_ja, body.works .section_story .txt_eng,
body.works .section_salutation .txt_ja,
body.works .section_salutation .txt_eng {
  padding-bottom: 20px; }
body.works .section_story .txt_eng,
body.works .section_salutation .txt_eng {
  font-size: 1.5rem;
  color: #888888; }
body.works .section_story p,
body.works .section_salutation p {
  padding-bottom: 30px; }
body.works .section_soon {
  width: 100%;
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 0 4%; }
  body.works .section_soon .img {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto; }
body.works .section_ks_btn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 20px 10px 50px;
  text-align: center;
  background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_game_name_top.png") center bottom no-repeat;
  background-size: contain; }
  body.works .section_ks_btn .btn_ks {
    width: 90%;
    max-width: 466px;
    margin: 0 auto 15px;
    text-align: center;
    display: block; }
body.works .section_sns {
  text-align: center; }
  body.works .section_sns li {
    display: inline-block;
    padding: 15px; }
body.works .section_press_contact {
  width: 100%;
  background: #e5e5e5;
  padding-bottom: 50px; }
  body.works .section_press_contact .section_press_contact_inner {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
    body.works .section_press_contact .section_press_contact_inner .txt {
      text-align: left;
      padding: 0 0 50px 0; }
      body.works .section_press_contact .section_press_contact_inner .txt h3 span {
        padding: 25px 0;
        display: inline-block;
        border-top: 3px solid #c31000;
        box-sizing: border-box;
        color: #c31000; }
    body.works .section_press_contact .section_press_contact_inner .img_rb {
      width: 210px;
      position: absolute;
      top: 20px;
      right: 50px; }

@media screen and (max-width: 1000px) {
  body.works .section_press_contact .section_press_contact_inner {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    body.works .section_press_contact .section_press_contact_inner .txt {
      text-align: center;
      padding: 0 0 180px 0; }
    body.works .section_press_contact .section_press_contact_inner .img_rb {
      width: 150px;
      margin-right: -80px;
      position: absolute;
      top: auto;
      bottom: 15px;
      right: 50%; } }
@media screen and (max-width: 800px) {
  body.works .game_ttl {
    margin: 0 auto 25px;
    padding: 25px 10px 28px; }
    body.works .game_ttl h2 img {
      max-width: 300px; }
  body.works .section_about .ttl {
    width: 96%;
    max-width: 514px;
    height: auto;
    padding: 0 0 40%;
    margin: 15px auto;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/mttl_about_M.png") center top no-repeat;
    background-size: contain; }
  body.works .section_story .ttl {
    width: 96%;
    max-width: 1080px;
    height: auto;
    padding: 0 0 18%;
    margin: 0 auto 15px;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/mttl_story_L.png") center top no-repeat;
    background-size: cover;
    box-sizing: border-box; }
  body.works .section_salutation .ttl {
    max-width: 300px;
    height: 55px;
    margin: 0 auto 40px; }
  body.works .section_soon {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 0 0%; }
    body.works .section_soon .img {
      width: 100%;
      max-width: 1066px;
      margin: 0 auto; } }
@media screen and (max-width: 480px) {
  body.works .game_ttl {
    margin: 0 auto 25px;
    padding: 15px 10px 18px; }
    body.works .game_ttl h2 img {
      max-width: 200px; }
  body.works .section_story .ttl {
    width: 96%;
    max-width: 338px;
    height: auto;
    padding: 0 0 40%;
    margin: 0 auto 15px;
    background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/mttl_story_S.png") center top no-repeat;
    background-size: contain;
    box-sizing: border-box; }
  body.works .section_salutation {
    padding: 30px 0 30px; }
    body.works .section_salutation .ttl {
      max-width: 250px;
      height: 45px;
      margin: 0 auto 20px; }
  body.works .section_soon .pc,
  body.works .section_ks_btn .pc {
    display: none; }
  body.works .section_soon .sp,
  body.works .section_ks_btn .sp {
    display: block; }
  body.works .section_sns li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 5px; } }

/*=================================================
contact_echro
=================================================*/

body.contact .contact_ttl {
	width: 98%;
	max-width: 780px;
	display:  block;
	padding:  30px auto;
	text-align:  center;
	margin:  60px auto 30px;
}



body.contact .section_contact_link {
	width: 100%;
	max-width: 1000px;
	margin:  0 auto;
	padding: 30px;
	box-sizing: border-box;
	border-bottom:  1px solid #ccc;
	text-align:  left;
}
body.contact .section_contact_link02 {
	width: 100%;
	max-width: 1000px;
	margin:  0 auto;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	text-align:  left;
}
body.contact .section_contact_link03 {
	width: 100%;
	max-width: 1000px;
	margin:  0 auto;
	padding: 30px;
	box-sizing: border-box;
	text-align:  left;
}

body.contact .section_contact_link h3,
body.contact .section_contact_link02 h3,
body.contact .section_contact_link03 h3{
	margin-bottom:  15px;
}
body.contact .section_contact_link h3 span,
body.contact .section_contact_link02 h3 span,
body.contact .section_contact_link03 h3 span{
	color: #c31000
}
body.contact .section_contact_link .cap,
body.contact .section_contact_link02 .cap{
	margin-top: 10px;
	font-size: 1.5rem;
}

body.contact .section_contact_link03 .cap{
	margin:10px 0 40px;
	font-size: 1.5rem;
}

body.contact .section_contact_link02 .help_cap {
	width: 100%;
	padding:  20px;
	margin:  15px auto 0;
	box-sizing:  border-box;
	border:  2px solid #c31000;
	background: #ffefee;
	color: #c31000;
	text-align: center;
}
body.contact .section_contact_link02 .help_cap h4 {
	margin-bottom: 15px
}


body.contact .section_contact_link02 .arrow img {
	margin:  20px auto 0;
}

body.contact .section_helpyetee {
	width:100%;
	padding: 30px 20px;
	box-sizing:  border-box;
	background: url(https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_salutation.png);
}
body.contact .section_helpyetee .section_helpyetee_inner {
	width: 100%;
	max-width: 1000px;
	margin:  0 auto;
	text-align:  center
}

body.contact .section_helpyetee .section_helpyetee_inner .ttl_inner {
	padding-bottom:  20px;
	margin-bottom:  20px;
	border-bottom:  2px solid #c31000;
}

body.contact .section_helpyetee .section_helpyetee_inner h3 {
	font-size: 1.8em;
	color: #c31000;
	text-align: center;
}

body.contact .section_helpyetee .help_img {
	margin:  0 auto;
	text-align: center
}


/*=================================================
works
=================================================*/
body.subwin #global_nav {
  display: none; }
body.subwin #contents .page_title {
  height: 5px; }
body.subwin #contents .video_block {
  width: 100%;
  margin: 30px auto 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box; }
body.subwin #contents video {
  width: 100%;
  vertical-align: bottom; }
body.subwin #contents .w1000 {
  text-align: left;
  margin-bottom: 0; }
  body.subwin #contents .w1000 #help01, body.subwin #contents .w1000 #help02, body.subwin #contents .w1000 #help03 {
    padding-top: 20px; }
  body.subwin #contents .w1000 .jumpnav {
    width: 100%;
    margin-bottom: 20px; }
    body.subwin #contents .w1000 .jumpnav ul {
      display: flex;
      justify-content: space-between; }
      body.subwin #contents .w1000 .jumpnav ul li {
        width: 32.5%; }
    body.subwin #contents .w1000 .jumpnav a, body.subwin #contents .w1000 .jumpnav a:link, body.subwin #contents .w1000 .jumpnav a:visited {
      width: 100%;
      padding: 15px 5px;
      background: #c31000;
      border-radius: 5px;
      display: block;
      font-size: 1.8rem;
      color: #ffff;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      box-sizing: border-box;
      position: relative; }
    body.subwin #contents .w1000 .jumpnav a:after {
      width: 5px;
      height: 5px;
      margin-left: -3px;
      display: block;
      content: " ";
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(135deg);
      position: absolute;
      left: 50%;
      bottom: 8px; }
    body.subwin #contents .w1000 .jumpnav a:hover {
      background: #dd1200; }
  body.subwin #contents .w1000 h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #c31000; }
  body.subwin #contents .w1000 h3 {
    padding: 3px 10px;
    margin-bottom: 10px;
    border-left: 5px solid #c31000;
    border-bottom: 1px dashed #aaa;
    font-size: 2rem; }
  body.subwin #contents .w1000 h4 {
    margin: 40px 0 0;
    padding: 10px 15px 5px;
    color: #fff;
    background: #c31000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box; }
  body.subwin #contents .w1000 .box {
    width: 100%;
    display: flex; }
    body.subwin #contents .w1000 .box .txt {
      width: 40%;
      padding-right: 1%;
      padding-top: 10px; }
    body.subwin #contents .w1000 .box .img {
      width: 60%;
      max-width: 550px; }
  body.subwin #contents .w1000 .block_01 {
    padding-bottom: 50px;
    font-size: 1.5rem; }
    body.subwin #contents .w1000 .block_01 .sblock {
      padding: 20px;
      padding: 20px;
      box-sizing: border-box;
      border: 2px solid #ccc;
      border-top: none;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
    body.subwin #contents .w1000 .block_01 .num {
      color: #c31000;
      font-size: 2rem;
      font-weight: bold; }
    body.subwin #contents .w1000 .block_01 .box {
      padding: 20px 0 0;
      margin-top: 20px;
      border-top: 1px dotted #ccc;
      border-top: 1px dotted #ccc; }
      body.subwin #contents .w1000 .block_01 .box .txt {
        padding-left: 3rem;
        text-indent: -3rem; }
  body.subwin #contents .w1000 .block_02 {
    font-size: 1.5rem;
    padding-bottom: 50px; }
  body.subwin #contents .w1000 .block_03 {
    font-size: 1.5rem;
    padding-bottom: 15px; }
    body.subwin #contents .w1000 .block_03 .box {
      margin: 30px 0 40px; }
    body.subwin #contents .w1000 .block_03 .caption {
      margin: 5px 0;
      padding: 0 0 0 1.3rem;
      font-size: 1.3rem;
      text-indent: -1.3rem;
      display: inline-block; }
  body.subwin #contents .w1000 .block_04 {
    font-size: 1.5rem;
    padding-bottom: 60px; }
body.subwin #contents .btn {
  padding: 2%;
  border-radius: 10px;
  font-size: 1.5rem;
  background: url("https://rabbitandbearstudios.com/wp-content/uploads/2020/07/bg_salutation.png");
  box-sizing: border-box; }
  body.subwin #contents .btn a {
    width: 90%;
    max-width: 466px;
    margin: 0 auto;
    text-align: center;
    display: block; }
body.subwin #contents .ks_soon {
  width: 100%;
  max-width: 666px;
  margin: 0 auto; }

@media screen and (max-width: 860px) {
  body.subwin #contents .w1000 .jumpnav a span, body.subwin #contents .w1000 .jumpnav a:link span, body.subwin #contents .w1000 .jumpnav a:visited span {
    display: block; } }
@media screen and (max-width: 680px) {
  body.subwin #contents .w1000 .jumpnav a, body.subwin #contents .w1000 .jumpnav a:link, body.subwin #contents .w1000 .jumpnav a:visited {
    font-size: 1.3rem; }
  body.subwin #contents .w1000 h2 {
    font-size: 2.2rem; }
  body.subwin #contents .w1000 h3 {
    font-size: 1.5rem; }
  body.subwin #contents .w1000 .box {
    width: 100%;
    display: inherit; }
    body.subwin #contents .w1000 .box .txt {
      width: 100%;
      padding-right: 0;
      padding-top: 10px; }
    body.subwin #contents .w1000 .box .img {
      width: 100%;
      max-width: 550px;
      margin: 15px auto 0; }
  body.subwin #contents .btn {
    padding: 5% 2%; } }
@media screen and (max-width: 600px) {
  body.subwin #contents .w1000 .block_01 .pc {
    display: none; }
  body.subwin #contents .w1000 .block_01 .sp {
    display: block; } }
@media screen and (max-width: 480px) {
  body.subwin #contents .w1000 .jumpnav ul {
    display: block; }
    body.subwin #contents .w1000 .jumpnav ul li {
      width: 100%;
      margin-bottom: 5px; }
    body.subwin #contents .w1000 .jumpnav ul a span, body.subwin #contents .w1000 .jumpnav ul a:link span, body.subwin #contents .w1000 .jumpnav ul a:visited span {
      display: inline-block; }
  body.subwin #contents .w1000 .btn .pc {
    display: none; }
  body.subwin #contents .w1000 .btn .sp {
    display: block; } }
.block_apology {
  width: 100%;
  padding: 1.5% 2%;
  margin: 0 auto 25px;
  font-size: 1.5rem;
  border: 2px solid #ccc;
  text-align: left;
  background: #efefef;
  box-sizing: border-box; }
  .block_apology .block_apology_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .block_apology .apology {
    margin-bottom: 15px;
    color: #c31000;
    font-size: 1.8rem;
    font-weight: bolder;
    padding-bottom: 8px;
    border-bottom: 2px dotted #c31000; }
  .block_apology a {
    word-break: break-all; }


.block_apology_red {
  width: 100%;
  padding: 1.5% 2%;
  margin: 0 auto 25px;
  font-size: 1.5rem;
  border: 2px solid #c31000;
  text-align: left;
  background: #fcf8f3;
  box-sizing: border-box; }
.block_apology_red .block_apology_red_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .block_apology_red .apology {
    margin-bottom: 15px;
    color: #c31000;
    font-size: 1.8rem;
    font-weight: bolder;
    padding-bottom: 8px;
    border-bottom: 2px dotted #c31000; }
  .block_apology_red a span,.block_apology_red a:visited span {
    word-break: break-all;
	  color:#c30f00;
	  text-decoration:underline;
}
.block_apology_red a:hover span {
	text-decoration:none
}



////////////////////////////////////////////////////////////////////////
////// 2024
////////////////////////////////////////////////////////////////////////

.section_profile{ padding: 80px 0; }
.section_history{ padding: 80px 0; background: #f8f1e7; color: #c31000; }
.section_history .section_outline{ width: 100%; max-width: 1500px; padding: 2%; margin: 0 auto; box-sizing: border-box; }

.company .txt_eng{ font-size: 14px; }
.company .txt_ja{ font-size: 48px; }

.company .ttl{ padding: 0 0 80px; text-align: center; }
.section_history ul{ }
.section_history li{ display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 5%!important; border-bottom: 1px dashed #c31000; text-align: left; }
.section_history li h3{ width: 250px; }
.section_history li p{ width: calc(100% - 250px); }


@media only screen and (max-width: 860px) {

	.company .txt_eng{ font-size: 12px; }
	.company .txt_ja{ font-size: 36px; }
	.company .ttl{ padding: 0 0 30px; }
	
	.section_profile{ padding: 40px 0; }
	.section_history{ padding: 40px 0; }
	
	.section_history li{ display: block; }
	.section_history li h3,
	body.company .section_outline p{ width: 100%; }
	.section_history li h3{ padding: 0 0 10px; }
	


}

