@charset "UTF-8";

/* 伊藤雅俊　特設ぺージ */

.w1000 {
  margin: 0 auto;
  width: 1000px;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 739px) {
  .w1200 {
    width: 94%;
    margin: 0 3%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

#main {
  color: #0d2d60;
  background: #f7f3e5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 auto;
  width: 100%;
}

.main_title {
  text-align: center;
  padding: 30px 0 35px;
}

.main_img {
  position: relative;
  padding-top: 50px;
}

.main_img .sign {
  width: 250px;
  position: absolute;
  bottom: 50px;
  left: 115px;
  z-index: 10;
  transform: rotate(4deg);
}

.top_area {
  text-align: left;
}

.top_area h3 {
  padding: 50px 0;
}

.top_area h3 img {
  width: 300px;
}

.top_area .note {
  background-image: linear-gradient(180deg, #a49a8e 1px, transparent 1px);
  background-size: 100% 3.2em;
  line-height: 3.2em;
  padding-bottom: 1px;
  margin-top: 75px;
}

.top_area p {
  font-size: 17px;
  font-weight: 500;
}

/* 伊藤雅俊の足跡 */
.footprints h3 {
  padding: 75px 0 30px;
}

.footprints h3 img {
  width: 100%;
}

.footprints th {
  font-size: 14px;
  font-weight: 500;
  width: 90px;
  letter-spacing: 1px;
  display: flex;
  /* justify-content: space-between; */
}

.footprints th span {
  font-size: 14px;
  font-weight: 500;
}

.footprints th span.space {
  padding-left: 48px;
}

.footprints td {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
}

.footprints_img .photo {
  padding-top: 15px;
  width: 206px;
}

.footprints_img .photo img {
  width: 100%;
}

.footprints_img .photo a {
  display: block;
}

.footprints_img .photo p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

@charset "UTF-8";

/*-----------------------------------
 共通
-----------------------------------*/

.lead_box h2 {
  font-size: 32px;
  padding-bottom: 10px;
}

.lead_box .lead_text {
  font-size: 16px;
}

.lead_box .lead_text span {
  font-size: 12px;
}

#main {
  width: 100%;
  margin: 0 auto;
}

.content ul li .txt span.icon_new {
  width: auto !important;
  height: auto !important;
  margin-left: 1em;
  /*  margin-top: 3px; */
  padding: 5px 7px 4px;
  color: #fff;
  font-size: 13px !important;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.07em;
  background: red;
  border-radius: 4px;
  line-height: 1;
}

.pickup span.icon_web {
  padding: 2px 7px;
  color: #f08300;
  font-size: 13px !important;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 0.07em;
  border: 1px solid #f08300;
  border-radius: 4px;
}

.pickup span.comingsoon {
  display: inline;
  margin: 0 20px 0 0px;
  color: #999;
  font-size: 95%;
  text-align: center !important;
}

.italic {
  font-size: 100%;
  font-style: italic;
}

/*-----------------------------------
 グループ一覧
-----------------------------------*/
/* 店舗情報 */
.content {
  margin: 40px 0 0;
}

.content h4 {
  padding: 0 0 20px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.content h4 span {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.memo {
  margin: 0 0 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}

.content ul li:first-child {
  border-top: 1px solid #ddd;
}

.content ul li .day {
  width: 185px;
  color: #555;
}

.content ul li .day,
.content ul li .txt,
.content ul li .pdf {
  display: inline-block;
  vertical-align: top;
}

.content ul li .txt {
  width: 670px;
  margin: 0 0 0 50px;
}

.content ul li .txt p {
  font-size: 18px;
}

.content ul li .txt p.day {
  font-size: 18px;
  padding: 0 0 15px 0;
  width: 100%;
  margin-left: -0.5em;
}

.content ul li .txt h5 {
  margin: 5px 0 110px;
  font-size: 28px;
  font-weight: normal;
}

.content ul li a.pdf:hover {
  opacity: 0.5;
}

a.btn_green {
  width: 100%;
  padding: 1em 20px;
  display: inline-block;
  color: #fff !important;
  font-size: 80%;
  text-align: center;
  background: #b19d41;
  border: 1px solid #b19d41;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  a.btn_green {
    padding: 1.2em 20px 0.8em;
  }
}

a.btn_green:hover {
  color: #fff;
  background: #b19d41;
  margin-right: 2px;
}

a.btn_blue {
  width: 256px;
  padding: 1em 20px;
  display: inline-block;
  color: #fff !important;
  font-size: 80%;
  text-align: center;
  background: #b19d41;
  border: 1px solid #b19d41;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  a.btn_blue {
    padding: 1.2em 20px 0.8em;
  }
}
a.btn_blue:hover {
  color: #fff;
  background: #b19d41;
  margin-right: 2px;
}

.pdfview h2 {
  margin: 0;
}
.pdfview #foot {
  margin: 0;
}

/*-----------------------------------
  pdf.html 最新号
-----------------------------------*/
.content ul .pdf_box {
  padding: 0;
}

.content ul .pdf_box .size {
  font-size: 13px;
}

.content ul li.pdf_box .txt {
  width: 725px;
}

.pdf_box a.pdf {
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 450px;
  height: auto;
  margin: 30px auto 30px;
}

.pdf_box a.pdf img {
  height: 100%;
  width: 100%;
}

.pdf_box a.btn_green {
  margin-right: 10px;
}

@media only screen and (max-width: 739px) {
  .content ul .pdf_box {
    padding: 0;
  }

  .content ul li.pdf_box .txt {
    width: 725px;
  }

  .pdf_box a.pdf {
    border: 0px solid;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
  }

  .pdf_box a.pdf img {
    height: 100%;
    width: 100%;
  }

  .pdf_box a.btn_green {
    margin-right: 10px;
  }
}

.pdf_box a.btn_tyukei {
  width: 400px;
}

.pdf_box h6 {
  font-size: 20px;
  font-weight: normal;
  padding: 8px 15px;
  margin: 30px 0 18px;
  border-left: 8px solid #f08300;
}

.pdf_box .picup_tit a {
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: normal;
  padding: 8px 15px 8px 0;
  margin: 30px 0 5px 0;
}

.pdf_box ul {
  margin-bottom: 60px;
  list-style: none;
}

.pdf_box ul li:first-child {
  border-top: 1px solid #999;
}

.pdf_box ul li {
  border-bottom: 1px dashed #999;
  background: url(../pdf/icon_arrow.png) no-repeat right top 50%;
  padding: 0;
}

.pdf_box ul li a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 12px 15px 12px 15px;
  line-height: 1.5em;
}
.pdf_box ul li a span {
  font-size: 14px;
}

.pdf_box ul li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pdf_box ul li:last-child {
  border-bottom: 1px solid #999;
}

.pdf_box .text_small {
  font-size: 13px;
}

.pdf_box .text_orange {
  color: #f08300;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.content > ul > .pdf_box,
.content > ul > .pdf_box:first-child {
  border: none;
}

ul.backnumber_pickup {
  margin-top: 30px;
}

ul.backnumber_pickup li:first-child {
  border-top: 1px solid #ddd;
}

ul.backnumber_pickup li {
  border-bottom: 1px dashed #ddd;
  background: url(../pdf/icon_arrow.png) no-repeat right top 50%;
  padding: 0;
}

ul.backnumber_pickup li a {
  color: #000;
  font-size: 15px;
  display: block;
  padding: 10px 30px 10px 0;
}

ul.backnumber_pickup li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.backnumber_pickup li:last-child {
  border-bottom: 1px solid #ddd;
}

.lead_box.back_n {
  background: none;
  margin: 0;
  padding: 10px 0 0;
}

.content h3 {
  font-size: 32px;
  padding: 40px 0 10px;
  font-weight: normal;
}

.content h3:first-of-type {
  padding: 0 0 10px;
}

.pdf_box {
  display: flex;
  padding: 0 0 100px;
  margin: 50px 0 0 0;
}
.pdf_box__left {
  width: 48%;
  padding: 1%;
  border: 1px solid #cbcbcb;
  margin: 0 3% 0 0;
}
.pdf_box__right {
  width: 48%;
  padding: 0 2%;
}
@media only screen and (max-width: 739px) {
  .pdf_box {
    display: block;
    padding: 0 0 30px;
    margin: 0;
  }
  .pdf_box__left {
    width: 100%;
    padding: 1%;
    border: 0px;
    margin: 0 3% 0 0;
  }
  .pdf_box__right {
    width: 100%;
    padding: 0 2%;
  }
  .pdf_box ul li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 12px 15px 12px 15px;
    line-height: 1.5em;
  }
  .pdf_box ul li a span {
    font-size: 12px;
  }
}

/*-----------------------------------
 最新号
-----------------------------------*/
.pdf_latest #latest_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pdf_latest #latest_box .txt_area {
  width: 650px;
}

.pdf_latest #latest_box .day {
  font-size: 14px;
  padding-bottom: 10px;
}

.pdf_latest #latest_box h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 10px 0 20px;
  border-bottom: 2px solid #ddd;
}

.pdf_latest #latest_box .pickup {
  color: #f08300;
  margin-bottom: 20px;
}

.pdf_latest #latest_box .txt {
  margin-bottom: 25px;
}

.pdf_latest #latest_box .memo {
  margin: 30px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.pdf_latest #latest_box a.btn_green {
  width: 205px;
  padding: 1.2em 20px;
  margin-right: 15px;
}
.txt h5 {
  font-size: 17px;
  color: #000;
}
@media only screen and (max-width: 739px) {
  .txt h5 {
    font-size: 13px;
    color: #000;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pdf_latest #latest_box a.btn_green {
    padding: 1.5em 20px 1em;
  }
}

.pdf_latest #latest_box a.btn_blue {
  width: 205px;
  padding: 1.2em 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pdf_latest #latest_box a.btn_blue {
    padding: 1.5em 20px 1em;
  }
}

.pdf_latest #latest_box a.pdf {
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 360px;
}

.pdf_latest #latest_box a.pdf img {
  height: 100%;
  width: 100%;
}

.pdf_latest #latest_box span {
  font-size: 13px;
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.pdf_latest #latest_box span.icon_new {
  margin-left: 0.5em;
  padding: 2px 7px;
  color: #fff;
  font-size: 70% !important;
  font-weight: normal;
  letter-spacing: 0.07em;
  background: red;
  border-radius: 4px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pdf_latest #latest_box span {
    vertical-align: text-bottom;
  }
  *::-ms-backdrop,
  .pdf_latest #latest_box span.icon_new {
    padding: 4px 7px 0 7px;
    vertical-align: middle;
  }
}

.pdf_latest .more_title {
  border-top: 1px solid #f08300;
  border-bottom: 1px solid #f08300;
  color: #f08300;
  font-size: 20px;
  font-weight: normal;
  margin: 80px 0 30px;
  text-align: center;
  padding: 15px 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pdf_latest .more_title {
    padding: 18px 0 12px;
  }
}

.pdf_latest .more_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pdf_latest .more_list_item {
  border: none;
  margin-bottom: 40px;
  padding: 0;
  width: 320px;
}

.pdf_latest .more_list_item:first-child {
  border: none;
}

.pdf_latest .more_list_text {
  color: #000;
}

.pdf_latest .more_list_text .text_small {
  font-size: 13px;
}

.pdf_latest .more_list_cat {
  color: #f08300;
  font-weight: bold;
  padding: 5px 0;
}

.pdf_latest .btn-backnumber {
  border: 1px solid #f08300;
  color: #f08300;
  display: block;
  font-size: 23px;
  padding: 20px 0;
  margin: 60px auto 125px;
  text-align: center;
  width: 550px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pdf_latest .btn-backnumber {
    padding: 23px 0 17px;
  }
}

.pdf_latest #latest_box a.pdf:hover,
.pdf_latest .more_list_item:hover,
.pdf_latest .btn-backnumber:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boder_tit {
}

.boder_tit {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.boder_tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #0d2d60;
}

.boder_tit span {
  font-size: 32px;
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/*-----------------------------------
 ボタン
-----------------------------------*/
.btn_area {
  padding-bottom: 30px;
}

.btn_area ul {
  text-align: center;
}

.btn_area ul li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0;
}

.btn_area ul li:first-child {
  border-top: none;
}

.btn_area li a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  border-radius: 4px;
  border: 1px solid #f08300;
  color: #f08300;
  padding: 10px 15px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn_area li a {
    padding: 15px 15px 5px;
  }
}

.btn_area li .current {
  border: 1px solid #f08300;
  background: #f08300;
  color: #fff;
}

.btn_area li a:hover,
.btn_link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_area__caption {
  margin: 5px 0 0 0;
  font-size: 14px;
}

h3.masatoshi_ito__title {
  font-size: 42px;
  position: relative;
  padding: 0px 0 20px;
  text-align: center;
}

h3.masatoshi_ito__title.pdf {
  text-align: center;
}

.masatoshi_ito__title__linetitle {
  display: block;
}

.masatoshi_ito__title::before {
  position: absolute;
  top: calc(35% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #0d2d60;
}
.masatoshi_ito__title > span {
  position: relative;
  background: #f7f3e5;
  padding: 0 0.8em;
}
.section_pdf .masatoshi_ito__title span {
  background: #fff;
}

@media only screen and (max-width: 739px) {
  h3.masatoshi_ito__title {
    font-size: 20px;
    position: relative;
    padding: 0px 0 20px;
    text-align: center;
  }
  .masatoshi_ito__title::before {
    position: absolute;
    top: calc(30% - 1px);
    left: 0;
    width: 100%;
    height: 0.5px;
    content: "";
    background: #0d2d60;
  }
}
.masatoshi_ito__titlelead {
  margin: 0 0 15px;
  text-align: center;
  line-height: 2.2em;
  color: #000;
  font-size: 17px !important;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 739px) {
  .masatoshi_ito__titlelead {
    font-size: 12px !important;
  }
}
.masatoshi_ito__titlelead.youtube {
  margin: 10px 0 15px;
}

h4.masatoshi_ito__subtitle {
  font-size: 28px;
  text-align: center;
}

a.pdf {
  width: 550px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.masatoshi_ito-intro img {
  width: 750px;
  display: block;
  margin: 0 auto;
}

/* section */
section {
  margin: 0 0 50px;
}
.youtube {
  margin: 50px auto 10px;
  max-width: 870px;
  position: relative;
  padding-bottom: 41.25%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 739px) {
  .youtube {
    margin: 30px 0 30px;
    padding-bottom: 56%;
  }
}
.youtube iframe {
  margin: 0 auto !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.day {
  margin: 0 0 10px;
}
.day span {
  font-size: 32px;
  margin: 5px 0 0 0;
  display: block;
}
.footprints_wrap {
  margin: 30px 10% 0 10%;
}
.footprints_wrap tr {
  line-height: 3.5em;
}
.section_pdf {
  background: #fff;
  padding: 150px 0 0 0;
}
@media only screen and (max-width: 739px) {
  .section_pdf {
    padding: 50px 0 0 0;
  }
}
.Main {
  padding: 0 !important;
}
.Main__body {
  width: 100% !important;
}

.masatoshi_ito-movie {
  margin: 10px auto 80px;
}
/* 伊藤雅俊の私の信念 */
.masatoshi_ito-box {
  background: #fff;
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.masatoshi_ito-intro {
  width: 800px;
  margin: 0 auto;
}
.masatoshi_ito-box__left {
  width: 40%;
}
.masatoshi_ito-box__right {
  width: 60%;
}
p.masatoshi_ito-box__right__title {
  font-size: 70px;
  letter-spacing: 0.4em;
  color: #000;
  text-align: center;
  font-weight: 100;
  margin: 0 0 30px;
  padding: 0 0 0 14px;
}
p.masatoshi_ito-box__right__subtitle {
  font-size: 20px;
  color: #000;
  text-align: center;
  letter-spacing: 0.2em;
}
