@charset "utf-8";

/* Campaign CSS */

/* =================================================
 * font
 * ================================================*/

@font-face {
  font-family: AudiType;
  src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
  font-family: AudiType, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}
.atb {
  font-family: AudiTypeBold, "メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}
.aten {
  font-family: AudiTypeExtendedNormal, "メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}
.atei {
  font-family: AudiTypeExtendedItalic, "メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
  padding: 0;
}
.ateb {
  font-family: AudiTypeExtendBold, "メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
  padding: 0;
}
.atebi {
  font-family: AudiTypeExtendedBoldItalic, "メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
  padding: 0;
}
#wrapper {
  position: relative;
  -webkit-text-size-adjust: 100%;
}
.anchor {
	height: 0;
}
.hero_wrap {
	width: 1060px;
	position: relative;
}
.hero_title {
	position: absolute;
	font-size: 45px;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: .05em;
	left: 40px;
	top: 35px;
}
.blk_flexb_a {
	display: flex;
	flex-wrap: wrap;
}
.blk_flexb_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.blk_flexb_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.blk_flexb_d {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.btn_col5 {
	width: 20%;
	margin: 0 1%;
	text-align: center;
}
.btn_bfb {
	display: table;
	width: 100%;
	border: solid 1px #000000;
	box-sizing: border-box;
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.btn_bfb:hover {
	opacity: .5;
	color: #ffffff;
	background: #000000;
}
.btn_txt_wrap {
	display: table-cell;
	height: 55px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
}
.segment_padding {
	padding: 45px;
}
.segment_padding_2 {
	padding: 50px 45px;
}
.segment_bgc_g {
	background: #f2f2f2;
}
.bg_black {
	background: #000;
}
.bg_black h3,
.bg_black p {
	color: #fff;
}
.blk_grid {
	display: flex;
	flex-wrap: wrap;
}
.grid_i1 {
	width: 30%;
	text-align: center;
	float: left
}
.grid_i2 {
	width: 70%;
	float: right;
	margin-bottom: 5px;
}
.grid_i2_2 {
	width: 70%;
	float: right;
	margin-bottom: 45px;
}
.grid_i3 {	
	width: 26.5%;
	display: flex;
	box-sizing: border-box;
	border-right: solid 1px #000000;
	align-items: center;
	margin-right: 3.5%;
}
.grid_i4 {	
	width: 70%;
	padding: 15px 0 0;
}
/*
.blk_grid {
	display: grid;
  grid-template-columns: 30% 1fr;
}
.grid_i1 {
	text-align: center;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.grid_i2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
	margin-bottom: 35px;
}
.grid_i3 {	
    grid-row: 2 / 3;
    grid-column: 1 / 2;
	display: flex;
	box-sizing: border-box;
	border-right: solid 1px #000000;
	align-items: center;
	margin-right: 30px;
}
.grid_i4 {	
    grid-row: 2 / 3;
    grid-column: 2 / 3;
	padding: 15px 0 0;
}
*/
.flex_img {
	display: block;
	width: 100%;
}
.img_twincup {
	width: 165px;
}

.title_flap_1 {
	margin: 25px 0 -15px;
}
.title_flap_1 .tit_top {
	display: block;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-bottom: 12px;
}
.title_1 {
	display: block;
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.title_flap_1 .tit_mid {
	display: block;
	font-size: 29px;
	line-height: 1.4;
	letter-spacing: .05em;
	margin-bottom: 25px;
}
.title_flap_1 .tit_mid .txt_strong {
	display: inline-block;
	font-size: 68px;
	margin: 0 7px;
}
.txt_lead {
	font-size: 17px;
	line-height: 1.8;
}
.txt_mid {
	font-size: 15px;
	line-height: 1.8;
}
.txt_nl {
	font-size: 14px;
	line-height: 1.7;
}
.tit_aic_1 {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	text-align: right;
	margin-right: 20px;
}
.blk_col2 {
	width: 48%;
	margin: 0 4% 15px 0;
}
.blk_col_20 {
	width: 16%;
	margin-right: 3%;
}
.blk_col_80 {
	width: 81%;
}
.blk_col2:nth-last-child(1) {
	margin-right: 0; 
}
.tit_b_r_1  {
	display: inline-block;
	font-size: 20px;
	line-height: 1.4;
	border-right: solid 1px #000000;
	padding: 10px 20px 10px 0;
	margin-bottom: 10px;
}
.tit_b_r_2  {
	display: inline-block;
	font-size: 21px;
	line-height: 1.4;
	text-align: right;
	border-right: solid 1px #000000;
	padding: 50px 20px 50px 0;
	margin-bottom: 10px;
}
.blk_sec {
  width: 1060px;
  margin: 0 auto;
}
.blk_sec_btn_1 {
	margin: 35px auto 35px;
}
.blk_sec_1 {
	margin-bottom: 35px;
}
.blk_sec_1_1 {
	margin-bottom: 20px;
}
.blk_sec_2 {
	margin-bottom: 0px;
}
.blk_sec_2_1 {
	margin-top: 10px;
}
/*
.blk_sec_2_2 {
	margin-top: 45px;
}
*/
.blk_sec_btn_2 {
	margin: 30px auto 15px;
}
.blk_sec_3 {
	margin-bottom: 75px;
}
.list_noflap_table {
	display:inline-block;
	width: 100%;
	border-bottom: solid 1px #000000;
	padding: 15px 0 15px 15px;
}
.list_noflap_table:first-child {
	padding-top: 0;
}
.list_noflap_table_title {
	display:inline-block;
	width: 16%;
	vertical-align: middle;
	font-size: 26px;
	box-sizing: border-box;
	padding-right: 2%;
}
.list_noflap_list_inner {
	display:inline-block;
	width: 83%;
	vertical-align: middle;
}
.list_noflap_list {
	width: 100%;
	line-height: 1.4;
	margin-bottom: 1px;
}
.list_noflap_list dl {
}
.list_noflap_list dt {
	display:inline-block;
	width: 15%;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
}
.list_noflap_list dd {
	display:inline-block;
	width: 85%;
	font-size: 14px;
	vertical-align: middle;
}
.txt_flex_flap {
	display: inline-block;
}

/****************************************************
title_common
****************************************************/

/*
.hero_wrap_title {
  width: 1020px;
  margin: 3rem auto;
}

@media screen and (max-width:640px) {
  .hero_wrap_title {
    position: static;
    width: 95%;
    margin: 2rem auto;
  }
}

/****************************************************
title_1
****************************************************/
/*
.title_top {
  font-size: 22px;
  line-height: 1.5;
  display: blk;
  margin-bottom: 7px;
}

.title_midle {
  font-size: 44px;
  line-height: 1.2;
  display: blk;
  margin-bottom: 15px;
}

.title_min {
  font-size: 85%;
}


/****************************************************
lead
****************************************************/
/*
.lead {
  font-size: 16px;
  margin-bottom: 65px;
}

.title_2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

.title_3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.title_min {
  font-size: 95%;
}

.txt_small {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.txt_cap {
  display: blk;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 5px 0 15px;
}

.blk_noflap_img_wrap,
.merit {
  margin: 35px 0 45px;
}

.merit:before {
  content: "";
  display: blk;
  width: 80%;
  margin: 3rem auto 5rem auto;
  border-top: solid #d2d2d2 1px;
}

.blk_noflap_img_wrap>img,
.merit>img {
  width: 85px;
  vertical-align: middle;
  border: solid 1px #000000;
  box-sizing: border-box;
  margin: 0 20px 10px 0;
}

.blk_noflap_img_wrap>dl,
.merit>dl {
  display: inline-blk;
  vertical-align: middle;
  margin-bottom: 10px;
}

.blk_noflap_img_wrap>dl dt,
.merit>dl {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.blk_noflap_img_wrap>dl dd,
.merit>dl dd {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

.col2_wrap {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}

.col2_wrap div {
  width: 75%;
}

.col2_wrap ul {
  width: 20%;
  list-style-type: disc;
  margin-top: 7rem;
}

.col3_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto -15px;
}

.col3_wrap li {
  width: 30%;
  margin: 0 5% 20px 0;
}

.col3_wrap li:nth-child(3n) {
  margin-right: 0;
}

.col3_wrap img {
  width: 100%;
  margin-bottom: 5px;
}

.col3_wrap li dl dt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 7px 10px;
}

.col3_wrap li dl dl {
  margin: 7px;
}

.col3_wrap li>dl dl dt {
  font-size: 14px;
  margin: 0 0 5px;
}

.col3_wrap li>dl dl dd {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

.col3_wrap li>dl dl dd:nth-last-child(1) {
  font-size: 12px;
  margin-bottom: 0;
}

.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
}

.number {
  margin-top: 2rem !important;
}

/* btn */
.btn_box {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 0 20px 0 25px;
  box-sizing: border-box;
  position: relative;
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.btn_box:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box:hover {
  text-decoration: none;
  opacity: .7;
}

.pagetop {
	right: 15px;
}
.pagetop:hover {
	opacity: .7;
}
.sp {
  display: none;
}


/****************************************************
media screen
****************************************************/

@media screen and (max-width:640px) {
.hero_wrap {
	position: relative;
	width: auto;
}
.hero_title {
	position: absolute;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.2;
	left: 3%;
	top: 10%;
}
.blk_sec {
  width: auto;
  margin: 0 auto;
}
.blk_flexb_a {
	display: flex;
	flex-wrap: wrap;
}
.blk_flexb_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.blk_flexb_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.blk_flexb_d {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.btn_col5 {
	width: 100%;
	margin: 0 5% 15px;
	text-align: center;
}
.btn_bfb {
	display: table;
	width: 100%;
	border: solid 1px #000000;
	box-sizing: border-box;
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.btn_bfb:hover {
	opacity: 1;
	color: #000000;
	background: #ffffff;
}
.btn_txt_wrap {
	display: table-cell;
	height: 55px;
	font-size: 15px;
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
}
.segment_padding {
	padding: 15px;
}
.segment_padding_2 {
	padding: 15px 15px;
}
.segment_bgc_g {
	background: #f2f2f2;
}
.bg_black {
	background: #000;
	padding: 30px 15px;
}
.blk_grid {
	display: flex;
	flex-wrap: wrap;
}
.grid_i1 {
	width: 28%;
	text-align: center;
	margin-right: 7%;
}
.grid_i2 {
	width: 65%;
	margin-bottom: 5%;
}
.grid_i2_2 {
	width: auto;
	margin-bottom: 30px;
}
.grid_i3 {	
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border-right: none;
	border-bottom: solid 1px #000000;
	align-items: center;
	margin-right: 0;
}
.grid_i4 {	
	width: auto;
	padding: 15px 0 0;
}
.flex_img {
	display: block;
	width: 100%;
}
.img_twincup {
	width: 165px;
	margin-top: 2%;
	margin-left: 5%;
}

.title_flap_1 {
	margin: 15% 0 0;
	text-align: center;
}
.title_flap_1 .tit_top {
	display: block;
	font-size: 13px;
	font-size: 3.1vw;
	text-align: center;
	margin-bottom: 5%;
	margin-right: 3%;
}
.title_flap_1 .modifier_txt {
	font-size: 15px;
	line-height: 1.4;
}
.title_1 {
	font-size: 21px;
}
.title_flap_1 .tit_mid {
	display: block;
	font-size: 24px;
	font-size: 5.5vw;
	line-height: 1.4;
	text-align: center;
	margin-right: 3%;
	margin-top: 5px;
}
.tit_mid {
	display: block;
	font-size: 24px;
	font-size: 5.5vw;
	line-height: 1.4;
	text-align: center;
	margin-right: 3%;
	margin-top: 5px;
}
.title_flap_1 .tit_mid .txt_strong {
	display: inline-block;
	font-size: 16vw;
	margin: 0 1%;
}
.txt_mid {
	font-size: 16px;
	line-height: 1.8;
}
.txt_nl {
	font-size: 14px;
	line-height: 1.6;
}
.tit_aic_1 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	text-align: left;
	margin-right: 0;
}
/*
#about .blk_col2:nth-last-child(1) {
	margin-right: 0; 
}
*/
.blk_col2 {
	width: 100%;
	margin: 0 0 15px 0; 
}	
.about .blk_col2 {
	width: 49%;
	margin: 0 2% 15px 0; 
}
.about .blk_col2:nth-last-child(1) {
	margin-right: 0; 
}
.blk_col_20 {
	width: 100%;
	margin-right: 0;
}
.blk_col_80 {
	width: auto;
}
.tit_b_r_1  {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	border-right: none;
	border-bottom: solid 1px #000000;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}
.tit_b_r_2  {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
	border-right: none;
	border-bottom: solid 1px #000000;
	padding: 0 0 4px 0;
	margin-bottom: 8px;
}

.list_noflap_table {
	display:inline-block;
	width: 100%;
	border-bottom: solid 1px #000000;
	padding: 10px 0 12px 10px;
}
.list_noflap_table:first-child {
	padding-top: 0;
}
.list_noflap_table_title {
	display: block;
	width: auto;
	vertical-align: middle;
	font-size: 20px;
	box-sizing: border-box;
	padding-right: 0;
	margin-bottom: 4px;
}
.list_noflap_list_inner {
	display:block;
	width: auto;
	vertical-align: middle;
}
.list_noflap_list {
	display: block;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 1px;
}
.list_noflap_list dl {
}
.list_noflap_list dt {
	display:block;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 3px;
}
.list_noflap_list dd {
	display:block;
	width: auto;
	font-size: 13px;
	vertical-align: top;
	margin-bottom: 9px;
}
.txt_flex_flap {
	display: inline-block;
}

/* btn */
.btn_box {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 0 20px 0 25px;
  box-sizing: border-box;
  position: relative;
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.btn_box:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box:hover {
  text-decoration: none;
  opacity: 1;
}

.blk_sec_btn_1 {
	margin: 35px auto 35px;
}
.blk_sec_1 {
	margin-bottom: 35px;
}
.blk_sec_1_1 {
	margin-bottom: 20px;
}
.blk_sec_2 {
	margin-bottom: 0px;
}
.blk_sec_2_3 {
	margin-top: -10px;
}
.blk_sec_btn_2 {
	margin: 35px auto 15px;
}
.blk_sec_3 {
	margin-bottom: 15px;
}
	
.pagetop {
	right: 10px;
}
.pagetop:hover {
	opacity: 1;
}	
.pc {
  display: none;
}
.sp {
    display: block;
  }
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.text_link {
	text-decoration: underline;
	font-size: 1.5rem;
}
.text_link:hover {
	text-decoration: none;
	opacity: .8;
}
.pattern_btn {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
  color: #000;
  border: 1px solid #000;
	background: #fff;
	padding: 20px;
}

@media (max-width: 500px) {
  .pattern_btn {
    margin-top: 20px;
    width: 100%;
		font-size: 1.45rem;
		line-height: 1.4;
  }
}