/* global */
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #sb-container {
    display: none !important;
  }
}
.marugo {
  font-family: dnp-shuei-mgothic-std, "Shuei MaruGo", sans-serif !important;
  font-weight: 400;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.pr {
  position: relative;
}
.poa {
  position: absolute;
}
.pa {
  position: absolute;
}
.df {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jcsb {
  justify-content: space-between;
}
.jcc {
  justify-content: center;
}
.aic {
    align-items: center;
}

#main img {
  display: block;
}

header { 
  background:rgba(255,255,255,0.75); 
  max-width:750px; 
  width:100%; 
  height:70px; 
  position:relative; 
  left:calc(50% - 375px); 
  top:0; 
  padding:0 0 0 25px; 
  z-index:999; 
}
header h1	{ width:220px; }

@media screen and (max-width:750px) {
    header { 
      width:100vw; 
      height:9.333vw; 
      left:calc(50% - 50vw); 
      padding:0 0 0 3.333vw; 
    }
    header h1	{ width:29.333vw; }
}
/* layout */
main {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

main a {
  padding: 0;
  margin: 0;
  height: auto;
}

footer{
	background: #fff;
	padding-bottom: 50px;
}
footer .logo {
  width: 46.668%;
  padding: 50px 0;
  margin: 0 26.5%;
  text-align: center;
}
footer small {
  font-size: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width:750px) {
  footer{
		padding-bottom: 22vw;
	}
	footer .logo {
		padding: 6vw 0;
	}
	footer small {
		font-size: 3vw;
    padding-bottom: 0;
	}
}

/* page top */
#page_top {
  position: fixed;
  right: 20px;
  z-index: 10;
}

#page_top a {
  border-radius: 10px;
  background-color: #e86c65;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px !important;
  box-shadow: 0px 4px 0px 0px rgba(204, 95, 144, 0.5);
}

#page_top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.3s ease-in-out;
}


@media screen and (max-width: 767px) {
  #contents {
    margin-top: 0px;
    padding-top: 0px;
  }

  #contents .csBox {
    width: 100%;
    margin: 0 auto;
  }

  #contents .csBox img {
    width: 100%;
    vertical-align: top;
  }

  #page_top {
    bottom: 10%;
    right: calc(40px / 2);
    margin-bottom: calc(30% / 2);
  }
  #page_top a {
    font-size: calc(28px / 2);
    border-radius: 15px;
    padding: 20px 20px;
    box-shadow: 0px 4px 0px 0px rgba(204, 95, 144, 0.5);
  }
}

[class*="fade_"] {
  transition-duration: 1.5s;
  opacity: 0;
}
[class*="fade_"].show {
  opacity: 1;
  transform: translateY(0);
}

span[class*="fade_"]:not(.pcDb):not(.spDb):not(.muDb) {
  display: inline-block;
}

.fade_left {
  transform: translateX(2rem);
}

.fade_right {
  transform: translateX(-2rem);
}

.fade_up {
  transform: translateY(2rem);
}

.fade_down {
  transform: translateY(-2rem);
}

@media screen and (max-width: 767px) {
  .fade_squareMask_spRight img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .fade_squareMask_spUp img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@media screen and (min-width: 768px) {
  .fade_squareMask_pcRight img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .fade_squareMask_pcUp img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
[class*="fade_squareMask"].show img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.delay_lv01 {
  transition-delay: 0.3s;
}

.delay_lv02 {
  transition-delay: 0.6s;
}

.delay_lv03 {
  transition-delay: 0.9s;
}

.delay_lv04 {
  transition-delay: 1.2s;
}

.delay_lv05 {
  transition-delay: 1.5s;
}

.delay_lv06 {
  transition-delay: 1.8s;
}

.delay_lv07 {
  transition-delay: 2.1s;
}

.delay_lv08 {
  transition-delay: 2.4s;
}

.delay_lv09 {
  transition-delay: 2.7s;
}

.articleWrap .stc img {
  -webkit-animation: yurayura 1.5s infinite;
  animation: yurayura 1.5s infinite;
  z-index: 1;
}
.articleWrap .stc_yura img {
  -webkit-animation: yurayura 2s infinite;
  animation: yurayura 2s infinite;
  z-index: 1;
}
@-webkit-keyframes yurayura {
  0%,
  100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-6.5deg) scale(1.05);
  }
}
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-6.5deg) scale(1.05);
  }
}

/*  ========================
  *********  mainContents  *********
=============================================  */
body {
  background: #FFF;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
/* .bg01 {
  background: url(../img/nt_dream_img01_bg.jpg) repeat-y;
}
.cvbg01 {
  background: url(../img/bg01.jpg) repeat-y;
}
.bg02 {
  background: url(../img/bg02.jpg) repeat-y;
} */

.ylw_bg {
  position: relative;
}

.ylw_first-bg {
  position: relative;
}

.ylw_bg .four {
  position: absolute;
  top: 32.99%;
  left: 1.2%;
  width: 97.6%;
}

.five .acc {
  background-color: #def6fb;
  position: relative;
  /* padding-bottom: 20px; */
}

.five .dn {
  overflow: hidden;
  height: 0;
  transition: height 0.6s ease;
  margin: 0 auto;
  width: 84%;
}

.five .dn.open {
  max-height: 1000px;
}

#csBox .five .trg {
  width: 84%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

#csBox .five .trg::before,
#csBox .five .trg::after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  border-top: solid 2px #666666;
  position: absolute;
  right: 6%;
  top: 50%;
}

#csBox .five .trg::after {
  transition: transform 0.5s;
  transform: rotate(-90deg);
}

#csBox .trg.active::after {
  transition: transform 0.5s;
  transform: rotate(0deg); 
}


.ylw_btn-bg {
  position: relative;
}

.ylw_btn-grn {
  position: absolute;
  top: 53.52%;
  left: 10.66%;
  width: 78.66%;
}

/* .xtra-sp {
  position: absolute;
  top: 52.52%;
  left: 10.66%;
  width: 78.66%;
} */

.ylw_btn-grn-space {
  position: absolute;
  top: 51%;
  left: 10.66%;
  width: 78.66%;
}



.movie_bg {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.movie_bg > img {
  width: 100%;
  height: auto;
  display: block;
}

.movie_bg_fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 84.13%;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}


.ylw_bg .range {
  position: absolute;
  top: 39.70%;
  left: 2%;
  width: 97.6%;
}

.ylw_btn-rise {
  position: absolute;
  top: 57.51%;
  left: 10.66%;
  width: 78.66%;
}

.ylw_btn-rise-down {
  position: absolute;
  top: 46.50%;
  left: 10.66%;
  width: 78.66%;
}















































.textArea {
    font-size: 28px;
    text-align: center;
    line-height: 1.8;
    padding: 0;
}
.textArea p {
  margin-bottom: 2em;
  color: #5d5d5b;
  font-family:dnp-shuei-mgothic-std, 'Shuei MaruGo', sans-serif !important; 
  font-weight:400;
  width: 78%;
  margin: 0 auto 2em;
}
.by_mama_kids {
  padding-bottom: 12%;
  text-align: center;
}
.by_mama_kids img {
  margin: 0 auto;
  text-align: center;
}

main {
  overflow-x: hidden;
}
.articleWrap {
  line-height: 0;
}
.articleWrap h1 {
  margin: 0;
  width: 100%;
  height: 100%;
}
.articleWrap h2 {
  margin: 0;
}
.articleWrap a.item_more {
  position: absolute;
}
.articleWrap a.item_more.item_more01 {
  right: 9%;
  top: 42.5%;
}
.articleWrap a.item_more.item_more02 {
  right: 12%;
  top: 42%;
}
.articleWrap a.item_more.item_more03 {
  right: 9%;
  top: 43%;
}
.articleWrap a.item_more.item_more04 {
  right: 11%;
  bottom: 34.5%;
}
.get_btn {
  padding-bottom: 10%;
  text-align: center;
}
.get_btn img {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) { 
  .bg01,.bg02 {
    background-size: contain;
  }
  .by_mama_kids {
  	width: 86%;
  	margin: 0 auto;
  }
}

.articleWrap h2.h2_ttl04 {
  width: 90%;
  margin: 10% auto 5%;
}

/*  ========================
  *********  CV AREA  *********
=============================================  */
.cvArea {
  position: relative;
}
.cvArea img {
  display: inline;
  margin: auto;
}
.cvArea dl {
  background: url(../img/cv-bg.png) repeat-y;
}
.cvArea dl dt {
  width: 84%;
  margin: 0 auto;
  background: #efefef;
  color: #535353;
  text-align: center;
  padding: 1% 0;
  font-size: 25px;
  line-height: 1.6;
  position: relative;
  font-weight: 600;
  transition: 0.5s all ease;
}
.cvArea dl dt:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #535353;
  right: 8%;
  top: 50%;
}
.cvArea dl dt.active:after {
  content: none;
  transform: rotate(90deg);
}
.cvArea dl dt:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #535353;
  right: 9.2%;
  top: 36%;
}
.cvArea dl dd {
  width: 78%;
  margin: 6% auto 0;
  display: none;
}
.cvArea .coupon {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.cvArea .buy_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) { 
  .cvArea .coupon,
  .cvArea .buy_btn {
    width: 86%;
  }
  .cvArea .coupon {
    bottom: 15.5%;
  }

  .cvArea dl {
    background-size: contain;
    margin: 0;
  }
  .cvArea dl dt {
    font-size: 3.5vw;
  }
  .cvArea dl dt:before {
    right: 3%;
  }
  .cvArea dl dt:after {
    right: 5.5%;
    top: 24%;
  }
}

/*  ========================
  *********  アコーディオン  *********
=============================================  */
.articleWrap .shopArea {
  background: #fff7d7;
  padding-bottom: 10%;
}
.articleWrap .shopArea dl {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  line-height: 1.75;
}
.articleWrap .shopArea dl dt {
  border: 2px solid #649ed5;
  color: #649ed5;
  padding: 3%;
  font-size: 32px;
  position: relative;
}
.articleWrap .shopArea dl dd {
  margin: 0 auto 0 auto;
  border-left: 2px solid #649ed5;
  border-right: 2px solid #649ed5;
  border-bottom: 2px solid #649ed5;
  padding: 4%;
}
.articleWrap .shopArea dl dd img {
  max-width: 100%;
  width: fit-content;
}
.articleWrap .shopArea dl dd a.shop_more {
  position: absolute;
  right: 3%;
  top: 20%;
}
.articleWrap .shopArea dl dd .shop_conts {
  margin: 5% 0 10%;
  position: relative;
}
.articleWrap .shopArea dl dd .shop_conts.last_shop {
  margin-bottom: 5%;
}

.accordion-item dd {
  display: none;
  font-size: 28px;
  line-height: 1.7;
  padding: 1.5em 2em;
  color: #535353;
  background-color: #ffffff;
}

.accordion-item dt::before,
.accordion-item dt::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 40px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #649ed5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion-item dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item dt.active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .accordion-item dd {
    font-size: calc(28 * 100vw / 750);
  }

  .accordion-item dt::before,
  .accordion-item dt::after {
    width: 5.5vw;
    height: 0.6vw;
    margin-right: 5.3vw;
  }
}


/*  ========================
  *********  btn  *********
=============================================  */
.articleWrap .btn {
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: fit-content;
}
.articleWrap .btn.btn01 {
  top: -7%;
}
.articleWrap .btn.btn02 {
  top: 15%;
}
.articleWrap .btn.btn03 {
  top: 15%;
}
.articleWrap .btn.btn05 {
  top: inherit;
  bottom: 14%;
}
.articleWrap .btn.btn06 {
  top: inherit;
  bottom: 14%;
}
.articleWrap .btn.btn07 {
  top: inherit;
  bottom: 14%;
}
.articleWrap .btn.btn08 {
  top: inherit;
  bottom: 14%;
}

.articleWrap a.btn.btn01 {
  top: 9%;
}
.articleWrap a.btn.btn02 {
  top: 26%;
}
.articleWrap a.btn.btn03 {
  top: 26%;
}
.articleWrap a.btn.btn05 {
  top: inherit;
  bottom: 13%;
}
.articleWrap a.btn.btn06 {
  top: inherit;
  bottom: 13%;
}
.articleWrap a.btn.btn07 {
  top: inherit;
  bottom: 13%;
}
.articleWrap a.btn.btn08 {
  top: inherit;
  bottom: 14%;
}

.menu_fixed {
  position: fixed;
  bottom: 0;
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 3px solid #f19fb3;
  z-index: 2;
}
.menu_fixed li {
  list-style-type: none;
}
.menu_fixed li a:hover {
  opacity: 1;
}
.menu_fixed li a:hover img {
  opacity: 1;
}

/*  ========================
  *********  QA  *********
=============================================  */
.bg_mgn {
  margin: -18% auto 10%;
  z-index: 1;
  position: relative;
}
#q_a dl {
  border: 1px solid #0095a3;
  width: 86%;
  margin: 3% auto;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.75;
}
#q_a dl dt {
  position: relative;
  background: #e2f7f7;
  padding: 3% 6%;
}
#q_a dl dt:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background: #0095a3;
  right: 8%;
  top: 50%;
}
#q_a dl dt:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: #0095a3;
  right: 9.2%;
  top: 43%;
}
#q_a dl dt.active:after {
  content: none;
  transform: rotate(90deg);
}
#q_a dl dd {
  padding: 3% 6%;
  font-size: min(3vw,18px);
  color: #535353;
  display: none;
}
.bl_btn {
  border: 1px solid #535353;
  padding: 0.5%;
  width: 100%;
  display: block;
  text-align: center;
  margin: 4% 0 2%;
  position: relative;
}
a.bl_btn {
  color: #535353;
}
.bl_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  border-top: 2px solid #535353;
  border-right: 2px solid #535353;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) { 
  #q_a dl dt:after {
    right: 10.5%;
    top: 36%;
  }
}

/*  ========================
  *********  animation  *********
=============================================  */
.articleWrap .stc01 { top:31.62%; right:6.93%; }
.articleWrap .stc02 { top:85.37%; left: 5.2%; }
.articleWrap .stc03 { top:70.47%; left: 5.33%; }
.articleWrap .stc04 { top:88.02%; right:3.06%; }
.articleWrap .stc05 { top:19.13%; left: 14.13%; }
.articleWrap .stc06 { top:30.92%; right: 3.06%; }
.articleWrap .stc07 { top:55.28%; left: 12%; }
.articleWrap .stc08 { top: 90.30%; left: 6.93%; }
.articleWrap .stc09 { top:27.20%; right: 4.13%; }
.articleWrap .stc10 { top:79.57%;left: 7.86%; }
.articleWrap .stc11 { top:71.07%; left: 9.06%; }
.articleWrap .stc12 { top:20.19%; right: 2.8%; }
.articleWrap .stc13 { top:2.20%; right: 7.6%; }
.articleWrap .stc14 { top:14.78%; left: 7.06%; }
.articleWrap .stc15 { top:5.44%; left: 4%; }
.articleWrap .stc16 { top:69.32%; right: 9.73%; }
.articleWrap .stc17 { top: 29.82%; right: 3.2%; }
.articleWrap .stc18 { top:77.35%; left: 2.93%; }
.articleWrap .stc19 { top:58.04%; right: 3.6%; }
.articleWrap .stc20 { top:76.75%; left: 5.3%; }
.articleWrap .stc21 { top:52.97%; right: 29.33%; }
.articleWrap .stc22 { top: 8.89%; right: 43.73%; }
.articleWrap .stc23 { top: 28.08%; right: 7.86%; }
.articleWrap .stc24 { top: 38.63%; left: 5.06%; }
.articleWrap .stc25 { top: 14.02%; right: 8%; }
.articleWrap .stc26 { top: 6.33%; right: 40.8%; }
.articleWrap .stc27 { top: 5.62%; left: 40.26%; }
.articleWrap .stc28 { top: 30.03%; right: 5.2%; }
.articleWrap .stc29 { top: 45.39%; left: 5.86%; }
.articleWrap .stc30 { top: 46.36%; right: 2.53%; }
.articleWrap .stc31 { top: 4.52%; right: 12.66%; }
.articleWrap .stc32 { top: 47.39%; right: 36%; }
.articleWrap .stc33 { top: 4.74%; right: 9.33%; }



@media screen and (max-width: 767px) { 
  .textArea {
    font-size: 3.73vw;
  }
  
  .articleWrap a.item_more {
    width: 17%;
  }
  .articleWrap .btn {
    width: 80%;
    margin: 0 auto;
  }
  .articleWrap .shopArea dl dt {
    font-size: 4.26vw;
  }
  #contents .articleWrap .stc img {
    width: 13vw;
  }
  .articleWrap .shopArea dl dd a.shop_more {
    width: 25%;
  }
  
  
  #contents .articleWrap .stc.stc01 img { width: 19vw; }
  #contents .articleWrap .stc.stc02 img { width: 15vw; }
  #contents .articleWrap .stc.stc03 img { width: 14vw; }
  #contents .articleWrap .stc.stc04 img { width: 18vw; }
  #contents .articleWrap .stc.stc05 img { width: 18vw; }
  #contents .articleWrap .stc.stc06 img { width: 13vw; }
  #contents .articleWrap .stc.stc07 img { width: 20vw; }
  #contents .articleWrap .stc.stc08 img { width: 20vw; }
  #contents .articleWrap .stc.stc09 img { width: 19vw; }
  #contents .articleWrap .stc.stc10 img { width: 17vw; }
  #contents .articleWrap .stc.stc11 img { width: 15vw; }
  #contents .articleWrap .stc.stc12 img { width: 11vw; }
  #contents .articleWrap .stc.stc13 img { width: 11vw; }
  #contents .articleWrap .stc.stc14 img { width: 20vw; }
  #contents .articleWrap .stc.stc15 img { width: 23vw; }
  #contents .articleWrap .stc.stc16 img { width: 12vw; }
  #contents .articleWrap .stc.stc17 img { width: 19vw; }
  #contents .articleWrap .stc.stc18 img { width: 15vw; }
  #contents .articleWrap .stc.stc19 img { width: 17vw; }
  #contents .articleWrap .stc.stc20 img { width: 14vw; }
  #contents .articleWrap .stc.stc21 img { width: 19vw; }
  #contents .articleWrap .stc.stc22 img { width: 11vw; }
  #contents .articleWrap .stc.stc23 img { width: 13vw; }
  #contents .articleWrap .stc.stc24 img { width: 10vw; }
  #contents .articleWrap .stc.stc25 img { width: 28vw; }
  #contents .articleWrap .stc.stc26 img { width: 12vw; }
  #contents .articleWrap .stc.stc27 img { width: 19vw; }
  #contents .articleWrap .stc.stc28 img { width: 21vw; }
  #contents .articleWrap .stc.stc29 img { width: 15vw; }
  #contents .articleWrap .stc.stc30 img { width: 14vw; }
  #contents .articleWrap .stc.stc31 img { width: 22vw; }
  #contents .articleWrap .stc.stc32 img { width: 14vw; }
  #contents .articleWrap .stc.stc33 img { width: 16vw; }
}


/* --------------------------------------
	global
-------------------------------------- */

	/* hacks */

	@media only screen and (min-width:768px) { .sp { display:none !important; } }
	@media only screen and (max-width:767px) { .pc { display:none !important; } }

	#baby_trial	img		{ width:100%; display:block; vertical-align:bottom; }
	#baby_trial a img	{ transition:opacity ease 0.3s;			}
	#baby_trial .ma		{ margin-left:auto; margin-right:auto;	}
	#baby_trial .pr		{ position:relative;					}
	#baby_trial .pa		{ position:absolute;					}
	#baby_trial .pf		{ position:fixed;						}
	#baby_trial .db		{ display:block;						}
	#baby_trial .di		{ display:inline;						}
	#baby_trial .dib	{ display:inline-block;					}
	#baby_trial .dn		{ display:none;							}
	#baby_trial .df		{ display:flex;							}
	#baby_trial .fww	{ flex-wrap:wrap;						}
	#baby_trial .fwnw	{ flex-wrap:nowrap;						}
	#baby_trial .jcc	{ justify-content:center;				}
	#baby_trial .jcsb	{ justify-content:space-between;		}
	#baby_trial .jcfs	{ justify-content:flex-start;			}
	#baby_trial .jcfe	{ justify-content:flex-end;				}
	#baby_trial .aic	{ align-items:center;					}
	#baby_trial .aifs	{ align-items:flex-start;				}
	#baby_trial .aife	{ align-items:flex-end;					}
	#baby_trial .oxh	{ overflow-x:hidden;					}
	#baby_trial .tl		{ text-align:left;						}
	#baby_trial .tc		{ text-align:center;					}
	#baby_trial .tr		{ text-align:right;						}
	#baby_trial .tj		{ text-align:justify;					}
	#baby_trial .hac	{ left:50%; transform:translateX(-50%); }
	#baby_trial .vam	{ top :50%; transform:translateY(-50%); }

	.marugo { font-family:dnp-shuei-mgothic-std, 'Shuei MaruGo', sans-serif !important; font-weight:400; }
	.bold,
	.bold * { font-weight:600 !important; }
	.orange { color:#ff8701; }

	/*
	#anchor-a	{ padding-top:70px; margin-top:-70px; }
	*/


/* ----------------------------------
links
---------------------------------- */

.articleWrap .links div {
  background: url("../img/links/bg.png") center top/100% repeat-y;
}

.articleWrap .links div.branches {
  padding: 0 0 75px;
}

.articleWrap .links div.branches ul {
  margin: 30px 0 0 0;
}

.articleWrap .links div.branches ul li {
  margin: 0 auto 30px;
}

.articleWrap .links div.branches ul li:nth-child(1) {
  width: 38.133%;
}

.articleWrap .links div.branches ul li:nth-child(2) {
  width: 18.8%;
}

.articleWrap .links div.branches ul li:nth-child(3) {
  width: 14.133%;
}

.articleWrap .links div.branches ul li:nth-child(4) {
  width: 50.133%;
  margin-bottom: 0;
}

.articleWrap .links div.branches ul li a {
  font-size: 32px;
  color: #649ed5;
  text-decoration: underline;
  margin: 0 0 30px;
}

.articleWrap .links div.tel {
  padding: 0 0 75px;
}

.articleWrap .links div.tel .number {
  width: 78.668%;
  margin: 40px auto 30px;
}

.articleWrap .links div.tel .txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.75;
}

.articleWrap .links div.sns ul:nth-of-type(1) {
  width: 69.6%;
  padding: 40px 0;
  margin: 0 auto;
}

.articleWrap .links div.sns ul:nth-of-type(2) {
  width: 50%;
  margin: 0 auto;
}

.articleWrap .links div.sns ul:nth-of-type(1) li {
  width: 45.978%;
}

.articleWrap .links div.sns ul:nth-of-type(2) li {
  width: 24.268%;
}

@media screen and (max-width: 767px) {
  .articleWrap .links div.branches {
    padding: 0 0 10vw;
  }
  .articleWrap .links div.branches ul {
    margin: 4vw 0 0 0;
  }
  .articleWrap .links div.branches ul li {
    margin: 0 auto 4vw;
  }
  .articleWrap .links div.branches ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .articleWrap .links div.branches ul li a {
    font-size: 4.267vw;
    margin: 0 0 4vw;
  }
  .articleWrap .links div.tel {
    padding: 0 0 10vw;
  }
  .articleWrap .links div.tel .number {
    margin: 5.333vw auto 4vw;
  }
  .articleWrap .links div.tel .txt {
    font-size: 3.2vw;
  }
  .articleWrap .links div.sns ul:nth-of-type(1) {
    padding: 5.333vw 0;
  }
}



/* -----------------------------------------------------------------
fllw
----------------------------------------------------------------- */

aside.fllw											{ width:714px; left:50%; right:unset; transform:translateX(-50%); bottom:0; animation-name:unset; display:none; }
aside.fllw .fixBnr__close							{ width:56px; height:56px; right:-2%; top:-20%; }
aside.dnx											{ display:none!important; }

@media screen and (max-width:750px)
{
    aside.fllw										{ width:95.2%;  }
    aside.fllw .fixBnr__close						{ width:7.467vw; height:7.467vw; right:-2%; top:-20%; }
}


/* -----------------------------------------------------------------
safariのみの対応
----------------------------------------------------------------- */

_::-webkit-full-page-media,
_:future,
:root #sec03		{ min-height:18vw; }
#sec03-insrt1		{ margin-top:-9%; }

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    #sec03			{ min-height:18vw; }
    #sec03-insrt1	{ margin-top:-9% }
}