@charset "utf-8";

/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	/*background: #fff;*/
	color: #fff;
	text-align: center;
}
@media only screen and ( max-width: 749px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}
.text_b {
  font-weight: 700;
}
.text_small {
  font-size: 80%;
}
.text_url {
  word-break: break-all;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #005ECF;
	text-decoration: none;
}
/*イメージマップ用
IE対応：<area onFocus="this.blur();">
------------------------------------*/
area {
	border: none;
	outline: none;
}
/*******************************************************************
　ページ共通パーツ
*******************************************************************/

@media print, screen and (min-width:750px){
	.display_pc {display: block;}
	.display_sp {display: none;}
}
@media screen and (max-width:749px){
	.display_pc {display: none;}
	.display_sp {display: block;}
}
@media print, screen and (min-width:1080px){
	.display_sp2 {display: none;}
}
@media screen and (max-width:1079px){
	.display_pc2 {display: none;}
}

/*******************************************************************
　各セクション
*******************************************************************/
/*共通 ------------------------------*/
.contents {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
}

.wide_wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
@media only screen and ( max-width: 749px ) {
	.container {
	}
}

.attn_box {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 1em;
}
.attn {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto 1em;
  color: #333;
}
@media only screen and ( max-width: 749px ) {
  .attn {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.3;
  }
}
/*----------------------------------------------------------
　ヘッダー 
-----------------------------------------------------------*/
header {
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}
.header_logo{
	width: 15%;
	text-align: left;
}
.header_logo img {
	max-width: 100px;

}
.header_name {
	text-align: right;
}
.header_name img {
	max-width: 120px;
}
@media only screen and ( max-width: 749px ) {
	header {
		margin: 0 auto 0;
	  padding: 0 0;
  }
	.header_logo {
		width: 50%
	}
  .header_logo img {
    max-width: none;
  }
  .header_name {
  }
  .header_name img {
    width: 80%;
    }
}

/*----------------------------------------------------------
　メインビジュアル
-----------------------------------------------------------*/
main {
}

/* メインビジュアル動画背景
------------------------------------------------*/
.mv {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* ロゴ画像の高さに合わせて自動調整されるため、heightは指定しない */
}

.mv__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
}

.mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_mv.png);
    background-repeat: repeat;
    background-size: auto;
    z-index: 2;
}

.mv__logo {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 40px 20px;*/
}
.mv__logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* リード
------------------------------------------------*/
.mv_lead_box {
  display: flex;
  justify-content: center;
  margin: 5% auto 12%;
}
.mv_lead {
  width: 57%;
  margin: 0 auto;
}
.mv_lead_side {
  width: 21.5%;
  margin: 0 auto;
}
@media only screen and ( max-width: 750px) {
  .mv_lead_box {
    align-items: center;
  }
  .mv_lead {
    width: 70%;
    margin: 0 auto;
  }
  .mv_lead_side {
    width: 15%;
    margin: 0 auto;
  }
}


/*----------------------------------------------------------
　メニュー
-----------------------------------------------------------*/
.menu_wrap {
  background: url("../img/bg_menu.png") center top repeat-x;
}
@media only screen and ( max-width: 750px) {
  .menu_wrap {
    background: url("../img/bg_menu.png") center top / 100% auto no-repeat;
  }
}
.menu_box {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/*----------------------------------------------------------
　カーボン
-----------------------------------------------------------*/
.carbon_wrap {
  background: url("../img/bg_carbon.png") center top;
  overflow: hidden;
  margin-top: min(120px,10%);
}
.carbon_wrap2 {
  background: url("../img/bg_wh_down.png") center -20px repeat-x;
  overflow: hidden;
}
@media only screen and ( max-width: 750px) {
  .carbon_wrap2 {
    background: url("../img/bg_wh_down.png") center top / 100% auto no-repeat;
  }
}
.carbon_box_wrap {
  position: relative;  
}
.carbon_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 10%;
}
.carbon_icon1 {
  position: absolute;
  top: 0;
  left: calc(500 / 1000 * 100%);
  width: calc(146 / 1000 * 100%);
  max-width: 146px;
}
.carbon_icon2 {
  position: absolute;
  top: calc(540 / 580 * 100%);
  left: calc(810 / 1000 * 100%);
  width: calc(160 / 1000 * 100%);
  max-width: 160px;
}

/*----------------------------------------------------------
　イベント
-----------------------------------------------------------*/
.event_serif_wrap {
  background: url("../img/bg_wh_up.png") center bottom repeat-x;
  overflow: hidden;
}
@media only screen and ( max-width: 750px) {
  .event_serif_wrap {
    background: url("../img/bg_wh_up.png") center bottom / 100% auto no-repeat;
    overflow: hidden;
  }
}
.event_serif {
  text-align: right;
}
.event_serif img {
  width: calc(290 / 1000 * 100%);
  max-width: 290px;
  margin: 0 auto;
  padding-bottom: 10%;
}

.eventArea {
  margin-top: max(-130px,-10%);
}
.event_wrap {
  background: none;
}
.event_slide_title {
  margin-bottom: 8%;
}

/*----------------------------------------------------------
　災害・ブルースイッチ
-----------------------------------------------------------*/
.saigai_wrap {
  background: url("../img/bg_blue.png") center top;
  overflow: hidden;
  margin-top: min(120px,10%);
}
.saigai_wrap2 {
  background-image: url("../img/bg_wh_down.png"),url("../img/bg_blue_bottom.png");
  background-position:  center -20px, center bottom;
  background-repeat: repeat-x, repeat-x;
  overflow: hidden;
}
@media only screen and ( max-width: 750px) {
  .saigai_wrap2 {
    background-position:  center top, center bottom;
    background-size:  100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
  }
}
.blue_img {
  margin: 0 auto 8%;
}
.btn_dam {
  padding-top: min(100px,10%);
}
/*----------------------------------------------------------
　お店でSDGs
-----------------------------------------------------------*/
.tryArea {}
.try_wrap {
  background: url("../img/bg_try.png") center top;
  overflow: hidden;
}
.try_wrap2 {
  background-image: url("../img/bg_try_top.png"),url("../img/bg_wh_up.png");
  background-position: center top, center bottom -20px;
  background-repeat: repeat-x, repeat-x;
  overflow: hidden;
}
@media only screen and ( max-width: 750px) {
  .try_wrap2 {
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
  }
}
.try_title_box {
  display: flex;
  justify-content: center;
  padding: 10% 0 5%;
}
.try_title {
  width: calc(680 / 1280 * 100%);
  margin: 0 auto;
}
.try_title_side {
  width: calc(300 / 1280 * 100%);
  margin: 0 auto;
}
@media only screen and ( max-width: 750px) {
  .try_title_box {
    align-items: center;
  }
  .try_title {
    width: 70%;
    margin: 0 auto;
  }
  .try_title_side {
    width: 15%;
    margin: 0 auto;
  }
}

.try_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 12%;
}
.try_box > div {
  width: 50%;
}
/*----------------------------------------------------------
　採用
-----------------------------------------------------------*/
.saiyou_wrap {
  background: url("../img/bg_saiyou.png") center bottom repeat-x;
  overflow: hidden;
}
@media only screen and ( max-width: 750px) {
  .saiyou_wrap {
    background: url("../img/bg_saiyou.png") center bottom / 100% auto no-repeat;
  }
}
.love_title {
  padding: 10% 0 0;
}
.love_btn_text {
  margin-top: 10%;
}

/*----------------------------------------------------------
　共通くわしくはこちらボタン
-----------------------------------------------------------*/
.btn_round {
  width: 80%;
  margin: 0 auto;
  background: url("../img/bg_btn.png") right center / auto 100% no-repeat;
  border-radius: 100px;
}
.btn_round:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.carbonArea .btn_round {
  background-color: #C89383;
  margin-bottom: 10%;
}
.eventArea .btn_round {
  background-color: #67A226;
  margin: 0 auto 10%;
}
.saigaiArea .btn_round {
  background-color: #084A87;
  margin: 0 auto 10%;
}
.saiyouArea .btn_round {
  background-color: #D2AA00;
  margin: 0 auto 10%;
}


/*----------------------------------------------------------
　ポップアップ内容
-----------------------------------------------------------*/
.pop_mv_top_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.pop_mv_top {
  width: 14%;
  max-width: 140px;
}
.pop_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

.btn_top {
  width: 80%;
  max-width: 600px;
  margin: 5% auto 0;
  text-align: center;
  padding-bottom: 5%;
}


/*pop_event.html
-------------------------------------------------------*/
.pop_event .pop_mv_wrap {
  background: url("../img/pop/bg_sdgs_top.png") center bottom repeat-x;
}
@media only screen and ( max-width: 720px) {
  .pop_event .pop_mv_wrap {
    background: url("../img/pop/bg_sdgs_top2.png") center bottom / 100% auto no-repeat #67A226;
  }
}
.pop_event .pop_container_wrap {
  background: url("../img/pop/bg_sdgs.png") center top;
  overflow: hidden;
}
.pop_event .pop_box_wrap {
  background: url("../img/pop/bg_sdgs_img.png") center top;
  margin: 3% auto;
  position: relative;
}
.pop_event .pop_box {
  position: relative;
  width: 94%;
  margin: 0 auto 2%;
}
.pop_event .pop_sdgs_new {
  position: absolute;
  top: 5px;
  left: -5px;
  width: calc(100 / 1280 * 100%);
  max-width: 100px;
}

/*pop_blue.html
-------------------------------------------------------*/
.pop_blue .pop_container_wrap {
  position: relative;
  background: url("../img/pop/bg_blue_contens.png") center top;
}
.pop_blue .pop_header_wrap {
  background: #084A87;
}
.pop_blue .pop_mv_wrap {
  background: url("../img/pop/bg_blue_top.png") center top / auto 100% repeat-x;
}
.pop_blue .pop_title {
  padding: 5% 0;
}
.pop_blue .pop_mv_img2 {
}
.pop_blue .pop_box_wrap {
  width: 96%;
  max-width: 1280px;
  margin: min(5%, 40px) auto 0;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.pop_blue .pop_box_wrap.bg_fff {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
}
.pop_blue .pop_box {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.pop_blue .blue_btn {
  padding: 0 10px 10%;
}



/*クリッカブルマップ
------------------------------------*/
.image-map {
  position: relative;
  width: 100%;
  /*max-width: 1100px;*/ /* 任意 */
  margin: 0 auto;
}

.image-map img {
  width: 100%;
  height: auto;
  display: block;
}

.link-area {
  position: absolute;
  display: block;
  /* 透過で見えなくする */
  background-color: rgba(255, 0, 0, 0); /* テスト時に可視化 */
}

/* 座標は画像の比率で%で指定（例：画像上の位置） */
/*以下の例：画像のサイズw1100ｘh380*/
.pop_event .area1 {
  top: calc(110 / 380 * 100%);
  left: calc(730 / 1100 * 100%);
  width: calc(320 / 1100 * 100%);
  height: calc(240 / 380 * 100%);
}

/*----------------------------------------------------------
　ページの先頭に戻る
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 1rem;
	display: block;
	z-index: 1001;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	line-height: 1.2;
	border-radius: 50%;
	background: #d40039;
	text-align: center;
	color: #ffffff;
	transition: .3s;
	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.5);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and ( max-width: 749px ) {
	#pageTop {
		bottom: 100px;
		right: 1em;
	}
}

/*----------------------------------------------------------
　フッター 
-----------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #fcfcfc;
	padding-bottom: 150px;
  color: #333;
}
@media only screen and ( max-width: 749px) {
footer {
}
}
.copy {
	padding: 1em 0;
	text-align: center;
}
@media only screen and ( max-width: 749px) {
	.copy {
	}
}

.side_btn_wrap {
  position: fixed;
  top: 50%;
  left: 0;
}

.side_btn {
  max-width: 200px;
}
@media only screen and ( max-width: 1000px) {
.side_btn {
  max-width: 100px;
  }
}






/*----------------------------------------------------------
　画像エフェクト
-----------------------------------------------------------*/
/*ふわふわ*/
.floating_img {
  animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*バウンド*/
.bound_img {
  animation: bound 2.5s ease-out infinite;
  opacity: 1;
}
@keyframes bound {
  0%, 40%, 55%, 65% {
    transform: scale(1.0);
  }
  50%, 60% {
    transform: scale(0.85);
  }
}

/*スライドイン
------------------------------------------*/
/*スライドイン*/
.slidein{
	transition: 1s cubic-bezier(0.15,1,0.75,1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.slide_left.show,
.slide_right.show {
  transform: translateX(0);
}


/* フェードイン（下から） */
.fadein {
  opacity: 0;
  transform: translateY(300px); /* 初期位置を下に */
  /*transition: opacity 1.0s ease-out, transform 1.0s ease-out;*/
  /*transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);*/
  transition: opacity 1.25s ease-out, transform 1.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein.show {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
}

/* フェードイン（その場） */
.fadein2 {
    opacity: 0;
    transition: opacity 3.0s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fadein2.show {
    opacity: 1;
}

/* 遅延用のクラス */
.delay1 {
    transition-delay: 0.3s;
}
.fadein.delay2,
.fadein2.delay2 {
    transition-delay: 0.6s;
}
.fadein.delay3,
.fadein2.delay3 {
    transition-delay: 0.9s;
}


/*非表示 ------------------------------
 {
	display: none;
	height: 0;
	line-height: 0;
}
*/