@charset "utf-8";
/* CSS Document */
* {
        font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
/*----------main------------------------------------------------------------------*/
#kangokokushi2023{
    width: 100%;
}
#kangokokushi2023 .kangokokushi2023_inner{
    width: 95%;
    margin:  0 auto;
}
#kangokokushi2023 .main{
    background-image: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/mainsp_bg.png);
    height: 340px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-position: -50px;
}
#kangokokushi2023 .main_inner{
    width: 95%;
    margin:  0 auto;
    position: relative;
}
#kangokokushi2023 .main_txt{
    color: #FFF;
    font-weight: bold;
    /*font-size: 1.1rem;*/
	font-size: 1rem;
    line-height: 1.5;
	text-align: center;
	margin: 5%;
  	background: #e9569a;
  	box-shadow: 0px 0px 0px 5px #e9569a;
  	border: dashed 2px white;
  	padding: 0.5em 0.5em;	
}
#kangokokushi2023 .main_image{
    padding: 5% 0 0 2%;
}
#kangokokushi2023 .main_image img{
    width: 100%;
}

/*----------lead------------------------------------------------------------------*/
#kangokokushi2023 .lead{
    /* background-image: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/lead_bg.png);
    margin: 0 calc(50% - 50vw);
    background-repeat: repeat;*/
    background-size: cover; 
    margin: 10% 0 0 0;
}
#kangokokushi2023 .lead_inner{
    background-image: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/leadsp_bg.png);
    height: 300px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-size: cover;
    background-repeat: none;
    display: flex;
  align-items: center;
  
}
#kangokokushi2023 .lead_p{
    width: 90%;
    margin: 0 auto;
    
}
#kangokokushi2023 .lead_txt{
    color: #fff;
    font-weight: bold;
    /*font-size: 1rem;*/
	font-size: .9rem;
    text-align: left;
    margin: 3% 0 10% 0;
	line-height: 1.3;
}

/*----------slider------------------------------------------------------------------*/
#kangokokushi2023 .slider{
    width: 100%;
	height: auto;
    margin: 0 auto;
    padding: 0 0 10% 0;
	
}
#kangokokushi2023 .slider p{
    color: #e9569a;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 30px 0;
}
#kangokokushi2023 .slider p.kome{
    color: #e9569a;
    font-size: .8rem;
    text-align: left;
    line-height: 1.2;
    padding: 10px 0 0 0;
}
#kangokokushi2023 .slider img{
    width: 100%;
    height: auto;
  } 
#kangokokushi2023 .slick01{
    padding: 5px;
}
#kangokokushi2023 .slider_border{
    border: 2px solid #e9569a;
    box-shadow: 0px 0px 10px -1px #e9569a;
}

#kangokokushi2023 .yell{
    background-image: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/yell_bg.png);
    background-size: cover;
    margin: 0 calc(50% - 50vw);
     width: 100vw;
 }
 #kangokokushi2023 .yell_inner{
     width: 95%;
     margin: 0 auto;
     padding: 0 0 50px 0;
 }
 #kangokokushi2023 .yell p{
     color: #fff;
     font-weight: bold;
     font-size: 1.2rem;
     padding: 50px 0 30px 0;
     text-align: center;
 }
#kangokokushi2023 .yell p.btmessage{
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 50px 5% 5%;
	line-height: 23px;
    text-align: left;
}


 #kangokokushi2023 .accordion-container {
    position: relative;
    width: 100%;
    /* border: 1px solid #0079c1; */
    border-top: none;
    outline: 0;
    cursor: pointer
  }
  
 #kangokokushi2023  .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    height: 80px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ff0f7e;
    background: #fff;
    border: 2px solid #e9569a;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: grid;
    place-items: center;
  }
 #kangokokushi2023 .yellow{
    color: #c3cb3f;
    display: contents;
    font-size: 1.3rem;
    font-weight: bold;
  }
 #kangokokushi2023 .yellow_msall{
    color: #c3cb3f;
    display: contents;
    font-size: 1rem;
    font-weight: bold;
  }

#kangokokushi2023 .accordion-title::before {
    content: "";
  display: inline-block;
  width: 100px;
  height: 40px;
  background: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/yell_icon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 25%;
  left: 10px;
  }
  
#kangokokushi2023 .accordion-container .accordion-title:hover,
#kangokokushi2023 .accordion-container .accordion-title:active,
#kangokokushi2023 .accordion-container .content-entry.open .accordion-title {
    background-color: #ffe4f0;
    color: #ff2f8f;
  }
  
#kangokokushi2023 .accordion-container .accordion-title:hover i:before,
#kangokokushi2023 .accordion-container .accordion-title:hover i:active,
#kangokokushi2023 .accordion-container .content-entry.open i {
    color: white;
  }
  
#kangokokushi2023 .accordion-title{
    position: relative;
  }
  
#kangokokushi2023 .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 2px #ff0f7e;
    border-right: solid 2px #ff0f7e;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
#kangokokushi2023 .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  
#kangokokushi2023 .accordion-content {
    display: none;
    border: 2px solid #e9569a;
    background-color: #fff;
    margin: -15px 0 15px 0;
    border-radius: 0px 0px 10px 10px;
  }
  
  /* CSS for CodePen */
#kangokokushi2023 .accordion-container {
    width: 100%;
  }


#kangokokushi2023 .yell_contents{
    /* display: grid;
    grid-template-columns: 1fr 1fr;*/
    padding: 40px 0 40px 0;
    gap: 20px; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#kangokokushi2023 .grid-item {
    text-align: center;
}
#kangokokushi2023 .grid-item img{
    width: 95%;
}

#kangokokushi2023 .pcv {
    display: none;
}

#kangokokushi2023 .spv {
    display: block;
}

/*——————————————————————
スクロールアニメーション
——————————————————————*/
#kangokokushi2023 .fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
  }
  
#kangokokushi2023 .fade-in-up {
    transform: translate(0, 50px);
  }
  
#kangokokushi2023 .fade-in-down {
    transform: translate(0, -50px);
  }
  
#kangokokushi2023 .fade-in-left {
    transform: translate(-50px, 0);
  }
  
#kangokokushi2023 .fade-in-right {
    transform: translate(50px, 0);
  }
  
#kangokokushi2023 .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }


@media screen and (min-width:521px) and ( max-width:767px) {
    /*　画面サイズが521pxから767pxまではここを読み込む　*/
#kangokokushi2023 .lead_inner {
        background-image: url(../../../../img/usr/feature/campaign_kangokokushi2023yell/lead_bg.png);
    }
#kangokokushi2023 .lead_inner {
        background-image: none;
        height: 370px;
        margin: none;
        width: 100vw;
        background-size: auto;
        background-repeat: none;
        display: flex;
        align-items: center;
    }
}