@charset "utf-8";

/* ============================================================ */
/* reset-style */
/* ============================================================ */

/** {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}


@media (max-width: 1024px) {
  html {
    font-size: 56.3%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 43.8%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 37.5%;
  }
}*/


body {
  /*font-size: 10px;
  font-size: 1.0em;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;*/
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

em, strong {
  font-weight: bold;
}*/

sup {
  position: relative;
  top: 0.2rem;
  font-size: 60%;
  vertical-align: top;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}


/* ============================================================ */
/* _view */
/* ============================================================ */

.sp_view {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
}

/* ============================================================ */
/* margin */
/* ============================================================ */

.mt0 {
  margin-top: 0;
}
.mt-sm {
  margin-top: 1.0rem;
}
.mt-md {
  margin-top: 3.0rem;
}
.mt-lg {
  margin-top: 5.0rem;
}

.mb0 {
  margin-bottom: 0;
}
.mb-sm {
  margin-bottom: 1.0rem;
}
.mb-md {
  margin-bottom: 3.0rem;
}
.mb-lg {
  margin-bottom: 5.0rem;
}

.ml0 {
  margin-left: 0;
}
.ml-sm {
  margin-left: 1.0rem;
}
.ml-md {
  margin-left: 3.0rem;
}
.ml-lg {
  margin-left: 5.0rem;
}

.mr0 {
  margin-right: 0;
}
.mr-sm {
  margin-right: 1.0rem;
}
.mr-md {
  margin-right: 3.0rem;
}
.mr-lg {
  margin-right: 5.0rem;
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */

.pt0 {
  padding-top: 0px;
}
.pt-sm {
  padding-top: 1.0rem;
}
.pt-md {
  padding-top: 3.0rem;
}
.pt-lg {
  padding-top: 5.0rem;
}

.pb0 {
  padding-bottom: 0px;
}
.pb-sm {
  padding-bottom: 1.0rem;
}
.pb-md {
  padding-bottom: 3.0rem;
}
.pb-lg {
  padding-bottom: 5.0rem;
}

.pl0 {
  padding-left: 0px;
}
.pl-sm {
  padding-left: 1.0rem;
}
.pl-md {
  padding-left: 3.0rem;
}
.pl-lg {
  padding-left: 5.0rem;
}

.pr0 {
  padding-right: 0px;
}
.pr-sm {
  padding-right: 1.0rem;
}
.pr-md {
  padding-right: 3.0rem;
}
.pr-lg {
  padding-right: 5.0rem;
}

.pa0 {
  padding: 0px;
}
.pa-sm {
  padding: 1.0rem;
}
.pa-md {
  padding: 3.0rem;
}
.pa-lg {
  padding: 5.0rem;
}

/* 左右寄せ／センタリング
--------------------------------------------------------------- */
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
.vl-top {
  vertical-align: top;
}
.vl-bottom {
  vertical-align: bottom;
}
.vl-middle {
  vertical-align: middle;
}


/* ============================================================ */
/* PC / min-width: 768px */
/* ============================================================ */

/*a {
  color: #333;
}*/

body {
    color: #60514F;
    font-size: 1.6rem;
}

.inner {
    padding: 0;
    /*max-width: 960px;*/
    margin: 0 auto;
}


@media (min-width: 721px) {

    header {
        /* background: #fff; */
        background-color: transparent;
    }

    header #header_top {
        margin: 0 0 0;
    }

}


/* ============================================================ */
/* header#meledy_header */
/* ============================================================ */

header#meledy_header{
    position: relative;
    z-index: 20;
    /*min-width: 1024px;*/
    background: #fff;
    line-height: 1.5;    
}
header#meledy_header .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

header#meledy_header .header_logo a {
    display: block;
    width: 190px;
}


/* header-nav */
.header-nav{
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Times New Roman", Times, "serif";
    font-size: 2.5rem;
    font-weight: bold;
}
.header-nav ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.header-nav ul li{
    width: 20%;
    text-align: center;
    position: relative;
}
.header-nav ul li:not(:first-child):before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 22px;
    margin-top: -11px;
    border-left: 1px solid #60514F;
}

.header-nav li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #60514F;
    transition: all 0.3s;
}

.header-nav li a span{
    display: inline-block;
    padding: 0 1.5rem;
}
.header-nav li a:hover{
    opacity: inherit;
}

.header-nav li.active a span,
.header-nav li a:hover span{
    background: linear-gradient(transparent 60%, #FBECEB 60%);
}

#foot-nav{
    display: none;
}


/* ============================================================ */
/* .visual */
/* ============================================================ */

.visual{
    width: 100%;
    margin-bottom: 10rem;
}

@media (min-width: 721px) {
    #meledy .visual{
        margin: 0 auto;
    }
}

.visual .inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;   
}

.visual img{
    width: 100%;
    height: auto;
}


/* ============================================================ */
/* #top_content */
/* ============================================================ */

#top_content{
    width: 100%;
    margin: 0 0 8rem;
    position: relative;
    z-index: 1;
}
#top_content:before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 65rem;
    background: #FBECEB;
    z-index: -1;
    top: 3rem;
}
#top_content .inner{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#top_content .top_slider{
    width: 47%;
    max-width: 580px;
    height: auto;
}

#top_content .about_meledi{
    width: 48%;
    max-width: 580px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#top_content .about_meledi .main_title{
    line-height: 1;
    margin: 0 0 3rem 0;
}

#top_content .about_meledi .main_title span{
    text-align: center;
    font-size: 3.2rem;
    color: #373332;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(transparent 60%, #F8F3EB 60%);
}
#top_content .about_meledi .main_title > span{
    padding: 0 2rem;
}
#top_content .about_meledi .main_title span span{
    font-family: "Times New Roman", Times, "serif";
    font-size: 6.2rem;
    font-weight: normal;
}

#top_content .about_meledi .about_img{
        margin: 0 auto 2rem;
}
@media (max-width: 1280px) {
    #top_content .about_meledi .about_img{
            padding: 0 2%;
    }
}

#top_content .about_meledi .about_img img{
    width: 100%;
    height: auto;
}

#top_content .about_meledi .catch{
    text-align: center;
    font-size: 1.6rem;
}

#top_content .about_meledi .catch strong{
    color: inherit;
}


/* ============================================================ */
/* .top_slider */
/* ============================================================ */

.top_slider{
    width: 580px;
    height: auto;
    position: relative;
}
.slick-dotted.slick-slider {
     margin-bottom: 10px; 
}
.slider .slick-slide {
  margin: 0 0;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dots .slick-dots {
  bottom: -30px;
  text-align: center;
}
.dots .slick-dots li {
  display: inline-block;
}
.dots .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ECDDDC;
  border-radius: 50%;
}
.dots .slick-dots .slick-active button {
  background: #916D68;
}
.dots .slick-dots li button:before,.slick-dots li.slick-active button:before{
    color: inherit;
}

/* ============================================================ */
/* .contents */
/* ============================================================ */

.contents{
    width: 100%;
}

.contents_2col{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.contents_2col .main_content{
    width: 70%;
    max-width: 890px;
    margin-bottom: 8.0rem;
}
.contents_2col .side_content{
    width: 28%;
    max-width: 350px;
    margin: 0 0 5rem;
}

.side_box{
    width: 100%;
    height: 100px;
    background: #C99394;
}

.side_list{
    width: 100%;
}
.side_list li{
    width: 100%;
}
.side_list li:nth-child(n+2) {
    margin-top: 2%;
}
.side_list li img{
    width: 100%;
    height: auto;
}

/* ============================================================ */
/* #top_special */
/* ============================================================ */

#top_special {
    width: 100%;
    margin: 0 auto;
    padding: 8.0rem 0;
    position: relative;
}
#top_special:before {
    display: block;
    position: absolute;
    content: "";
    top: 5%;
    left: -30rem;
    background: #57AAC9;
    border-radius: 50%;
    opacity: 0.15;
    width: 50rem;
    height: 50rem;
}
#top_special .inner {
    padding: 0;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}
#top_special .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

/* ============================================================ */
/* #top_movie */
/* ============================================================ */

#top_movie {
    width: 100%;
    margin: 0 auto;
    padding: 8.0rem 0;
    position: relative;
    overflow-x: hidden;
}
#top_movie:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -20rem;
    background: #B45447;
    border-radius: 50%;
    opacity: 0.15;
    width: 40rem;
    height: 40rem;
}

#top_movie .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}
#top_movie .inner {
    padding: 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}


/* ============================================================ */
/* #top_topics */
/* ============================================================ */

#top_topics {
    width: 100%;
    background-color: #272E3E;
    margin: 0 auto;
    padding: 8.0rem 0;
    position: relative;
    z-index: 1;
}
#top_topics:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30rem 30rem 0 0;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
}
#top_topics:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30rem 30rem;
    border-color: transparent transparent #ffffff transparent;
    z-index: 3;
}
@media (max-width: 1280px) {
    #top_topics:before {
        border-width: 20rem 20rem 0 0;
    }
    #top_topics:after {
        border-width: 0 0 20rem 20rem;
    }
}

#top_topics .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}
#top_topics .inner {
    padding: 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* ============================================================ */
/* #top_other */
/* ============================================================ */

#top_other {
    width: 100%;
    background-color: #FBECEB;
    margin: 0 auto;
    padding: 8.0rem 0;
    position: relative;
    z-index: 1;
}

#top_other .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}
#top_other .inner {
    padding: 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* ============================================================ */
/* pickup */
/* ============================================================ */

.movie-pickup,
.topics-pickup{
    margin: 0 auto 5rem;
}

.movie-pickup_content,
.topics-pickup_content{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 3rem;
}

.movie-pickup_content{
    position: relative;
}
.movie-pickup_content:after {
    position: absolute;
    display: block;
    content: "";
    top: 3.0rem;
    right: 0;
    width: 26.0rem;
    height: 40.0rem;
    z-index: 3;
    background: url("/meledi/img/frame_movie.png");
    background-size: cover;
}

.movie-pickup_content figure,
.topics-pickup_content figure{
    width: 50%;
    max-width: 685px;
}

.movie-pickup_content figure img,
.topics-pickup_content figure img{
    width: 100%;
    height: auto;
}

.movie-pickup_content div,
.topics-pickup_content div{
    width: 40%;
    max-width: 42rem;
    margin-left: 3rem;
}
.movie-pickup_content div{
    padding-top: 4rem;
}

.title_pickup{
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3rem;
}
.movie-pickup .title_pickup{
    color: #373332;
    /*letter-spacing: -0.125em;*/ /* 長めのタイトル時用*/
}
.topics-pickup .title_pickup{
    color: #fff;
}

.title_pickup span{
    padding: 0 1.5rem 0 0.5rem;
}
.movie-pickup .title_pickup span{
    background: linear-gradient(transparent 38%, rgba(180,84,71,0.15) 38%);
}
.topics-pickup .title_pickup span{
    background: linear-gradient(transparent 38%, rgba(248,240,190,0.25) 38%);
}

.movie-pickup div .box{
    background-color: #FFF6F5;
    border: 1px solid #60514F;
    padding: 2rem;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    position: relative;
}
.movie-pickup div .box:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -4.5rem;
    right: -9.5rem;
    width: 11.1rem;
    height: 17.1rem;
    z-index: 3;
    background: url("/meledi/img/frame_movie02.png");
    background-size: cover;
}

.topics-pickup div .box{
    background-color: #F6F4E7;
    padding: 2rem;
    font-size: 1.6rem;
    margin: 0 0 1rem;
}

.movie-pickup .words {
    color: #B45447;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 3.0rem;
}
.topics-pickup .words {
    color: #AA9F59;
    font-size: 1.8rem;
    font-weight: bold;
}

/* ============================================================ */
/* #top_quiz */
/* ============================================================ */

#top_quiz {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8.0rem 0;
}
#top_quiz .inner {
    padding: 0;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
#top_quiz .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

/* ============================================================ */
/* #top_column */
/* ============================================================ */

#top_column {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8.0rem 0 3.0rem;
}
#top_column .inner {
    padding: 0;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
#top_column .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

#top_column .con_wrap {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    margin: 30px 1%;
}
#top_column .con_wrap dt img {
    width: 20%;
    float: left;
    margin: 0 1% 0 0;
}
#top_column .con_wrap dt time {
    color: #000000;
    font-weight: bold;
}
#top_column .con_wrap dt.con_ttl {
    margin: 0 5px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
}
#top_column .con_wrap dd.con_txt {
    margin: 0 5px 0;
    padding: 10px 10px 15px 0;
}
#top_column .btn_pink05 {
    display: none;
}


/* ============================================================ */
/* #top_banner */
/* ============================================================ */

#top_banner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8.0rem 0;
}
#top_banner .inner {
    padding: 0;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
}
#top_banner .content-head {
    padding: 0;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

/* ============================================================ */
/* .bl_bnrBlock */
/* ============================================================ */

.bl_bnrBlock {
}
.bl_bnrBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.bl_bnrBlock ul li:nth-child(4n+1) {
    margin-left: 0;
}
.bl_bnrBlock ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin: 0 0 1% 1%;
}
.bl_bnrBlock ul li a {
    position: relative;
    display: block;
}
.bl_bnrBlock ul li a[target="_blank"]::before {
    position: absolute;
    top: 0;
    right: 5px;
    content: "\e909";
    font-family: 'icomoon';
    font-size: 1.2rem;
}
.bl_bnrBlock ul li a img {
    width: 100%;
}
.bl_bnrBlock:not(:first-child) {
    margin-top: 1rem;
}

/* .title_inner */
/*#special .title_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5.0rem 0;
}

#special .title_inner p{
  width: 62%;
  padding-top: 10px;
}
#special .title_inner ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top:50px;
}
#special .title_inner ul li{
  width: 150px;
  background: #F4E5E3;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #b45447;
  padding: 10px 0;
  margin-right: 25px;
}
*/


/* ============================================================ */
/* 見出し */
/* ============================================================ */

.title01{
    position: relative;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5rem;
    color: #373332;
}
#top_topics .title01{
    color: #fff;
}

.title01:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #60514F;
    left: 0;
    margin-top: -1px;
    z-index: -1;
}
#top_topics .title01:before{
    background-color: #fff;
} 
.title01 span{
    display: inline-block;
    font-family: "Times New Roman", Times, "serif";
    font-size: 4.5rem;
    line-height: 1.2;
    background-color: #fff;
    padding: 0 2rem;
}
#top_topics .title01 span{
    background-color: #272E3E;
}
#top_other .title01 span{
    background-color: #FBECEB;
}

#top_movie .title01 span,
#top_other .title01 span,
#top_banner .title01 span{
    font-size: 3.5rem;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title_cap{
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    color: #373332;
}
#top_topics .title_cap{
    color: #fff;
} 


/*下層ページのタイトル*/
/*.title02{
    max-width: 740px;
    width: 100%;
    margin: 5.0rem 0 5.0rem 6%;
    border: 1px solid #707070;
    text-align: center;
    font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
    font-size: 4.4rem;
}
#special .title02{
    background: #F4E5E3;
}
#topics .title02{
    background: #d5cd9d;
}
#quiz .title02{
    background: #BFDFEA;
}

.title02 span{
    border: 1.0rem solid #fff;
    width: 100%;
    display: block;
}*/

.title02{
    text-align: center;
    margin: 0 auto 5rem;
    font-weight: bold;
}
#other .title02 {
    font-size: 2rem;
}

.title02 span{
    font-size: 3.4rem;
    letter-spacing: 0.13em;
    line-height: 1.2;
    color: #373332;
    display: inline-block;
}
#topics .title02 span{
    background: linear-gradient(transparent 50%, #F2F1E6 50%);
}
#quiz .title02 span{
    background: linear-gradient(transparent 50%, #E6F2F7 50%);
}
#movie .title02 span {
  background: linear-gradient(transparent 50%, #E8F7FD 50%);
}
.movie05 .title02 span:nth-of-type(2) {
  letter-spacing: 0.05em;
}

#other .title02 span {
  background: linear-gradient(transparent 50%, #F2F1E6 50%);
}
#other.learn_cooking .title02 span{
  background: linear-gradient(transparent 50%, #EAEDF2 50%);
}
#other.japan_explore .title02 span{
  background: linear-gradient(transparent 50%, #F2E2E6 50%);
}

.title03{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 1.0rem;
}
.title03::before{
    content:"●";
}
#topics .title03::before{
    color: #AA9F59;
}
#other .title03::before {
  color: #AA9F59;
}
#other.learn_cooking .title03::before,
#other.japan_explore .title03::before {
  display: none;
}
#other.learn_cooking .title03 span {
  color:#7689A6;
}
#other.japan_explore .title03 span {
  color:#064554;
}

.title04{
  font-weight: bold;
  font-size: 4.6rem;
  color: #c9caca;
  line-height: 1;
}
.title04 span{
  font-size: 2.0rem;
  color: #6e605e;
  margin-left: 2.0rem;
  vertical-align: middle;
}


/*サイドコンテンツのタイトル*/
.side_title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1rem;
}

/* ============================================================ */
/* interview_content */
/* ============================================================ */
.interview_content{
}
.interview_head{
  margin-bottom: 7.0rem;
}

.interview_head .main_img{
  margin-bottom: 5.0rem;
}

.interview_head .main_img img{
    width: 100%;
  }
.interview_head .main_img figure figcaption{
    font-size: 11px;
  text-align: right;
  margin-top:5px;
  }

/*.interview_head .sp_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 3.0rem 0;
}
.interview_head .sp_tag li{
    width: 90px;
    background: #f4e5e3;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #b45447;
    border-radius: 25px;
    margin-right: 1.0rem;
}*/
.interview_title{
  font-weight: bold;
  font-size: 2.8rem;
}

.interview_time{
    font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
    font-size: 1.6rem;
    color: #a8a8a8;
    position: relative;
    padding-left: 2.0rem;
    display: block;
}
.interview_time::before{
  content: "";
  width: 16px;
  height: 16px;
  background: url(/meledi/img/ico_time.png) no-repeat left;
  position: absolute;
  left: 0;
  top: 5px;
}
.interview_title02{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  color: #b45447;
  margin-bottom: 3.0rem;
  line-height: 30px;
}

.interview_list{
    margin-bottom: 5.0rem;
}
.interview_list dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.0rem;
}
.interview_list dt span{
    font-size: 1.4rem;
}
.interview_list dt .teacher{
  width: 20px;
  height: 20px;
  background: #49C1F0;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  margin-right:5px;
}
.interview_list dt .student{
  width: 20px;
  height: 20px;
  background: #ECB527;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  margin-right:5px;
}

.interview_list dd:not(:last-child){
    margin-bottom: 3.0rem;
}

.photo_clear{
    clear:both;
}

.photo_left{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
}
.photo_right{
    float: right;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 2rem;
}
.photo_left img,
.photo_right img{
    width: 100%;
    height: auto;
}

/* .interview_info */
.interview_info{
}

.interview_info .photo{
    width: 100%;
    margin-bottom: 3.0rem;
}
.interview_info .photo img{
    width: 100%;
    height: auto;
}
.interview_info .profile{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview_info .profile .interviewee,
.interview_info .profile .interviewer{
  width: 47%;
}

.interview_info .interviewee_name,
.interview_info .interviewer_name{
    font-weight: bold;
    font-size: 1.6rem;
}
.interview_info .interviewer_name span {
    font-size: 1.4rem;
  color:#333;
}
.interview_info .interviewee_name span{
    font-size: 1.2rem;
}

.interview_info .interviewer_teacher{
    font-weight: bold;
    font-size: 1.6rem;
  color:#49C1F0;
}
.interview_info .interviewer_teacher .teacher_name{
   font-size: 1.2rem;
  color:#49C1F0;
  margin-left:10px;
}
.interview_info .interviewer_student{
    font-weight: bold;
    font-size: 1.6rem;
  color:#ECB527;
}
.interview_info .interviewer_teacher span,
.interview_info .interviewer_student span {
    font-size: 1.4rem;
  color:#333;
}
.interview_info .profile02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:4.0rem;
}

.interview_info .profile02 .interviewee{
  width: 70%;
}

.interview_info02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interview_info02 figure{
    width: 20%;
    margin-right: 3.0rem;
}
.interview_info02 figure img{
    width: 100%;
    height: auto;
}
.interview_info02 > div{
    flex: 1;
}
.interview_info02 dl dt{
    font-weight: bold;
}

/* ============================================================ */
/* #movie */
/* ============================================================ */
.movie_section:not(:last-child) {
  margin-bottom: 10.0rem;
}
.movie_title{
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 0 1.0rem;
}
.movie_title span{
  font-size: 2.0rem;
}
.movie_head .lead{
  text-align: center;
  margin-bottom:3.0rem;
}
#movie .main_img{
   width: 100%;
   margin-bottom:3.0rem;
}
#movie .movie_head .main_img img{
    width: 100%;
    height: auto;
}
#movie .movie_head .main_img figcaption{
    font-size:1.1rem;
}
#movie .main_img img,
.scene figure img,
.terminology figure img{
    width: 100%;
}
#movie .main_img figcaption{
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 5px;
}

.scene li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.0rem;
}
.scene .left_box{
  width: 50%;
}
.scene .right_box{
  width: 47%;
}
.scene .tm{
  margin-top:2.0rem;
}
.scene .words{
  background: #67c7f2;
  border-radius: 5px;
  padding: 1.5rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.0rem;
}
.scene .words span{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.0rem;
  display: inline-block;
}
.scene .check,
.scene .check_top,
.scene .check_right{
  border-radius: 20px;
  background: #e6f7ff;
  padding: 2.0rem 2.0rem 1.0rem;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.6;
}
.scene .check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e6f7ff;
  z-index: 0;
}
.scene .check_top::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e6f7ff;
  z-index: 0;
}
.scene .check_right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e6f7ff;
  z-index: 0;
}
.scene .check div,
.scene .check_top div,
.scene .check_right div{
  position: absolute;
  top: -15px;
  left: 10px;
}
.scene figcaption{
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 5px;
}
.story_title{
  font-size: 2.0rem;
  color: #60514f;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin: 5.0rem 0 2.0rem;
}
.story_title span{
  font-size: 2.6rem;
  color: #f18557;
}
.terminology{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.0rem;
}
.movie03 .terminology{
  background: url(/meledi/movie/img/movie03_04.png) no-repeat right;
  background-size: 30%;
  padding: 0 20% 0 0;
  justify-content: left;
}
.movie04 .terminology{
  background: url(/meledi/movie/img/movie04_10.png) no-repeat right;
  background-size: 25%;
  padding: 0 15% 0 0;
  justify-content: left;
}
.movie05 .terminology,
.movie06 #ysl {
  justify-content: center;
  flex-direction: row;
}
.terminology dl{
  width: 50%;
}

.terminology.terminology_sm dl{
  width: 70%;
}
.movie03 .terminology.terminology_sm dl,
.movie04 .terminology.terminology_sm dl,
.movie07 .terminology.terminology_sm dl{
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}
.movie07 .terminology.terminology_sm dl{
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

.movie06 .terminology.terminology_sm dl{
  width: 100%;
  margin-bottom: 10px;
}

.movie05 .terminology.terminology_sm d{
  width: 22%;
  text-align: center;
  margin: 0 auto;
}
.movie06 #ysl.terminology_sm dl{
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.terminology dt{
  font-weight: bold;
  font-size: 2.0rem;
  color: #4bc3f9;
}
.movie06 .terminology dl.text_color_n{
  margin-bottom:20px;
}

.movie06 .terminology dl.text_color_n dt{
  color: #60514f;
  font-size:2.4rem;
}

.terminology dd{
  line-height: 1.5;
  font-size: 1.4rem;
}
.terminology dd img{
  float: right;
  margin: -2.0rem 0 0 2.0rem;
}
.terminology dd:not(:last-child){
  margin-bottom: 2.0rem;
}
.terminology figure{
  width: 45%;
}
.terminology.terminology_sm figure{
  width: 25%;
}
.movie_info{
  background: #f3ece4;
  padding: 2.0rem;
  display: flex;
  flex-wrap: wrap;
}
.movie_info figure{
  margin: 0 2.0rem 0 0;
}
.movie_info p span{
  font-size: 1.6rem;
  font-weight: bold;
}
.movie_copy{
  font-size: 1.1rem;
}
.movie05 .about_butterflies{
  margin:0 auto 4.0rem;
}
.movie05 .about_butterflies h3 {
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom:2.0rem;
}
.movie05 .about_butterflies h3 span {
  color: #f18557;
}
.movie05 .about_butterflies p {
  font-weight: bold;
}
.movie05 .about_butterflies p:nth-of-type(1) {
  font-weight: normal;
}
.movie05 .about_butterflies p span{
 color: #f18557
}


/* ============================================================ */
/* #other */
/* ============================================================ */
#other .other_section:not(:last-child) {
  margin-bottom: 6.0rem;
}
#other .other_head .lead{
  text-align: center;
  margin-bottom:3.0rem;
}
#other .main_img{
   width: 100%;
   margin-bottom:3.0rem;
}
#other .main_img img{
    width: 100%;
}
.theme{
  text-align: center;
  margin-bottom: 20px;
}
.theme span{
  font-weight: bold;
  font-size: 1.8rem;
  color: #897A78;
}
.country_list{
  margin-bottom: 6.0rem;
}

.country_list li{
  display: flex;
  flex-wrap: wrap;
}
.country_list li:not(:last-child) {
  border-bottom: 1px dashed #707070;
  margin-bottom: 3.0rem;
  padding-bottom: 3.0rem;
}

.country_list figure{
  width: 20%;
}
.country_list .country{
  width: 80%;
}
.country_list .country p:nth-of-type(1){
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.0rem;
}
.country_list .country p span{
  font-size: 1.6rem;
}

.keyword{
  border-radius: 10px;
  background: #f6e6da;
  width: 100%;
  padding: 4.0rem; 
}
.keyword > p{
  margin-bottom: 2.0rem; 
}

.keyword dt{
  position: relative;
  padding-left: 4.0rem;
  font-weight: bold;
}
.keyword dt::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/meledi/other/img/check.png) no-repeat left;
  position: absolute;
  left: 0;
  top: 0;
}
.keyword dd{
  padding-left: 4.0rem;
}
.keyword dd:not(:last-child) {
  margin-bottom: 2.0rem;
}
.suggestion{
  display: flex;
  flex-wrap: wrap;
}
.suggestion .left_area,
.suggestion .right_area{
  width: 50%;
}
.suggestion .left_area div{
  width: 95%;
  border-radius: 20px;
  background: #f6e6da;
  padding: 2.0rem;
  position: relative;
}
.suggestion .left_area div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f6e6da;
  z-index: 0;
}
.suggestion .tit {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.0rem 0 0.5rem;
}
.suggestion .right_area .tit {
  font-size: 1.8rem;
}

.suggestion_section{
  display: flex;
  flex-wrap: wrap;
}
.suggestion_section .left{
    width:45%;
    margin-right: 5%;
}
.suggestion_section .right{
  width: 50%;
}
.suggestion_section .left_area div{
  width: 100%;
  border-radius: 20px;
  background: #f6e6da;
  padding: 2.0rem;
  position: relative;
}
.suggestion_section .left_area div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f6e6da;
  z-index: 0;
}
.suggestion_section .tit {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.0rem 0 0.5rem;
}
.suggestion_section .right_area .tit {
  font-size: 1.8rem;
}



.mark_section{
  background-color: #897A78;
  padding: 40px;
  color: #fff;
}
.mark_section h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.mark_section h3 span{
  font-size: 2rem;
}
.mark_section ul li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.mark_section ul li:last-child{
  margin-bottom: 0;
}
.mark_section ul li figure {
  margin-right: 40px;
}

.other01 .mark_section ul li figure {
  width: 180px;
  text-align: center;
}
.other02 .mark_section ul li figure{
  max-width: 200px;
  width: 100%;
}
.other04 .mark_section ul li figure,
.other06 .mark_section ul li figure,
.other13 .mark_section ul li figure {
  margin-right: 5%;
  width: 45%;
}
.mark_section ul li figure img{
  width: 100%;
}
.other01 .mark_section ul li:last-child figure img{
  height: 100px;
  width: auto;
}

.mark_section ul li div{
  width: 65%;
}
.other04 .mark_section ul li div,
.other06 .mark_section ul li div,
.other13 .mark_section ul li div {
  width: 50%;
}
.mark_section ul li div h4{
  font-weight: bold;
  font-size: 2rem;
}
.other04 .mark_section ul li div h4,
.other06 .mark_section ul li div h4,
.other13 .mark_section ul li div h4{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.other02 .mark_section ul li:nth-of-type(3) h4,
.other04 .mark_section ul li:nth-of-type(3) h4{
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.other02 .mark_section ul li:nth-of-type(3) h4 span{
  color: #EAB792;
}
.other04 .mark_section ul li h4 span {
  color: #EAB792;
  font-size: 1.4rem;
}
.other06 .mark_section ul li h4 span,
.other13 .mark_section ul li h4 span {
  font-size: 1.4rem;
}
.other04 .mark_section ul li .right_txt,
.other06 .mark_section ul li .right_txt,
.other13 .mark_section ul li .right_txt{
  font-size: 1.2rem;
  text-align: right;
}
.other04 .other_section .about,
.other06 .other_section .about{
  font-size: 1.1rem;
  margin-top: 20px;
  display: block;
}
.other04 .other_section .about a,
.other06 .other_section .about a{
  text-decoration: underline;
}

#other .standard_dish{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
#other .standard_dish li{
  width: 30%;
}
.standard_dish li h5{
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #7689A6;
  line-height: 1;
  margin: 20px 0;
}
#other .standard_dish li h5 span{
  color: #333;
  font-size: 1.4rem;
}
#other .standard_dish li .info .gain{
  display: inline-block;
  border-radius: 10.5px;
  background: #7689a6;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px;
  margin: 20px 0 5px 0;
}
#other .useful h4{
  background: #928178;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
}
#other .useful .useful_inner{
  border: 1px solid #928178;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}
#other .useful .useful_inner div:nth-of-type(1){
  border-right: 2px dotted #928178;
  padding: 0 40px 0 0;
}
#other.other05 .useful .useful_inner div:nth-of-type(1){
    width: 65%;
}
#other.other05 .useful .useful_inner div:nth-of-type(2){
    width: 25%;
}
#other .useful .useful_inner div p{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  color: #7689a6;
}
#other.other07 .useful .useful_inner div p{
  font-size: 1.8rem;
}

#other .useful .useful_inner div p:nth-of-type(1){
  margin-bottom: 20px;
}
#other .useful .useful_inner div p span:nth-of-type(1){
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 10px;
}
#other .useful .useful_inner div p rt{
  font-size: 1.2rem;
}
#other .useful .useful_inner div p span:nth-of-type(2){
  font-weight: normal;
  font-size: 1.4rem;
  color:#333
}
#other .home_cooking ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
#other .home_cooking ul li h4{
  background: #7689a6;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  max-width: 580px;
  width: 100%;
  line-height: 1.2;
  padding: 10px 0;
}
#other .home_cooking ul li .cooking_time{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #7689a6;
  max-width: 580px;
  width: 100%;
  margin: 5px 0;
}

#other .home_cooking ul li{
  width: 30%;
  margin-bottom:40px;
}
#other .home_cooking ul li:nth-of-type(1) {
  width:70%;
}
#other .home_cooking ul li:nth-of-type(1) img{
  max-width: 580px;
  width: 100%;
}
#other .home_cooking ul li:nth-of-type(2) img{
  width: auto;
}
#other .home_cooking ul li figure img{
  width: 100%;
}
#other .home_cooking ul li h5{
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #7689a6;
  margin: 15px 0;
  line-height: 1.3;
}
#other .home_cooking .place{
  background: #EAEDF2;
  padding: 15px;
  font-size: 1.2rem;
}
#other .home_cooking .place figure{
    width: 180px;
    height: auto;
    margin: 0 auto;
}
#other .home_cooking .place h5{
  font-weight: bold;
  font-size: 2.0rem;
  color: #7689a6;
  line-height: 1.3;
  margin: 10px 0;
}
#other .home_cooking .place h5 span{
    color: #000;
}
#other .home_cooking .place p{
  font-size: 1.3rem;
}

#other .teacher{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#other .teacher figure{
  width: 22%;
}
#other .teacher .teacher_inner{
  width: 78%;
}
#other .teacher .teacher_inner .teacher_top{
  display: flex;
}
#other.other05 .teacher .teacher_inner .teacher_btm{
    margin-top: 1rem;
}

#other .teacher .teacher_inner .teacher_top .name{
  width: 45%;
}
#other .teacher .teacher_inner .teacher_top .name h5,
#other .teacher .teacher_inner .teacher_btm h5{
  font-weight: bold;
  font-size: 2.2rem;
  color: #7689a6;
}
#other .teacher .teacher_inner .teacher_top .name p{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#other .teacher .teacher_inner .teacher_top .name p span{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}
#other .teacher .teacher_inner .teacher_top .name p span span{
  font-size: 1.8rem;
}

#other .teacher .teacher_inner .recipe_book{
  width: 55%;
  background: #EAEDF2;
  padding: 10px;
  font-size: 1.2rem;
}
#other .teacher .teacher_inner .recipe_book img{
  float: left;
  margin-right: 15px;
}


#other .je_keyword h4{
  font-weight: bold;
  font-size: 2.4rem;
  color: #ac1e3c;
  margin:0 0 30px;
}
#other .je_keyword dt {
  position: relative;
  padding-left: 4rem;
  font-weight: bold;
  font-size: 2rem;
  color: #ac1e3c;
}
#other .je_keyword dt span{
  font-weight: normal;
  font-size: 14px;
  color: #8b898b;
  margin-left:10px;
}
#other .je_keyword dt::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/meledi/other/img/check02.png") left center no-repeat;
  position: absolute;
  left: 0px;
  top: 5px;
}
#other .je_keyword dd {
  margin:0 0 40px;
  padding-left:4rem;
}
#other .japan_column{
  width: 100%;
  border: 1px solid #064554;
  padding: 30px 40px;
}
#other .japan_column h4{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #064554;
}
#other .japan_column > p{
  text-align: center;
  color: #064554;
  margin-bottom: 20px;
}
#other .japan_column .japan_column_theme{
  width: 100%;
  font-weight: bold;
  background: #064554;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 40px;
  font-size: 2rem;
}
#other .japan_column ul{
  display: flex;
  flex-wrap: wrap;
}
#other .japan_column ul li{
  width: 40%;
  margin-bottom: 30px;
}
#other .japan_column ul li:nth-of-type(3),
#other .japan_column ul li:nth-of-type(4){
  margin-bottom: 0;
}

#other .japan_column ul li:nth-child(even){
  width: 60%;
}
#other .japan_column ul li h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #064554;
  margin: 0 0 5px;
}
#other .famous_place ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 20px 0;
  gap: 5%;
}
#other .famous_place ul li{
  width: 30%;
  margin-bottom: 40px;
}
#other .famous_place ul li h5 {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #064554;
  line-height: 1;
  margin: 20px 0;
}
#other .famous_place ul li h5 span{
  font-size: 1.4rem;
}


/* ============================================================ */
/* table */
/* ============================================================ */

/*.tbl01{
  width: 100%;
  border-top: 1px solid #FFF;
	color: #fff;
    font-size: 1.8rem;
}
.tbl01 th{
  text-align: center;
  vertical-align: middle;
  padding: 1rem 2rem;
  width: 15rem;
  background-color:rgba(255,255,255,0.3);
  border-bottom: 1px solid #FFF;
}
.tbl01 td{
  padding: 1rem 2rem;
  border-bottom: 1px solid #FFF;
}*/


/* ============================================================ */
/* レイアウト */
/* ============================================================ */

/* .items-2col .items-3col */
.items-2col li,
.items-2col .card{
  width: 49%;
}

.items-2col li,
.items-2col .card:nth-child(n+3) {
    margin-top: 2%;
}

.items-3col li,
.items-3col .card{
  width: 32%;
}

.items-3col .card:not(:nth-child(3n+1)) {
    margin-left: 2%;
}
.items-3col li,
.items-3col .card:nth-child(n+4) {
    margin-top: 2%;
}

/*.items-4col li,
.items-4col .card{
  width: 24%;
}

.items-4col li,
.items-4col .card:nth-child(n+5) {
    margin-top: 2em;
}*/


/* ============================================================ */
/* card */
/* ============================================================ */

/* .card-items */
.card-items {
  display: flex;
  flex-wrap: wrap;
}

/* .card */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #60514F;
  border-radius: 20px;
}

.card-img img{
  width: 100%;
}

.card-img-top img {
    width: 100%;
    border-top-left-radius: calc(20px - 1px);
    border-top-right-radius: calc(20px - 1px);
}
.card-img-bottom img {
    width: 100%;
    border-bottom-right-radius: calc(20px - 1px);
    border-bottom-left-radius: calc(20px - 1px);
}

.card-body {
  flex: 1 1 auto;
  padding: 2rem;
}

.card-sub-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    color: #60514F;
}
.card-title {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 0.5rem;
    padding: 0;
    color: #60514F;
}
.card-name {
    font-size: 2.2rem;
    font-weight: bold;
}

.card-text {
  margin: 0 0 1.5rem;
}

.card-time {
    display: block;
    width: 6.5em;
    margin-left: auto;
    margin-right: 0;
    font-family: "Times New Roman", Times, "serif";
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #A8A8A8;
    padding-left: 2.2rem;
    position: relative;
}
.card-time:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 20px;
    background: url("/meledi/img/ico_time.png") no-repeat center center;
}

.card .btn_more {
    display: block;
}

/*.card-badge {
  position: relative;
}
.card-badge:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #00b5ad transparent transparent transparent;
}
.card-badge:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 1.2rem;
    white-space: pre;
    color: #fff;
    top: 10px;
    left: 3px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}
*/

/* ============================================================ */
/* quiz-list */
/* ============================================================ */

.quiz-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.quiz a {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #57AAC9;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.quiz:not(:first-child) {
    margin-top: 3rem;
}

.quiz-img{
    width: 38%;
    max-width: 360px;
}
.quiz-img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.quiz-body {
    flex: 1 0 0;
    padding: 1.5rem 2rem;
    background: url("/meledi/img/ico_q.png") no-repeat -15px -5px;
    display: flex;
    align-items: center;
}

.quiz-text {
    font-size: 1.6rem;
    line-height: 1.6;
}


#meledi .quiz-list li:nth-child(n+5){
    display: none;
}


/* quiz */
#quiz .main_img{
  margin-bottom: 5.0rem;
}

#quiz .main_img img{
    width: 100%;
  }


.quiz_content{
  margin-bottom:8.0rem;
}

.quiz_content .question{
    background: url(/meledi/quiz/img/q.png) no-repeat left top;
    background-size: 10%;
    padding: 0 0 3.0rem 12.0rem;
    position: relative;
    min-height: 11.0rem;
}
.quiz_content .question::after{
    position: absolute;
    content: "";
    bottom: 0;
    width: calc(100% - 12.0rem - 2px);
    border: 1px solid #C0DFEB;
    display: block;
    margin: 0 auto 0;
}

.quiz_content .answer{
    background: url(/meledi/quiz/img/a.png) no-repeat left center;
    background-size: 10%;
    padding: 3.0rem 0 0 12.0rem;
}
.quiz_content .answer p:nth-of-type(1){
    margin-bottom:2.0rem;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 30px;
}

.quiz_index .btn03,
.quiz01 .quiz-list #quiz01,.quiz01 .quiz-list #quiz05,.quiz01 .quiz-list #quiz06,.quiz01 .quiz-list #quiz07,.quiz01 .quiz-list #quiz08,
.quiz02 .quiz-list #quiz01,.quiz02 .quiz-list #quiz02,.quiz02 .quiz-list #quiz06,.quiz02 .quiz-list #quiz07,.quiz02 .quiz-list #quiz08,
.quiz03 .quiz-list #quiz01,.quiz03 .quiz-list #quiz02,.quiz03 .quiz-list #quiz03,.quiz03 .quiz-list #quiz07,.quiz03 .quiz-list #quiz08,
.quiz04 .quiz-list #quiz01,.quiz04 .quiz-list #quiz02,.quiz04 .quiz-list #quiz03,.quiz04 .quiz-list #quiz04,.quiz04 .quiz-list #quiz08,
.quiz05 .quiz-list #quiz01,.quiz05 .quiz-list #quiz02,.quiz05 .quiz-list #quiz03,.quiz05 .quiz-list #quiz04,.quiz05 .quiz-list #quiz05,
.quiz06 .quiz-list #quiz02,.quiz06 .quiz-list #quiz03,.quiz06 .quiz-list #quiz04,.quiz06 .quiz-list #quiz05,.quiz06 .quiz-list #quiz06,
.quiz07 .quiz-list #quiz03,.quiz07 .quiz-list #quiz04,.quiz07 .quiz-list #quiz05,.quiz07 .quiz-list #quiz06,.quiz07 .quiz-list #quiz07,
.quiz08 .quiz-list #quiz04,.quiz08 .quiz-list #quiz05,.quiz08 .quiz-list #quiz06,.quiz08 .quiz-list #quiz07,.quiz08 .quiz-list #quiz08{
  display: none;
}


/* ============================================================ */
/* topics */
/* ============================================================ */

.topics_head{
    margin-bottom: 5rem;
}

.topics_head .main_img{
    width: 100%;
}
.topics_img{
    width: 100%;
    margin-bottom: 3rem;
}
.topics_head .main_img img,
.topics_img img,
.japan_explore .phrase img{
    width: 100%;
    height: auto;
}
.topics_section:not(:last-child) {
    margin-bottom: 3.0rem;
}

.topics_section_2col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.0rem;
}
.topics_section_2col > li{
  width: 49%;
}
.topics_section_2col li figure img{
  width: 100%;
}

.word_list dt{
    font-weight: bold;
    border-bottom: 1px solid #60514F;
    width: 400px;
    margin-bottom: 1.0rem;
}
.word_list dd{
    line-height: 1.5;
}
.word_list dd:not(:last-child){
  margin-bottom: 2.0rem;
}
.world li{
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 3.0rem;
  margin-bottom: 2.0rem;
}
.world li .tit{
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.world li.japan .tit{
  color: #b45447;
}
.world li.china .tit{
  color: #AA9F59;
}
.world li.usa .tit{
  color: #57AAC9;
}
.world li.france .tit{
  color: #1B9FF7;
}
.world li.nz .tit{
  color: #CE1229;
}
.world li.uk .tit{
  color: #004F7E;
}
.world li.eu .tit{
  color: #003194;
}
.world li.philippines .tit{
  color: #ce1126;
}
.world li.nld .tit{
  color: #AE1C28;
}
.world li.nor .tit{
  color: #00205B;
}
.world li.sco .tit{
  color: #0C559D;
}
.world li.bra .tit{
  color: #14953B;
}
.world li.malaysia .tit{
  color: #134A76;
}
.world li.denmark .tit{
  color: #BA1A31;
}

.world li .subTit{
  font-weight: bold;
  font-size: 1.8rem;
  display: inline;
  line-height: 30px;
}

.world li.japan .subTit {
  background: linear-gradient(transparent 60%, #EBCECA 40%);
}
.world li.china .subTit {
  background: linear-gradient(transparent 60%, #EEEBD8 40%);
}
.world li.usa .subTit {
  background: linear-gradient(transparent 60%, #E5F2F7 40%);
}
.world li.france .subTit {
  background: linear-gradient(transparent 60%, #DBF1FF 40%);
}
.world li.nz .subTit {
  background: linear-gradient(transparent 60%, #F5D0D4 40%);
}
.world li.uk .subTit {
  background: linear-gradient(transparent 60%, #CCDCE5 40%);
}
.world li.eu .subTit {
  background: linear-gradient(transparent 60%, #CCDCE5 40%);
}
.world li.eu .subTit{
  background: linear-gradient(transparent 60%, #CCD6EA 40%);
}
.world li.philippines .subTit{
  background: linear-gradient(transparent 60%, #F5CFD4 40%);
}
.world li.nld .subTit{
  background: linear-gradient(transparent 60%, #EFD2D4 40%);
}
.world li.nor .subTit{
  background: linear-gradient(transparent 60%, #CCD2DE 40%);
}
.world li.sco .subTit{
  background: linear-gradient(transparent 60%, #D6E5F4 40%);
}
.world li.bra .subTit{
  background: linear-gradient(transparent 60%, #E1EEE5 40%);
}
.world li.malaysia .subTit{
  background: linear-gradient(transparent 60%, #CEE4F7 40%);
}
.world li.denmark .subTit{
  background: linear-gradient(transparent 60%, #F9D5DA 40%);
}


.world li p:nth-of-type(1) span{
  font-size: 1.6rem;
  color: #60514f;
  margin-left: 1.0rem;
}
.world li p:nth-of-type(3) {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 1.0rem;
}
.phrase li{
  position: relative;
  width: 100%;
  background: #aa9f59;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  color: #fff;
  text-align: center;
  padding: 1.0rem;
  margin-top: 2.0rem;
  border-radius: 5px;
}
.japan_explore .phrase li{
  background: #B7A785;
}

.phrase li:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#aa9f59;
    bottom:100%;
    left:90%;
}
.japan_explore .phrase li:after{
  border-bottom-color:#B7A785;
}

.phrase.nobubble li:after{
    display: none;
}

.phrase li .en{
  font-weight: bold;
  font-size: 1.8rem;
}

.talk{
}
.talk li:not(:last-child){
  margin-bottom:1.0rem;
}
.talk li:nth-child(odd) p:nth-of-type(1){
  color:#57AAC9;
  font-weight: bold;
}
.talk li:nth-child(even) p:nth-of-type(1){
  color:#B45447;
  font-weight: bold;
}
.talk li p:nth-of-type(2){
  font-weight: bold;
}


.point{
  width: 90%;
  border-radius: 10px;
  background: rgba(170, 159, 89, 0.15);
  border: 1px solid #aa9f59;
  padding: 6.5rem 2.0rem 2.0rem 3rem;
  margin: 4.0rem auto 6.0rem;
  position: relative;
}
.point figure{
  position: absolute;
  left: 5px;
  top: -2.0rem;
}
.point p{
    position: relative;
    padding-left: 3.5rem;
}
.point p:not(:last-child){
  margin-bottom:2rem;
}

.point p::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/meledi/topics/img/check.png) no-repeat left;
  position: absolute;
  left: 0;
  top: 0;
}



/* ============================================================ */
/* btn */
/* ============================================================ */

/* btn01 */
.btn01{
    width: 80%;
    max-width: 220px;
    height: 40px;
    margin: 2.0rem auto 0;
    font-family: "Times New Roman", Times, "serif";
    font-size: 2rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn01:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #FFF;
}

#top_special .btn01,
#top_other .btn01,
#special .btn01 {
    background-color: #94C9DC;
}
#top_movie .btn01,
#movie .btn01 {
    background-color: #CE857B;
}
#top_topics .btn01,
#topics .btn01 {
    background-color: #B5AE83;
}
#top_banner .btn01 {
    background-color: #94C9DC;
}
#movie .btn01 {
    background-color: #B45447;
}


.btn02, .btn03{
    width: 60%;
    max-width: 400px;
    height: 40px;
    margin: 5.0rem auto 0;
    font-family: "Times New Roman", Times, "serif";
    font-size: 2rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-color: #57AAC9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn02:after, .btn03:after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #FFF;
}
#top_special .btn02, #top_special .btn03 {
    background-color: #94C9DC;
}
#top_movie .btn02, #top_movie .btn03 {
    background-color: #B45447;
}
#top_topics .btn02, #top_topics .btn03 {
    background-color: #AA9F59;
}
#top_quiz .btn02, #top_quiz .btn03,
#quiz .btn02, #quiz .btn03{
    background-color: #60514F;
}
#top_banner .btn02, #top_banner .btn03 {
    background-color: #57AAC9;
}

.btn03{
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ============================================================ */
/* その他 */
/* ============================================================ */

.memo{
  font-size: 1.2rem;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

rt{
  font-size: 0.8rem;
  font-weight: normal;
}





/* ============================================================ */
/* SP / max-width: 720px */
/* ============================================================ */

@media screen and (min-width: 0px) and (max-width: 720px) {
	
#wrap {
    padding: 0 0 0;
}

footer #footer_bottom div{
    padding: 20px 0 60px;
}
    
/* ============================================================ */
/* header#meledy_header */
/* ============================================================ */

header#meledy_header{
    position: relative;
    z-index: 20;
    /*min-width: 1024px;*/
    background: #fff;
    line-height: 1.5;    
}
header#meledy_header .inner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}

header#meledy_header .header_logo a {
    display: block;
    width: 190px;
}

/* header-nav */
.header-nav{
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    font-family: "Times New Roman", Times, "serif";
    font-size: 2.0rem;
    font-weight: bold;
}
.header-nav ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.header-nav ul li{
    width: 20%;
    text-align: center;
    position: relative;
}
.header-nav ul li:not(:first-child):before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 22px;
    margin-top: -11px;
    border-left: 1px solid #60514F;
}

.header-nav li a span{
    padding: 1rem 0;
}

.header-nav li.active a span,
.header-nav li a:hover span{
    background: linear-gradient(transparent 60%, #FBECEB 60%);
    line-height: 1;
}


#foot-nav{
    display: none;
    background: #fff;
}

#foot-nav.m_fixed {
    display: block;
	position: fixed;
	left: 0;
	bottom: 0;
    z-index: 999;/*最前面へ*/
    width:100%;
    opacity: 0.9;
    transition:all 1.5s;
}
 

   
/* ============================================================ */
/* #top_content */
/* ============================================================ */

#top_content{
    width: 100%;
    margin: 0 0 3rem;
}
#top_content:before{
    width: 100%;
    height: 35rem;
    z-index: -1;
    top: 3rem;
}
#top_content .inner{ 
    flex-direction: column;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
}
#top_content .top_slider{
    width: 90%;
    max-width: inherit;
    margin: 0 auto 3rem;
}
#top_content .about_meledi{
    width: 90%;
    padding: 3rem 0;
    margin: 0 auto;
}

#top_content .about_meledi .main_title{
    margin: 0 0 3rem 0;
}

#top_content .about_meledi .main_title span{
    font-size: 2.2rem;
}
#top_content .about_meledi .main_title > span{
    padding: 0 2rem;
}
#top_content .about_meledi .main_title span span{
    font-size: 4.2rem;
}

#top_content .about_meledi .about_img{
    margin: 0 auto 2rem;
}
#top_content .about_meledi .about_img img{
    width: 100%;
    height: auto;
}
#top_content .about_meledi .catch{
    font-size: 1.6rem;
}
    
/* ============================================================ */
/* .top_slider */
/* ============================================================ */

.top_slider{
    width: 100%;
    height: auto;
}

.slider .slick-slide {
}
.slider .slider-img img {
    /*width:auto;                                     
    height:500px;*/
    object-fit: cover;
}

/* ============================================================ */
/* .visual */
/* ============================================================ */

.visual{
    width: 100%;
    margin-bottom: 5rem;
}

/* ============================================================ */
/* .contents */
/* ============================================================ */

.contents{
    width: 100%;
}

.contents_2col{
    flex-direction: column;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
}

.contents_2col .main_content{
    width: 100%;
    max-width: inherit;
    margin: 0 0 5rem;
}
.contents_2col .side_content{
    width: 100%;
    max-width: inherit;
    margin: 0 0 5rem;
}

.contents_2col .main_content .inner {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
    
.side_box{
    width: 100%;
    height: 100px;
}
.side_list{
    width: 90%;
    margin: 0 auto;
}

   
/* ============================================================ */
/* #top_special */
/* ============================================================ */

#top_special {
    width: 100%;
    max-width: inherit;
    padding: 3rem 0;
}
#top_special:before {
    top: 2%;
    left: -18rem;
    opacity: 0.15;
    width: 30rem;
    height: 30rem;
}

#top_special .inner {
    padding: 0;
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_special .content-head{
    width: 90%;
    margin: 0 auto;
}
    
/* ============================================================ */
/* #top_movie */
/* ============================================================ */

#top_movie {
    width: 100%;
    padding: 3.0rem 0;
}
#top_movie:before {
    top: 0;
    right: -10rem;
    width: 20rem;
    height: 20rem;
}

#top_movie .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_movie .inner {
    width: 90%;
    max-width: inherit;
}    
/* ============================================================ */
/* #top_topics */
/* ============================================================ */

#top_topics {
    width: 100%;
    padding: 3.0rem 0;
}
#top_topics:before {
    border-width: 5rem 5rem 0 0;
}
#top_topics:after {
    border-width: 0 0 5rem 5rem;
}

#top_topics .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_topics .inner {
    width: 90%;
    max-width: inherit;
}
/* ============================================================ */
/* #top_other */
/* ============================================================ */

#top_other {
    width: 100%;
    padding: 3.0rem 0;
}

#top_other .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_other .inner {
    width: 90%;
    max-width: inherit;
}

/* ============================================================ */
/* pickup */
/* ============================================================ */

.movie-pickup,
.topics-pickup{
    margin: 0 auto 3rem;
}

.movie-pickup_content,
.topics-pickup_content{
    flex-direction: column;
    width: 90%;
    max-width: inherit;
    margin: 0 auto 3rem;
}
.movie-pickup_content:after {
    display: none;
}

.movie-pickup_content figure{
    width: 100%;
    margin: 0 auto 1rem;
}

.topics-pickup_content figure{
    width: 100%;
    margin: 0 auto 3rem;
}

.movie-pickup_content div,
.topics-pickup_content div{
    width: 100%;
    margin-left: 0;
}

.movie-pickup_content div{
    padding-top: 0;
    width: 100%;
    max-width: inherit;
}
.movie-pickup .title_pickup{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.topics-pickup .title_pickup{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0;
}
    
.movie-pickup .title_pickup span,
.topics-pickup .title_pickup span{
    padding: 0 1.5rem 0 0.5rem;
}

.movie-pickup div .box{
    padding: 1.5rem;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1rem;
}
.movie-pickup div .box:after {
    bottom: -3.5rem;
    right: -1.5rem;
    width: 5rem;
    height: 7.7rem;
    background: url("/meledi/img/frame_movie02.png");
    background-size: cover;
}

.topics-pickup div .box{
    display: none;
}
.movie-pickup .words{
    font-size: 1.6rem;
    padding-right: 0;
}
.topics-pickup .words {
    display: none;
}

/* ============================================================ */
/* #top_quiz */
/* ============================================================ */

#top_quiz {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 3rem 0;
}
#top_quiz .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_quiz .inner {
    padding: 0;
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}

/* ============================================================ */
/* #top_column */
/* ============================================================ */

#top_column {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 3rem 0;
}
#top_column .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_column .inner {
    padding: 0;
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}

#top_column .con_wrap {
    width: 100%;
    margin: 30px auto;
}

#top_column .con_wrap dt img {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
}
#top_column .con_wrap dt.time {
    clear: both;
}
#top_column .con_wrap dt time {
    color: #000000;
    font-weight: bold;
}
#top_column .con_wrap dt.con_ttl, #top_column .bl_column .con_wrap dd.con_txt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
    
    
    
    
/* ============================================================ */
/* #top_banner */
/* ============================================================ */

#top_banner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 3rem 0;
}
#top_banner .content-head {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}
#top_banner .inner {
    padding: 0;
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}

/* ============================================================ */
/* .bl_bnrBlock */
/* ============================================================ */

.bl_bnrBlock {
}
.bl_bnrBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.bl_bnrBlock ul li:nth-child(3n+1) {
    margin-left: 0;
}

.bl_bnrBlock ul li:nth-child(2n+1) {
    margin-left: 0;
}
.bl_bnrBlock ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 2% 0;
}

/* table */
/*#meledy .tbl01{
  width: 100%;
  font-size: 1.6rem;
}
#meledy .tbl01 tr{
  display: block;
  width: 100%;
}
#meledy .tbl01 th{
  display: block;
  width: 100%;
  padding: 0.5rem 0;
}
#meledy .tbl01 td{
  display: block;
  width: 100%;
  padding: 1rem 0;
}*/


.items-3col li,
.items-3col .card{
  width: 100%;
}

.items-3col li:not(:last-child),
.items-3col .card:not(:last-child) {
    margin-bottom: 2em;
}
.items-3col .card:not(:nth-child(3n+1)) {
  margin-left:0;
}
/*.items-4col li,
.items-4col .card{
  width: 24%;
}

.items-4col li,
.items-4col .card:nth-child(n+5) {
    margin-top: 2em;
}*/



/* ============================================================ */
/* 見出し */
/* ============================================================ */

.title01{
    margin: 0 0 3rem;
}

.title01 span{
    font-size: 2.5rem;
    line-height: 1.2;
    padding: 0 1rem;
}

#top_movie .title01 span,
#top_banner .title01 span{
    font-size: 2.5rem;
}
#top_other .title01 span{
    font-size: 1.8rem;
}

.title_cap{
    font-size: 1.6rem;
    line-height: 1.2;
}

/*.title02 {
  margin: 4.0rem auto;
  font-size: 2.4rem;
  width: 85%;
}
.title02 span {
  border: 5px solid #fff;
}*/

.title02 {
    margin: 0 auto 2.0rem;
}
#other .title02 {
  font-size: 1.4rem;
}

.title02 span {
    font-size: 2rem;
    letter-spacing: 0;
    /*line-height: 30px;
    background: linear-gradient(transparent 60%, #F2F1E6 40%);*/
}
    
#movie .title02 span,
#other .title02 span {
  display: inline;
  line-height: 1.6;
}

.title03 {
    font-size: 1.8rem;
    margin: 0 0 1.0rem;
}

.title04 {
  font-size: 3.0rem;
  line-height: 1.2;
  margin-bottom: 1.0rem;
}
.title04 span {
  font-size: 1.8rem;
}
.title04 span.subtext_lg {
  margin-left: 0;
  display: block;
}



/* ============================================================ */
/* レイアウト */
/* ============================================================ */

/* .items-2col .items-3col */
.items-2col li,
.items-2col .card{
  width: 100%;
}

.items-2col li,
.items-2col .card:nth-child(n+2) {
    margin-top: 2%;
}

.items-3col li,
.items-3col .card{
  width: 100%;
}

.items-3col li,
.items-3col .card:nth-child(n+2) {
    margin-top: 2%;
}

/*.items-4col li,
.items-4col .card{
  width: 100%;
}

.items-4col li,
.items-4col .card:nth-child(n+2) {
    margin-top: 2em;
}*/


/* ============================================================ */
/* card */
/* ============================================================ */

/* .card-items */
.card-items {
  flex-direction: column;
}

/* .card */
.card {
}

.card-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}
.card-img-top {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}


.card-body {
  flex: 1 1 auto;
  padding: 2rem;
}

.card-title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}
.card-name {
    font-size: 1.8rem;
}

.card-text {
  margin: 0 0 1.5rem;
}

.card-time {
    width: 6.5em;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 1.8rem;
}
.card-time:before {
    width: 14px;
    height: 14px;
    background-size: cover;
}



/*.card-badge {
  position: relative;
}
.card-badge:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #00b5ad transparent transparent transparent;
}
.card-badge:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 1.2rem;
    white-space: pre;
    color: #fff;
    top: 10px;
    left: 3px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}
*/

    
/* ============================================================ */
/* quiz-list */
/* ============================================================ */

.quiz-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.quiz {
}
.quiz a {
    position: relative;
    display: flex;
}
.quiz:not(:first-child) {
    margin-top: 2rem;
}

.quiz-img{
    width: 12rem;
    height: 12rem;
    max-width: inherit;
}
.quiz-img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.quiz-body {
    flex: 1 0 0;
    padding: 1.0rem 1.0rem;
    background: url("/meledi/img/ico_q.png") no-repeat -15px -5px;
    background-size: 100px auto;
    display: flex;
    align-items: center;
}

.quiz-text {
    font-size: 1.4rem;
    line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}  

/* #quiz */ 
    
#quiz .main_img{
    width: 90%;
    margin: 0 auto 3.0rem;
}

.quiz_content{
    width: 90%;
    margin: 0 auto 5.0rem;
}
.quiz_content .question{
  background: url(/meledi/quiz/img/q.png) no-repeat left top;
  background-size: 19%;
  padding: 10.0rem 0 2.0rem;
}
.quiz_content .answer p:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: 25px;
}
.quiz_content .answer{
  background: url(/meledi/quiz/img/a.png) no-repeat left 2.0rem;
  background-size: 19%;
  padding: 10.0rem 0 0;
}

    
/* ============================================================ */
/* #topics */
/* ============================================================ */

    
.topics_section_2col{
    flex-direction: column;
    margin-bottom: 3.0rem;
}
.topics_section_2col > li{
  width: 100%;
}
.topics_section_2col li figure{
    margin-bottom: 3.0rem;
}

.word_list dt {
  width: 100%;
}

.world li {
  padding: 2.0rem;
}
.phrase li .en {
  font-size: 1.6rem;
}
.point {
    width: 100%;
    padding: 3.0rem 2.0rem 2.0rem 3.5rem;
    margin: 3.0rem auto 0;
}
.point figure {
    left: 0.5rem;
    top: -1.0rem;
    width: 30%;
}
.point figure img{
    width: 100%;
}

.point p::before {
    top: 40%;
    background-size: 70%;
}

/* ============================================================ */
/* interview_content */
/* ============================================================ */
.interview_content{
}

.interview_head{
  margin-bottom: 5.0rem;
}

.interview_head .main_img{
  margin-bottom: 3.0rem;
}

.interview_title{
  font-size: 2.0rem;
}

.interview_title02{
  font-size: 1.8rem;
}

.interview_list{
    
}
.interview_list dt{
    font-size: 1.6rem;
}
    
.photo_left{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
}

.photo_right{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
}

/* .interview_info */
.interview_info{
}

.interview_info .photo{
    width: 100%;
    margin-bottom: 3.0rem;
}
.interview_info .profile{
  display: block;
}

.interview_info .profile .interviewee{
  width: 100%;
  margin-bottom: 3.0rem;
}

.interview_info .profile .interviewer{
  width: 100%;
  margin-bottom: 3.0rem;
}
.interview_info .profile02{
  display: block;
}
.interview_info .profile02 figure{
  text-align: center;
  margin-bottom: 3.0rem;
}
.interview_info .profile02 .interviewee{
  width: 100%;
}
    
.interview_info02{
    display: block;
}
.interview_info02 figure{
    width: 100%;
    margin-bottom: 3rem;
}
    
/* ============================================================ */
/* #movie */
/* ============================================================ */
.movie_head .lead {
  text-align: left;
}
.movie_title {
  font-size: 2.4rem;
}
.movie_title span {
  font-size: 1.6rem;
}
.scene li {
  display: block;
}
.scene .left_box {
  width: 100%;
}
.scene .right_box {
  width: 100%;
  margin-top: 3.0rem;
}
.scene .check::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 80%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e6f7ff;
  z-index: 0;
}
.scene .check_right::before {
  border: none;
  border-bottom: none;
  z-index: 0;
}
.scene .tm{
  margin-top:-2.0rem;
}
.terminology {
  display: flex;
  flex-direction: column;
}
.movie03 .terminology{
    background: url(/meledi/movie/img/movie03_04.png) no-repeat bottom;
    background-size: 100%;
    padding:0 0 55%;
    flex-direction: row;
    justify-content: center;
}
.movie04 .terminology{
    background: url(/meledi/movie/img/movie04_10.png) no-repeat bottom;
    background-size: 100%;
    padding:0 0 55%;
    flex-direction: row;
    justify-content: center;
}

.terminology dl,
.terminology.terminology_sm dl {
  width: 100%;
  order: 2;
}
.movie03 .terminology.terminology_sm dl,
.movie04 .terminology.terminology_sm dl {
  width: 50%;
  margin-bottom: 20px;
}
.movie05 .terminology.terminology_sm dl {
  width: 45%;
  text-align: center;
  margin: 0 auto 20px;
}
.movie06 .terminology.terminology_sm dl,
.movie07 .terminology.terminology_sm dl {
  width: 100%;
  margin-bottom: 20px;
}
  .movie06 #ysl.terminology_sm dl {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
.terminology figure {
  width: 100%;
  order: 1;
  margin-bottom: 4.0rem;
}
.terminology.terminology_sm figure {
  width: 40%;
  order: 1;
  margin: 0 auto 4.0rem;
}
.story_title {
  font-size: 1.6rem;
}
.story_title span {
  font-size: 2.2rem;
}
.terminology dt {
  font-size: 1.8rem;
}

.movie_info figure {
  width: 10rem;
}
.movie_info figure img {
  width: 100%;
}
.movie_info div {
  width: calc(100% - 12rem);
}

.movie_info p {
  font-size: 1.1rem;
  margin-bottom: 2.0rem;
}
.movie_info p:nth-of-type(2) {
  margin-bottom: 0;
}
.movie05 .about_butterflies{
  margin:0 auto 2.0rem;
}
.movie05 .about_butterflies h3 {
  font-size: 2rem;
  margin-bottom:1.5rem;
}
/* ============================================================ */
/* #other */
/* ============================================================ */
#other .other_head .lead {
  text-align: left;
}
.theme span {
  font-size: 1.4rem;
}
.country_list li {
  display: block;
}
.country_list figure {
  width: 100%;
  text-align: center;
  margin-bottom: 2.0rem;
}
.country_list .country {
  width: 100%;
}
.country_list .country p:nth-of-type(1) {
  text-align: center;
}

.keyword {
  padding: 2.0rem;
}
.suggestion {
  display: block;
}
.suggestion .left_area,
.suggestion .right_area{
  width: 100%;
}
.suggestion .left_area div{
 margin-bottom:2.0rem;
  width: 100%;
}
.suggestion .left_area div::after{
  content: "";
  position: absolute;
  top: initial;
  margin-bottom: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f6e6da;
  z-index: 0;
  bottom: -15px;
  right: 45%;
}
    
.suggestion_section {
  display: block;
}
.suggestion_section .left,
.suggestion_section .right,
.suggestion_section .left_area,
.suggestion_section .right_area{
  width: 100%;
}
.suggestion_section .left_area div{
 margin-bottom:2.0rem;
  width: 100%;
}
.suggestion_section .left_area div::after{
  content: "";
  position: absolute;
  top: initial;
  margin-bottom: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f6e6da;
  z-index: 0;
  bottom: -15px;
  left: inherit;
  right: 45%;
}

.mark_section{
  padding: 20px;
}
.mark_section h3{
  font-size: 1.8rem;
}
.mark_section h3 span{
  font-size: 1.4rem;
}

.mark_section ul li{
  display: block;
}
.mark_section ul li figure{
  width: 100%;
  text-align: center;
  margin:0 0 10px;
}
.other01 .mark_section ul li figure {
  width: 100%;
  text-align: center;
  height: auto;
}
.other01 .mark_section ul li figure img {
  width: 50%;
}
.other02 .mark_section ul li figure,
.other04 .mark_section ul li figure,
.other06 .mark_section ul li figure,
.other13 .mark_section ul li figure{
  max-width: 100%;
  width: 100%;
}
.other09 .mark_section ul li figure img{
  height: 100px;
  width: auto;
}
.other02 .mark_section ul li figure img,
.other08 .mark_section ul li figure img,
.other11 .mark_section ul li figure img{
  width: auto;
}


.mark_section ul li div,
.other04 .mark_section ul li div,
.other06 .mark_section ul li div,
.other13 .mark_section ul li div {
  width: 100%;
}
.mark_section ul li div h4 {
  font-size: 1.8rem;
  text-align: center;
}
.mark_section ul li:nth-of-type(3) h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 5px;
}
  
#other .standard_dish {
  display: block;
  margin: 20px 0;
}
#other .standard_dish li{
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
#other .standard_dish li figure{
  text-align: center;
}
.standard_dish li h5 {
  font-size: 2rem;
}
#other .standard_dish li h5 span {
  font-size: 1.2rem;
}
#other .useful h4 {
  font-size: 2.2rem;
  display: block;
  padding: 0;
  text-align: center;
}
#other .useful .useful_inner {
  padding: 20px;
  display: block;
}
#other .useful .useful_inner div:nth-of-type(1) {
  border-right: none;
  padding: 0;
}
#other.other05 .useful .useful_inner div:nth-of-type(1),
#other.other05 .useful .useful_inner div:nth-of-type(2){
    width: 100%;
}

#other .useful .useful_inner div p{
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#other .useful .useful_inner div p br{
  display: none;
}
#other .useful .useful_inner div p span:nth-of-type(1) {
  font-size: 1.2rem;
  margin-left: 0;
  display: block;
}
#other .home_cooking ul {
  display: block;
}
#other .home_cooking ul li:nth-of-type(1) {
  width: 100%;
}
#other .home_cooking ul li h4,
#other .home_cooking ul li .cooking_time{
  font-size: 1.8rem;
  width: 100%;
}
#other .home_cooking ul li{
    width: 100%;
    margin-bottom: 40px;
  }
#other .home_cooking ul li:nth-of-type(2) img {
  width: 100%;
}
#other .home_cooking ul li h5 {
  font-size:2rem;
  margin: 10px 0;
}
#other .home_cooking ul li figure{
    text-align: center;
  }
#other .home_cooking ul li figure img {
  width: auto;
}
#other .home_cooking ul li p{
    width: 80%;
    margin: 10px auto;
  }
#other .teacher {
  display: block;
}
#other .teacher figure{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
#other .teacher .teacher_inner {
  width: 100%;
  text-align: center;
}
#other .teacher .teacher_inner .teacher_top {
  display: block;
}
#other .teacher .teacher_inner .teacher_top .name {
  width: 100%;
}
#other .teacher .teacher_inner .teacher_top .name h5, 
#other .teacher .teacher_inner .teacher_btm h5 {
  font-size: 1.8rem;
}
#other .teacher .teacher_inner .teacher_top .name p {
  font-size: 1.2rem;
}
#other .teacher .teacher_inner .teacher_top .name p span {
  font-size: 2rem;
}
#other .teacher .teacher_inner .teacher_top .name p span span {
  font-size: 1.4rem;
}
#other .teacher .teacher_inner .teacher_btm{
  margin: 20px auto;
  text-align: left;
}
#other .teacher .teacher_inner .recipe_book {
  width: 100%;
  text-align:left;
  overflow: hidden;
}
#other .japan_column{
  padding: 20px;
}
#other .japan_column ul {
  display: block;
}
#other .japan_column ul li {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#other .japan_column ul li:nth-child(even) {
  width: 100%;
  text-align: left;
}
#other .japan_column ul li:nth-of-type(3), 
#other .japan_column ul li:nth-of-type(4) {
  margin-bottom: 20px;
}
 #other .famous_place ul {
  display: block;
} 
 #other .famous_place ul li {
  width: 100%;
  text-align: center;
} 
 #other .famous_place ul li p{
  text-align: left;
} 
.japan_explore .phrase li {
  text-align: left;
}
  
/* ============================================================ */
/* btn */
/* ============================================================ */

/* btn01 */
.btn01{
    width: 40%;
    max-width: inherit;
    height: 35px;
    margin: 2.0rem auto 0;
    font-size: 1.8rem;
}

.btn02{
    width: 80%;
    max-width: inherit;
    height: 35px;
    margin: 3.0rem auto 0;
    font-size: 1.8rem;
}

    
}

@media (max-width: 480px) {
.quiz-img{
    width: 10rem;
    height: 10rem;
}
/*.slider .slider-img img {
    height:400px;
}*/


}
@media (max-width: 320px) {
}

