
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jua&family=Noto+Sans+JP:wght@300&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;600;700&display=swap');
/*
------------------------------------------------
Style_Formatting
------------------------------------------------
*/
html, body {
  margin: 0px;
  padding: 0px;
  color:#11293E;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
    line-height: 180%;
  }
}

h1, h2, h3, h4, h5, h6, address, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
}

table, caption, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
}

hr {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

iframe {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  margin: 0px;
  padding: 0px;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
}

strong {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

pre {
  margin: 0px;
  padding: 0px;
  clear: both;
}

body {
  font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
}

textarea, input, select {
  font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
}
@media all and (-ms-high-contrast: none) {
  * {
    font-family:'Noto Sans JP', sans-serif ,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,sans-serif;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
}

/*
------------------------------------------------
Style_Formatting＿HTML5
------------------------------------------------
*/
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0px;
  padding: 0px;
}

/*
------------------------------------------------
CSS Model
------------------------------------------------
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
------------------------------------------------
other
------------------------------------------------
*/

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
PC / ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media print, screen and (min-width: 768px){   

body {
  box-sizing: border-box;
  overflow: auto;
  min-width: 1200px;
  margin: 0 auto;
  font-feature-settings: "palt";
}


@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

  .br_pc { display:inline; }
  .br_sp { display:none; }
  
/*
===============================================================================
ヘッダー
===============================================================================
*/
header {
  background-color: #fff;
  height: 80px;
}
header .header_inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .header_inner span {
  width: 260px;
  margin: 0 auto;
  display: block;
}
header .header_inner span img {
  width: 100%;
}

/*
===============================================================================
メインビジュアルスライド
===============================================================================
*/

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  display: block;
  transition: 0.3s;
}
#page-top a img {
  width: auto;
}
#page-top a img:nth-child(2) {
  display: none;
}
#page-top a:hover {
  transform: translate(10px, 10px);
}

/*
===============================================================================
フッター
===============================================================================
*/
footer {
  position: relative;
}

footer .contact_area {
  background: url(https://duty-free-japan.jp/image/top/bg_y.png);
  padding: 80px 80px 80px;
}




/* ボタン【免税品事前WEB予約サイト】【到着免税店事前WEB予約】 */
footer .contact_area ul.btn_linkarea01 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact_area ul.btn_linkarea01 li {
  width: 48%;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 40px;
}

footer .contact_area ul.btn_linkarea01 li.btn_yoyaku {

}
footer .contact_area ul.btn_linkarea01 li:hover {
  transform: translate(10px, 10px);
}


/* ボタン【はじめてのお客様へ】、【ご利用ガイド】 */

footer .contact_area ul.btn_linkarea02 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact_area ul.btn_linkarea02 li {
  position: relative;
  width: 48%;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #11293e;
  box-shadow: 2px 3px 0px 0px rgb(17, 41, 62);
  transition: 0.5s;
}

footer .contact_area ul.btn_linkarea02 li a {
  padding: 45px 0;
  display: block;
  color: #11293e;
  font-weight: bold;
  font-size: 22px;
}
footer .contact_area ul.btn_linkarea02 li:hover {
  background: #11293e;
  transition: 0.5s;
}
footer .contact_area ul.btn_linkarea02 li:hover a {
  color: #fff;
}
footer .contact_area ul.btn_linkarea02 li::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://duty-free-japan.jp/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:hover::after {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/icon_link_w.svg);
}
footer .contact_area ul.btn_linkarea02 li:nth-child(1)::before {
  content: "";
  width: 46px;
  height: 46px;
  background: url(https://duty-free-japan.jp/image/common/clover.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:nth-child(1):hover::before {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/clover_w.svg) no-repeat;
}
footer .contact_area ul.btn_linkarea02 li:nth-child(2)::before {
  content: "";
  width: 46px;
  height: 38px;
  background: url(https://duty-free-japan.jp/image/common/ionic-md-book.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:nth-child(2):hover::before {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/ionic-md-book_w.svg) no-repeat;
}
footer .f_logo {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
footer .f_logo img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .f_logo small {
  margin-top: 10px;
  display: block;
}
footer small.cp {
  background-color: #0AB4BE;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}


#home {
  background: url(https://duty-free-japan.jp/image/top/bg.webp);
}
#home .mv {
  margin-bottom: 0;
  background-image: url("/image/arrival/top/bg_y01.png") ;
}

#home .contents {
font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
}

/* #block01（PC） ■■■■■■■■■■■■■■■■■■■■ */

#home .inner01 {
	max-width: 100%;
	padding-bottom: 70px;
	background-image: url("/image/arrival/top/bg_g.png") ;
}
#home .inner01 .box01 {
	/* max-width: 1200px; */
	max-width: 100%;
	margin: 0;
	background-image: url("/image/arrival/top/bg_y02.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center bottom; /*--背景画像の位置--*/
	background-size: 100%;
}

#home .inner01 .box01 .top_read {
	font-size: 35px;
	letter-spacing: 0.05rem;
	color: #E86C0E;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 20px;
}
#home .inner01 .box01 .top_read02 {
	font-size: 35px;
	letter-spacing: 0.05rem;
	color: #E86C0E;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 30px;
}
#home .inner01 .box01 .top_read02 .mochi {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	margin-right: 5px;
	background-image: url("/image/arrival/top/bg_mochi.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-size: 100%;
	background-position: center; /*--背景画像の位置--*/
}

#home .inner01 .box01 .top_read03 {
	font-size: 35px;
	letter-spacing: 0.05rem;
	color: #333333;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}

/* ■マーカー（白）■ */
span.marker01 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.05em; /* 線の太さ */
	text-decoration-color: #fff; /* 線の色 */
	text-underline-offset: -0.9em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}
/* ■マーカー（黄色）■ */
span.marker02 {
	background: linear-gradient(transparent 70%, #FFCE00 70%);
}

.photo01 {
	width: 1150px;
	margin: auto;
	padding-top: 70px;
}

/* #block02（PC） ■■■■■■■■■■■■■■■■■■■■ */
#home .inner02 {
	max-width: 100%;
}

#home .inner02 .box02 {
	max-width: 1150px;
	min-height: 600px;
	margin: auto;
	background-image: url("/image/arrival/top/bg_hito.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center bottom; /*--背景画像の位置--*/
	background-size: 100%;
}

/* ■ふきだし（左寄り）■■■■■■■■■■■■■■■■■■■■ */
.fukidashi01 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 60px;
	padding-left: 220px;
}

.fukidashi01 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

/* ■ふきだし（右寄り）■■■■■■■■■■■■■■■■■■■■ */
.fukidashi02 {
	width: 100%;
	padding-bottom: 30px;
	padding-left: 360px;
}

.fukidashi02 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}
.fukidashi_box .fukidashi_inner {
	width: 100%;
	border-radius: 23px;
	height: auto;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	border: 3px solid #11293F;
	color: #333333;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

.fukidashi_box .fukidashi_inner.ar_left {
	background-color: #C6E47F;
	margin-left: 20px;
}
.fukidashi_box .fukidashi_inner.ar_right {
	background-color: #A1D9DC;
	margin-right: 20px;
}

.img_brnri {
	width: 700px;
	margin: auto;
	padding-bottom: 70px;
}


/* #block03（PC） ■■■■■■■■■■■■■■■■■■■■ */

#home .inner03 {
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url("/image/arrival/top/bg_pi.png") ;
}

#home .box03 {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 20px;
	border: 3px solid #11293F;
}

#home .title_box03 {
	margin: auto;
	margin-top: -50px;
	width: 850px;
	border-radius: 20px;
	border: 3px solid #11293F;
	background-color: #FFDD72;
	background-image: url("/image/arrival/top/bg_hatena.png") ;
	background-size: auto 79px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: 15px center; /*--背景画像の位置--*/
	text-align: center;
	padding: 1.6rem 1.8rem 2rem 1.8rem;
	line-height: 1;
	font-size: 35px;
}

#home .arrow01 {
	width: 60px;
	margin-top: -20px;
}


/* ■マーカー（黄色）文字色（オレンジ）■ */
span.marker03 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.3em; /* 線の太さ */
	text-decoration-color: #FFFCB2; /* 線の色 */
	text-underline-offset: -1.07em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #E86C0E;
}
/* ■マーカー（ピンク）文字色（赤）■ */
span.marker04 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.3em; /* 線の太さ */
	text-decoration-color: #FFE0EC; /* 線の色 */
	text-underline-offset: -1.07em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #ff0000;
}

#home .inner03 .block03_read {
	font-size: 34px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.5rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

/* ■黄色背景■ */
#home .inner03 .block03_bgy {
	background-color: #FFFBD2;
	border-radius: 0 0 20px 20px;
	padding-top: 40px;
	padding-bottom: 60px;
}

#home .inner03 .block03_bgy .bgy_innerborder {
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-bottom: 0;
	text-align: center;
	border-radius: 20px 20px 0 0;
	border: 3px solid #11293F;
}

#home .inner03 .block03_innertitle {
	background-color: #10283E;
	border-radius: 15px 15px 0 0;
	font-size: 30px;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#home .inner03 .block03_innertitle span {
	font-size: 25px;
}

#home .bgy_innerborder .photo_t2 {
	width: 730px ;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 40px;
}
#home .bgy_innerborder .map_t2 {
	width: 730px ;
	margin: auto;
	padding-top: 0;
	padding-bottom: 50px;
}
.mt_space {
	margin-top: 55px!important;
}

/* #block04（PC） ■■■■■■■■■■■■■■■■■■■■ */

#home .inner04 {
	max-width: 100%;
	padding-bottom: 30px;
	background-image: url("/image/arrival/top/bg_b.png") ;
}
#home .inner04 .box04 {
	/* max-width: 1200px; */
	max-width: 100%;
	margin: 0;
	background-image: url("/image/arrival/top/bg_y02.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center bottom; /*--背景画像の位置--*/
	background-size: 100%;
}

#home .inner04 .box04 .tx_img02 {
	width: 950px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 120px;
}

#home .box04_2 {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-top: 110px;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 20px;
	border: 3px solid #11293F;
}

#home .box04_2 .block04_read {
	font-size: 34px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 780px;
	margin: auto;

}
#home .box04_2 .block04_read li {
	padding-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
#home .box04_2 .block04_read li .attx  {
	font-size: 22px;
	line-height: 1.9em;
	padding-left: 34px;
	display: block;
}

#home .box04_2 .block04_read li .marker05  {
	font-size: 50px;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.15em; /* 線の太さ */
	text-decoration-color: #FFFCB2; /* 線の色 */
	text-underline-offset: -0.95em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #E86C0E;
}


#home .img_summary  {
	width: 1150px;
	margin: auto;
	padding-top: 60px;
}
#home .img_summary02  {
	width: 850px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 20px;
}


/*-- ■英語版（PC）■■■■■■■■■■■■■ --*/
#en .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/en/bg_mochi_en.png") ;
	background-size: 100%;
}
#en .inner01 .box01 .top_read03 {
	padding-bottom: 80px;
}

/* ■ふきだし（左寄り）■ */
#en .fukidashi01 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 110px;
	padding-left: 280px;
}

#en .fukidashi01 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}
#en .icon_arrow_right {
	width: 577px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#en .fukidashi_box .fukidashi_inner {
	padding: 20px 0 30px 0;
	font-size: 37px;
	line-height: 1.6;
}
#en .title_box03 {
	text-align: left;
	padding: 1.6rem 1.8rem 2rem 6.5rem;
	font-size: 31px;
}
#en .box04_2 .title_box03 {
	text-align: center;
	padding: 0.5rem 1.8rem 1.5rem 1.6rem;
	font-size: 31px;
}
#en .inner03 .block03_read {
	width: 860px;
	margin: auto;
	font-size: 32px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#en .inner03 .block03_innertitle {
	font-size: 28px;
}
#en .inner03 .block03_innertitle span {
	font-size: 21px;
}

#en .inner04 .box04 .tx_img02 {
	width: 1050px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 90px;
}

#en .box04_2 .block04_read {
	font-size: 32px;
	line-height: 3.0rem;
}
#en .box04_2 .block04_read li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#en .box04_2 .block04_read li .attx  {
	padding-left: 48px;
}
#en .box04_2 .block04_read li .marker05  {
	font-size: 45px;
}


/*-- ■簡体語（PC）■■■■■■■■■■■■■ --*/
#ch {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#ch .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ch/bg_mochi_ch.png") ;
	background-size: 100%;
}
#ch .inner01 .box01 .top_read03 {
	padding-bottom: 80px;
}

/* ■ふきだし（左寄り）■ */
#ch .fukidashi01 {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 110px;
	padding-left: 280px;
}

#ch .fukidashi01 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}
#ch .icon_arrow_right {
	width: 577px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ch .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	padding: 20px 0 30px 0;
	font-size: 37px;
	line-height: 1.6;
}
#ch .title_box03 {
	text-align: center;
	padding: 1.6rem 0 2rem 0;
	font-size: 33px;
}
#ch .box04_2 .title_box03 {
	text-align: center;
	padding: 1.5rem 1.8rem 2rem 1.6rem;
	font-size: 33px;
}
#ch .inner03 .block03_read {
	width: 860px;
	margin: auto;
	font-size: 32px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#ch .inner03 .block03_innertitle {
	font-size: 30px;
	letter-spacing: 0.1rem;
}
#ch .inner03 .block03_innertitle span {
	font-size: 21px;
}

#ch .inner04 .box04 .tx_img02 {
	width: 850px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}

#ch .box04_2 .block04_read {
	font-size: 33px;
	line-height: 3.0rem;
}
#ch .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
#ch .box04_2 .block04_read li .attx  {
	padding-left: 35px;
}
#ch .box04_2 .block04_read li .marker05  {
	font-size: 40px;
}


/*-- ■韓国語（PC）■■■■■■■■■■■■■ --*/
#ko {
	font-family: "Jua", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 400;
	font-style: normal;
}

#ko .inner01 .box01 .top_read,
#ko .inner01 .box01 .top_read02 {
	font-size: 40px;
}
#ko .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ko/bg_mochi_ko.png") ;
	background-size: auto 100%;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;

}
#ko .inner01 .box01 .top_read03 {
	padding-bottom: 80px;
}

/* ■ふきだし（左寄り）■ */
#ko .fukidashi01 {

	width: 100%;
	padding-bottom: 30px;
	padding-top: 110px;
	padding-left: 280px;
}

#ko .fukidashi01 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}
#ko .icon_arrow_right {
	width: 577px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ko .fukidashi_box .fukidashi_inner {
	font-family: "Jua", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 400;
	padding: 60px 0 60px 0;
	font-size: 37px;
	line-height: 1.6;
}
#ko .title_box03 {
	text-align: center;
	padding: 1.6rem 0 2rem 0;
	font-size: 33px;
}
#ko .box04_2 .title_box03 {
	text-align: center;
	padding: 1.5rem 1.8rem 2rem 1.6rem;
	font-size: 33px;
}
#ko .inner03 .block03_read {
	width: 860px;
	margin: auto;
	font-size: 32px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#ko .inner03 .block03_innertitle {
	font-size: 33px;
	letter-spacing: 0.1rem;
}
#ko .inner03 .block03_innertitle span {
	font-size: 21px;
}

#ko .inner04 .box04 .tx_img02 {
	width: 850px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}

#ko .box04_2 .block04_read {
	font-size: 33px;
	line-height: 3.0rem;
}
#ko .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
#ko .box04_2 .block04_read li .attx  {
	padding-left: 35px;
}
#ko .box04_2 .block04_read li .tx_red  {
	color: #ff0000;
}


/*-- ■繁体語（PC）■■■■■■■■■■■■■ --*/
#ta {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#ta .inner01 .box01 .top_read,
#ta .inner01 .box01 .top_read02 {
	letter-spacing: 0.08em!important;
}
#ta .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ta/bg_mochi_ta.png") ;
	background-size: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}
#ta .inner01 .box01 .top_read03 {
	padding-bottom: 80px;
}

/* ■ふきだし（左寄り）■ */
#ta .fukidashi01 {

	width: 100%;
	padding-bottom: 30px;
	padding-top: 110px;
	padding-left: 280px;
}

#ta .fukidashi01 .fukidashi_box {
	width: 554px;
	height: auto;
	display: flex;
	align-items: center;
	
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}
#ta .icon_arrow_right {
	width: 577px;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 25px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ta .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 400;
	padding: 20px 0 30px 0;
	font-size: 37px;
	line-height: 1.6;
}
#ta .title_box03 {
	text-align: center;
	padding: 1.6rem 0 2rem 0;
	font-size: 33px;
}
#ta .box04_2 .title_box03 {
	text-align: center;
	padding: 1.5rem 1.8rem 2rem 1.6rem;
	font-size: 33px;
}
#ta .inner03 .block03_read {
	width: 860px;
	margin: auto;
	font-size: 32px;
	letter-spacing: 0.03rem;
	color: #333333;
	line-height: 3.2rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#ta .inner03 .block03_innertitle {
	font-size: 30px;
	letter-spacing: 0.1rem;
}
#ta .inner03 .block03_innertitle span {
	font-size: 21px;
}

#ta .inner04 .box04 .tx_img02 {
	width: 950px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}

#ta .box04_2 .block04_read {
	font-size: 33px;
	line-height: 3.0rem;
}
#ta .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
#ta .box04_2 .block04_read li .attx  {
	padding-left: 35px;
}
#ta .box04_2 .block04_read li .marker05  {
	font-size: 40px;
}


/*-- ▲▲▲（PC）▲▲▲▲▲▲▲▲▲▲▲▲▲ --*/


}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
PC / ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP / ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (max-width: 767px){

.pc {
  display: none;
}

  .br_pc { display:none; }
  .br_sp { display:inline; }
  
/*
===============================================================================
ヘッダー
===============================================================================
*/
header {
  background-color: #fff;
  height: 70px;
}
header .header_inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .header_inner span {
  width: 200px;
  margin: 0 auto;
  display: block;
}
header .header_inner span img {
  width: 100%;
}

/*
===============================================================================
メインビジュアルスライド
===============================================================================
*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button:before {
  line-height: 12px !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  color: #fff !important;
  background: #fff !important; /*ドットボタンの色*/
  border: 1px solid #11293e !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  color: #11293e !important;
}

.slick-dots li.slick-active button:before {
  background: #11293e !important;
}

#page-top {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  transition: 0.5s;
}
#page-top a {
  display: block;
}
#page-top a img {
  width: 320px;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

/*
===============================================================================
フッター
===============================================================================
*/
footer {
  position: relative;
}

footer .contact_area {
  background: url(https://duty-free-japan.jp/image/top/bg_y.png);
  padding: 50px 0;
}


/* （SP）ボタン【免税品事前WEB予約サイト】【到着免税店事前WEB予約】 */
footer .contact_area ul.btn_linkarea01 {
  max-width: 1000px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
footer .contact_area ul.btn_linkarea01 li {
  width: 100%;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 20px;
}
footer .contact_area ul.btn_linkarea01 li:hover {
  transform: translate3d(0, 5px, 0);
}


/* （SP）ボタン【はじめてのお客様へ】、【ご利用ガイド】 */

footer .contact_area ul.btn_linkarea02 {
  max-width: 1000px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .contact_area ul.btn_linkarea02 li {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #11293e;
  box-shadow: 2px 3px 0px 0px rgb(17, 41, 62);
  transition: 0.5s;
  margin-bottom: 20px;
}

footer .contact_area ul.btn_linkarea02 li a {
  padding: 25px 0;
  display: block;
  color: #11293e;
  font-weight: bold;
  font-size: 16px;
}
footer .contact_area ul.btn_linkarea02 li:hover {
  background: #11293e;
  transition: 0.5s;
}
footer .contact_area ul.btn_linkarea02 li:hover a {
  color: #fff;
}
footer .contact_area ul.btn_linkarea02 li::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://duty-free-japan.jp/image/common/icon_link.svg);
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:hover::after {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/icon_link_w.svg);
  background-size: 100% !important;
}
footer .contact_area ul.btn_linkarea02 li:nth-child(1)::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(https://duty-free-japan.jp/image/common/clover.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:nth-child(1):hover::before {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/clover_w.svg) no-repeat;
  background-size: 100% !important;
}
footer .contact_area ul.btn_linkarea02 li:nth-child(2)::before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(https://duty-free-japan.jp/image/common/ionic-md-book.svg) no-repeat;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .contact_area ul.btn_linkarea02 li:nth-child(2):hover::before {
  content: "";
  background: url(https://duty-free-japan.jp/image/common/ionic-md-book_w.svg) no-repeat;
  background-size: 100% !important;
}
footer .f_logo {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
footer .f_logo img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .f_logo small {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
footer small.cp {
  background-color: #0AB4BE;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 8px;
}


#home {
  background: url(https://duty-free-japan.jp/image/top/bg.webp);
}
#home .mv {
  margin-bottom: 0;
	background-image: url("/image/arrival/top/bg_y01.png") ;
}
#home .contents {
font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* SPSP */
/* #block01（SP） ■■■■■■■■■■■■■■■■■■■■ */
/* 背景（緑） */
#home .inner01 {
	width: 100%;
	background-image: url("/image/arrival/top/bg_g.png") ;
	padding-bottom: 50px;
}
#home .inner01 .box01 {
	width: 100%;
	margin: 0;
	background-image: url("/image/arrival/top/bg_y02_sp.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center bottom; /*--背景画像の位置--*/
	background-size: 100%;
}


#home .inner01 .box01 .top_read {
	font-size: 6vw;
	letter-spacing: 0.1em;
	color: #E86C0E;
	line-height: 2.6rem;
	text-align: center;
	padding-top: 20px;
}
#home .inner01 .box01 .top_read02 {
	font-size: 6vw;
	letter-spacing: 0.1em;
	color: #E86C0E;
	line-height: 2.6rem;
	text-align: center;
	padding-top: 30px;
}
#home .inner01 .box01 .top_read02 .mochi {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.5em;
	line-height: 2em;

	background-image: url("/image/arrival/top/bg_mochi.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-size: 100%;
	background-position: center; /*--背景画像の位置--*/
}

#home .inner01 .box01 .top_read03 {
	font-size: 6vw;
	letter-spacing: 0.1em;
	color: #333333;
	line-height: 2.6rem;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 70px;
}

/* ■マーカー（白）■ */
span.marker01 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.05em; /* 線の太さ */
	text-decoration-color: #fff; /* 線の色 */
	text-underline-offset: -0.9em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}
/* ■マーカー（黄色）■ */
span.marker02 {
	background: linear-gradient(transparent 70%, #FFCE00 70%);
}

.photo01 {
	width: 90%;
	margin: auto;
	padding-top: 30px;
}

/* #block02（SP） ■■■■■■■■■■■■■■■■■■■■ */
#home .inner02 {
	max-width: 100%;
}

#home .inner02 .box02 {
	max-width: 100%;
	min-height: auto;
	margin: auto;
	background-image: url("/image/arrival/top/bg_hito_sp.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center top; /*--背景画像の位置--*/
	background-size: 100%;
}

/* ■ふきだし（左寄り）■■■■■■■■■■■■■■■■■■■■ */
.fukidashi01 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 11%;
	padding-left: 25%;
}

.fukidashi01 .fukidashi_box {
	width: 57%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/

}

/* ■ふきだし（右寄り）■■■■■■■■■■■■■■■■■■■■ */
.fukidashi02 {
	width: 100%;
	padding-bottom: 30px;
	padding-left: 33%;
}

.fukidashi02 .fukidashi_box {
	width: 65%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}
.fukidashi_box .fukidashi_inner {
	width: 100%;
	border-radius: 18px;
	height: auto;
	padding: 1em 0 1em 0;
	text-align: center;
	font-size: 4vw;
	line-height: 1.6;
	border: 3px solid #11293F;
	color: #333333;
	font-family: "Zen Maru Gothic", serif;/*-- （ふきだし）フォント --*/
	font-weight: 500;
	font-style: normal;
}

.fukidashi_box .fukidashi_inner.ar_left {
	background-color: #C6E47F;
	margin-left: 15px;
}
.fukidashi_box .fukidashi_inner.ar_right {
	background-color: #A1D9DC;
	margin-right: 15px;
}

.img_brnri {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

/* #block03（SP） ■■■■■■■■■■■■■■■■■■■■ */

#home .inner03 {
	max-width: 100%;
	padding-top: 1px;
	padding-bottom: 10px;
	background-image: url("/image/arrival/top/bg_pi.png") ;
}

#home .box03 {
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 15px;
	border: 3px solid #11293F;
}

#home .title_box03 {
	margin: auto;
	margin-top: -60px;
	margin-left: -1%;
	width: 102%;
	border-radius: 15px;
	border: 3px solid #11293F;
	background-color: #FFDD72;
	background-image: url("/image/arrival/top/bg_hatena.png") ;
	background-size: 15%; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center 10%; /*--背景画像の位置--*/
	text-align: center;
	padding: 3em 0.5em 1.6em 0.5em;
	line-height: 1;
	font-size: 5.5vw;
}

#home .arrow01 {
	width: 13vw;
	margin-top: -25vw;
}


/* ■マーカー（黄色）文字色（オレンジ）■ */
span.marker03 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.3em; /* 線の太さ */
	text-decoration-color: #FFFCB2; /* 線の色 */
	text-underline-offset: -1.07em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #E86C0E;
}
/* ■マーカー（ピンク）文字色（赤）■ */
span.marker04 {
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.3em; /* 線の太さ */
	text-decoration-color: #FFE0EC; /* 線の色 */
	text-underline-offset: -1.07em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #ff0000;
}

#home .inner03 .block03_read {
	font-size: 5vw;
	letter-spacing: 0.01em;
	color: #333333;
	line-height: 2.5rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

/* ■黄色背景■ */
#home .inner03 .block03_bgy {
	background-color: #FFFBD2;
	border-radius: 0 0 20px 20px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#home .inner03 .block03_bgy .bgy_innerborder {
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-bottom: 0;
	text-align: center;
	border-radius: 15px 15px 0 0;
	border: 3px solid #11293F;
}

#home .inner03 .block03_innertitle {
	background-color: #10283E;
	border-radius: 10px 10px 0 0;
	font-size: 5vw;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 17px;
}
#home .inner03 .block03_innertitle span {
	font-size: 3.5vw;
}

#home .bgy_innerborder .photo_t2 {
	width: 90%!important;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 25px;
}
#home .bgy_innerborder .map_t2 {
	width: 90%!important;
	margin: auto;
	padding-top: 0;
	padding-bottom: 30px;
}
.mt_space {
	margin-top: 30px!important;
}

/* #block04（SP） ■■■■■■■■■■■■■■■■■■■■ */

#home .inner04 {
	max-width: 100%;
	padding-bottom: 10px;
	background-image: url("/image/arrival/top/bg_b.png") ;
}
#home .inner04 .box04 {
	/* max-width: 1200px; */
	max-width: 100%;
	margin: 0;
	background-image: url("/image/arrival/top/bg_y02_sp.png") ;
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: center bottom; /*--背景画像の位置--*/
	background-size: 100%;
}

#home .inner04 .box04 .tx_img02 {
	width: 83%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}

#home .box04_2 {
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 0;
	margin: auto;
	margin-top: 90px;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 20px;
	border: 3px solid #11293F;
}

#home .box04_2 .block04_read {
	font-size: 5vw;
	letter-spacing: 0.01em;
	color: #333333;
	line-height: 2.5rem;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

#home .box04_2 .title_box03 {
	line-height: 1.3;
}

#home .box04_2 .block04_read li {
	padding-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
	
}
#home .box04_2 .block04_read li .attx  {
	font-size: 3.5vw;
	line-height: 1.9em;
	padding-left: 5vw;
	display: block;
}
#home .box04_2 .block04_read li .marker05  {
	font-size: 9vw;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1.15em; /* 線の太さ */
	text-decoration-color: #FFFCB2; /* 線の色 */
	text-underline-offset: -0.95em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	color: #E86C0E;
}


#home .img_summary  {
	width: 90%;
	margin: auto;
	padding-top: 30px;
}
#home .img_summary02  {
	width: 92%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}


/*-- ■英語版（SP）■■■■■■■■■■■■■ --*/
#en .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/en/bg_mochi_en.png") ;
	background-size: 100%;
}
#en .inner01 .box01 .top_read03 {
	padding-bottom: 50px;
	letter-spacing: 0.05em;
}

#en .inner01 .box01 .top_read {
	letter-spacing: 0.05em;
}
#en .inner01 .box01 .top_read02 {
	letter-spacing: 0.05em;
}


/* ■ふきだし（左寄り）■ */
#en .fukidashi01 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 26%;
	padding-left: 25%;
}

#en .fukidashi01 .fukidashi_box {
	width: 93%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

#en .icon_arrow_right {
	width: 66%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#en .fukidashi_box .fukidashi_inner {
	padding: 8% 0 11% 0;
	font-size: 5vw;
	line-height: 1.5;
}

#en .img_brnri {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 40px;
}

#en .title_box03 {
	padding: 3em 0.5em 1.3em 0.5em;
	line-height: 1.4;
}
#en .inner03 .block03_read {
	width: 93%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.8;
}

#en .inner03 .block03_innertitle {
	font-size: 4.5vw;
}
#en .inner03 .block03_innertitle span {
	font-size: 3.3vw;
}

#en .box04_2 .block04_read li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.5;
	
}
#en .box04_2 .block04_read li .attx  {
	line-height: 2.5em;
	padding-left: 7vw;
}


/*-- ■簡体語（SP）■■■■■■■■■■■■■ --*/
#ch {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

#ch .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ch/bg_mochi_ch.png") ;
	background-size: 100%;
}
#ch .inner01 .box01 .top_read03 {
	padding-bottom: 60px;
	letter-spacing: 0.05em;
}

#ch .inner01 .box01 .top_read {
	letter-spacing: 0.05em;
}
#ch .inner01 .box01 .top_read,
#ch .inner01 .box01 .top_read02 {
	letter-spacing: 0.03em;
	font-size: 5.6vw;
}


/* ■ふきだし（左寄り）■ */
#ch .fukidashi01 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 26%;
	padding-left: 25%;
}

#ch .fukidashi01 .fukidashi_box {
	width: 93%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

#ch .icon_arrow_right {
	width: 66%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ch .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 600;
	padding: 18% 0 20% 0;
	font-size: 5vw;
	line-height: 1.5;
}

#ch .img_brnri {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 40px;
}

#ch .title_box03 {
	padding: 3em 0.5em 1.3em 0.5em;
	line-height: 1.4;
}
#ch .inner03 .block03_read {
	width: 93%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.8;
}

#ch .inner03 .block03_innertitle {
	font-size: 4.8vw;
}
#ch .inner03 .block03_innertitle span {
	font-size: 3.3vw;
}

#ch .inner04 .box04 .tx_img02 {
	padding-bottom: 70px;
}
#ch .box04_2 .block04_read {
	font-size: 5.2vw;

}

#ch .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.5;
}
#ch .box04_2 .block04_read li .attx  {
	line-height: 2.5em;
	padding-left: 6vw;
}
#ch .box04_2 .block04_read li .marker05  {
	font-size: 7vw;
}



/*-- ■韓国語（SP）■■■■■■■■■■■■■ --*/
#ko {
	font-family: "Jua", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#ko .inner01 .box01 .top_read,
#ko .inner01 .box01 .top_read02 {
	font-size: 6.5vw;
	line-height: 1.6;
}
#ko .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ko/bg_mochi_ko.png") ;
	background-size: 100%;
	padding-top: 4%;
	padding-left: 3%;
	padding-right: 3%;
}
#ko .inner01 .box01 .top_read03 {
	padding-bottom: 60px;
	letter-spacing: 0.05em;
}

#ko .inner01 .box01 .top_read {
	letter-spacing: 0.05em;
}
#ko .inner01 .box01 .top_read02 {
	letter-spacing: 0.05em;
}


/* ■ふきだし（左寄り）■ */
#ko .fukidashi01 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 26%;
	padding-left: 25%;
}

#ko .fukidashi01 .fukidashi_box {
	width: 93%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

#ko .icon_arrow_right {
	width: 66%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ko .fukidashi_box .fukidashi_inner {
	font-family: "Jua", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 400;
	padding: 27% 0 27% 0;
	font-size: 5vw;
	line-height: 1.5;
}

#ko .img_brnri {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 40px;
}

#ko .title_box03 {
	padding: 3em 0.5em 1.3em 0.5em;
	line-height: 1.4;
}
#ko .inner03 .block03_read {
	width: 93%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.8;
}

#ko .inner03 .block03_innertitle {
	font-size: 4.8vw;
}
#ko .inner03 .block03_innertitle span {
	font-size: 3.3vw;
}

#ko .inner04 .box04 .tx_img02 {
	padding-bottom: 70px;
}
#ko .box04_2 .block04_read {
	font-size: 5.2vw;

}

#ko .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.5;
}
#ko .box04_2 .block04_read li .attx  {
	line-height: 2.5em;
	padding-left: 6vw;
}
#ko .box04_2 .block04_read li .tx_red  {
	color: #ff0000;
}



/*-- ■繁体語（SP）■■■■■■■■■■■■■ --*/
#ta {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#ta .inner01 .box01 .top_read02 .mochi {
	background-image: url("/image/arrival/ta/bg_mochi_ta.png") ;
	background-size: 100%;
}
#ta .inner01 .box01 .top_read03 {
	padding-bottom: 60px;
	letter-spacing: 0.05em;
}

#ta .inner01 .box01 .top_read {
	letter-spacing: 0.05em;
}
#ta .inner01 .box01 .top_read02 {
	letter-spacing: 0.05em;
}


/* ■ふきだし（左寄り）■ */
#ta .fukidashi01 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 26%;
	padding-left: 25%;
}

#ta .fukidashi01 .fukidashi_box {
	width: 93%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: left center; /*--背景画像の位置--*/
}

#ta .icon_arrow_right {
	width: 66%;
	height: auto;
	display: flex;
	align-items: center;
	background-image: url("/image/arrival/top/icon_arrow2.png") ;
	background-size: auto 20px; /*--背景画像のサイズ--*/
	background-repeat: no-repeat; /*--背景画像の繰り返し--*/
	background-position: right center; /*--背景画像の位置--*/
}

#ta .fukidashi_box .fukidashi_inner {
	font-family:"Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif!important;/*-- （ふきだし）フォント --*/
	font-weight: 400;
	padding: 18% 0 20% 0;
	font-size: 5vw;
	line-height: 1.5;
}

#ta .img_brnri {
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 40px;
}

#ta .title_box03 {
	padding: 3em 0.5em 1.3em 0.5em;
	line-height: 1.4;
}
#ta .inner03 .block03_read {
	width: 93%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.8;
}

#ta .inner03 .block03_innertitle {
	font-size: 4.8vw;
}
#ta .inner03 .block03_innertitle span {
	font-size: 3.3vw;
}

#ta .inner04 .box04 .tx_img02 {
	padding-bottom: 70px;
}
#ta .box04_2 .block04_read {
	font-size: 5.2vw;
}

#ta .box04_2 .block04_read li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.5;
}
#ta .box04_2 .block04_read li .attx  {
	line-height: 2.5em;
	padding-left: 6vw;
}
#ta .box04_2 .block04_read li .marker05  {
	font-size: 7vw;
}

/*-- ▲▲▲（SP）▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ --*/
}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP / ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/


