@charset "UTF-8";
/* CSS Document */

/*******************
リセットはじまり
********************/

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-feature-settings: "palt";
  line-break:strict;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


.pc{
     display: block;
}

.sp{
     display: none;
}

.tb{
    width: 58%;
}

@media screen and (max-width: 1240px) {
    .tb{
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

/*#########################################################
行送り設定はじまり
#########################################################*/
.br_all{
    display: block;
    height: 0.5vw;
}

.br_pc{
    display: block;
    height: 0.5vw;
}

.br_tb{
    display: none;
}

.br_sp{
        display: none;
}

@media screen and (max-width: 1240px) {
    .br_all{
        height: 0.8vw;
    }
    .br_pc{
        display: none;
    }
    
    .br_tb{
        display: block;
        height: 0.8vw;
    }
}

@media screen and (max-width: 430px) {
    .br_all{
        height: 1.5vw;
    }
    
    .br_tb{
        display: none;
    }
    
    .br_sp{
        display: block;
        height: 1.5vw;
    }
}

/*#########################################################
行送り設定終わり
#########################################################*/


/*#########################################################
cssとjquaryでふわっと現れる始まり6
https://www.tipswork.net/css/853/#index_id2
###########################################################*/

.fade_in {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fade_in.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*#########################################################
cssとjquaryでふわっと現れる終わり6
https://www.tipswork.net/css/853/#index_id2
###########################################################*/

.head_wrap{
   width:100%;
    margin: 0 auto;
    text-align: center; 
}

.aichi_nagoya_logo{
    position: absolute;
    width: 20vw;
    top: 1.3vw;
    left: 1.5vw;
    z-index: 2;
}

@media screen and (max-width: 430px) {
    .aichi_nagoya_logo{
        width: 50vw;
        top: 3.5vw;
    }
}

.aichi_nagoya_logo img{
    transition-property: opacity;
    transition-duration: 0.5s;
}

.aichi_nagoya_logo img:hover{
    opacity: 0.5;
}

.asian_games_top_image{
    position: relative;
    width:100%;
    margin: 0 auto;
    text-align: right;
    top: 5vw;
}

@media screen and (max-width: 430px) {
    .asian_games_top_image{
        /*top: 12vw;*/
        top: 14.0vw;
    }
}

.asian_games_top_image img{
    width:100%;
    margin: 0 auto;
    text-align: center;
}

.head_heder_wrap{
    width:100%;
    margin: 0 auto;
    text-align: center; 
    position: fixed;
    top: 0px;
}

.heder_asian_games_top_image{
    width:100%;
    height: 5vw;
    margin: 0 auto;
    text-align: right;
    z-index: 9;
    position: fixed;
    top: 0px;
    background-color: #d32919;
    align-items: center;
}

@media screen and (max-width: 430px) {
    .heder_asian_games_top_image{
        height: 14vw;
    }
}
    
.heder_asian_games_top_image img{
    width:122%;
    margin: 0 auto;
    text-align: center;
}

.gloval_menu{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.gloval_menu_ul{
    padding: 1.8vw 0;
}

@media screen and (max-width: 1240px) {
    .gloval_menu_ul{
        padding: 1.7vw 0;
    }
}

@media screen and (max-width: 1000px) {
    .gloval_menu_ul{
        padding: 1.0vw 0;
    }
}

.gloval_menu_pc{
    margin-right: 4vw;
}

.gloval_menu_ul_li{
    display: inline-block;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 1em;
    transition-property: opacity;
    transition-duration: 0.5s;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1240px) {
    .gloval_menu_ul_li {
        font-size: 14px;
    }
    
    .gloval_menu_ul_li_dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .gloval_menu_ul_li {
        font-size: 12px;
    }
    
    .gloval_menu_ul_li_dd {
        font-size: 12px;
    }
}

.gloval_menu_ul_li:hover{
    opacity: 0.5;
}

@media screen and (max-width: 867px) {
    .gloval_menu_ul {
        padding: 1.0vw 0;
    }
}

@media screen and (max-width: 767px) {
    .gloval_menu_ul {
        padding: 0.7vw 0;
    }

    .gloval_menu_ul_li {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 567px) {
    .gloval_menu_ul {
        padding: 0.05vw 0;
    }
}

.area_btn{
    bottom: 3vw;
    width: 92%;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    margin-top: 3vw;
}

.area_btn ul{
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding-left: 1vw;
}

.area_btn ul li{
    width: 23%;
    margin-right: 2%;
    filter: drop-shadow(5px 5px 5px #aaa);
    transition-property: opacity;
    transition-duration: 0.5s;
}

.area_btn ul li:last-child{
    margin-right: 0;
}

@media screen and (max-width: 430px) {
    .area_btn{
        bottom: 6vw;
        margin-top: 6vw;
    }
    
    .area_btn ul{
        display: block;
    }
    
    .area_btn ul li{
        display: inline-block;
        width: 47%;
        margin-bottom: 3%;
         filter: drop-shadow(2px 2px 2px #aaa);
    }
    
    .area_btn ul li:last-child{
        margin-right: 2%;
    }
}

.area_btn ul li img{
    width: 100%;
}

.area_btn ul li:hover{
    opacity: 0.5
}

#news{
    padding-top:8vw;
    margin-top: -3vw;
}

#tv-towwer{
    padding-top: 8vw;
    margin-top:-8vw;
}

#toyota{
    padding-top: 8vw;
    margin-top:-8vw;
}

#jr-gate-tower{
    padding-top: 8vw;
    margin-top:-8vw;
}

#okazaki{
    padding-top: 8vw;
    margin-top:-8vw;
}

#event{
    padding-top: 15vw;
    margin-top:-10vw;
}

@media screen and (max-width: 430px) {
    #news{
        padding-top:16vw;
        margin-top: -11vw;
    }

    #tv-towwer{
        padding-top: 16vw;
        margin-top:-16vw;
    }

    #toyota{
        padding-top: 16vw;
        margin-top:-16vw;
    }

    #jr-gate-tower{
        padding-top: 16vw;
        margin-top:-16vw;
    }

    #okazaki{
        padding-top: 16vw;
        margin-top:-16vw;
    }
}


.infomation{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.infomation_title{
    width:100%;
     font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /*background-color: #d32919;*/
    background-color: #D18e04;
    /*padding: 10px;*/
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 0.1rem;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
}

.infomation_title:before, .infomation_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.infomation_title:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.infomation_title:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.info_date{
    font-weight: bold;
    margin-right: 1em;
    color: #d32919;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 1240px) {
    .infomation_title {
        font-size: 2vw;
        height: 40px;/*リボンの高さ*/
        line-height: 40px;/*リボンの高さ*/
    }
    
    .infomation_title:before, .infomation_title:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1;
    }

    .infomation_title:before {
      top: 0;
      left: 0;
      border-width: 20px 0px 20px 15px;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
    }

    .infomation_title:after {
      top: 0;
      right: 0;
      border-width: 20px 15px 20px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid;
    }
}

@media screen and (max-width: 430px) {
    .infomation_title {
        font-size: 14px;
        font-size: max(3.4vw, 14px);/*14pxより小さくなりません*/
        /*padding: 7px;*/
        margin: 3vw 0 20px 0;
        height: 35px;/*リボンの高さ*/
        line-height: 35px;/*リボンの高さ*/
    }
    
    .infomation_title:before, .infomation_title:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1;
    }

    .infomation_title:before {
      top: 0;
      left: 0;
      border-width: 17.5px 0px 17.5px 10px;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
    }

    .infomation_title:after {
      top: 0;
      right: 0;
      border-width: 17.5px 10px 17.5px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid;
    }
}

.event_title{
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
     font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
     color: #fff;
    background-color: #d32919;
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 430px) {
    .event_title {
        margin-bottom: 7vw;
        margin-top: 7vw;
        font-size: 14px;
        padding: 7px;
    }
}

.infomation ul{
}

.infomation ul li{
    display: block;
    font-family: "fot-udkakugo-large-pr6n", "BIZ UDPGothic, sans-serif", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 18px;
    font-size: min(2.0vw, 18px);
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 20px 0;
    border-bottom: 1px solid #000;
    padding: 0 0 20px 0;
    line-height: 2;
    letter-spacing: 0.1rem;
    padding-left: 10.2em;
    text-indent: -10.2em;
}

.infomation ul li:last-child{
    border-bottom: 0px solid #fff;
}

.infomation_ul_li:hover{
    opacity: 0.5;
}

@media screen and (max-width: 430px) {
    .infomation ul li {
        font-size: 11.2px;
        font-size: max(3vw, 11.2px);/*11.2pxより小さくなりません*/
        margin: 14px 0;
        padding: 0 0 14px 0;
        padding-left: 0;
        text-indent: 0;
    }
}

.area_event_wrap{
    width: 100%;
}

@media screen and (max-width: 430px) {
    .area_event_wrap{
        padding: 3vw 0 10vw 0;
    }
}

.area_event{
    /*width: 90%;*/
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.area_event ul{
    
}

.area_event ul li{
    margin-bottom: 5vw;
}

@media screen and (max-width: 430px) {
    .area_event ul li{
        margin-bottom: 10vw;
    }
    
}

.area_event ul li:last-child{
    margin-bottom: 0;
}

.area_event ul li img{
    width: 100%;
}

/*ページトップへ戻るボタンはじまり*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 3px #888;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    display: block;
    height: 15px;
    width: 15px;
    border-top: 4px solid #888;
    border-right: 4px solid #888;
    transform: translateY(20%) rotate(-45deg);
}
   
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #e60012;
    }
}
/*ページトップへ戻るボタンおわり*/

.bottombox {
    background-color: #d32919;
    padding: 55px 0 55px 0;
    position: relative;
    margin-top: 5vw;
    background-image: url("../images/asia_backpattern.jpg");
    background-size: 1200px; 
    background-color: #d32919;
}

.box01 {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1240px) {
    .box01 {
        width: 90%;
    }
}

@media screen and (max-width: 430px) {
    .box01 {
        width: 100%;
        padding: 0 5% 0 5%;
    }
}

.txtbox {
    width: calc(100% - 0px);
    padding-right: 10px;
}

.txtbox dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.txtbox dl dd {
    width: calc(100% - 0px);
    padding-left: 16px;
    font-size: 18px;
    line-height: 26px;
    color: #231815;
    color: #fff;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    /*font-weight: 300;
    font-weight: 600;*/
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.05em;
}

.txtbox dl dt {
    width: 90px;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    /*font-weight: 300;
    font-weight: 600;*/
    font-weight: 900;
    font-style: normal;
}

.topbox0702 {
    background-color: #fff;
    padding: 50px 0;
}

.topbox0702 ul {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}

.topbox0702 ul li {
    width: 45%;
    padding-right: 5%;
}

.topbox0702 ul li:last-child {
    width: 45%;
    padding-right: 0;
    padding-left: 5%;
    /*margin-top: -5%;*/
    border-left: 1px solid #000;
}

@media screen and (max-width: 1240px) {
    .txtbox dl dt {
        width: 9vw;
        height: 4.2vw;
        line-height: 4.2vw;
        font-size: 1.8vw;
    }

    .txtbox dl dd {
        padding-left: 1.6vw;
        font-size: 1.8vw;
        line-height: 2.6vw;
    }

    .bottombox {
        padding: 5.5vw 0 5.5vw 0;
        background-size: 100%;
    }
}

@media screen and (max-width: 430px) {
    .txtbox dl dt {
        width: 18%;
        height: auto;
        font-size: 12.6px;
        font-size: max(2.5vw, 12.6px);
        padding: 1vw;
    }
    .txtbox dl dd {
        width: 80%;
        padding-left: 2%;
        font-size: 12.6px;
        font-size: max(2.5vw, 12.6px);
        line-height: 1.5;
    }

    .bottombox {
        padding: 38.5px 0 25px 0;
    }

    .topbox0702 {
        padding: 5vw 0;
    }
    
    .topbox0702 ul {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    
    .topbox0702 ul li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 5%;
    }
    
    .topbox0702 ul li img{
        width: 100%;
    }

    .topbox0702 ul li:last-child {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 5%;
        border-left: 0px solid #fff;
        border-top: 1px solid #000;
    }
}

.c-img_v {
    width: 2px;
    height: 225px;
    display: block;
    left: 0;
    margin-top: 25px;
    margin-right: 20px;
}

.event_wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 6vw;
    margin-top: 5vw;
}

@media screen and (max-width: 430px) {
    .event_wrap {
        margin-bottom: 10vw;
    }
}

.kyotsu_event_title{
    margin: 0 auto;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color:  #d32919;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

.kyotsu_event_p{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 10px 0;
    line-height: 2em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1240px) {
    .kyotsu_event_title {
        font-size: 2.2vw;
    }

    .kyotsu_event_p {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 430px) {
    .kyotsu_event_title {
        font-size: 14px;
        font-size: max(3.5vw, 14px);
        margin-top: 14px;
    }
    .kyotsu_event_p {
        font-size: 11px;
	    font-size: max(3vw, 11px);
        margin: 7px 0;
        line-height: 1.5;
    }
}

.font_size_80{
    font-size: 80%;
    line-height: 80%;
}

.event_shosai_wrap{
    width:100%;
    padding: 50px;
    background-color: #f7f1e4;;
}

.event_shosai_wrap_top{
    display: -webkit-flex;
    display: flex;
}

.event_shosai_wrap_bottom{
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
}

.event_shosai_wrap_bottom_jr{
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
}

.event_shosai{
    width: 58%;
}

.event_shosai_mono{
     width:76%;
}

.event_gest_mono {
    width: 19%;
    margin-left: 5%;
}

.event_gest_oda {
    width: 45%;
    margin-left: 5%;
}

.event_gest_okubo {
    width: 45%;
    margin-left: 5%;
}

.event_shosai_jr{
     width:60%;
}

@media screen and (max-width: 1240px) {
	.event_shosai_mono {
	    width: 69%;
	}
    
    .event_shosai_jr{
     width:70%;
    }

	.event_gest_mono {
	    width: 26%;
	    margin-left: 5%;
	}
    
    .event_gest_oda {
        width: 100%;
        margin-left: 0;
    }

    .event_gest_okubo {
        width: 100%;
        margin-left: 0;
        margin-top:2vw;
    }
}

@media screen and (max-width: 430px) {
    .event_shosai_mono{
        width:100%;
    }
    
    .event_shosai_jr{
         width:100%;
    }
    
    .event_gest_mono {
        margin: 0 auto;
        width: 100%;
        max-width: 240px;
        margin-bottom: 5vw;
    }
    
    .event_gest_oda {
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
        margin-bottom: 5vw;
    }
    
    .event_gest_okubo {
        margin: 0 auto;
        width: 100%;
        max-width: 240px;
        margin-bottom: 5vw;
    }
}

@media screen and (max-width: 480px) {
    .event_gest_mono {
        max-width: 200px;
    }
}

.event_celemony{
     width:100%;
}

.event_shosai_title{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #d32919;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-left: 8px solid #d32919;
    padding-left: 10px;
}

.event_shosai_p {
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1vw;
    letter-spacing: 0.05em;
    margin-left: 1em;
    margin-top: 0.5vw;
}

.event_shosai_p li{
    display: inline;
    margin-left: -1em;
}

.event_shosai_p li:before {
  content: "●";
  color: #ef7d44;
}

.event_gest{
    width:105%;
    margin-left: 6%;
}

.event_tv_tower_gest{
    width: 105%;
    margin-left: 6%;
    margin-top: 1vw;
}

.indent-1em{
    margin-left: -1em;
    display: inline;
}

@media screen and (max-width: 1240px) {
    .event_shosai {
        width: 78%;
    }
    
    .event_gest {
        width: 93%;
    }
    
    .event_tv_tower_gest {
        width: 93%;
    }
}

.event_gest_title{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 19px;
    font-size: min(1.8vw, 19px);
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.color_red{
    color: #d32919;
}

.event_gest_wrap{
    display: -webkit-flex;
    display: flex;
}

.event_gest_quarter_wrap{
    display: -webkit-flex;
    display: flex;
}

.event_gest_quarter{
    margin-right: 2%;
}

.event_gest_quarter_right{
    margin-right: 2%;
}

.event_gest_quarter_lastchild{
    margin-right: 0%;
}   

.event_gest_left{
    width:47%;
    margin-right: 10%;
    margin-bottom: 1vw;
}

.event_gest_right{
    width:47%;
    margin-left: -4%;
    margin-bottom: 1vw;
}

@media screen and (max-width: 1240px) {
    .event_gest_wrap{
        display: block;
    }
    
    .event_gest_left{
        width: 100%;
        margin-right: 0%;
    }
    
    .event_gest_right {
        width: 100%;
        margin-left: 0%;
    }
}

@media screen and (max-width: 430px) {
    .event_gest_wrap{
        display: flex;
    }
    .event_gest_quarter_wrap{
        display: block;
    }
    
    .event_gest_quarter{
        display: inline-block;
        width: 46%;
        margin-right: 6%;
    }
    
    .event_gest_quarter_right{
        display: inline-block;
        width: 46%;
        margin-right: 0%;
    }
    
    .event_gest_quarter_lastchild{
        display: inline-block;
        width: 46%;
        margin-right: 0%;
    } 
    
    .event_gest_left{
        width: 47%;
        margin-right: 8%;
    }
    
    .event_gest_right {
        width: 47%;
        margin-left: 1%;
    }
}  

.event_gest_image{
    margin-top: 10px;
}

.event_gest_image_jr{
    margin-top: -10px;
}

.event_gest_jr_wrap{
        display: -webkit-flex;
        display: flex;
        width: 40%;
        margin-left: 3%;
}

.event_gest_name{
    font-family: "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 22px;
    font-size: min(1.5vw, 22px);
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-top: 10px;
    line-height: 1.5;
}

.san_70{
    font-size: 70%;
}

.san_80{
    font-size: 80%;
}


.event_gest_profile{
    font-family: "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: normal;
    color: #000;
    text-align: left;
    line-height: 1.5;
}

.event_gest_photo_comment{
    font-family: "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 12px;
    font-size: min(0.9vw, 12px);
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: -5px;
}

@media screen and (max-width: 1240px) {
    .event_gest_name{
        font-size: 22px;
        font-size: min(2.0vw, 22px);
    }
    
    .event_gest_title {
        font-size: 22px;
        font-size: min(2.0vw, 22px);
    }
    
    .event_shosai_title {
        font-size: 24px;
        font-size: min(1.8vw, 24px);
    }

    .event_shosai_p {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
        margin-bottom: 2.5vw;
    }

    .event_gest_profile {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
    }
    
    .event_gest_photo_comment {
        font-size: 12px;
        font-size: min(1.2vw, 12px);
    }
    
    .event_shosai_wrap {
        padding: 3vw;
    }
    
    .event_gest_jr_wrap{
        display: block;
        width: 25%;
        margin-left: 5%;
    }
    
    .event_shosai_wrap_bottom{
        margin-top: 3vw;
    }
    
    .event_shosai_wrap_bottom_jr{
        margin-top: 3vw;
        display: -webkit-flex;
        display: flex;
    }
}

@media screen and (max-width: 430px) {
    .event_shosai_wrap {
        padding: 25px;
    }
    .event_shosai_wrap_top{
        display: -webkit-block;
        display: block;
    }
    
    .event_shosai_wrap_bottom{
        margin-top: 35px;
        display: -webkit-block;
        display: block;
    }
    
    .event_shosai_wrap_bottom_jr{
        margin-top: 35px;
        display: -webkit-block;
        display: block;
        width: 100%;
    }
    
    .event_shosai {
        width: 100%
    }
    
    .event_shosai_title{
        font-size: 15px;
        font-size: max(4vw, 15px);
        line-height: 1.5;
    }
    
    .event_shosai_p {
        font-size: 11px;
        font-size: max(3vw, 11px);/*11pxより小さくなりません*/
        line-height: 1.5;
        margin-top: 1vw;
        margin-bottom: 3vw;
        letter-spacing: 0.05em;
    }
    
    .event_gest {
        width: 100%;
        margin-left: 0%;
        margin-top: 0;
    }
    
    .event_tv_tower_gest {
        width: 100%;
        margin-left: 0%;
        margin-top: 0;
    }
    
    .event_gest_title {
        font-size: 15px;
        font-size: max(3.2vw, 15px);/*15pxより小さくなりません*/
    }
    
    .event_gest_profile {
        font-size: 11px;
        font-size: min(3vw, 11px);
    }
    
    .event_gest_photo_comment {
        font-size: 9px;
        font-size: min(2.1vw, 9px);
    }
    
    .event_gest_name{
        font-size: 14px;
        font-size: max(3.5vw, 14px);
        margin-top: 7px;
    }
}

.sub_copy{
    font-weight: normal;
    color: #000;
}

.iframe_tvtower{
    width: 100%;
    height: 450px;
    border: 0;
    margin-top: 1vw;
}

@media screen and (max-width: 1240px) {
    .iframe_tvtower {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 430px) {
    .iframe_tvtower {
        height: 250px;
        margin-top: 20px;
    }
}

.novelty_wrap{
    display: flex;
    width: 100%;
    max-width: 1280px;
}

.novelty_left{
    width: 40%;
}

.novelty_right{
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-right: 0;
}

.novelty_right img{
     width: 100%;
}

@media screen and (max-width: 430px) {
    .novelty_wrap {
        display: block;
    }
    
    .novelty_left {
        width: 100%;
    }

    .novelty_right {
        width: 100%;
    }
    
    .topbox ul li:first-child{
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    
    .topbox ul li:last-child{
        padding-top: 20px;
    }
}

/*#########################################################
ドロップダウンメニューはじまり
###########################################################*/

.gloval_menu_ul_li_dd{
    display: inline-block;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: bold;                                                                                                           
    color: #fff;
    padding: 0 1em;
    transition-property: opacity;
    transition-duration: 0.5s;
    padding-bottom: 5%;
}

@media screen and (max-width: 1000px) {
    .gloval_menu_ul_li_dd {
        font-size: 12px;
    }
}

.gloval_menu_ul_li_dd:hover{
    opacity: 1.0;
}

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 50%;
    margin-left:-1%;
    
}
.gloval_menu_ul_li_dd:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
     
}
.dropdown__list {
    background-color: #d32919;
    width: 240px;
    height: 60px;
    transition: all 0.3s;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .dropdown__list {
        height: 35px;
    }
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #d32919;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-top: 1em;
}

.dropdown__list a:hover {
    opacity: 0.5;
}

label{
	cursor: pointer;
}

.menu{
	transform: translate3d(0,-200%,0);
	transition: .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.menu_label_open:focus ~ .menu{
	transform: translate3d(0,0,0);
}
.menu_label_open:focus ~ .menu_label_close{
	display: block;
}
.menu_label_open:focus{
	position: fixed;
	top:-100%;
}
.menu_label_close{
	display: none;
}
/*#########################################################
ドロップダウンメニュー終わり
###########################################################*/

/*#########################################################
ドロップダウンメニュー2はじまり
###########################################################*/

form {
  margin-bottom: 50px;
}
form .link_menu {
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.1em;
}

form .link_menu:hover {
  border: 0px solid #000;
}

@media screen and (max-width: 1000px) {
    form .link_menu {
        font-size: 12px;
    }
}

h3.oneArea {
  margin-bottom: 1000px;
}

option {
    padding: 0;
    text-align: center;
    line-height: 1;
    border-top: 1px solid #fff;
    padding: 1em;
}

select,
::picker(select)  {
   appearance: base-select;
    border: none;
    padding: 10px;
    background-color: #d32919;
    color: #fff;
}

.my-checkmark {
    option::checkmark {
        display: none;
        /*content: "●";*/
    }
}

/*#########################################################
ドロップダウンメニュー2終わり
###########################################################*/

.nextwave_image{
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 1280px;
    margin-top: 8vw;
}

.nextwave_image img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 430px) {
    .nextwave_image {
        margin-top: 19vw;
    }
}

.month_day{
    font-size: 150%;
    font-weight: bold;
    color: #000;
}

.week_time{
    font-size: 70%;
    font-weight: 700;
    color: #000;
}

.orange_color{
    color: #ef7d44;
}

.event_celemony_wrap_top{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width: 430px) {
    .event_celemony_wrap_top{
        display: -webkit-block;
        display: block;
    }
    .month_day{
        font-size: 122%;
    }
    .week_time{
        font-size: 60%;
    }
}

.event_sub_title{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 5px 5px 5px 15px;
    background-color: #ef7d44;
    background-image: url("../images/coner_head_back.png");
    background-size: auto 100%;
    background-repeat:  no-repeat;
}

@media screen and (max-width: 1240px) {
    .event_sub_title {
        font-size: min(2.6vw, 24px);
    }
}

@media screen and (max-width: 430px) {
    .event_sub_title{
        font-size: 12px;
        font-size: max(3.2vw, 12px);/*11pxより小さくなりません*/
        padding: 5px 5px 5px 10px;
    }
}

.event_gest_single_wrap{
	display: block;
}

.event_gest_single_left{
    width:100%;
}

.event_gest_single_right{
    width:100%;
    margin-top: 1vw;
}

@media screen and (max-width: 430px) {
    .event_gest_single_left{
        margin-bottom: 5vw;
    }
    
    .event_gest_single_right{
        margin-bottom: 5vw;
    }
}


.event_gest_title_bottom{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 24px;
    font-size: min(1.8vw, 24px);
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 1vw;
}

@media screen and (max-width: 1240px) {
	.event_gest_title_bottom {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 430px) {
	.event_gest_title_bottom {
        font-size: 15px;
        font-size: max(3.2vw, 15px);
        margin-top: 5vw;
    }
}

.footer_honohon{
    width: 10%;
}

.footer_honohon img{
    width: 100%;
}

.footer_uzumin{
    width: 10%;
}

.footer_uzumin img{
    width: 100%;
}

.left_vertival_border{
    border-left: 1px solid #000;
    margin-left: -2%;
}

.font_size_70{
    font-size: 70%;
}

.font_size_70_center{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-size: min(1.4vw, 21px);
    color: #000;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; 
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
}

.font_size_70_margin_top{
    font-size: 70%;
}

.font_size_50{
    font-size: 50%;
}

.font_size_115{
    font-size: 115%;
}

.footer_bottom{
    width: 100%;
    background-color: #d32919;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #fff;
    font-size: 18px;
    font-size: min(1vw, 18px);
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding: 1vw;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 430px) {
	.footer_bottom {
 	   font-size: 3vw;
        line-height: 1.5;
        padding: 3vw 5%;
	}
}

.t02 a:hover{
    opacity: 0.5;
}

.midashi_title{
    font-size: 122%;
    font-weight: bold;
    text-align: 2;
}

.event_botton{
    margin: 0 auto;
    text-align: center;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #fff;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #ea5020;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom:2vw;
    width: fit-content;
    filter: drop-shadow(3px 3px 3px #bfa773);
}

@media screen and (max-width: 1240px) {
    .event_botton{
        font-size: 17px;
        font-size: min(2vw, 17px);
    }
}

@media screen and (max-width: 1240px) {
    .event_botton {
        padding: 1vw 2vw;
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 430px) {
    .event_botton{
        font-size: 14px;
        font-size: max(3vw, 14px);
        margin-top: -3vw;
        margin-bottom: 8vw;
        filter: drop-shadow(2px 2px 2px #bfa773);
        padding: 2vw 4vw;
    }
}

.event_botton:hover{
    background-color: #ea5020;
    opacity: 0.5;
}

.chusen_window{
    margin: 0 auto;
    text-align: center;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    font-size: 18px;
    font-size: min(2.0vw, 18px);
    font-weight: 600;
    letter-spacing: 0.03em;
    background-color: #e7d16c;
    margin-bottom:2vw;
    padding: 10px 20px;
    line-height: 2;
    border: 1px solid #000;
    margin-left: 0;
}

@media screen and (max-width: 430px) {
    .chusen_window {
        font-size: 11px;
        font-size: max(3.2vw, 11px);
        padding: 5px 10px;
        padding: 2vw 4vw;
        line-height: 1.5;
    }
}

.font_size_70_normal{
    font-size: 80%;
    font-weight: normal;
}

.celemony_logo {
    width: 120%;
    margin: 0 auto;
    vertical-align: middle;
}

.character_illust {
    width: 47%;
    margin: 0 auto;
    margin-left: 4%;
}

@media screen and (max-width: 430px) {
    .celemony_logo {
        width: 90%;
        margin-top: 5vw;
    }
    
    .character_illust {
        width: 50%;
        margin-left: auto;
        margin-top: 5vw;
    }
}

.event_gest_single {
    width: 100%;
}

.first_indent{
    text-indent: -1em;
    margin-left: 1em;
}

.event_shosai_entrio {
    width:58%;
}

@media screen and (max-width: 1240px) {
    .event_shosai_entrio {
        width: 55%;
    }
}

@media screen and (max-width: 430px) {
	.event_shosai_entrio {
        width: 100%
    }
}

.event_gest_entrio {
    width: 37%;
    margin-left: 5%;
}


@media screen and (max-width: 1240px) {
    .event_gest_entrio {
        width: 40%
    }
}

@media screen and (max-width: 430px) {
    .event_gest_entrio {
        width: 100%;
        margin-left: 0%;
        margin-top: 0;
    }
}

.topbox0702 ul li a{
    transition-property: opacity;
    transition-duration: 0.5s;
}

.topbox0702 ul li a:hover{
    opacity: 0.5;
}

.main_visual_pc{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-image:  url("../images/main_visual_back_pc.jpg");
    background-size: 1600px;
    padding: 2vw 0;
    background-color: #d32919;
}

@media screen and (max-width: 1600px) {
    .main_visual_pc{
        background-size: 100%;
    }
}

.main_visual_pc img{
    margin: 0 auto;
    text-align: center;
    width: 90%;
    /*max-width: 1280px;*/
    max-width: 1480px;
    margin-top:-1vw;
    
}

.leter-space_0{
    letter-spacing: 0;
}

.last_comment{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 17px; 
    font-size: min(1.2vw, 17px); 
    text-align: right;
    margin-top: 1vw;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1240px) {
    .last_comment {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
    }
}

@media screen and (max-width: 430px) {
    .last_comment  {
        font-size: 11px;
        font-size: max(3vw, 11px);
        width: 92%;
    }
}

.event_shosai_p_basket {
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1vw;
    letter-spacing: 0.05em;
    margin-left: 1em;
    margin-top: 0.5vw;
}

.event_shosai_p_basket li{
    display: inline;
    margin-left: -1em;
}

.event_shosai_p_basket li:before {
  content: "●";
  color: #ef7d44;
}

@media screen and (max-width: 1240px) {
    .event_shosai_p_basket {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
        margin-bottom: 2.5vw;
    }
}

@media screen and (max-width: 430px) {
    .event_shosai_p_basket {
        font-size: 11px;
        font-size: max(3vw, 11px);/*11pxより小さくなりません*/
        line-height: 1.5;
        margin-top: 1vw;
        margin-bottom: 3vw;
        letter-spacing: 0.05em;
    }
}

.event_tv_tower_wrap{
    display: -webkit-block;
    display: block;
    width: 35%;
    margin-left: 3%;
}

@media screen and (max-width: 1240px) {
    .event_tv_tower_wrap {
        display: -webkit-block;
        display: block;
        width: 30%;
        margin-left: 3%;
    }
}

/*pcのみ表示はじまり*/

.pc_display{
    display: block;
}

.tb_display{
    display: none;
}

.sp_display{
    display: none;
}

/*pcのみ表示おわり*/

/*tbのみ表示はじまり*/
@media screen and (max-width: 1240px) {
    .pc_display{
         display: none;
    }

    .tb_display{
        display: block;
    }

    .sp_display{
        display: none;
    }
}
/*spのみ表示おわり*/
    
/*spのみ表示はじまり*/
@media screen and (max-width: 430px) {
    .tb_display{
        display: none;
    }

    .sp_display{
        display: block;
    }
}
/*tbのみ表示おわり*/

.text-narrow{
    -moz-transform: scale( 0.80, 1 ); /* Firefox */
    -webkit-transform: scale( 0.80, 1 ); /* Chrome,Safari */
    -ms-transform: scale( 0.80, 1 ); /* IE */
    transform: scale( 0.80, 1 ); /* CSS3 */
}

#pc_nomi{
     display: block;
}

#sp_nomi{
     display: none;
}

@media screen and (max-width: 430px) {
    #pc_nomi{
        display: none;
    }
    
    #sp_nomi{
        display: block;
    }
}


.margin-bottom_-20{
    margin-bottom: -20px;
}

.entry_botton{
    margin: 0 auto;
    text-align: center;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #fff;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #ea5020;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top:0.5vw;
    /*margin-bottom:2vw;*/
    margin-bottom:0.5vw;
    width: fit-content;
    filter: drop-shadow(3px 3px 3px #bfa773);
}

/*@media screen and (max-width: 1240px) {
    .entry_botton{
        font-size: 17px;
        font-size: min(2vw, 17px);
    }
}*/

@media screen and (max-width: 1240px) {
    .entry_botton {
        font-size: 17px;
        font-size: min(2vw, 17px);
        padding: 1vw 2vw;
        /*margin-bottom: 0.5vw;*/
    }
}

@media screen and (max-width: 430px) {
    .entry_botton{
        font-size: 14px;
        font-size: max(3vw, 14px);
        /*margin-top: -3vw;
        margin-bottom: 8vw;*/
        margin-top: 2vw;
        margin-bottom: 2vw;
        filter: drop-shadow(2px 2px 2px #bfa773);
        padding: 2vw 4vw;
    }
}

.entry_botton:hover{
    background-color: #ea5020;
    opacity: 0.5;
}

.footer_logo_bottom img{
    width: 100%;
}

@media screen and (max-width: 430px) {
    .footer_logo_bottom{
        margin-bottom: 5%;
    }
}

.x_logo{
    display: flex;
    margin: 0 auto;
    width: 30%;
}

.chusen_window_ini{
    margin: 0 auto;
    text-align: center;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    font-size: 18px;
    font-size: min(2.0vw, 18px);
    font-weight: 600;
    letter-spacing: 0.03em;
    background-color: #e7d16c;
    margin-bottom:2vw;
    padding: 10px 20px;
    line-height: 2;
    border: 1px solid #000;
    margin-left: 0;
}

@media screen and (max-width: 1240px) {
    .chusen_window_ini {
        /*margin: 0 auto;
        text-align: center;
        font-family: "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
        color: #000;
        font-size: 18px;*/
        font-size: min(1.8vw, 18px);
        /*font-weight: 600;
        letter-spacing: 0.03em;
        background-color: #e7d16c;*/
        margin-bottom: 4vw;
        /*padding: 10px 20px;
        line-height: 2;
        border: 1px solid #000;
        margin-left: 0;*/
    }
}

@media screen and (max-width: 430px) {
    .chusen_window_ini {
        font-size: 11px;
        font-size: max(3.2vw, 11px);
        padding: 5px 10px;
        padding: 2vw 4vw;
        line-height: 1.5;
        margin-bottom: 8vw;
        margin-top: -2vw;
    }
}

/******************************
スケジュールテーブルはじまり
******************************/
.schedule_table{
    width: 100%;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
    /*margin: 10px 0 50px 0;*/
    margin-top: 1vw;
    font-family: fot-udkakugo-large-pr6n, biz-udpgothic, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1240px) {
    .schedule_table{
        font-size: 16px;
        font-size: min(1.8vw, 16px);
    }
}

@media screen and (max-width: 430px) {
    .schedule_table{
        width: 100%;
        /*font-size: 11px;*/
        font-size: 10px;
        /*font-size: max(3vw, 11px);*/
        font-size: max(2.7vw, 10px);
    }
}

.schedule_table_tr{
    background-color: #000;
    color: #fff;
    margin: 0 auto;
}

.schedule_table_th{
    /*width: 42.5%;*/
    width: 80%;
    text-align: center;
    /*padding: 10px;*/
    font-weight: bold;
    border: solid 1px #fff;
    vertical-align: middle;
}

.schedule_table_th_left{
    /*width: 15%;*/
    width: 20%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: solid 1px #fff;
    vertical-align: middle;
}

.schedule_table_td{
    /*width: 42.5%;*/
    width: 80%;
    text-align: left;
    padding: 10px 20px;
    border: solid 1px #000;
    vertical-align: middle;
}

@media screen and (max-width: 430px) {
    .schedule_table_td{
        padding: 10px;
    }
}

.schedule_table_td_left{
    /*width: 15%;*/
    width: 20%;
    text-align: center;
    padding: 10px;
    border: solid 1px #000; 
    vertical-align: middle;
    font-weight: bold;
}
.yellow_back{
     background-color: #fff3c3;
}

.table_last_comment{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 17px; 
    font-size: min(1.2vw, 17px); 
    text-align: right;
    margin-top: 1vw;
    margin-bottom: 2vw;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1240px) {
    .table_last_comment {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
    }
}

@media screen and (max-width: 430px) {
    .table_last_comment  {
        font-size: 10px;
        font-size: max(2.7vw, 10px);
        text-align: left;
    }
}

.font_weight_500{
    font-weight: 500;
}

.br_sp_normal{
        display: none;
}


@media screen and (max-width: 1240px) {
.br_sp_normal{
        display: block;;
    }
}

.br_sp_430_normal{
        display: none;
}


@media screen and (max-width: 430px) {
.br_sp_430_normal{
        display: block;;
    }
}


.kyucho-waku{
    border: solid 1px #000;
    /*background-color: #ef7d44;
    background-color: #ffb18a;*/
    background-color: #fabb9c;
    padding: 0.25em 0.5em;
    color: #000;
    width: fit-content;
}

/******************************
スケジュールテーブルおわり
******************************/


/******************************
フォトジェニックコンテストはじまり
******************************/
#photogenic_contest{
    padding-top: 8vw;
    margin-top:-8vw;
}

.photogenic_contest_image{
    width: 100%;
}

.photogenic_contest_wrap{
    margin-top: -1vw;
    margin-bottom: -1vw;
}

.photogenic_contest_p {
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: normal;
    color: #000;
    line-height: 2;
    /*text-align: justify;*/
    text-align: left;
    margin-bottom: 1vw;
    /*letter-spacing: 0.05em;*/
    letter-spacing: 0.1em;
    /*margin-left: 1em;*/
    margin-top: 0.5vw;
}

.photogenic_contest_p ul li{
    display: inline;
}

.padding_left_6em{
    padding-left: 8.5em;
    text-indent: -2em;
}

.padding_left_8em{
    /*padding-left: 8.5em;*/
    padding-left: 7.5em;
}

/*.photogenic_contest_p ul li:before {
  content: "●";
  color: #ef7d44;
}*/

.orange{
    color: #ef7d44;
}


.text-indent_6{
  text-indent: -6.5em;
  padding-left: 6.5em;
}

.font_weight_bold{
    font-weight: bold;
    color: #ef7d44;
}

.font_weight_bold_bk{
    font-weight: 500;
}

.font_weight_bold_waku{
    padding: 0.4em 0.9em;
    font-weight: bold;
    background-color: #ef7d44;
    color: #fff;
    /*border-radius: 0.5em;*/
    border-radius: 0.3em;
}

.padding_left_8em :hover{
    opacity: 0.5;
}

/*.line_height_15{
    line-height: 1;
}*/

.line_height_05{
    line-height: 0.5;
}

.line_height_03{
    line-height: 0;
}

.text_indent_1 {
    margin-left: 1em;
    text-indent: -1em;
}

.text_indent_05_sp{
        display: inline-block;
        padding-left: 0em;
        text-indent: 0em;
    }

@media screen and (max-width: 1240px) {
    .photogenic_contest_p {
        font-size: 16px;
        font-size: min(1.8vw, 16px);
        margin-bottom: 2.5vw;
    }
    
    .text_indent_05_sp{
        display: block;
        padding-left: 0.5em;
        text-indent: -0.5em;
    }
    
    .line_height_03{
        line-height: 0.5;
    }

}

@media screen and (max-width: 430px) {
    .photogenic_contest_wrap{
        margin-top: 0;
        margin-bottom: 0;
    }
    .photogenic_contest_p {
        font-size: 11px;
        font-size: max(3vw, 11px);/*11pxより小さくなりません*/
        line-height: 1.5;
        margin-top: 1vw;
        margin-bottom: 3vw;
        letter-spacing: 0.05em;
    }
    
    #photogenic_contest{
        /*padding-top: 16vw;
        margin-top:-16vw;*/
        padding-top: 30vw;
        margin-top:-30vw;
    }
    
    .padding_left_8em{
        /*padding-left: 2em;*/
        padding-left: 1em;
    }
    
    .padding_left_6em{
        /*padding-left: 2em;
        text-indent: -2em;*/
        padding-left: 1em;
        text-indent: -1em;
    }
    
    .text-indent_6{
      text-indent: 0em;
      padding-left: 0em;
    }
    
    .word_break_all{
        word-break: break-all;
    }
    
    /*.line_height_15{
        line-height: 1;
    }*/
    
    .font_weight_bold_waku{
        padding: 0.1em;
        display: block;
        width: 100%;
        margin-bottom: -1.5em;
        /*margin-bottom: 50px;
        line-height: 2;*/
        text-align: center;
        border-radius: 1em;
    }
}

.photogenic_contest_br_tb{
    display: none;
}

@media screen and (max-width: 1240px) {
    .photogenic_contest_br_tb{
       display: block;
        /*height: 0.8vw;*/
    }
}

/*@media screen and (max-width: 430px) {
   .photogenic_contest_br_tb{
        display: none;
    }
}*/

/*矢印はじまり*/
/*.arrow_wrap {
    transform: rotate(90deg);
}

.arrow {
    height: 20px;
    width: 40px;
    background-color: #ef7d44;
    position:  relative;
    margin-top: 20px;
}

.arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #ef7d44;
    position:  absolute;
    top: -50%;
    left: 100%;
}*/

.orange_arrow_wrap{
    width: 3vw;
    max-width: 30px;
    /*margin: 0 auto;*/
    margin: 0 0 0 22em ;
}

@media screen and (max-width: 430px) {
    .orange_arrow_wrap{
        width: 5vw;
        margin: 0 auto;
    }
}

/*矢印おわり*/
/******************************
フォトジェニックコンテストおわり
******************************/


/******************************
ふせん画像用はじまり
******************************/
.tennji_booth_wrap{
    display: flex;
    margin-bottom: 1em;
}

/*.tennji_booth_wrap img{
    padding-top: 1em;
    margin-left: 1em;
    width: 50%;
    height: 50%;
}*/

.fusen_image{
    padding-top: 1em;
    margin-left: 1em;
    width: 100%;
    height: 100%;
}

.fusen_caption{
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-size: min(1.2vw, 17px);
    font-weight: normal;
    margin-top: 1em;
}

@media screen and (max-width: 1240px) {
    .fusen_caption{ 
        font-size: 28px;
        font-size: min(1.4vw, 28px);
    }
}

@media screen and (max-width: 430px) {
    .tennji_booth_wrap{
        display: block;
    }

    .fusen_caption{
        font-size: 34px;
        font-size: min(3.4vw, 34px);
        margin-bottom: 1.5em;
    }
    
    .fusen_image{
        padding-top: 1em;
        margin: 0 auto;
        text-align: center;
        /*margin-left: 0;*/
        width: 80%;
        height: 80%;
    }
}

/******************************
ふせん画像用おわり
******************************/

.line_height_15_20250902 {
    line-height: 1.5;
}

.line_height_15 {
    line-height: 1.5;
}

#talk_show{
    padding-top: 7vw;
    margin-top:-7vw;
}

#text_align_left{
    text-align: left;
}

.text_align_center{
    text-align: center;
}

.chusen_window_ini_20250909{
    margin: 0 auto;
    text-align: left;
    font-family:  "fot-udkakugo-large-pr6n", "biz-udpgothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    font-size: 18px;
    font-size: min(2.0vw, 18px);
    font-weight: 600;
    letter-spacing: 0.03em;
    background-color: #e7d16c;
    margin-bottom:2vw;
    padding: 10px 20px;
    line-height: 2;
    border: 1px solid #000;
    margin-left: 0;
}

@media screen and (max-width: 1240px) {
    .chusen_window_ini_20250909 {
        font-size: min(1.8vw, 18px);
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 430px) {
    .chusen_window_ini_20250909 {
        font-size: 11px;
        font-size: max(3.2vw, 11px);
        padding: 5px 10px;
        padding: 2vw 4vw;
        line-height: 1.5;
        margin-bottom: 8vw;
        margin-top: -2vw;
    }
}
