@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Shippori+Antique&display=swap');

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#c1272d;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}
body{
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  font-family: "Inter", "Shippori Antique", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #ebe7dd;
}
a{
  color: #333333;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
  height: auto;
	display: block;
}
img,a img{
	vertical-align: bottom;
}
b,
strong,
.bold{
    font-weight: bold;
}
::selection{
	background-color: #333333;
	color: #ebe7dd;
}
::-moz-selection {
	background-color: #333333;
	color: #ebe7dd;
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* site-header */
.site-header{
  width: 100%;
	height: 90px;
  padding-left: 4rem;
  padding-right: 4rem;
}
.site-header > .-inner{
  max-width: 1040px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-end;
  align-items: center;
}

@media print, screen and (max-width: 760px){
  /* site-header */
  .site-header{
    height: 80px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .site-header > .-inner{
    height: 80px;
  }
}

/* logo */
/*
.logo{
  width: 60px;
}
.logo > a{
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.logo > a:hover{
  opacity: 0.75;
}
.logo > a > img{
  width: 100%;
}
*/

/* header-link */
.header-link{
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
.header-link > a{
  display: inline-block;
  padding-right: 2.4rem;
  background: url(/120th/assets/images/icon-window-gray.svg) right center no-repeat;
  background-size: 12px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #4d4d4d;
}
.header-link > a:hover{
  opacity: 0.75;
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
    content: '※';
    margin-left: -1em;
}

/* main-contents */
.main-contents{
  overflow: hidden;
}

/* kv-block */
.kv-block{
  margin-bottom: 10rem;
}

@media print, screen and (max-width: 760px){
  /* kv-block */
  .kv-block{
    margin-bottom: 6rem;
  }
}

/* kv */
.kv{
  width: 100%;
  position: relative;
}

/* kv-120th */
.kv-120th{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv-120th > img{
  max-width: 1200px;
  width: 100%;
  opacity: 0.9;
}

/* kv-catch */
.kv-catch{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.kv-catch > img{
  max-width: 530px;
  width: 100%;
}

/* kv-img */
.kv-img > img{
  width: 100%;
}

/* kv-scroll */
.kv-scroll{
  margin-top: 4.8rem;
  max-width: 54px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.kv-scroll > a{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/120th/assets/images/arrow-scroll.svg) center bottom no-repeat;
  background-size: 16px 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.kv-scroll > a:hover{
  opacity: 0.75;
}

/* greeting-box */
.greeting-box{
  background: url(/120th/assets/images/bg-greeting.svg) center top 20.5rem no-repeat;
  background-size: 1440px auto;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 16rem;
}
.greeting-box > .-inner{
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* greeting-box */
  .greeting-box{
    background-image: none;
  }
  .greeting-box > .-inner{
    position: relative;
  }
  .greeting-box > .-inner::before,
  .greeting-box > .-inner::after{
    content: "";
    position: absolute;
  }
  .greeting-box > .-inner::before{
    left: -50px;
    bottom: -100px;
    width: 335px;
    height: 174px;
    background: url(/120th/assets/images/bg-greeting-sp-01.svg) center center no-repeat;
    background-size: contain;
  }
  .greeting-box > .-inner::after{
    top: 120px;
    right: -140px;
    width: 204px;
    height: 471px;
    background: url(/120th/assets/images/bg-greeting-sp-02.svg) center center no-repeat;
    background-size: contain;
  }
}

@media print, screen and (max-width: 760px){
  /* greeting-box */
  .greeting-box{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 12rem;
  }
  .greeting-box > .-inner::before{
    left: -80px;
    bottom: -140px;
    background-size: 50%;
  }
  .greeting-box > .-inner::after{
    top: -50px;
    left: 400px;
    right: auto;
    width: 321px;
    height: 322px;
    background: url(/120th/assets/images/bg-greeting-sp-03.svg) center center no-repeat;
    background-size: 60%;
  }
}

/* greeting-heading */
.greeting-heading > .-en{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 3rem;
  color: #ded7c7;
  letter-spacing: -0.025em;
}
.greeting-heading > .-main{
  font-size: 3.2rem;
  line-height: 1;
}

@media print, screen and (max-width: 760px){
  /* greeting-heading */
  .greeting-heading > .-en{
    font-size: 9rem;
    margin-bottom: 2rem;
  }
}

/* greeting-text */
.greeting-text{
  margin-top: 8rem;
}
.greeting-text > p{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2em;
  letter-spacing: 0.1em;
}
.greeting-text > p:nth-child(1){
  margin-top: 0;
}

@media print, screen and (max-width: 760px){
  /* greeting-text */
  .greeting-text{
    margin-top: 6rem;
  }
}

@media print, screen and (max-width: 610px){
  /* greeting-text */
  .greeting-text > p > br.-tablet{
    display: none;
  }
}

@media print, screen and (max-width: 540px){
  /* greeting-text */
  .greeting-text > p > br.-sp{
    display: none;
  }
}

/* greeting-name */
.greeting-name{
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
.greeting-name > .-inner{
  display: table;
  table-layout: fixed;
}
.greeting-name > .-inner > .-item{
  display: table-row;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.greeting-name > .-inner > .-item > span{
  display: table-cell;
}
.greeting-name > .-inner > .-item > span:nth-child(1){
  padding-right: 2em;
}

/* visual-box */
.visual-box{
  position: relative;
}
/*
.visual-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url(/120th/assets/images/img-visual.jpg) center center no-repeat;
  background-size: cover;
}
*/
.visual-box > .-img > img{
  width: 100%;
}
.visual-box > .-img > img.-sp{
  display: none;
}
.visual-box > .-text{
  padding-top: 10rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  font-size: 16rem;
  letter-spacing: -0.01em;
  color: #ded7c7;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 0.75;
}

@media print, screen and (max-width: 1000px){
  /* visual-box */
  .visual-box{
    /*padding-top: 33rem;*/
  }
  .visual-box > .-text{
    font-size: 14rem;
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media print, screen and (max-width: 760px){
  /* visual-box */
  /*
  .visual-box{
    padding-top: 28rem;
  }
  .visual-box::before{
    height: 225px;
  }
  */
  .visual-box > .-img > img.-pc{
    display: none;
  }
  .visual-box > .-img > img.-sp{
    display: inline;
  }
  .visual-box > .-text{
    padding-top: 6rem;
    font-size: 12rem;
    text-align: left;
  }
}

@media print, screen and (max-width: 640px){
  /* visual-box */
  /*
  .visual-box{
    padding-top: 28rem;
  }
  .visual-box::before{
    height: 225px;
  }
  */
  .visual-box > .-text{
    padding-top: 9.5vw;
    font-size: 18.75vw;
  }
}


/* contents-group */
.contents-group{
  padding: 16rem 6rem 14rem;
}
.contents-group > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px){
  /* contents-group */
  .contents-group{
    padding: 14rem 4rem 12rem;
  }
}

@media print, screen and (max-width: 760px){
  /* contents-group */
  .contents-group{
    padding: 10rem 2rem 14rem;
  }
}

/* basic-heading */
.basic-heading > .-main{
  font-size: 3.2rem;
  line-height: 1.5;
}
.basic-heading > .-en{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.basic-heading > .-en.-green{
  color: #008842;
}
.basic-heading > .-en.-blue{
  color: #00437c;  
}

@media print, screen and (max-width: 760px){
  /* basic-heading */
  .basic-heading > .-main{
    font-size: 3rem;
  }
  .basic-heading > .-en{
    font-size: 2rem;
  }
}

/* catchcopy-box-main */
.catchcopy-box-main{
  margin-top: 5.5rem;
}
.catchcopy-box-main > .-text{
  max-width: 800px;
  padding-top: 3.5rem;
}

@media print, screen and (max-width: 580px){
  /* catchcopy-box-main */
  .catchcopy-box-main > .-text{
    padding-top: 5.8vw;
  }
}

/* catchcopy-box-catch */
.catchcopy-box-catch > .-en{
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  padding-left: 9%;
}
.catchcopy-box-catch > .-en > .-bottom{
  padding-left: 2.5em;
}

@media print, screen and (max-width: 760px){
  /* catchcopy-box-catch */
  .catchcopy-box-catch > .-en{
    padding-left: 0;
    font-size: 3.8rem;
  }
}

@media print, screen and (max-width: 580px){
  /* catchcopy-box-catch */
  .catchcopy-box-catch > .-en{
    font-size: 6.55vw;
  }
}

/* basic-text */
.basic-text > p{
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media print, screen and (max-width: 760px){
  /* basic-text */
  .basic-text > p{
    font-size: 1.8rem;
  }
}

/* logo-box */
.logo-box{
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #ded7c7;
  display: flex;
  justify-content: space-between;
}
.logo-box > .-primary{
  width: 480px;
}
.logo-box > .-logo{
  width: 34.7917%;
}
.logo-box > .-logo > img{
  width: 100%;
  max-width: 240px;
}

@media print, screen and (max-width: 1000px){
  /* logo-box */
  .logo-box > .-primary{
    width: 53.0387%;
  }
}

@media print, screen and (max-width: 760px){
  /* logo-box */
  .logo-box{
    margin-top: 8rem;
    padding-top: 8rem;
  }
  .logo-box > .-primary{
    width: 100%;
  }
  .logo-box > .-logo{
    display: none;
  }
}

/* logo-box-img */
.logo-box-img{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* logo-box-img */
  .logo-box-img{
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
  .logo-box-img > img{
    width: 100%;
  }
}

/* logo-box-text */
.logo-box-text{
  margin-top: 4.8rem;
}

@media print, screen and (max-width: 760px){
  /* logo-box-text */
  .logo-box-text{
    margin-top: 4rem;
  }
}

/* history-block */
.history-block{
  margin-bottom: 12rem;
}

@media print, screen and (max-width: 760px){
  /* history-block */
  .history-block{
    margin-bottom: 10rem;
  }
}

/* history-heading */
.history-heading{
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 7rem;
  position: relative;
}
.history-heading::after{
  content: "";
  width: 2000px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/120th/assets/images/bg-history-heading.svg) center center no-repeat;
  background-size: 2000px auto;
}
.history-heading > .-main{
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.history-heading > .-en{
  font-size: 4.2rem;
  color: #d18e04;
  letter-spacing: -0.025em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 760px){
  /* history-heading */
  .history-heading > .-en{
    font-size: 4.1rem;
  }
}

/* flow-old */
.flow-old{
  text-align: center;
  font-size: 10rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 10rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}

@media print, screen and (max-width: 760px){
  /* flow-old */
  .flow-old{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 9rem;
    line-height: 9rem;
  }
}

@media print, screen and (max-width: 640px){
  /* flow-old */
  .flow-old{
    text-align: left;
  }
}

/* flow-contents */
.flow-contents{
  position: relative;
}
.flow-contents::after,
.flow-contents > .-line::before,
.flow-contents > .-line::after{
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
}
.flow-contents::after{
  background-color: #00437c;
  left: 50%;
  transform: translateX(-50%);
}
.flow-contents > .-line{
  padding-top: 5.5rem;
  padding-bottom: 12rem;
}
.flow-contents > .-line::before{
  background-color: #008842;
  left: calc(50% - 8px);
  transform: translateX(-50%);
}
.flow-contents > .-line::after{
  background-color: #d18e04;
  left: calc(50% + 8px);
  transform: translateX(-50%);
}

@media print, screen and (max-width: 1000px){
  /* flow-contents */
  .flow-contents > .-line{
    padding-bottom: 8rem;
  }
}

@media print, screen and (max-width: 760px){
  /* flow-contents */
  .flow-contents > .-line{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media print, screen and (max-width: 640px){
  /* flow-contents */
  .flow-contents::after,
  .flow-contents > .-line::before,
  .flow-contents > .-line::after{
    width: 4px;
    transform: translateX(0);
  }
  .flow-contents::after{
    left: 2.4rem;
  }
  .flow-contents > .-line::before{
    left: 2rem;
  }
  .flow-contents > .-line::after{
    left: 2.8rem;
  }
}

/* flow-box */
.flow-box{
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  z-index: 1;
}
.flow-box > .-inner{
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flow-box > .-inner::after{
  content: "";
  position: absolute;
  top: 0;
}
.flow-box.-illust-1906 > .-inner::after{
  width: 87px;
  height: 82px;
  top: 45px;
  right: -23px;
  background: url(/120th/assets/images/illust-history-1906.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-1930 > .-inner::after{
  width: 83px;
  height: 149px;
  top: 88px;
  left: -90px;
  background: url(/120th/assets/images/illust-history-1930.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-1940 > .-inner::after{
  width: 80px;
  height: 104px;
  top: 200px;
  right: 0;
  background: url(/120th/assets/images/illust-history-1940.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-1950 > .-inner::after{
  width: 122px;
  height: 70px;
  top:  114px;
  left: -69px;
  background: url(/120th/assets/images/illust-history-1950.svg) center center no-repeat;
}
.flow-box.-illust-1960 > .-inner::after{
  width: 221px;
  height: 285px;
  top: 109px;
  right: -119px;
  background: url(/120th/assets/images/illust-history-1960.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-1970 > .-inner::after{
  width: 83px;
  height: 76px;
  top: 153px;
  left: -16px;
  background: url(/120th/assets/images/illust-history-1970.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-1980 > .-inner::after{
  width: 204px;
  height: 471px;
  top: 168px;
  right: -118px;
  background: url(/120th/assets/images/illust-history-1980.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-illust-2020 > .-inner::after{
  width: 216px;
  height: 314px;
  top: 143px;
  left: -171px;
  background: url(/120th/assets/images/illust-history-2020.svg) center center no-repeat;
  background-size: contain;
}
.flow-box.-right > .-inner{
  justify-content: flex-end;
}
.flow-box > .-inner > .-main{
  width: 50%;
}

@media print, screen and (max-width: 1000px){
  /* flow-box */
  .flow-box{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .flow-box.-illust-1930 > .-inner::after{
    left: 40px;
  }
  .flow-box.-illust-1940 > .-inner::after{
    right: 40px;
  }
  .flow-box.-illust-1950 > .-inner::after{
    left: 0;
  }
  .flow-box.-illust-1960 > .-inner::after{
    right: 0;
  }
  .flow-box.-illust-1980 > .-inner::after{
    right: 0;
  }
  .flow-box.-illust-2020 > .-inner::after{
    top: 100px;
    left: -20px;
  }
}

@media print, screen and (max-width: 760px){
  /* flow-box */
  .flow-box{
    margin-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .flow-box:nth-child(1){
    margin-top: 0;
  }
  .flow-box.-illust-1906 > .-inner::after,
  .flow-box.-illust-1930 > .-inner::after,
  .flow-box.-illust-1940 > .-inner::after,
  .flow-box.-illust-1950 > .-inner::after,
  .flow-box.-illust-1960 > .-inner::after,
  .flow-box.-illust-1970 > .-inner::after,
  .flow-box.-illust-1980 > .-inner::after,
  .flow-box.-illust-2020 > .-inner::after{
    background-size: 80%;
  }
  .flow-box.-illust-1970 > .-inner::after{
    top: 100px;
  }
  .flow-box.-illust-1906 > .-inner::after{
    right: 0;
  }
  .flow-box.-illust-2020 > .-inner::after{
    top: 20px;
    left: 0;
  }  
}

@media print, screen and (max-width: 640px){
  .flow-box.-illust-1906 > .-inner::after{
    top: 95px;
    left: 60%;
  }
  .flow-box.-illust-1930 > .-inner::after{
    top: auto;
    left: 65%;
    bottom: 0;
  }
  .flow-box.-illust-1940 > .-inner::after{
    top: auto;
    left: 65%;
    bottom: 60px;
  }
  .flow-box.-illust-1950 > .-inner::after{
    top: 0;
    left: 80%;
  }
  .flow-box.-illust-1960 > .-inner::after{
    top: 280px;
    left: 65%;
    background: url(/120th/assets/images/illust-history-1960-sp.svg) center center no-repeat;
    background-size: contain;
  }
  .flow-box.-illust-1970 > .-inner::after{
    top: 0;
    left: 75%;
  }
  .flow-box.-illust-1980 > .-inner::after{
    top: -100px;
    left: 80%;
  }
  .flow-box.-illust-2020 > .-inner::after{
    top: -20px;
    left: 70%;
  }  
  .flow-box > .-inner > .-main{
    width: 100%;
  }
}

/* flow-year */
.flow-year{
  font-size: 8rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 0.65;
  white-space: nowrap;
  display: flex;
  width: 100%;
  margin-bottom: 5.5rem;
}
.flow-year.-left{
  justify-content: flex-end;
}
.flow-year > span{
  display: inline-block;
  position: relative;
}
.flow-year.-left > span{
  padding-right: 8rem;
}
.flow-year.-right > span{
  padding-left: 8rem;
}
.flow-year > span::before,
.flow-year > span::after{
  content: "";
  background-color: #333333;
  position: absolute;
}
.flow-year > span::before{
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  top: 1.9rem;
}
.flow-year.-left > span::before{
  right: -1.2rem;
}
.flow-year.-right > span::before{
  left: -1.2rem;
}
.flow-year > span::after{
  width: 6rem;
  height: 2px;
  position: absolute;
  top: 3rem;
}
.flow-year.-left > span::after{
  right: 0;
}
.flow-year.-right > span::after{
  left: 0;
}

@media print, screen and (max-width: 640px){
  /* flow-year */
  .flow-year{
    font-size: 7rem;
    margin-bottom: 4rem;
  }
  .flow-year.-left{
    justify-content: normal;
  }
  .flow-year.-left > span{
    padding-right: 0;
    padding-left: 6rem;
  }
  .flow-year.-right > span{
    padding-left: 6rem;
  }
  .flow-year > span::before{
    width: 1.2rem;
    height: 1.2rem;
  }
  .flow-year.-left > span::before{
    left: 0;
    right: auto;
  }
  .flow-year.-right > span::before{
    left: 0;
  }
  .flow-year > span::after{
    width: 5rem;
    top: 2.4rem;
  }
  .flow-year.-left > span::after{
    left: 0;
    right: auto;
  }
}

/* flow-box-contents */
.flow-box.-left .flow-box-contents{
  margin-right: 1.2rem;
  padding-right: 15.8333%;
}
.flow-box.-right .flow-box-contents{
  margin-left: 1.2rem; 
  padding-left: 10%;
}

@media print, screen and (max-width: 1000px){
  /* flow-box-contents */
  .flow-box.-left .flow-box-contents{
    padding-right: 8%;
  }
  .flow-box.-right .flow-box-contents{
    padding-left: 8%;
  }
}

@media print, screen and (max-width: 640px){
  /* flow-box-contents */
  .flow-box.-left .flow-box-contents{
    margin-left: 1.2rem;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 0;
  }
  .flow-box.-right .flow-box-contents{
    padding-left: 2rem;
  }
}

/* flow-primary-two-column */
.flow-primary-two-column{
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  width: 100%;
}
.flow-primary-two-column:nth-child(1){
  margin-top: 0;
}
.flow-primary-two-column > .-contents{
  flex: 1;
  padding-right: 2rem;
}
.flow-primary-two-column > .-img.-left{
  width: 35.7143%;
}
.flow-primary-two-column > .-img.-left.-other{
  width: 43.6224%;
}
.flow-primary-two-column > .-img.-right{
  width: 33.3333%;
}
.flow-primary-two-column > .-img > img{
  width: 100%;
}
.flow-primary-two-column > .-img > .-caption{
  font-size: 1.2rem;
  line-height: 1.6667;
  margin-top: 0.8rem;
  white-space: nowrap;
}

@media print, screen and (max-width: 1000px){
  /* flow-primary-two-column */
  .flow-primary-two-column > .-img.-left{
    width: 33.3333%;
  }
}

@media print, screen and (max-width: 900px){
  /* flow-primary-two-column */
  .flow-primary-two-column{
    display: block;
  }
  .flow-primary-two-column > .-contents{
    padding-right: 0;
  }
  .flow-primary-two-column > .-img.-left{
    width: 100%;
  }
  .flow-primary-two-column > .-img.-right{
    width: 100%;
  }
  .flow-primary-two-column > .-img.-left,
  .flow-primary-two-column > .-img.-right{
    margin-top: 2.5rem;
    width: 45%;
  }
  .flow-primary-two-column > .-img.-left.-other{
    width: 50%;
  }
}

@media print, screen and (max-width: 640px){
  /* flow-primary-two-column */
  .flow-primary-two-column > .-img.-left,
  .flow-primary-two-column > .-img.-right{
    margin-top: 3rem;
    width: 40%;
  }
}

/* flow-list */
.flow-list.-space{
  margin-top: 4rem;
}
.flow-list > .-item{
  margin-top: 3.5rem;
  width: 100%;
}
.flow-list > .-item:nth-child(1){
  margin-top: 0;
}
.flow-list > .-item > .-year{
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.flow-list > .-item > .-text > p{
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 0.8rem;
}
.flow-list > .-item > .-text > p:nth-child(1){
  margin-top: 0;
}
.flow-list > .-item.-two-column{
  display: flex;
}
.flow-list > .-item.-two-column > .-img{
  width: 35.7143%;
  margin-left: 10.2041%;
}
.flow-list > .-item.-two-column > .-img:nth-child(1){
  margin-left: 0;
}
.flow-list > .-item.-two-column > .-img > img{
  width: 100%;
}
.flow-list > .-item.-two-column > .-img > .-caption{
  font-size: 1.2rem;
  line-height: 1.6667;
  margin-top: 0.8rem;
  white-space: nowrap;
}

@media print, screen and (max-width: 1000px){
  /* flow-list */
  .flow-list > .-item.-two-column > .-img{
    margin-left: 2rem;
  }
}

@media print, screen and (max-width: 900px){
  .flow-list > .-item{
    margin-top: 2.5rem;
  }
  .flow-list > .-item > .-text > p > br.-tablet{
    display: none;
  }
  .flow-list > .-item.-two-column > .-img{
    width: 45%;
  }
}

@media print, screen and (max-width: 640px){
  /* flow-list */
  .flow-list > .-item.-two-column > .-img{
    width: 40%;
  }
}

/* flow-future */
.flow-future{
  margin-top: 4rem;
  text-align: center;
  font-size: 10rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 10rem;
  white-space: nowrap;
}

@media print, screen and (max-width: 760px){
  /* flow-future */
  .flow-future{
    margin-top: 1rem;
    font-size: 9rem;
    line-height: 9rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media print, screen and (max-width: 640px){
  /* .flow-future{ */
  .flow-future{
    text-align: left;
  }
}

/* history-point */
.history-point{
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  padding-top: 2.6rem;
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
}
.history-point > br{
  display: none;
}

@media print, screen and (max-width: 760px){
  /* history-point */
  .history-point{
    padding-top: 2rem;
    font-size: 3.1rem;
  }
}

@media print, screen and (max-width: 640px){
  /* history-point */
  .history-point{
    text-align: left;
  }
}

@media print, screen and (max-width: 480px){
  /* history-point */
  .history-point{
    line-height: 1.45;
  }
  .history-point > br{
    display: inline;
  }
}

/*========================================
footer layout
========================================*/
/* footer-link */
.footer-link{
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer-link > a{
  display: inline-block;
  padding-right: 2.4rem;
  background: url(/120th/assets/images/icon-window-gray.svg) right center no-repeat;
  background-size: 14px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #4d4d4d;
}
.footer-link > a:hover{
  opacity: 0.75;
}

@media print, screen and (max-width: 640px){
  /* footer-link */
  .footer-link{
    text-align: left;
  }
}

/* copyright */
.copyright{
	font-size: 1.2rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 3rem 2rem;
  line-height: 1.8;
}
.copyright > br{
  display: none;
}

@media print, screen and (max-width: 640px){
  /* copyright */
  .copyright{
    text-align: left;
  }
}

@media print, screen and (max-width: 400px){
  /* copyright */
  .copyright > br{
    display: inline;
  }
}
