@charset "utf-8";
/*----------------------------------------
クッションページ
----------------------------------------*/
body#links {
 font-family: 'Zen Maru Gothic', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
 background-color: #ffefd9;
 font-weight: 500;
}
body.fixed {
 height: 100%;
 overflow: hidden;
}
#links #contents {
 display: flex;
 justify-content: center;
 width: 100%;
 min-height: 100vh;
}
#contents .secLeft {
 background-color:#f19d27;
 width: calc((100% - 550px)/2);
 padding: 16px 23px;
 text-align: center;
}
#contents .secCenter {
 width: 550px;
 padding: 16px 20px;
}
#contents .secRight {
 width: calc((100% - 550px)/2);
 padding: 16px 23px;
 text-align: center;
}
@media screen and (max-width: 1100px){
 #links #contents .secLeft,
 #links #contents .secRight {
  display: none;
 }
 #links #contents .secCenter {
  width: 100%;
 }
}
/* .secLeft
----------------------------------------*/
#contents .secLeft {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
#contents .secLeft .logo {
 width: 238px;
}
#contents .secLeft .ill {
 max-width: 398px;
 text-align: center;
 position: relative; 
}
#contents .secLeft .ill img:first-child {
 display: block;
 margin: 0 auto 20%;
 max-width: 70%;
 animation: 5s fuwafuwa01 infinite;
}
#contents .secLeft .ill img:last-child {
 display: block;
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: auto; 
}
/* .secRight
----------------------------------------*/
#contents .secRight {
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 z-index: 11;
}
#contents .secRight .ill {
 width: 60%;
 max-width: 170px;
 animation: 6s fuwafuwa01 infinite;
}
/* .secCenter
----------------------------------------*/
/* header */
.secCenter > .header {
 margin-bottom: 16px;
}
.secCenter > .header .logo {
 display: block;
 width: 171px;
 line-height: 0;
}
/* footer */
.secCenter .footer {
 text-align: center;
 padding: 150px 0 10px;
}
.secCenter .footer .logo {
 display: block;
 width: 150px;
 margin: 0 auto;
}
.secCenter .footer small {
 font-size: 10px;
 line-height: 1.2;
}
/* secAbout */
.secCenter .contents .secAbout {
 margin: 0 0 30px;
}
.secCenter .contents .secAbout .header {
 display: table;
 width: 100%;
 margin: 0 0 16px;
}
.secCenter .contents .secAbout .header > div {
 display: table-cell;
 text-align: center;
 vertical-align: middle;
 line-height: 1.4;
 padding: 0 10px;
}
.secCenter .contents .secAbout .header .icon {
 width: 79px;
 padding: 0;
}
.secCenter .contents .secAbout .header .icon img {
 display: block;
 width: 79px;
 line-height: 0;
 margin: 0 auto;
}
.secCenter .contents .secAbout .header .icon span {
 display: inline-block;
 font-size: 15px;
 font-weight: bold;
}
.secCenter .contents .secAbout .header .post {
 font-size: 17px;
}
.secCenter .secAbout .text {
 margin-bottom: 30px;
}
.secCenter .secAbout .text p + p {
 margin-top: 20px;
}
.secCenter .secAbout .text a {
 display: inline-block;
 color: #f19d27;
}
.secCenter .secAbout .btns .btn_agent a {
 display: block;
 width: 78%;
 margin: 0 auto 20px;
 background-color: #f19d27;
 border-radius: 10px;
 border: solid 2px #1a1a1a;
 box-shadow: 0px 3px 0px 0px #1a1a1a;
 text-align: center;
 font-size: 16px;
 line-height: 1.4;
 font-weight: 900;
 color: #fff;
 padding: 12px;
 transition: .2s;
}
.secCenter .secAbout .btns ul {
 display: flex;
 width: 100%;
}
.secCenter .secAbout .btns ul li {
 width: 25%;
 text-align: center;
}
.secCenter .secAbout .btns ul li a {
 display: block;
 padding-top: 68px;
 background: url("/images/links/btn_line.png") no-repeat center top / 60px auto;
 font-size: 14px;
 line-height: 1.2;
 font-weight: 900;
}
.secCenter .secAbout .btns ul li:nth-child(4) a {
 background-image: url("/images/links/btn_voice.png");
}
.secCenter .secAbout .btns ul li:nth-child(2) a {
 background-image: url("/images/links/btn_instaglam.png");
}
.secCenter .secAbout .btns ul li:nth-child(3) a {
 background-image: url("/images/links/btn_tiktok.png");
}
@media screen and (min-width: 1100px){
 .secCenter .secAbout .btns .btn_agent a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
 }
 .secCenter .secAbout .btns ul li a:hover {
  opacity: 0.6;
 }
}
/* secLinks */
.secLinks {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.secLinks .linkBox {
 width: 47%;
 margin: 0 0 16px;
}
.secLinks .linkBox .slide_container {
 display: block;
 width: 100%;
 max-width: 550px;
 margin: 0 auto;
 background-color: #ffefd9;
 padding: 0 3% 20px;
 position: fixed;
 z-index: 10;
 top: 0;
 right: -100%;
 left: auto;
 height: 100vh;
 overflow: auto;
 transition: 1s;
}
.secLinks .linkBox .slide_container.open {
 right: 0;
 left: 0;
 transition: .5s;
}
.secLinks .linkBox .slide_container .header {
 margin-bottom: 12px;
 margin: 0 -30px;
}
.secLinks .linkBox .slide_container .header .slide_close { 
 border-bottom: solid 1px #d3d3d3;
 padding: 6px 20px;
 margin-bottom: 10px;
}
.secLinks .linkBox .slide_container .header .slide_close img {
 width: 13px;
 line-height: 1;
}
.secLinks .linkBox .slide_container .header .logo {
 padding: 0 20px 12px;
}
.secLinks .linkBox .slide_container .header .logo img {
 width: 112px;
 line-height: 1;
}
.secLinks .linkBox .slide_container .slider .slideBox { padding: 0 10px; }
.secLinks .linkBox .slide_container .contents a {
 display: block;
 text-align: center;
 line-height: 1;
}
.secLinks .linkBox .slide_container .contents a img {
 width: 100%;
 max-width: 100%;
}
.secLinks .linkBox .slide_container .contents .text {
 margin: 30px auto 0;
 padding: 10px;
 background-color: #fff;
 border: solid #000 2px;
 border-radius: 15px;
 line-height: 1.8;
}
.secLinks .linkBox .slide_container .contents .text div:first-child {
 font-weight: 900;
}
@media screen and (max-width: 1100px){
 .secLinks .linkBox .slide_container {
  max-width: 100%;
 }
}
@media screen and (min-width: 1100px){
 .secLinks .linkBox .slide_open:hover {
  cursor: pointer;
  opacity: 0.6;
 }
 .secLinks .linkBox .slide_container .contents a:hover {
  cursor: pointer;
  opacity: 0.6;
 }
}
.slider .slick-arrow {
 width: 60px;
 height: 60px;
 top: 34%;
}
.slick-dots {
 bottom: auto;
 top: 100%;
}
.slick-dots li {
 width: 10px;
 height: 10px;
 margin: 0 8px;
}
.slick-dots li button:before {
 width: 10px;
 height: 10px;
}















