@charset "utf-8";
/*　Reset
-------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	zoom: 1;
	box-sizing:border-box;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-size: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* th and td still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
}

/*-- Regular tyles!--*/

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color:#ccc;
}

.c-fw-bold { 
	font-weight:bold;
}


/* フォント */
sup,
sub {vertical-align:baseline; position:relative;font-size:0.76em;}
sup {top: -3px;}
sub {top: 3px;}
.c-text-red {color:#D61B3E;}


/* テキスト*/

h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-text-left {
	text-align: justify;
}

.c-text-underline {
	text-decoration: underline;
}

@media (min-width:768px) { 
	.c-text-md-center {
		text-align:center;
	}
}

@media only screen and (min-width: 950px),print { 
	.c-text-lg-center {
		text-align: center;
	}
	
	.c-text-lg-left {
		text-align: justify;
	}
	
	.c-text-lg-right {
		text-align: right;
	}
}

.c-palt {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*余白*/


.c-mt-m {
	margin-top: 20px !important;
}

.c-mt-l {
	margin-top: 30px;
}

.c-mt-ll {
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	
	.c-mt-m {
		margin-top: 70px !important;
	}
	
	.c-mt-l {
		margin-top: 100px;
	}
	
	.c-mt-ll {
		margin-top: 130px;
	}
	
}

@media only screen and (max-width:949.9px) {
	.c-mt-sp-0 { margin-top: 0 !important;}
	.c-mt-sp-10 { margin-top: 10px; }
	.c-mt-sp-15 { margin-top: 15px; }
	.c-mt-sp-20 { margin-top: 20px; }
	.c-mt-sp-25 { margin-top: 25px; }
	.c-mt-sp-30 { margin-top: 30px; }
	.c-mt-sp-40 { margin-top: 40px; }
	.c-mt-sp-50 { margin-top: 50px; }
	.c-mt-sp-60 { margin-top: 60px; }
	.c-mt-sp-70 { margin-top: 70px; }
	.c-mt-sp-80 { margin-top: 80px; }
	.c-mt-sp-90 { margin-top: 90px; }
	.c-mt-sp-100 { margin-top: 100px; }
}

@media only screen and (min-width: 950px),print { 
	.c-pt-m { padding-top:80px; }
	.c-pb-m { padding-bottom:80px; }
	.c-mt-lg-0 { margin-top: 0 !important;}
	.c-mt-lg-10 {margin-top: 10px;}
	.c-mt-lg-15 {margin-top: 15px;}
	.c-mt-lg-20 {margin-top: 20px;}
	.c-mt-lg-25 {margin-top: 25px;}
	.c-mt-lg-30 {margin-top: 30px;}
	.c-mt-lg-35 {margin-top: 35px;}
	.c-mt-lg-40 {margin-top: 40px;}
	.c-mt-lg-45 {margin-top: 45px;}
	.c-mt-lg-50 {margin-top: 50px;}
	.c-mt-lg-60 {margin-top: 60px;}
	.c-mt-lg-70 {margin-top: 70px;}
	.c-mt-lg-80 {margin-top: 80px;}
	.c-mt-lg-90 {margin-top: 90px;}
	.c-mt-lg-100 { margin-top: 100px; }
	.c-mt-lg-110 { margin-top: 110px; }
	.c-mt-lg-120 { margin-top: 120px; }
}


/*フォントサイズ*/

.c-fs-15 {font-size:12px;line-height:1.5em;}
.c-fs-16 {font-size:13px;line-height:1.5em;}
.c-fs-17 {font-size:14px;line-height:1.7em;}
.c-fs-18 {font-size:14px;line-height:1.7em;}
.c-fs-20 {font-size:18px;line-height: 1.5em;}
.c-fs-22 {font-size:19px; line-height:1.3em;}
.c-fs-24 {font-size:18px; line-height:1.3em;}
.c-fs-26 {font-size:20px; line-height:1.3em;}
.c-fs-30 {font-size:20px; line-height:1.3em;}

@media screen and (min-width:950px) {
	.c-fs-15 {font-size:15px;line-height:1.5em;}
	.c-fs-16 {font-size:16px;}
	.c-fs-17 {font-size:17px;}
	.c-fs-18 {font-size:18px;}
	.c-fs-20 {font-size:20px;}
	.c-fs-22 {font-size:22px; line-height:1.3em;}
	.c-fs-24 {font-size:25px; line-height:1.3em;}
	.c-fs-26 {font-size:26px; line-height:1.3em;}
	.c-fs-30 {font-size:30px; line-height:1.3em;}
}

.att01 {
	line-height:1.4em !important;
}

.att01 dd {
	margin-top:-1.4em;
	padding-left:1.6em;
}

a {
	text-decoration: none;
}

.c-ls-0 {
	letter-spacing: 0!important;
}

/*display*/


.c-d-none {
	display:none;
}

.c-d-inline {
	display: inline;
}

.c-d-iblock {
	display: inline-block;
}

.c-flex-reverse {
	flex-direction: row-reverse;
}

@media screen and (min-width:758px) {
	.c-d-md-block {
		display: block;
	}
	.c-d-md-iblock {
		display: inline-block;
	}
	.c-d-md-none {
		display: none;
	}
	.c-d-md-flex {
		display: flex;
	}

}

@media screen and (min-width:950px) {
	
	.c-d-lg-block {
		display:block !important;
	}
	.c-d-lg-none {
		display: none;
	}
	
	.c-d-lg-flex {
		display: flex;
	}
	
	.c-d-lg-inline {
		display: inline;
	}
	

}

/*　タイアップサイト用
-------------------------------------------------*/
@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:1.8em;
  width:100%;
  overflow-x:hidden;	
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}


@media all and (-ms-high-contrast:none){
  #tieup { 
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  font-size: 15px;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:17px;
	}
}

#tieup a:link,
#tieup a:visited {
  color:#030303;
}

#tieup a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition:0.5s
}

#tieup * {
	box-sizing: border-box;
}

#tieup a:hover {
  text-decoration:none;
  color:#666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}


img {
	max-width:100%;
	height: auto;
}


.container {
    padding-left: 25px;
    padding-right: 25px;
    max-width:880px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width:1200px) {
	


}


@media screen and (min-width:950px) {

}

.c-w-850 {
	max-width: 850px;
}

.c-ttl-en {
	font-family: "Outfit", sans-serif;
	color: #D61B3E;
	font-weight: 800;
	display: inline-block;
	line-height: 1;
}

.c-box-2clm-img {
	padding-top: 30px;
}
.c-ttl-en img {
	max-width: 80%;
}

@media screen and (min-width:768px) {
	
	.c-ttl-en {
		font-size: 45px;
	}
		
	.c-box-2clm-txt {
		width: 51%;
	}
	
	.c-box-2clm-img {
		width: 42%;
		padding-top: 5px;
	}
	
	.c-ttl-en.c-ttl-en--2line {
		font-size: 35px;
		line-height: 1;
	}
}


@media screen and (min-width:1100px) {
	
	.c-ttl-en {
		font-size: 65px;
	}
	
}

/*　テキスト
----------------------------------------------------------*/

/*　見出し */

.ttl-01 {
	font-weight: bold;
	line-height: 1;
	font-size: 21px;
    color: #000;
    text-align: left;
}

.ttl-01 span {
    background: #D8FD83;
    display: inline-block;
    padding: 1px;
    margin-bottom: 3px;
}


.ttl-01.ttl-01--02 span {
    background: #000;
    color: #D8FD83;
}

.ttl-01.ttl-01--03 span {
    background: #F5B9FD;
    color: #000;
}

.ttl-01.ttl-01--04 span {
    background: #000;
    color: #F5B9FD;
}

.ttl-01.ttl-01--05 span {
    background: #000;
    color: #3BF1FD;
}

.ttl-01.ttl-01--06 span {
    background: #3BF1FD;
    color: #000;
}

@media screen and (min-width:768px) {
	
	.ttl-01 {
		font-size: 32px;
        padding-bottom: 20px;
	}

    .ttl-01 span {
        margin-bottom: 5px;
    }
}

.ttl-02 {
    font-size: 18px;
    text-align: left;
    padding: 5px 0 0 0;
}

@media screen and (min-width:768px) {
    .ttl-02 {
        font-size: 24px;
        padding: 10px 0 5px 0;
    }
}

.ttl-03 {
    font-size: 16px;
    padding: 0 0 15px 0;
    text-align: center;
}

@media screen and (min-width:768px) {
    .ttl-03 {
        font-size: 22px;
        padding: 0 0 15px 0;
    }
}


.caption {
	font-size: 85%;
	line-height: 1.3;
	color: #666;
	margin-top: 0.8em;
}




/*　画像
-------------------------------------------------*/

img {
	width: 100%;
}

.c-mw-750 {
	max-width: 750px;
}

.c-mw-650 {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.c-mw-530 {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}



/*　ナビ
-------------------------------------------------*/

.nav {
    width: 90%;
    margin: 20px auto;
    max-width: 660px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    width: 32%;
    max-width: 200px;
    background: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.nav ul li a,
.nav ul li span {
    display: inline-block;
    color: #FFF !important;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
    line-height: 1;
    
}

@media screen and (min-width:768px) {
    
    .nav {
        margin: 50px auto 60px auto;
    }
    .nav ul li a,
    .nav ul li span {  
        padding: 15px 0;
    }
}

/*　メインビジュアル
-------------------------------------------------*/
.mainv h1 {
    padding: 25px 25px 0 25px;
    text-align: center;
}

@media screen and (min-width:768px) {
    
    .mainv h1 {
        padding: 50px 0 0 0;
    }
    
    .mainv h1 img {
        max-width: 1200px;
    }
}

/*　リード
-------------------------------------------------*/

.lead-logo {
    text-align: center;
    margin-top: -1px;
}
.lead-logo img {
    width: 60%;
    max-width: 344px;
    vertical-align: top;
}

.lead {
    font-size: 108%;
    padding: 30px 0 40px;
    text-align: left;
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .lead {
        padding: 50px 0 100px
    }
}


/*　背景
-------------------------------------------------*/

.bg-blue {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_blue_01.png") ;
    color: #FFF;
}

.bg-gray {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_gray_01.png") ;
    color: #000;
}

.bg-naname {
    clip-path: polygon(0 0, 100% 12vw, 100% 100%, 0 calc(100% - 12vw));
    margin-top: -12vw;
    padding: calc(12vw + 30px) 0;
    position: relative;
}

.bg-naname-pagetop {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 12vw));
    padding-bottom: calc(12vw);
}

.bg-naname-pagebottom {
    clip-path: polygon(0 0, 100% 12vw, 100% 100%, 0 100%);
    padding: calc(12vw + 30px) 0 50px;
    margin-top: -12vw;
}

@media screen and (min-width:768px) {
    .bg-naname {
        padding: calc(12vw + 80px) 0  calc(12vw + 150px) 0;
    }
    
    .bg-naname-pagebottom {
        padding: calc(12vw + 80px) 0 120px 0;
    }
    
    .bg-naname-pagetop {
        padding-bottom: calc(12vw + 150px);
    }
}

/*第１回*/
.bg-vol011 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble01.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_blue_01.png") repeat;   
}

.bg-vol012 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble02.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_gray_01.png") repeat;   
}

.bg-vol013 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble03.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_blue_01.png") repeat;   
}

.bg-vol014 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble04.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_gray_01.png") repeat;   
}

@media screen and (max-width:767.9px) {
    .bg-vol011, .bg-vol012, .bg-vol013, .bg-vol014 {    
        background-size: 180% auto, auto;
        background-repeat: repeat;
    }

}

/*第２回*/
.bg-vol021 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble01.svg") no-repeat top center,
        url("/atclh/ONB/26/hakuhodody_one0212/bg_green_01.png") repeat;   
}

.bg-vol022 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble02.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_gray_01.png") repeat;   
}

.bg-vol023 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble03.svg") no-repeat top center,
        url("/atclh/ONB/26/hakuhodody_one0212/bg_green_01.png") repeat;   
}

@media screen and (max-width:767.9px) {
    .bg-vol021, .bg-vol022, .bg-vol023 {    
        background-size: 180% auto, auto;
        background-repeat: repeat;
    }

}

/*第3回*/
.bg-vol031 {
    background: url("bg_bubble01_usui.svg") no-repeat top center,
url("bg_red_01_koi.png") repeat;  
    color: #FFF;
}

.bg-vol032 {
    background: url("/atclh/ONB/26/hakuhodody_one0209/bg_bubble02.svg") no-repeat top center,
url("/atclh/ONB/26/hakuhodody_one0209/bg_gray_01.png") repeat;   
}

.bg-vol033 {
    background: url("bg_bubble03_usui.svg") no-repeat top center,
url("bg_red_01_koi.png") repeat;   
    color: #FFF;
}

@media screen and (max-width:767.9px) {
    .bg-vol031, .bg-vol032, .bg-vol033 {    
        background-size: 180% auto, auto;
        background-repeat: repeat;
    }

}
/*テキスト*/
.txt-01 {
    text-align: left;
    margin-top: 1.5em;
}

.txt-01 span.name {
    font-weight: bold;
}

.txt-01 p + p {
    padding-top: 1em;
}

/*画像*/
.img-01 {
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}



@media screen and (min-width:768px) {
    .img-01 {
        padding: 60px 0;
    }
    .w-600 {
        max-width: 600px;
    }

    .w-700 {
        max-width: 700px;
    }
    
}

.profile-name {
    font-weight: bold;
    padding: 10px 0 5px;
    line-height: 1.3;
}

.profile-name strong {
    font-size: 120%;
    display: inline-block;
}

.profile-txt {
    font-size: 90%;
    line-height: 1.5;
}
@media screen and (min-width:768px) {
    .profile-name {
        padding: 15px 0 10px;
    }
}

/*フッター*/

.link {
    margin: 30px auto 20px auto;
    width: 100%;
    max-width: 450px;
}

.link li + li {
    margin-top: 10px;
}

.link a {
    font-weight: bold;
    color: #FFF !important;
    background: #000;
    font-size: 110%;
    border-radius: 100px;
    padding: 1em 0;
    display: block;
    text-align: center;
}

@media screen and (min-width:768px) {
    .link {
        margin: 80px auto 35px auto;
    }   
}

.footer-logo img {
    width: 80%;
    max-width: 400px;
}