@charset "UTF-8";

/*
File:common.css
Author:MulberDen
Author URI:http://www.mulberden.com
Version:1.0
Edit Date:5.Dec,2019
*/

/******************************************************************************
		General Setting
 ******************************************************************************/

@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/* reset ------------------------------------------------*/

body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,th,td,figure,figcaption,iframe {
	margin:0;
	padding:0;
}
body {
	line-height:1;
}
h1,h2,h3,h4,h5,h6,strong,b,i {
	font-size:100%;
	font-weight:normal;
  font-style: normal;
}
li {
	list-style:none;
}
fieldset,img {
	border:0;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
header,footer,nav,article,section,aside,hgroup {
	display:block;
}
a,
a:hover,
a:active,
a:visited {
	text-decoration:none;
	outline:none;
}
iframe {
	border:none;
}
hr {
  border: 0;
	display:none;
}
input[type="button"],input[type="submit"] {
	border-radius:0;
		-webkit-appearance:none;
}
button {
  border:none;
  background:none;
  padding:0;
  outline:none;
}

/* element ------------------------------------------------*/

* {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
	color:#333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.7;
  overflow-x:hidden;
  -webkit-text-size-adjust:none;
		  -ms-text-size-adjust:100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

p,li,dt,dd {
  line-height:1.8;
}
th,td {
  line-height:1.6;
}
a,
#gnav li span,
#gnav2 li span {
  color: #2e2e2e;
  -webkit-transition:opacity .5s;
	   -moz-transition:opacity .5s;
	    -ms-transition:opacity .5s;
	     -o-transition:opacity .5s;
          transition:opacity .5s;
}
a:hover,
#gnav li span:hover,
#gnav2 li span:hover {
  opacity: .5;
}
article img {
	max-width:100%;
	height:auto;
  vertical-align: top;
}
.enlarge {
  width:100%;
}

/* id,class ------------------------------------------------*/

.loader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-animation-duration:2s;
	        animation-duration:2s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
}
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}	
	100% {opacity: 0; visibility: hidden;}
}
@-moz-keyframes fadeOut {
	0% {opacity: 1;}	
	100% {opacity: 0; visibility: hidden;}
}
@-o-keyframes fadeOut {
	0% {opacity: 1;}	
	100% {opacity: 0; visibility: hidden;}
}
@keyframes fadeOut {
	0% {opacity: 1;}	
	100% {opacity: 0; visibility: hidden;}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}
.pc { display: block; }
.sp { display: none; }

.clearfix { clear:both; min-height:1%; }
.clearfix:after { content:""; display:block; visibility:hidden; clear:both; height:0.1px; font-size:0.1em; line-height:0; }

.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both; }

.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text15 { font-size:15.5px; }
.text17 { font-size:17px; }
.text28 { font-size:28px; }

.text-center { text-align:center; }
.font-bold { font-weight: bold; }

.text-upper { text-transform:uppercase; }
.color-ash { color:#494d54; }
.color-red { color:#c41b7a; }
.color-pink { color:#fc6991; }

.mt-10 { margin-top:10px; }
.mt-20 { margin-top:20px; }
.mt-30 { margin-top:30px; }
.mt-40 { margin-top:40px; }
.mt-50 { margin-top:50px; }
.mt-60 { margin-top:60px; }
.mt-70 { margin-top:70px; }
.mt-80 { margin-top:80px; }

.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }
.mb-30 { margin-bottom:30px; }
.mb-40 { margin-bottom:40px; }
.mb-50 { margin-bottom:50px; }
.mb-60 { margin-bottom:60px; }
.mb-70 { margin-bottom:70px; }
.mb-80 { margin-bottom:80px; }

.pt-30 { padding-top:30px; }
.pt-50 { padding-top:50px; }
.pb-20 { padding-bottom: 20px; }
.pw-20 { padding:0 20px; }

.btn-type1,
.btn-type2 {
  color: #fff;
  line-height: 38px;
  display: inline-block;
  text-align: center;
}
.btn-type1 {
  background-color: #00a73b;
  min-width: 150px;
}
.btn-type2 {
  background-color: #707070;
  min-width: 240px;
}
.btn-type3::before {
  content: "▶︎";
  color: #fc6991;
  margin-right: 3px;
}
.btn-type3 a {
  word-wrap : break-word;
  overflow-wrap : break-word;
}
.btn-type4 {
  display: block;
  background-color: #fc6991;
  color: #fff;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.btn-type4::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  position: absolute;
  right: 26px;
  color: #fff;
}
.btn-type5 a {
  display: inline-block;
  min-width: 320px;
  background-color: #fc6991;
  color: #fff;
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.btn-type5 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.title-type1 {
  text-align: center;
}
.title-type1 h3 {
  background-image: url("../imgs/common/bkg-title-type1.gif");
  background-repeat: no-repeat;
  width: 398px;
  padding-top: 20px;
  margin: 0 auto 20px;
  height: 72px;
  color: #fff;
  font-size: 24px;
}
.title-type1 h3 + p {
  color: #fc6991;
  font-size: 24px;
  font-weight: bold;
}
.title-type2 {
  color: #fc6991;
  font-size: 24px;
  font-weight: bold;
}
.title-type3 h4 {
  color: #fc6991;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fa6b92;
  border-right: 1px solid #fa6b92;
  border-left: 1px solid #fa6b92;
  border-top-left-radius : 8px;
  border-top-right-radius : 8px;
  margin-bottom: 15px;
  padding-top: 10px;
  height: 46px;
}
.title-type4 {
  text-align: center;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.title-type4 strong {
  color: #fc6991;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fc6991;
  display: block;
  padding-bottom: 12px;
  margin: 0 40px;
}
.title-type4::before {
  content: "";
  position: absolute;
  bottom: -41px;
  left: calc(50% - 22px);
  width: 0;
  height: 0;
  border-bottom: 42px solid #e52975;
  border-left: 42px solid transparent;
  background-color: #fff;
}
.title-type4::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: calc(50% - 21px);
  width: 0;
  height: 0;
  border-bottom: 42px solid #fff;
  border-left: 42px solid transparent;
}
.title-type4 strong::before {
  content: "";
  position: absolute;
  bottom: -41px;
  left: calc(50% - 21px);
  width: 0;
  height: 0;
  border-bottom: 42px solid #e52975;
  border-right: 42px solid transparent;
}
.title-type4 strong::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: calc(50% - 22px);
  width: 0;
  height: 0;
  border-bottom: 42px solid #fff;
  border-right: 42px solid transparent;
}
.title-type5 {
  color: #fc6991;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fc6991;
  display: block;
  padding-bottom: 12px;
}
.title-type6 {
  color: #fff;
  background-color: #fc6991;
  font-size: 18px;
  font-weight: bold;
  min-width: 330px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  line-height: 40px;
}
.title-type7 {
  color: #fff;
  background-color: #fc6991;
  font-size: 18px;
  font-weight: bold;
  min-width: 330px;
  text-align: left;
  display: inline-block;
  border-radius: 40px;
  line-height: 30px;
}
.title-blog {
  padding: 0 40px 0 140px;
  margin-bottom: -30px;
}
.title-blog h2 {
  font-size: 30px;
  color: #fc6991;
}
.title-blog h2 + p span {
  color: #fc6991;
}
.title-blog div {
  float: left;
  padding-top: 40px;
}
.title-blog img {
  position: relative;
  float: right;
  margin-top: -20px;
}
.border-type1 {
  border-top: 1px solid #fa6b92;
}

.wrapper-slider {
  padding: 0 30px;
}
.slider .slick-slide {
  padding: 0 10px;
}
.slider1 li a {
  display: block;
  border: 1px solid #fc6991;
  padding: 30px;
  text-align: center;
}
.slider1 li a img {
  margin-bottom: 20px;
}
.slider1 li a img + p {
  color: #4d4d4d;
  margin-bottom: 10px;
}
.slider1 li a img + p + p {
  color: #fc6991;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.list-type1 {
  max-width: 1032px;
  padding: 9px;
  margin-right: auto;
  margin-left: auto;
}
.list-type1 li {
  width: calc((100% / 3) - 18px);
  float: left;
  margin: 9px;
}
.list-type1 li a {
  display: block;
  border: 1px solid #fc6991;
  color: #fc6991;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.list-type1 li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #e84a7f;
  border-left: 15px solid transparent;
}
.list-type1 li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-left: 14px solid transparent;
}
.list-type2 li {
  width: calc(25% - 12px);
  float: left;
  margin: 6px;
}
.list-type2 li a {
  display: block;
  background-color: #fff;
  height: 80px;
  padding: 15px 0 0 20px;
  position: relative;
}
.list-type2 li a span {
  color: #fc6991;
  display: block;
}
.list-type2 li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fc6991;
  border-left: 15px solid transparent;
}
.list-type3 li {
  background-color: #fff;
  color: #fc6991 !important;
  border-radius: 8px;
  width: calc(50% - 8px);
  float: left;
  margin-bottom: 16px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.list-type3 li:nth-child(odd) {
  margin-right: 16px;
}
.list-type3 li:before {
  background-color: #fc6991;
  border-radius: 50%;
  height: 36px;
  width: 72px;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -36px;
  padding-top: 36px;
  letter-spacing: 2px;
}
.list-type3 li:nth-child(1):before,.list-type4 li:nth-child(1):before { content: "01"; }
.list-type3 li:nth-child(2):before,.list-type4 li:nth-child(2):before { content: "02"; }
.list-type3 li:nth-child(3):before,.list-type4 li:nth-child(3):before { content: "03"; }
.list-type3 li:nth-child(4):before,.list-type4 li:nth-child(4):before { content: "04"; }
.list-type3 li:nth-child(5):before,.list-type4 li:nth-child(5):before { content: "05"; }
.list-type3 li:nth-child(6):before,.list-type4 li:nth-child(6):before { content: "06"; }
.list-type3 li:nth-child(7):before,.list-type4 li:nth-child(7):before { content: "07"; }
.list-type3 li:nth-child(8):before,.list-type4 li:nth-child(8):before { content: "08"; }

.list-type4 li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.list-type4 li:before {
  color: #fc6991;
  margin-right: 15px;
  margin-left: -30px;
}

  
/******************************************************************************
		Container
 ******************************************************************************/

#container {
  padding-left: 200px;
}
.column2a,
.column2b {
  width: 50%;
  float: left;
}
.column2a.pd10,
.column2b.pd10 {
  width: calc(50% - 10px);
}
.column2a.pd20,
.column2b.pd20 {
  width: calc(50% - 20px);
}
.column2.rtl .column2a,
.column2b.pd10,
.column2b.pd20 {
  float: right;
}
.column3.voice {
  border-top: 1px solid #fa6b92;
  margin: 0 40px;
}
.column3a,
.column3b,
.column3c {
  width: calc((100% / 3) - 12px);
  float: left;
}
.column3b,
.column3c {
  margin-left: 18px;
}
.videowrapper {
   position: relative;
   padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
   height: 0;
   overflow: hidden;
}
.videowrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#heroheader .wrapper-slider {
  _margin-top: -20.7vw;
  margin-top: -13.7vw;
}
#heroheader .slick-dots {
  padding: 0;
}
#heroheader .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/******************************************************************************
		Header
 ******************************************************************************/

/* heads ------------------------------------------------*/

#header {
  width: 200px;
  height: 100vh;
  position: fixed;
  z-index: 10;
}
#header h1,
#header #gnav > li > span,
#header #gnav > li > a,
#header h2,
#header h2 + p,
#header h2 + p + p,
#header .snav,
#header .snav + p {
  position: relative;
  z-index: 101;
}
#header > div::after {
  width: 200px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  content: "";
  z-index: 100;
}
#header::after {
  width: 280px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#header::after {
  content: "";
  z-index: 11;
  -webkit-transition:transform 0;
	   -moz-transition:transform 0;
	    -ms-transition:transform 0;
	     -o-transition:transform 0;
          transition:transform 0;
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}
#header.active::after {
  -webkit-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	   -moz-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	    -ms-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	     -o-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
          transition:transform .3s cubic-bezier(.36, .1, .16, 1);
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
#header h1 a {
  display: block;
  background-image: url(../imgs/common/logo-bimojikids.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 200px;
  height: 160px;
  text-indent: -9999px;
  margin-top: 45px;
}
#header_sp {
  height: 64px;
}
#header_sp h1 {
  margin: 15px 0 0 10px;
  float: left;
}
#header_sp h1 a {
  display: block;
  background-image: url(../imgs/common/logo-bimojikids_sp.gif);
  background-repeat: no-repeat;
  width: 168px;
  height: 34px;
  text-indent: -9999px;
}
#header_sp h1 + div {
  float: right;
}
#header_sp h1 + div p:first-child a {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #fc6991;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
#header_sp h1 + div > p {
  float: left;
}
#header_sp h1 + div > p + p a {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #fc6991;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.menu-trigger > span {
  cursor: pointer;
  top: 7px;
  position: relative;
  width: 25px;
  height: 22px;
}
.menu-trigger > span,
.menu-trigger > span > span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger > span > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger > span > span:nth-of-type(1) {
  top: 0;
}
.menu-trigger > span > span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger > span > span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active > span > span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active > span > span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active > span > span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* gnav gnav2 ------------------------------------------------*/

#gnav {
  margin-top: 44px;
}
#header_sp nav {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  padding-bottom: 40px;
  display: none;
}
#header_sp nav h2 {
  color: #fc6991;
  text-align: center;
  padding: 20px 0;
  max-width: 300px;
  margin: 0 auto;
}
#header_sp nav ul + h2 {
  padding: 20px 0 0;
}
#gnav li {
  position: relative;
}
#gnav2 li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}
#gnav2 li:last-child {
  border: none;
}
#gnav li span,
#gnav li a {
  font-size: 13px;
  display: block;
  line-height: 36px;
  cursor: pointer;
  letter-spacing: 0;
  padding: 0 20px;
}
#gnav2 li span,
#gnav2 li a {
  display: block;
  cursor: pointer;
}
#gnav li span::after,
#gnav li a::after,
#gnav2 li span::after,
#gnav2 li a::after {
  font-family:'Font Awesome 5 Free';
	font-weight:900;
  color: #fc6991;
  float: right;
}
#gnav li span::after,
#gnav2 li span::after {
  content:'\f067';
  font-size: 10px;
  right: 12px;
}
#gnav li span.active::after,
#gnav2 li span.active::after {
  content:'\f068';
  font-size: 10px;
  right: 12px;
}
#gnav li a::after,
#gnav2 li a::after {
  content:'\f105';
  right: 13px;
}
#gnav2 li li a {
  font-size: 12px;
}
#gnav2 li li a::after {
  right: 26px;
}
#gnav2 li li:first-child {
  border-top: 1px dashed #e5e5e5;
  margin-top: 10px;
}
#gnav li ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 280px;
  background-image: url("../imgs/common/arrow-gnav.png");
  background-repeat: no-repeat;
}
#gnav2 li ul {
  display: none;
}
#gnav li span + ul {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  -webkit-transition:transform 0;
	   -moz-transition:transform 0;
	    -ms-transition:transform 0;
	     -o-transition:transform 0;
          transition:transform 0;
}
#gnav li span.active + ul {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	   -moz-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	    -ms-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
	     -o-transition:transform .3s cubic-bezier(.36, .1, .16, 1);
          transition:transform .3s cubic-bezier(.36, .1, .16, 1);
}


/* contact ------------------------------------------------*/

#header h2 {
  margin-top: 28px;
}
#header h2 a,
#header_sp h2 a {
  display: block;
  background-color: #fc6991;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 17px;
}
#header h2 a::after,
#header_sp h2 a::after {
  font-family:'Font Awesome 5 Free';
	font-weight:900;
  content:'\f105';
  position: absolute;
  right: 13px;
  color: #fff;
  font-size: 12px;
}
#header h2 + p,
#header h2 + p + p,
#header .snav + p,
#header_sp h2 + p,
#header_sp h2 + p + p {
  padding: 0 20px;
  line-height: 1.4;
}
#header h2 + p,
#header_sp h2 + p {
  color: #707070;
  font-size: 12px;
}
#header h2 + p + p a,
#header_sp h2 + p + p a {
  color: #fc6991;
  font-size: 21px;
  white-space: nowrap;
}
#header_sp h2 + p,
#header_sp h2 + p + p,
#header_sp .snav,
#header_sp .snav + p {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
#header_sp ul + p + ul {
  margin-top: 10px;
  text-align: center;
}
#header_sp ul + p + ul li {
  display: inline-block;
}
#header .snav + p a,
#header_sp .snav + p a {
  font-size: 11px;
  white-space: nowrap;
}
#header .snav + p a::before,
#header_sp .snav + p a::before {
  font-family:'Font Awesome 5 Free';
	font-weight:900;
  color: #fc6991;
  content: '\f105';
  margin-right: 5px;
}
 

/* snav ------------------------------------------------*/

.snav {
  padding: 0 20px;
}
.snav li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.snav li a {
  color: #707070;
  font-size: 16px;
  padding: 3px 2px;
}


/* cnav ------------------------------------------------*/

#cnav {
  border-bottom: 1px solid #dddfe0;
}
#cnav ul li {
  display: inline-block;
  line-height: 38px;
  font-size: 13px;
}
#cnav ul:first-child {
  float: left;
}
#cnav ul:first-child li {
  padding: 0 20px 0 25px;
  position: relative;
}
#cnav ul:first-child li::before {
  content: "|";
  position: absolute;
  top: -1px;
  left: -3px;
}
#cnav ul:first-child li:first-child::before {
  content: none;
}
#cnav ul:last-child {
  float: right;
}


/******************************************************************************
		Footer
 ******************************************************************************/

#footer {
  position: relative;
  background-color: #fc6991;
  padding: 20px 0 46px 0;
  margin-top: 60px;
}
#footer #fnav {
  background-color: #fff;
  padding: 50px 30px;
  text-align: center;
}
#footer #fnav li {
  display: inline-block;
}
#footer #fnav li::after {
  content: "|";
  color: #fc6991;
  position: relative;
  top: -1px;
  margin: 0 2px 0 5px;
}
#footer #fnav li:last-child::after {
  content:none;
}
#footer #copyright {
  padding: 46px 30px 0 66px;
}
#footer #copyright div + div {
  position: absolute;
  right: 30px;
  bottom: 18px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
#footer small {
  font-size: 12px;
}
#pagetop {
  margin-top: 200px;
  text-align: center;
}
#pagetop a {
  color: #fc6991;
  position: relative;
  padding-top: 56px;
}
#pagetop a::before {
  position: absolute;
  content: "";
  background-color: #fc6991;
  height: 50px;
  width: 1px;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

/******************************************************************************
		Container
 ******************************************************************************/

/* blogparts ------------------------------------------------*/

.blogparts {
  padding: 40px 0 20px;
  text-align: center;
}
._fukugan_grid {
  overflow: inherit !important;
  width: 1098px !important;
  height: auto !important;
  border-collapse: separate !important;
  border-spacing: 10px 0 !important;
  margin: auto !important;
  text-align: center !important;
  background-color: #fff !important;
}
._fukugan_cell {
  border: 1px solid #fc6991 !important;
  padding: 20px !important;
  width: calc(20% - 10px) !important;
}
._fukugan_cell:nth-child(5) {
  display: none !important;
}
._fukugan_cell > div div {
  position: static !important;
}
._fukugan_cell > div + div {
  width: 220px !important;
}
._fukugan_cell a {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #fc6991 !important;
  font-weight: bold !important;
}
._fukugan_cell img {
  margin-bottom: 10px !important;
}
._fukugan_strap_date {
  color: #333 !important;
  background: #fff !important;
  font-size: 12px !important;
}
a:hover ._fukugan_strap_date {
  background: #fff !important;
}
._fukugan_cell a span span {
  padding-top: 10px !important;
  text-align: center;
}


/* youtube ------------------------------------------------*/

.videoContainer {
  overflow: hidden;
}
.videoContainer video {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
#bnr-youtube .column2a {
  position: relative;
}
#bnr-youtube .column2a a {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}


/* News ------------------------------------------------*/

.title-news {
  background-color: #fc6991;
  height: 56px;
  overflow: hidden;
  padding: 0 55px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.title-news h2 {
  color: #fc6991;
  background-color: #fff;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 17px;
  margin-top: -7px;
  float: left;
}
.title-news h2 + p {
  color: #fff;
  line-height: 54px;
  padding-left: 85px;
  padding-right: 70px;
  font-size: 15px;
  letter-spacing: 0;
}
.title-news h2 + p strong {
  font-size: 20px;
  font-weight: bold;
}
.title-news p + button {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: 40px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  letter-spacing: 0;
  z-index: 100;
}
.title-news p + button::before {
  content: "もっと見る";
  font-size: 13px;
}
.title-news p + button::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
  content: '\f067';
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.title-news p + button.active::after {
  content: '\f068';
}
.title-news a {
  color: #fff;
  position: relative;
  z-index: 100;
}
.news-list {
  background-color: #fc6991;
  padding: 12px 55px;
}
.acnews .news-list + ul {
  padding: 0 40px;
  display: none;
}
.acnews .news-list + ul li {
  border-bottom: 1px dashed #fc6991;
}
.acnews .news-list + ul li:last-child {
  border: none;
}
.acnews .news-list + ul li a {
  display: block;
  padding: 9px 0;
}
.acnews .news-list + ul li span {
  color: #fc6991;
  width:  100px;
  padding: 0 20px;
  float: left;
}
.acnews .news-list + ul li p {
  padding-left: 100px;
}
.facebook {
    width: 320px;
    margin: 60px auto 0 auto;

  }
.sidebana200 {
	_position: fixed;
	_bottom: 30px;
	_left: 0px;
	z-index:120;
	_display: block;
}
.campaign-banner {
    display: inline-block;
    margin: 2% auto;
    width: 100%;
    position:relative;
    z-index: 2;
}
.campaign-banner img {
    width: 100%;
}

.campaign-banner_sp {
    display: none;
}
.campaign-banner_sp img {
    width: 46%;
    margin: -10px 2% 20px 2%;
    float: left;
}


/******************************************************************************
		Media Query
 ******************************************************************************/

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

	.title-blog {
    padding: 0 40px 0 60px;
  }
  .list-type2 li {
    width: calc(50% - 12px);
    float: left;
    margin: 6px;
  }
  #footer {
    position: relative;
    background-color: #fc6991;
    padding: 46px 30px 46px 66px;
    margin-top: 200px;
    text-align: center;
  }
  #footer div + div {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  #footer {
    text-align: center;
    padding: 15px 0 30px;
    margin-top: 100px;
  }
  #footer #copyright {
    padding: 46px 30px 0;
  }
  #footer #copyright div + div {
    position: static;
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
  #footer small {
    font-size: 10px;
  }
  #footer span {
    display: block;
  }
}


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

  ._fukugan_grid {
    width: 826px !important;
  }
  ._fukugan_cell:nth-child(4) {
    display: none !important;
  }

}

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

  ._fukugan_grid {
    width: 554px !important;
  }
  ._fukugan_cell:nth-child(3) {
    display: none !important;
  }

}

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

  .pc { display: none; }
  .sp { display: block; }
  
  #container {
    padding-left: 0;
  }
}

@media screen and (max-width:767px) {
  
  .column2a,
  .column2b,
  .column2.rtl .column2a,
  .column2a.pd20, .column2b.pd20 {
    width: 100% !important;
    float: none;
  }
  .column3a,
  .column3b,
  .column3c {
    width: 100% !important;
    float: none;
  }
  .column2b.pdh,
  .column3b,
  .column3c {
    margin-top: 20px;
    margin-left: 0;
  }
  .slider .column2a {
    float: left;
  }
  .slider .column2b {
    float: right;
  }
  #heroheader .wrapper-slider {
    margin-top: 0;
    padding: 20px 0 10px;
  }
  #heroheader .slick-dots {
    padding: 10px 0 5px;
  }
  .list-type1 li {
    width: calc(50% - 18px);
    float: left;
    margin: 9px;
  }
  .list-type3 li {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .title-news {
    height: auto;
    padding: 10px;
  }
  .title-news h2 {
    float: left;
    margin-top: 0;
  }
  .title-news h2 + p {
    line-height: 1.5;
    margin-top: 10px;
    padding-right: 40px;
  }
  .title-news h2 + p span,
  .title-news h2 + p strong {
    display: block;
  }
  .title-news p + button {
    right: 20px;
  }
  .title-news p + button::before {
    content: none;
  }
  .title-news p + button::after {
    margin-left: 0;
    top: 0;
  }
  .title-blog {
    padding: 0 40px;
  }
  .title-blog div {
    float: none;
    padding-top: 20px;
  }
  .title-blog img {
    float: none;
    margin: 10px auto 20px;
    display: block;
  }
  .acnews .news-list + ul {
    padding: 0 10px;
  }
  .acnews .news-list + ul li span {
    width: 80px;
    padding: 0 10px;
  }
  .acnews .news-list + ul li p {
    padding-left: 85px;
  }
  .news-list {
    background-color: #fc6991;
    padding: 12px;
  }
.campaign-banner_sp {
    display: table-cell;
}
.campaign-banner {
    display: none;
}
}

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

  ._fukugan_grid {
    width: 100% !important;
  }
  ._fukugan_cell {
    padding: 10px !important;
    width: 50% !important;
  }
  ._fukugan_cell > div + div {
    width: 100% !important;
    height: auto !important;
  }
  ._fukugan_cell img  {
    width: 100% !important;
    height: auto !important;
  }
  ._fukugan_cell img + div  {
    height: auto !important;
  }
}



@media screen and (max-width:481px) {
  
  .mt-40 {
    margin-top: 20px;
  }
  h5.mt-40 {
    margin-top: 40px;
  }
  .title-type1 h3 {
    width: 320px;
    height: 58px;
    background-size: contain;
    padding-top: 8px;
  }
  .title-type1 h3 + p,
  .title-type2,
  .btn-type4  {
    font-size: 20px;
  }
  .title-type6 {
    min-width: 100%;
  }
  .list-type1 li a {
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
  }
  .wrapper-slider {
    padding: 0 10px;
  }
  .slider1 li a {
    padding: 20px;
  }
  .title-blog {
    padding: 0 20px;
  }
  .title-blog div {
    padding-top: 10px;
  }
  .title-blog img {
    margin: 10px auto 30px;
  }
  .list-type2 li {
    width: 100%;
    float: none;
    margin: 9px 0;
  }
  .list-type3 li {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  #footer #fnav {
    padding: 30px 10px;
  }
  #footer #fnav li {
    display: block;
  }
  #footer #fnav li::after {
    content: "_";
    display: block;
    top: -7px;
    margin: 0 0 0 0;
  }
    
}
@media screen and (max-width:374px) {
  
  .btn-type5 a {
    min-width: 100%;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
}