@charset "utf-8";
/* CSS Document */

/* top */
#top {}



.base_lout .inner {
  max-width: 1180px;
  padding: 150px 90px;
  margin: auto;
  text-align: center;
    
}

#top .base_lout .inner h2 {
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding-left: 12px;
}

#top .base_lout .inner .sub_title {
    margin: 18px 0 25px;
    display: block;
    color: #858585;
    font-size: 18px;
}

#top .base_lout .inner p.text {
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;

}

#top .base_lout h3 img {
	width: 100%;
}
.base_lout_magin {
padding: 150px 0 160px;
}


@media only screen and (max-width:1280px) {
  #top .base_lout .inner {
    padding: 80px 0 80px;
  }
}

@media only screen and (max-width:1500px) {
  #top .base_lout .inner {
    animation-name: animation01;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
    animation-delay: 0.1s;
    animation-fill-mode: both;
  }
}

/* aboutページ */
#top #about_box1 {
    background-color: #f1f2f2;
    
}

#top #about_box1 .inner ul {
    display: flex;
    
}
#top #about_box1 .inner ul h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding-left: 0;
    padding: 15px 0;
    font-weight: bold;
}
#top #about_box1 .inner ul p.text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

#top #about_box1 .inner ul li {
    width: 33%;
    padding: 0 20px;
}


/* contact */
#contents {
    position: relative;
    top: 40px;
}
div#contact {
    box-sizing: border-box;
    padding: 100px 0 160px;
    position: relative;
}

div#contact .inner {
    max-width: 1000px;
    padding: 0 60px;
    margin: auto;
    text-align: center;
}


div#contact .inner h2 {
    display: block;
    text-align: center;
    margin-bottom: 110px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}


div#contact .inner p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    
}

div#contact .inner #contact_form {
    margin-top: 52px;
    border-top: 1px solid #cccccc;
}
div#contact .inner #contact_form li {
    border-bottom: 1px solid #cccccc;
    padding: 25px 0;
}
div#contact .inner #contact_form li dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
div#contact .inner #contact_form li dl dt {
    width: 31%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}
div#contact .inner #contact_form li dl dd {
    width: 69%;
    font-size: 16px;
    line-height: 18px;
}
select {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    background-image: url(../images/sp/contact/arrow-under.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 18px center;
    line-height: 100%;
}
.OptionColor {
    color: #898989 !important;
}
div#contact .inner #contact_form li dl dd input {
    width: 100%;
    background: #f5f5f5;
    height: 65px;
    padding: 14px 18px;
    font-size: 16px;
}
span.checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
}
span.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
span.checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    color: #000;
    background: #000;
}
.submit {
    position: relative;
    margin: 48px auto 0;
    width: 260px;
    height: 52px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
}
.submit a:hover span {
    color: #fff;
}
.submit span {
    display: block;
    position: relative;
    z-index: 2;
}
.submit a,
.submit span {
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.submit span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
    line-height: 43px;
}
.submit a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
}
div#contact .inner #contact_form li dl dd textarea {
    width: 100%!important;
    height: 186px!important;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 18px;
    resize: none;
    overflow: hidden;
    
}
div#privacy_policy .inner {
    max-width: 1000px;
    padding: 0 50px;
    margin: auto;
    text-align: left;
}
div#privacy_policy .inner {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 8em;
}
div#privacy_policy .inner h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin: 50px 0 20px;
}
div#privacy_policy .inner h2 {
    display: block;
    text-align: center;
    margin-bottom: 102px;
    font-size: 30px;
    font-weight: bold;
    padding: 100px 0 0 0;
}
div #company {
    padding: 160px 0;
}
div #company .inner {
    max-width: 980px;
}
div #company .inner h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
div #company dl {
    margin-top: 75px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    text-align: left;
    border-top: 1px solid #cccccc;
}
div #company dl>dt {
    position: absolute;
    left: 0;
    padding: 28px 0 32px 0;
}
div #company dl>dd {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 28px 0 32px 27.3%;
}
div #company .inner {
    padding: 0 50px;
    max-width: 1080px;
    margin: auto;
}
div #company {
    padding: 160px 0;
}



::placeholder {
  color: #b8b8b8;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #b8b8b8;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #b8b8b8;
}
.co_privacy_policy_a a{
    text-decoration: underline;
}

.youtube_box {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.youtube_box_inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.ins_story_box {
    position: relative;


}

.ins_story_box ul {
    display: flex;
    justify-content: space-between;
}
.ins_story_box ul li{
    
}
.ins_story_box ul li img{
    width: 100%;

	transition: .3s;
}
.ins_story_box ul li a {

}
.ins_story_box ul li img:hover {

	transform: translateY(-4px);
}
.youtube_box_txtlist {
    display: flex;
margin-top: 20px;
}
.youtube_box_txtlist p{
    text-align: left;
    padding: 0 1em;
}
.youtube_box_icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-top: 4px;
}
.youtube_box_text {
    font-size: 18px!important;
    width: 100%;
    letter-spacing: 4px;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

  /* top */
  #top {}

  #top .base_lout {
    
  }

  .base_lout .inner {
    max-width: 100%;
    padding: 80px 20px 80px!important;
  }

  #top .base_lout .inner h2 {
    font-size: 24px;
    line-height: 34px;
    padding-left: 0;
  }

  #top .base_lout .inner .sub_title {
    margin: 18px 0 14px;
    font-size: 14px;
  }

  #top .base_lout .inner p.text {
    font-size: 14px;
    line-height: 24px;

}
     
.more1 {
    font-size: 12px;
    height: auto;
}
#top #about_box1 .inner ul {
    display: flex;
    flex-direction: column;
}
#top #about_box1 .inner ul li {
    width: 100%;
    padding: 0 20px;
}
#top #about_box1 .inner ul li img{
    width: 70%;
}
    
#top #about_box1 .inner ul p.text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 2em;
}
    
footer>nav>ul>li>ul#right_text {
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
footer>nav>ul>li>ul#right_text>li {
    padding: 0 10px 0 0;
}
div #company .inner {
    padding: 0 30px;
}
div #company {
    padding: 50px 0;
}
div#contact .inner h2 {
    margin-bottom: 50px;
}
div#contact .inner p {
    font-size: 14px;
}
div#contact .inner {
    padding: 0 30px;
}
div#contact .inner #contact_form li dl {
    flex-wrap: wrap;
}
div#contact .inner #contact_form li dl dt {
    width: 100%;
    margin-bottom: 15px;
}
div#contact .inner #contact_form li dl dd {
    width: 100%;
}
span.checkbox input[type="checkbox"] {
    top: -20px;
    left: 10px;
}
div #company dl {
    font-size: 14px;
}
div#privacy_policy .inner h2 {
    margin-bottom: 50px;
}    
div#privacy_policy .inner {
    font-size: 14px;
}
div#privacy_policy .inner h3 {
    font-size: 20px;
}
div#privacy_policy .inner {
    padding: 0 30px;
}
    
.logo .sp{
    width: 65%;
}
.logo {
    transform: translate(-32%, -50%);
}
    
    .youtube_box {
      margin: 0!important;
    padding-bottom: 3em;

    }

.ins_story_box ul {
    flex-direction: column;
}
    
.ins_story_box ul li:first-child {

    padding-bottom: 10%
}

.youtube_box:nth-child(2) iframe {
    top: 0!important;
}
    
div#contact .inner p.youtube_box_text {
    font-size: 14px!important;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
    line-height: inherit;
}
    
.youtube_box_txtlist {
    position: relative;
    margin-bottom: 40px;}
    

.youtube_box_icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
margin-top: 0;}
    
    
    
    
    
    
    
    
  }









.swiper-img {
  width: 100%;
  object-fit: cover;
}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.8s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.creative_gallery .ins_story_box {
  margin:70px auto;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

.creative_gallery .ins_story_box {
  margin:0px auto;
    }



}




  
.asp .title1 span.sub_ttl{
    font-size: 16px;
    display: block;
}

.asp .inner02 {
    width: 65%;
}

.asp .inner02 p {
    padding: 20px 0;
}

.asp .inner02 p.more1  {
    padding:  0;
}

/* スマホ　*/
@media only screen and (max-width:768px) {

.asp .inner02 {
    width: auto;
    text-align: left;
}

}