@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap');

/* 開発用※公開時はコメントアウトしてください */
/* body{
	background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/tmpl_top.png);
	background-size: 1330px;
	background-position: top center;
	background-repeat: no-repeat;
  height: 7000px;
}
.container{
	opacity: .7;
} */
/* 開発用ここまで */
#wpadminbar {
  /* ログイン中のサイト内wpヘッダーを半透明化 */
    background: #1d232799!important;
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
  max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset{
  border: none;
}
a {
  transition: opacity 0.2s ease;
}
/* 全てのaタグのホバー効果からサブメニューボタンを除外 */
a:hover:not(#spmenuLI_subOpen_a) {
  opacity: 0.5;
}
div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre,a {
	box-sizing: border-box;	
}



/* 基本スタイル */
html{
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #372f1f;
  line-height: 1.6;
  width: 100%;
  background-color: #d8eafa;
  overflow-x: hidden;
  
}
@media (max-width: 1920px) {
  
}
@media (max-width: 1280px) {
 
}
.mincho{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.gothic{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.gothic2{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.brsp{
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.headerMenuBTN{
  position: fixed;
  top: 32px;
  right: 32px;
  width: 74px;
  display: block;
  z-index: 990;
}
@media (max-width: 539px) {
  .headerMenuBTN {
    top: 10px;
    right: 10px;
    width: 55px;
  }
}

/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
  z-index: 999;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}


/* スマホメニュー用スタイル */

.spmenu {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 260px;
  z-index: 999;
  
  background-color: #0057b6;
  border-radius: 80px 0 80px 0;
  display: none;
}
@media (max-width: 539px) {
  .spmenu {
    top: 10px;
    right: 10px;
  }
}

.spmeUL1{
  list-style: none;
  padding: 50px 28px 50px;
  margin: 0;
  text-align: left;
  
}

.spmeUL1 li{
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/spmenu_hr.webp);
  background-size: 80px;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.spmeUL1 li a{
    display: block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.1em;
}
.spmenuLI_span1{
  font-size: 80%;
  font-weight: 400;
}

.spmeUL1 li a:hover {
  opacity: 0.5;
}
@media (max-width: 999px) {
  /* タブレットの場合はホバーさせない（サブメニューボタンは除く） */
  .spmeUL1 li a:hover:not(#spmenuLI_subOpen_a) {
    opacity: 1;
  }
  /* サブメニューボタンはタブレットでもホバー効果を有効にする（最高詳細度） */
  body #spmenuLI_subOpen_a:not(.submenu-open):hover {
    background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_open_over.webp) !important;
    background-size: 12px !important;
    background-position: right 9px center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
  }
  body #spmenuLI_subOpen_a.submenu-open:hover {
    background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_close_over.webp) !important;
    background-size: 12px !important;
    background-position: right 9px center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
  }
}
.spmenu_bottom_obj{
  bottom: -18px;
  left: -18px;
  position: absolute;
  width: 36px;
  z-index: 9999;
}
#spmenuLI_subOpen_a{
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_open.webp);
  background-size: 12px;
  background-position: right 9px center;
  background-repeat: no-repeat;
}
.spmenuLI_child2{
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  transition: max-height 0.4s ease-in-out;
}
.spmenuLI_child2.open{
  max-height: 200px; /* 十分な高さを設定 */
}
.spmenuLI_nolink{
  pointer-events: none;
  opacity: .4;
}
.spmenuLI_child1 a:hover{
  color: #ff5282;
  opacity: 1!important;
  animation:initial!important
}
/* サブメニューが閉じている状態のホバー効果（最高詳細度） */
body #spmenuLI_subOpen_a:not(.submenu-open):hover{
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_open_over.webp) !important;
  background-size: 12px !important;
  background-position: right 9px center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

/* サブメニューが開いている状態の基本スタイル（最高詳細度） */
body #spmenuLI_subOpen_a.submenu-open{
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_close.webp) !important;
  background-size: 12px !important;
  background-position: right 9px center !important;
  background-repeat: no-repeat !important;
}

/* サブメニューが開いている状態のホバー効果（最高詳細度） */
body #spmenuLI_subOpen_a.submenu-open:hover{
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/menu_btn_sub_close_over.webp) !important;
  background-size: 12px !important;
  background-position: right 9px center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}


@media (max-width: 539px) {
  .spmeUL1{
    padding: 45px 28px 45px;
  }
  .spmeUL1 li a{
    padding: 8px 0px;
  }
}



.container{
  
}

.top_objDIV{
  display: block;
  position: absolute;
  z-index: 13;
  pointer-events: none;
}
.top_objDIV1{
  /* ヘッダーのチーズ */
  top: 45%;
  left: -18%;
  width: 18%;
}
@media (max-width: 539px) {
  .top_objDIV1{
    top: 39%;
    left: -17%;
    width: 17%;
  }
}
.top_objDIV2{
  /* ヘッダーのパンケーキ */
  top: 0;
  right: 3%;
  width: 13%;
}
@media (max-width: 539px) {
  .top_objDIV2{
    top: 0;
    right: 3%;
    width: 20%;
  }
}
.top_objDIV3{
  /* sec2のコーヒーカップ */
  top: 20%;
  left: -39%;
  width: 27%;
}
@media (max-width: 739px) {
  .top_objDIV3{
    top: 20%;
    left: -28%;
    width: 27%;
  }
}
@media (max-width: 499px) {
  .top_objDIV3{
    top: initial;
    left: -14%;
    width: 29%;
    bottom: -55%;
  }
}
.top_objDIV4{
  /* contentのアイス */
  top: -38%;
  right: -4%;
  width: 9%;
}
@media (max-width: 539px) {
  .top_objDIV4{
    top: -62%;
    right: -1%;
    width: 11%;
  }
}
.top_objDIV5{
  /* マップ左のワイン */
  top: 2%;
  left: -6%;
  width: 11%;
  z-index: 30!important;
}
@media (max-width: 1099px) {
  .top_objDIV5{
    top: -11%;
    left: -2%;
    width: 11%;
  }
}
@media (max-width: 539px) {
  .top_objDIV5{
    top: -8%;
    left: -3%;
    width: 14%;
  }
}
.top_objDIV6{
  /* マップ右のイタリア地図アイコン */
  bottom: 1%;
  right: -8%;
  width: 13%;
  z-index: 30!important;
}
@media (max-width: 1099px) {
  .top_objDIV6{
    bottom: -18%;
    right: -1%;
    width: 15%;
  }
}
@media (max-width: 539px) {
  .top_objDIV6{
    bottom: -14%;
    right: -2%;
    width: 18%;
  }
}
.top_objDIV7{
  /* 個人情報左のピザ */
  top: -24%;
  left: -17%;
  width: 30%;
}
@media (max-width: 539px) {
  .top_objDIV7{
    top: 34%;
    left: -3%;
    width: 24.5%;
  }
}
.top_objDIV8{
  /* CONTENTS左のピンク色の星 */
  top: 0%;
  left: 0%;
  width: 13%;
}
.headerWrap{
  width: 100%;
  background-color: #fff;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/top_bg_cloud.webp);
  background-size: 100%;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
}
.headerArea{
  max-width: 1330px;
  margin: auto;
  padding: 110px 0 0 0;
}
.headerLogoDIV{
  width: 70%;
  max-width: 615px;
  margin: auto;
  position: relative;
}
.header_logo{
  display: block;
  width: 100%;
  z-index: 11;
  position: relative;
}
.headerLinkFlexDIV1{
   width: calc(100% - 32px);
    max-width: 870px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 16px;
    margin: 20px auto 0 auto;
    
}
.headerLinkFlexDIV1L{
  width: 16px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_left.webp);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.headerLinkFlexDIV1C{
  width: calc(100% - 32px);
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_center.webp);
  background-size: 16px ;
  background-position: center center;
  background-repeat: repeat-x;
}
.headerLinkFlexDIV1R{
  width: 16px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_right.webp);
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
}
.headerLinkFlexDIV2{
  width: 90%;
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto 0 auto;
  gap: 40px;
}

.headerLinkIcon1{
  width: 8%;
}
.headerLinkIcon2{
  width: 26%;
}
.headerLinkIcon3{
  width: 14%;
}
.headerLinkIcon4{
  width: 15%;
}
.headerLinkVR{
  width: 12px;
}
@media (max-width: 699px) {
 
  .headerLinkFlexDIV1 {
    margin: 12vw auto 0 auto;
  }
  .headerLinkFlexDIV2{
    width: calc(100% - 32px);
    margin: 0px auto 0 auto;
    gap: initial;
  }
  .headerLinkIcon1{
  width: 12%;
}
.headerLinkIcon2{
  width: 29%;
}
.headerLinkIcon3{
  width: 17%;
}
.headerLinkIcon4{
  width: 25.5%;
}
.headerLinkVR{
  width: 2vw;
}
}


.top_footDIV{
  width: 100%;
  max-width: 1150px;
  height: 100px;
  margin: 10px auto 0 auto;
  height: 230px;
  position: relative;
}
@media (max-width: 699px) {
  .top_footDIV{
    height: 25vw;
  }
}
.top_s2Wrap{
  width: 100%;
  
}
.top_s2Area{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px;
}
.top_s2TextArea{
  width: 100%;
  max-width: 500px;
  margin: 0 0 0 auto;
  position: relative;
}
.top_s2TextP1{
  position: relative;
  z-index: 11;
}
.top_s2TextP1 img{
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 739px) {
  
  .top_s2TextArea{
    width: 80%;
  }
}
@media (max-width: 499px) {
  .top_s2Area {
    padding: 32px 20px 22vw 20px;
}
  .top_s2TextArea{
    width: 80%;
    margin: 0 auto 0 auto;
  }
}
.top_s3Wrap{
  width: 100%;
}
.top_s3Area{
  width: calc(100% - 32px);
  max-width: 1146px;
  margin: auto;
  padding: 77px 0 71px 0;
}
.top_s3_head{
  max-width: 428px;
  width: 60%;
  position: relative;
}
.top_s3_head_p{
  display: block;
  position: relative;
  z-index: 11;
}
.top_s3_menuFlex{
    width: 100%;
    max-width: 847px;
    margin: 30px 64px 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
    position: relative;
}
.top_s3_menuBTN{
  width: 48%;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .top_s3Area {
    padding: 77px 0 9vw 0;
  }
  .top_s3_menuFlex{
      width: 100%;
      max-width: 847px;
      margin: 5vw auto 0 auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 4%;
      position: relative;
      padding-left: 2%;
      padding-right: 2%;
  }
}
.top_s4Wrap{
  width: 100%;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/top_s4_hr_point.webp);
  background-size: 16px;
  background-position: center center;
  background-repeat: repeat-x;
}
.top_s4Area{
  width: calc(100% - 32px);
  max-width: 1330px;
  margin: auto;
}
.top_s4_mapOuter{
  width: 100%;
  max-width: 975px;
  margin: auto;
  position: relative;
}
.top_s4_mapRoot{
  width: 100%;
  position: relative;
  height: 60.5vw;
  max-height: 613px;
  border: 2px solid #0057b6;
  border-radius: 64px 0;
  overflow: hidden;
}
.top_s4star{
  width: 46px;
  display: block;
  position: absolute;
  z-index: 15;
}
.top_s4star1{
  top: -22px;
  right: -22px;
}
.top_s4star2{
  bottom: -22px;
  left: -22px;
}
@media (max-width: 799px) {
  .top_s4_mapRoot {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .top_s4star{
    width: 32px;
  }
  .top_s4star1{
    top: -15px;
    right: -15px;
  }
  .top_s4star2{
    bottom: -15px;
    left: -15px;
  }
}
/* map */
.map1_root{
  width: 100%;
  height: 60.0vw;
  max-height: 608px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/map1_bg.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 15;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.map1_btn{
  width: 22%;
  position: absolute;
}
.map1_btn1{
  top: 71%;
  left: 62%;
}
.map1_btn2{
  top: 54%;
  left: 76%;
}
.map2_root{
  width: 100%;
  height: 60.0vw;
  max-height: 608px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/map2_bg.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.map2_btn{
  width: 26.5%;
  position: absolute;
}
.map2_btn1{
  top: 20%;
  left: 3%;
}
.map2_btn2{
  top: 40%;
  left: 3%;
}
.map2_btn3{
  top: 60%;
  left: 3%;
}
.map2_btn4{
  top: 20%;
  left: 70.7%;
}
.map2_btn5{
  top: 40%;
  left: 70.7%;
}
.map2_btn6{
  top: 60%;
  left: 70.7%;
}
.map2_btn_back1{
  width: 8.5%;
  position: absolute;
  top: 82%;
  left: 3%;
  z-index: 25;
  display: none;
}
.map_icon_finger_div{
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
  
  pointer-events: none;
}
#map_icon_finger_div1{
  z-index: 25;
  display: block;
}
#map_icon_finger_div2{
  z-index: 10;
  display: block;
}
@media (min-width: 800px) {
  #map_icon_finger_div1{
    display: none;
  }
  #map_icon_finger_div2{
    display: none;
  }
}
@keyframes fingerSwipe {
  0% {
    transform: translateX(-25px);
  }
  20% {
    transform: translateX(-25px);
  }

  50% {
    transform: translateX(25px);
  }
  70% {
    transform: translateX(25px);
  }

  100% {
    transform: translateX(-25px);
  }
}

.map_icon_finger {
  animation: fingerSwipe 2.5s ease-in-out infinite;
}
@media (max-width: 799px) {
  .top_s4_mapRoot{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .top_s4_mapRoot{
    width: 100%;
    height: 483px;
  }
  .map1_root{
    width: 764px;
    min-width: 764px;
    height: 479px;
   
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .map2_root{
    width: 764px;
    min-width: 764px;
    height: 479px;
   
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .map_icon_finger_div{
    display: block;
  }
  .map2_btn_back1{
    width: 50px;
    left: 19px;
    top: 86%;
  }

}













.top_s5Wrap{
  width: 100%;
  padding-top: 94px;
}
.top_s5Area{
  width: 100%;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
}
.top_s5DIV1{
  width: 90%;
  max-width: 486px;
  padding: 67px 0 40px 0;
  margin: auto;
}
.top_s5_P1{
  width: 100%;
  position: relative;
  z-index: 11;
}
.top_s5LinkDIV1{
  width: 100%;
  position: relative;
  text-align: center;
  color: #23627d;
  padding-top: 27px;
}
.top_s5LinkP1{
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 11;
}
.top_s5LinkP1 a{
  color: #23627d;
  text-decoration: underline;
}
.top_s5LinkP2{
  margin: 39px auto 0 auto;
  font-size: 1.2rem;
  line-height: 1em;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 11;
}
.top_s5LinkP2_span1{
  margin-right: 2em;
}
.top_s5LinkP2_link{
  color: #23627d;
  margin: 0 0.25em;
}
@media (max-width: 539px) {
.top_s5LinkP2_span1{
    margin: 44px auto 16px auto;
    display: block;

  }
}
.footerWrap{
  width: 100%;
  border-top: 1px solid #00466b;
  padding: 18px 0;
  background-color: #fff;
}
.footerFlex{
  width: calc(100% - 32px);
  max-width: 620px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footerLogoLink{
  width: 75px;
}
.footer_vr{
  width: 7px;
}
.footerP1{
  width: calc(100% - 163px);
  font-size: 0.8rem;
  color: #000;
  line-height: 1.4em;
  text-align: center;
  font-weight: normal;
}
.footerP1 a{
  color: #000;
  text-decoration: none;
}
@media (max-width: 539px) {
  .footerP1 .brsp{
    display: block;
  }
  .footerP1 {
    width: calc(100% - 108px);
  }
}
@media (max-width: 379px) {
  .footerFlex {
    width: calc(100% - 20px);
  }
  .footerLogoLink{
    width: 65px;
  }
  .footer_vr{
    width: 10px;
  }
  .footerP1 {
    width: calc(100% - 90px);
  }
}

.cmn_headerWrap{
  width: 100%;
  background-color: #fff;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/top_bg_cloud.webp);
  background-size: 100%;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
}
.cmn_headerArea{
  max-width: 1330px;
  margin: auto;
  padding: 110px 0 0 0;
}
.cmn_headerLogoDIV{
  width: 55%;
  max-width: 470px;
  margin: auto;
  position: relative;
}
.cmn_header_logo{
  display: block;
  width: 100%;
  z-index: 11;
  position: relative;
}
.cmn_top_back{
  max-width: 120px;
  width: 25%;
  display: block;
  margin: 30px auto 0 auto;
}
.cmn_subpage_title1{
  width: 90%;
  max-width: 470px;
  margin: 30px auto 0 auto;

}
.cmn_headerLinkFlexDIV1{
   width: calc(80% - 32px);
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 16px;
    margin: 30px auto 0 auto;
    
}
.cmn_headerLinkFlexDIV1L{
  width: 12px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_left.webp);
  background-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.cmn_headerLinkFlexDIV1C{
  width: calc(100% - 32px);
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_center.webp);
  background-size: 12px ;
  background-position: center center;
  background-repeat: repeat-x;
}
.cmn_headerLinkFlexDIV1R{
  width: 12px;
  background-image:url(https://foodexjapan.ice-tokyo.or.jp/wp-content/themes/foodex-theme/2026/images/header_hr_right.webp);
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
}
.cmn_headerLinkFlexDIV2{
  width: 70%;
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto 0 auto;
  gap: 0;
}

.cmn_headerLinkIcon1{
  width: 8%;
}
.cmn_headerLinkIcon2{
  width: 26%;
}
.cmn_headerLinkIcon3{
  width: 14%;
}
.cmn_headerLinkIcon4{
  width: 15%;
}
.cmn_headerLinkVR{
  width: 9px;
}
.cmn_head_footDIV{
  height: 170px;
}
@media (max-width: 1199px) {
  .cmn_head_footDIV{
    height: 20vw;
  }
}
@media (max-width: 699px) {
 
  .cmn_headerLinkFlexDIV1 {
    margin: 3vw auto 0 auto;
  }
  .cmn_headerLinkFlexDIV2{
    width: calc(80% - 32px);
    margin: 0px auto 0 auto;
    gap: initial;
  }
  .cmn_headerLinkIcon1{
    width: 12%;
  }
  .cmn_headerLinkIcon2{
    width: 29%;
  }
  .cmn_headerLinkIcon3{
    width: 17%;
  }
  .cmn_headerLinkIcon4{
    width: 25.5%;
  }
  .cmn_headerLinkVR{
    width: 2vw;
  }
}
.cmn_contentArea{
  width: 100%;
  padding: 0 0 50px 0;
}
/*個人情報保護方針*/
.privacyDIV1{
	width: calc(100% - 2em);
	max-width: 1000px;
	margin: 0 auto 0em auto;
	background-color: rgba(255,255,255,1);
	padding: 2em 2em 2em 2em;
  position: relative;

	border: 2px solid #0057b6;
  border-radius: 64px 0;
}

@media (max-width: 639px) {
	.privacyDIV1{
		padding: 1em 1em 1em 1em;
	}

}
.privacyP1{
	font-size: 1.0em;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}
.PrivacyP2{
	font-size: 0.9em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
}
.PrivacyP3{
	font-size: 0.9em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
}
@media (max-width: 639px) {
  .privacyP1{
    font-size: 0.95em;
  }
  .PrivacyP2{
    font-size: 0.85em;
  }
  .PrivacyP3{
    font-size: 0.85em;
  }
}

.privacystar{
  width: 46px;
  display: block;
  position: absolute;
  z-index: 15;
}
.privacystar1{
  top: -24px;
  right: -24px;
}
.privacystar2{
  bottom: -24px;
  left: -24px;
}
@media (max-width: 799px) {
  .privacystar{
    width: 32px;
  }
  .privacystar1{
    top: -17px;
    right: -17px;
  }
  .privacystar2{
    bottom: -17px;
    left: -17px;
  }
}