@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  background: transparent;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

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

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

p {
  padding: 0;
  margin: 0;
  word-break: break-all;
  line-height: 1.6;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000000;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a:hover {
  color: #bf7900;
  -moz-opacity: .6;
  opacity: 1;
}

.pc-only {
  display: block;
}

.smp-only {
  display: none;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

.mv_smp {
  display: none;
}

section {
  padding: 3.5rem 1.5rem;
}

/*title*/
h2.heading {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
  text-align: center;
  letter-spacing: .4rem;

  position: relative;
}

/*
h2.heading:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e7";
  position: absolute;
  top: 4px;
  left: -40px;
  font-weight: 900;
  margin-right: 5px;
  background: linear-gradient(195deg, #bababa 26%, #7d7d7d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;

}
*/

h2.heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -84px;
  transform: translate(-50%, 0);
  width: 120px;
  height: 100%;
  background: url(../images/common/ttl_parts_l.png) no-repeat;
  background-position: center;
  background-size: 120px auto;
}

h2.heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: -192px;
  transform: translate(-50%, 0);
  width: 120px;
  height: 100%;
  background: url(../images/common/ttl_parts_l.png) no-repeat;
  background-position: center;
  background-size: 120px auto;
}

h2.heading span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 15px;
}

h2.heading span.font_gold {
  color: #b2b2b6;
  display: inline;
  font-size: 3rem;
  letter-spacing: .4rem;
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth"100;
}

/*.ttl {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}*/
.txt_box {
  margin-top: 2rem;
}

/*--------------------------------------
 * CONTENTS
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
}

.inner {
   margin:  3rem auto 0;
}

/*--------------------------------------
 * pc_header
 * ---------------------------------------*/
header {

  width: 100%;
  z-index: 10;

  color: #5F5F5F;

  padding: 0 48px;
}

.header_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: radial-gradient(circle, #013c7f, #00132a 80%);
}

h1.logo {
  max-width: 200px;
  cursor: pointer;
}

.global-nav {
  display: flex;
  align-items: center;
}

.heading_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_menu li {
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  letter-spacing: .2rem;
  font-size: 1.8rem;
  margin-right: 30px;
}

.heading_menu li a {
  color: #fff;
}

.heading_menu li a:hover {
  opacity: .7;
}

.global-nav .sns {
  display: flex;
}

.global-nav .sns li a {
  color: #fff;
}


.global-nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav .sns li {
  margin-right: 32px;
  font-size: 1.8rem;
}

.global-nav .sns li:nth-last-child(1) {
  margin-right: 0;
}

.global-nav .sns a {
  color: #fff;
}

.global-nav .sns a:hover {
  opacity: .7;
}

/**/

header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .sns li {
  margin-right: 32px;
  font-size: 1.5rem;
}

header .sns li:nth-last-child(1) {
  margin-right: 0;
}

header .sns a {
  color: #fff;
}

header .sns a:hover {
  color: #930f08;
}

@media screen and (max-width: 1024px) {
  header {}

  .header_flexbox {
    display: none;
  }
}

/*--------------------------------------
 * smp_nav
 * ---------------------------------------*/
/*ハンバーガーメニュー*/
.trigger {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
  background-image: linear-gradient(143deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1) 7%, rgba(204, 204, 204, 1) 21%, rgba(202, 199, 199, 1) 29%, rgba(215, 215, 215, 1) 42%, rgba(255, 255, 255, 1) 49% 52%, rgba(255, 255, 255, 1) 53%, rgba(222, 221, 221, 1) 57%, rgba(207, 207, 209, 1) 69%, rgba(204, 204, 204, 1) 74%, rgba(222, 221, 221, 1) 80%, rgba(247, 247, 247, 1) 90%, rgba(252, 252, 252, 1) 94%, rgba(255, 255, 255, 1));
  padding: 10px 12px;
  cursor: pointer;
}

.menu-trigger {
  position: fixed;
  width: 35px;
  height: 40px;
  z-index: 15;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #354a64;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 6px;
}

.menu-trigger span:nth-of-type(2) {
  top: 19px;
}

.menu-trigger span:nth-of-type(3) {
  top: 31px;
}

.menu-trigger.active {
  height: 35px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 9px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  top: 25px;
}

/*ハンバーガー メニュー内*/
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #000;
	    background: radial-gradient(circle, #013c7f, #00132a 80%);
  transition: all 0.3s ease-in-out;
  display: none;
}

.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.smp-nav-list ul.fix_menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-align: center;
}

.smp-nav-list ul.fix_menu a {
  color: #fff;
}

.smp-nav-list ul.fix_menu>li {
  width: 100%;
  font-size: 1.5rem;
}

.smp-nav-list ul.fix_menu>li.menu a {
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out 0s;
}

.smp-nav-list ul.fix_menu>li.menu a:hover {
  color: #930f08;
  opacity: 1;
}

.smp-nav-list ul.fix_menu>li.nav_sns {
  max-width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}

.smp-nav-list ul .nav_sns li {
  display: inline-block;
  margin-right: 2rem;
}

.smp-nav-list ul .nav_sns li:last-child {
  margin-right: 0;
}

.smp-nav-list ul .nav_sns a:hover {
  opacity: 1;
  color: #930f08;
}

/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual {
  background: #000000;

}

.main_visual.pc {
  display: block;
}

.main_visual.smp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .main_visual {}
}

/*--------------------------------------
 *NEWS
 * ---------------------------------------*/
#news h2 {
  color: #354a64;
}

#news .news_lists {
	margin: 0 auto;
	text-align: center;
}

#news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
 
	margin: 0 auto 1rem;
	max-width: 1000px;
	
}

#news .news-data {
  font-size: .8rem;
  font-weight: bold;
  margin-right: 2rem;
  background: #354a64;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;

}

#news .news-title {
  font-size: 1.2rem;
	  text-align: left;
}

#news .news-title a {
  text-decoration: underline;
}

#news .line {
  margin: 2rem 0;
}

/*NEWS アーカイブ*/

.archive_news {
	text-align: center;
	margin-top: 3rem;
}

.archive_news_lists {
  display: none;
}

.archive_news_lists.open {
  display: block;
}

.btn_news-more {
  cursor: pointer;
  display: inline-block;
  width: 350px;
  padding: .75rem 0;
  border-radius: 32px;
  background: #354a64;
  transition: 0.2s ease-in-out;
}

.btn_news-more:hover {
  opacity: .6;
  transition: 0.2s ease-in-out;
}

.btn_news-more p {
  text-align: center;
  
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}

details:not(:last-child) {}

details summary {
  list-style: none;
  cursor: pointer;
  text-align: left;
}

details summary span {
  text-decoration: underline;
  text-decoration-color: black;
}

/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

details p {
  text-align: left;
  font-size: 1rem;
}

.second .heading{
	color:#354a64;
}

.second .inner{
	margin-bottom: 3rem;
}


.second #info .container{
	max-width: 1000px;
	    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
}

.second h3 , .inner{
	text-align: left; 
}

.second h3  {
	margin-top: 2rem;
	color:#013876;
}

.second .data{
	text-align: right; 
}

.second .inner a {
	text-decoration: underline;
}






/*--------------------------------------
 * live
 * ---------------------------------------*/
#live {
  background: radial-gradient(circle, rgb(194 6 0), rgb(89 2 2) 80%);
	    background: radial-gradient(circle, #013c7f, #00132a 80%);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;

  color: #fff;
}

#live h2 {
  color: #fff;
}

#live .inner {
/*  background-image: linear-gradient(360deg, rgba(1, 1, 1, 1), rgba(28, 28, 28, 1) 7%, rgba(55, 55, 55, 1) 30% 31%, rgba(51, 50, 50, 1) 50% 52%, rgba(22, 22, 22, 1) 78%, rgba(1, 1, 1, 1) 93%);*/
	
  padding: 4rem 2rem 2.5rem;
  max-width: 1000px;

}

.alert {
  margin-top: 2rem;
}

.alert .alert_ttl {
  margin-top: 1rem;
}

#live .live-title {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

#live .live-title span {
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#live .table {
  margin-top: 2.5rem;
}

#live dl {
  width: 80%;
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #aaa;
}

#live dl:nth-last-child(1) {
  border-bottom: 0;
}

#live dl .small {
  font-size: 75%;
  vertical-align: baseline;
}

#live dt {
  width: 30%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#live dd {
  width: 400px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}


#live iframe {
  margin-top: 20px;
  width: 400px;
  height: auto;
}



#live dd a {
  text-decoration: underline;
  color: #fff;
}

#live dd a:hover {

  color: #bf7900;
}

#live dd i {
  font-size: 75%;
}

/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket {
  text-align: center;
  background: #fff;

  color: #354a64;
}

#ticket .inner {
  max-width: 1000px;
  
}

.black_link {
  color: #354a64;
}

.black_link:hover {
  color: #930f08;
}

#ticket .line {
  margin: 2.4rem 0;
}

#ticket .map  {
	text-align: center;
}

#ticket .map img {
  max-width: 800px;
	margin: 0 auto;
	text-align: center;
		
}

#ticket .ticket-btn {
  padding-bottom: 3rem;
}

#ticket li {
  display: flex;
  justify-content: space-between;
  background: radial-gradient(circle, #013c7f, #00132a 80%);

  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .8rem 3.8rem;
}

#ticket .txt_box {
  text-align: left;
  font-size: 1rem;
}

#ticket .txt_box span {
  font-size: 1.2rem;
}

#ticket .restriction {
  margin-top: 4rem;
}

#ticket h3.ttl {
  color: #354a64;
  font-size: 2rem;
  font-weight: bold;
	margin-top: 3rem;
}
#ticket h3 span{
	font-size: 1.4rem;
}

#ticket h3.kaigai {
  margin-top: 6rem;
}

#ticket .kikan {
  font-size: 1.4rem;
}

#ticket .kikan span {
  font-size: .9rem;
  display: block;
}

#ticket .fin {
  text-align: left;
  margin-top: 3rem;
  font-size: 1rem;
}

.anchor-buttons.sticky #section1,
.anchor-buttons.sticky #section2,
.anchor-buttons.sticky #section3 {
    padding-top: 80px;
    margin-top: -80px;
	display: block;
}

#ticket .soldout {
	    position: relative;
}

#ticket .soldout-overlay {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%) rotate(-20deg);
    background-color: rgba(224, 223, 223, .9);
    color: #6f6e6e;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 10px;
    border-radius: 3px;
    z-index: 10;
}


@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.btn-link {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, #d19503, #bf7900);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
	 padding: 10px 18px;
  font-size: 1.3rem;
	width: 650px;
	 max-width: 650px;
  margin:1.5rem auto 0;
  padding: 12px 20px;
}
.btn-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
	
}
.btn-link:hover::before {
  left: 100%;
}

.btn-link a {
	margin: 0 auto;
	color:#fff;
}


/* anchor btn */
.content-area {
  position: relative;
  padding: 2rem 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.anchor-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
  z-index: 100;
	
}
.anchor-buttons.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 50px;
  animation: slideDown 0.3s ease-out;
	 width: 90vw;
    max-width: 800px;
	margin-top:0;
}


@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.anchor-btn {
  display: inline-flex;
	justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #d19503, #bf7900);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
	 padding: 10px 18px;
    font-size: 14px;
}
.anchor-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
	
}
.anchor-btn:hover::before {
  left: 100%;
}

#anchorButtons a:hover {
	color:#fff!important;
}



/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}

#goods .goods_lists li {
  width: 60%;
}

#goods .goods_lists li.mt0 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

#goods .goods_list .goods_ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  color: #700606;
  margin-top: 1rem;
  text-align: center;
}

#goods .goods_list .goods_detail {
  margin-top: 1.2rem;
  line-height: 1.6;
  font-size: 85%;
}

#goods .goods_list .goods_price {
  margin-top: 1rem;
  line-height: 1.4;
}

#goods .goods_list .goods_price a {
  color: #e4007f;
}

#goods span.small {
  font-size: 90%;
  display: block;
  line-height: 1.6;
  text-align: center;
}

#goods .goods_list .thum {
  margin: 0 auto;
}

#goods .goods_list .thum img {
  height: auto;
  margin: 0 auto;
  border: 2px solid #930f08;
}

#goods .txt_box {
  font-size: 1.1rem;
  text-align: center;
}

#goods .txt_box:nth-child(1) {
  font-size: 1.3rem;
  font-weight: 700;
}

#goods .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #eeeeee;
}

#goods .ate_box li {
  list-style-position: inside;
  margin-bottom: 6px;
}

#goods .goods_img {
  width: 900px;
  margin: 1rem auto 0;
}

#goods .btn-link {
  margin-top: 2rem;
}

#goods .btn-link a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 42px;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #930f08;
  border: 3px solid #930f08;
}

#goods .btn-link a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 3px solid #930f08;
}

/*--------------------------------------
 * RELEASE
 * ---------------------------------------*/
#release .txt_box {
  text-align: left;
  display: block;
}

#release .release_ttl {
  font-size: 1.2rem;
  font-weight: 600;
}

#release .txt_box .catch {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}

#release .jacket_img {
  max-width: 400;
  height: auto;
  padding-right: 20px;
}

#release .release_date {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#release .btn-link a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 42px;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #930f08;
  border: 3px solid #930f08;
}

#release .btn-link a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 3px solid #930f08;
}

#release .song {
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
  border-top: 1px solid #aaa;
}

#release .song_list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-evenly;
}

#release .song_list dl {
  text-align: left;
}

#release .release_benefits li {
  margin: 1rem;
}

#release .release_benefits_list {
  display: flex;
  align-items: self-end;
}

#release .normal,
.de {
  border-top: 1px solid #aaa;
  padding-top: 2rem;
}


#release .postcard {
  width: 45%;
}


/*--------------------------------------
 * PROFILE
 * ---------------------------------------*/
#profile {
  text-align: center;
  width: 100%;
  background: radial-gradient(circle, #013c7f, #00132a 80%);
	color: #354a64;
}

#profile h2 {
  color: #fff;
}

#profile .txt_box h3 {
  color: #354a64;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}


#profile ul li a {
  color: #354a64;
}

#profile ul li a:hover {
  opacity: .5;
}

#profile .txt_box h3 span {
	font-size: 1rem;
/*
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
*/

}

#profile .txt_box h4 {
  color: #354a64;
  font-size: .9rem;
  margin-top: 40px;
}

#profile .txt_box .items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#profile .txt_box .items p,
#profile .txt_box .items div {
  flex: 1;
}

#profile .txt_box .items div {
  font-size: .9rem;
}

#profile .txt_box .items ul {
  margin-top: .8rem;
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


#profile .txt_box .items ul li a {
  margin-right: 5px;
}

#profile .inner {
 
	background-color:#fff; 
 color: #354a64;
	
  padding: 2.5rem 2rem 2.5rem;
  max-width: 1000px;
}

#profile .txt_box {
  text-align: left;
  font-size: 1rem;
  margin-top: 0;
}


#profile .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#profile .youtube iframe {
  width: 100%;
  height: 100%;
}


/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}

.pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(143deg, rgba(255, 255, 255, 1), rgba(246, 246, 246, 1) 7%, rgba(204, 204, 204, 1) 21%, rgba(202, 199, 199, 1) 29%, rgba(215, 215, 215, 1) 42%, rgba(255, 255, 255, 1) 49% 52%, rgba(255, 255, 255, 1) 53%, rgba(222, 221, 221, 1) 57%, rgba(207, 207, 209, 1) 69%, rgba(204, 204, 204, 1) 74%, rgba(222, 221, 221, 1) 80%, rgba(247, 247, 247, 1) 90%, rgba(252, 252, 252, 1) 94%, rgba(255, 255, 255, 1));
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0.6rem;
  color: #000;
}

.pagetop a:hover {
  color: #000;
}

.pagetop i {
  transform: rotate(-90deg);
  color: #354a64;
}

footer {
  position: relative;
  background: #000;

}

.footer_container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 0;
  color: #fff;
}

.footer_container .sns {
  font-size: 2rem;
  margin-bottom: .5rem;
  text-align: center;
}

.footer_container .sns li {
  display: inline-block;
  margin: 0 .5rem;
}

.footer_container .sns li a {
  display: inline-block;
  color: #fff;
}

.footer_container .sns li a:hover {
  opacity: 1;
  color: #033e82;
}

.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 1rem;
}


/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.clearBoth {
  clear: both;
}

/*--  text-align  --*/
.ta_c {
  text-align: center;
  display: block;
}

.ta_l {
  text-align: left;
  display: block;
}

.ta_r {
  text-align: right;
  display: block;
}

/*--  text-weight  --*/
.bold {
  font-weight: 500;
}

/*--  text-color  --*/
.red {
  color: red !important;
}

/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

/*--  margin-right  --*/
.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

/*--  margin-left  --*/
.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

/*--  font-size  --*/
.fs_bl {
  font-size: 140%;
}

.fs_it {
  font-style: italic;
}

.fs_l {
  font-size: 115% !important;
}

.fs_m {
  font-size: 95% !important;
}

.fs_ms {
  font-size: 65% !important;
}

.fs_s {
  font-size: 50% !important;
}